diff options
| -rw-r--r-- | lisp/hilit-chg.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index eae732b8d3f..607affcaf8e 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el | |||
| @@ -175,16 +175,11 @@ | |||
| 175 | 175 | ||
| 176 | ;; R Sharman (rsharman@magma.ca) Feb 1998: | 176 | ;; R Sharman (rsharman@magma.ca) Feb 1998: |
| 177 | ;; - initial release as change-mode. | 177 | ;; - initial release as change-mode. |
| 178 | ;; Ray Nickson (nickson@mcs.vuw.ac.nz) 20 Feb 1998: | ||
| 179 | ;; - deleting text causes surrounding characters to be highlighted. | ||
| 180 | ;; - make it only active for the current buffer. | ||
| 181 | ;; Jari Aalto <jari.aalto@ntc.nokia.com> Mar 1998 | 178 | ;; Jari Aalto <jari.aalto@ntc.nokia.com> Mar 1998 |
| 182 | ;; - fixes for byte compile errors | 179 | ;; - fixes for byte compile errors |
| 183 | ;; - use eval-and-compile for autoload | 180 | ;; - use eval-and-compile for autoload |
| 184 | ;; Marijn Ros <J.M.Ros@fys.ruu.nl> Mar 98 | 181 | ;; Marijn Ros <J.M.Ros@fys.ruu.nl> Mar 98 |
| 185 | ;; - suggested turning it on by default | 182 | ;; - suggested turning it on by default |
| 186 | ;; Adrian Bridgett <adrian.bridgett@zetnet.co.uk> June 98: | ||
| 187 | ;; - make hide/unhide not affect the buffer modified status | ||
| 188 | ;; Eric Ludlam <zappo@gnu.org> Suggested using overlays. | 183 | ;; Eric Ludlam <zappo@gnu.org> Suggested using overlays. |
| 189 | ;; July 98 | 184 | ;; July 98 |
| 190 | ;; - global mode and various stuff added | 185 | ;; - global mode and various stuff added |