aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-05-15 15:36:22 +0000
committerStefan Monnier2003-05-15 15:36:22 +0000
commit4e0b27cd735fa9c6529bc8d7575b52d2df4a60fc (patch)
treebe754e425c8cbe405ef4edf9c6df0cd1997294c1
parent6826a1342ed7d0b60f38f9faab3bb3d9ca19f2d9 (diff)
downloademacs-4e0b27cd735fa9c6529bc8d7575b52d2df4a60fc.tar.gz
emacs-4e0b27cd735fa9c6529bc8d7575b52d2df4a60fc.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog30
1 files changed, 17 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d475b5002dc..95037d194f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,19 +1,23 @@
12003-05-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/autoload.el (make-autoload): Add arglist for
4 define-derived-mode.
5
12003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl> 62003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
2 7
3 * hl-line.el: Rewrote the local minor mode so that it can be 8 * hl-line.el: Rewrite the local minor mode so that it can be
4 sticky as well and made sticky the default. Reimplemented the 9 sticky as well and made sticky the default. Reimplement the
5 global minor mode. Updated the commentary section to document 10 global minor mode. Update the commentary section to document
6 these changes. 11 these changes.
7 (hl-line-sticky-flag): New user option. 12 (hl-line-sticky-flag): New user option.
8 (hl-line-overlay): Made it buffer-local and gave it a docstring. 13 (hl-line-overlay): Make it buffer-local and give it a docstring.
9 (global-hl-line-overlay): New variable. 14 (global-hl-line-overlay): New variable.
10 (hl-line-mode): Rewritten to use `hl-line-sticky-flag'. 15 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
11 (hl-line-highlight): Rewritten to use `hl-line-sticky-flag'. 16 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
12 (hl-line-unhighlight): Updated docstring. 17 (hl-line-unhighlight): Update docstring.
13 (global-hl-line-mode): Implemented directly so that is does not 18 (global-hl-line-mode): Implement directly so that is does not
14 depend on `hl-line-mode' any more. 19 depend on `hl-line-mode' any more.
15 (global-hl-line-highlight, global-hl-line-unhighlight): New 20 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
16 functions.
17 21
182003-05-15 Kenichi Handa <handa@m17n.org> 222003-05-15 Kenichi Handa <handa@m17n.org>
19 23
@@ -28,9 +32,9 @@
28 (ps-generate-string-list, ps-header-footer-string): New funs. 32 (ps-generate-string-list, ps-header-footer-string): New funs.
29 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars. 33 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
30 34
31 * ps-mule.el (ps-mule-header-string-charsets): Call 35 * ps-mule.el (ps-mule-header-string-charsets):
32 ps-header-footer-string to avoid unnecessary calls to functions in 36 Call ps-header-footer-string to avoid unnecessary calls to functions
33 header and footer variables. 37 in header and footer variables.
34 38
352003-05-15 John Paul Wallington <jpw@gnu.org> 392003-05-15 John Paul Wallington <jpw@gnu.org>
36 40