diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
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 @@ | |||
| 1 | 2003-05-15 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/autoload.el (make-autoload): Add arglist for | ||
| 4 | define-derived-mode. | ||
| 5 | |||
| 1 | 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl> | 6 | 2003-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 | ||
| 18 | 2003-05-15 Kenichi Handa <handa@m17n.org> | 22 | 2003-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 | ||
| 35 | 2003-05-15 John Paul Wallington <jpw@gnu.org> | 39 | 2003-05-15 John Paul Wallington <jpw@gnu.org> |
| 36 | 40 | ||