]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Aug 1998 15:00:19 +0000 (15:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Aug 1998 15:00:19 +0000 (15:00 +0000)
lisp/hilit-chg.el

index eae732b8d3f227605d3c62f2422487494f8bf3c3..607affcaf8ebe1d9bf174da50f8230d1b949c381 100644 (file)
 
 ;; R Sharman (rsharman@magma.ca) Feb 1998:
 ;; - initial release as change-mode.
-;; Ray Nickson (nickson@mcs.vuw.ac.nz) 20 Feb 1998: 
-;; - deleting text causes surrounding characters to be highlighted.
-;; - make it only active for the current buffer.
 ;; Jari Aalto <jari.aalto@ntc.nokia.com> Mar 1998
 ;; - fixes for byte compile errors 
 ;; - use eval-and-compile for autoload
 ;; Marijn Ros <J.M.Ros@fys.ruu.nl> Mar 98
 ;; - suggested turning it on by default
-;; Adrian Bridgett <adrian.bridgett@zetnet.co.uk> June 98:
-;; - make hide/unhide not affect the buffer modified status
 ;; Eric Ludlam <zappo@gnu.org> Suggested using overlays.
 ;; July 98
 ;; - global mode and various stuff added