aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a84b71be5e0..d475b5002dc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
2
3 * hl-line.el: Rewrote the local minor mode so that it can be
4 sticky as well and made sticky the default. Reimplemented the
5 global minor mode. Updated the commentary section to document
6 these changes.
7 (hl-line-sticky-flag): New user option.
8 (hl-line-overlay): Made it buffer-local and gave it a docstring.
9 (global-hl-line-overlay): New variable.
10 (hl-line-mode): Rewritten to use `hl-line-sticky-flag'.
11 (hl-line-highlight): Rewritten to use `hl-line-sticky-flag'.
12 (hl-line-unhighlight): Updated docstring.
13 (global-hl-line-mode): Implemented directly so that is does not
14 depend on `hl-line-mode' any more.
15 (global-hl-line-highlight, global-hl-line-unhighlight): New
16 functions.
17
12003-05-15 Kenichi Handa <handa@m17n.org> 182003-05-15 Kenichi Handa <handa@m17n.org>
2 19
3 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t. 20 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.