emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 15 May 2003 09:22:17 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5118 emacs/lisp/ChangeLog:1.5119
*** emacs/lisp/ChangeLog:1.5118 Thu May 15 08:53:21 2003
--- emacs/lisp/ChangeLog        Thu May 15 09:22:15 2003
***************
*** 1,3 ****
--- 1,20 ----
+ 2003-05-15  Lute Kamstra  <address@hidden>
+ 
+       * hl-line.el: Rewrote the local minor mode so that it can be
+       sticky as well and made sticky the default.  Reimplemented the
+       global minor mode.  Updated the commentary section to document
+       these changes.
+       (hl-line-sticky-flag): New user option.
+       (hl-line-overlay): Made it buffer-local and gave it a docstring.
+       (global-hl-line-overlay): New variable.
+       (hl-line-mode): Rewritten to use `hl-line-sticky-flag'.
+       (hl-line-highlight): Rewritten to use `hl-line-sticky-flag'.
+       (hl-line-unhighlight): Updated docstring.
+       (global-hl-line-mode): Implemented directly so that is does not
+       depend on `hl-line-mode' any more.
+       (global-hl-line-highlight, global-hl-line-unhighlight): New
+       functions.
+ 
  2003-05-15  Kenichi Handa  <address@hidden>
  
        * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]