# HG changeset patch # User Lute Kamstra # Date 1053004935 0 # Node ID 0818587f2bebf42de198efaeb3efed65bdd5d0b1 # Parent f79532778159b4bd1dabe96402e9593609356da4 *** empty log message *** diff -r f79532778159 -r 0818587f2beb lisp/ChangeLog --- a/lisp/ChangeLog Thu May 15 13:21:23 2003 +0000 +++ b/lisp/ChangeLog Thu May 15 13:22:15 2003 +0000 @@ -1,3 +1,20 @@ +2003-05-15 Lute Kamstra + + * 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 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.