Mercurial > emacs
comparison lisp/ChangeLog @ 51013:db5c6e7f697f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 15 May 2003 15:36:22 +0000 |
parents | 0818587f2beb |
children | 2cc9a56fe7e8 |
comparison
equal
deleted
inserted
replaced
51012:a7817088fe0d | 51013:db5c6e7f697f |
---|---|
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 |
20 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t. | 24 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t. |
21 | 25 |
26 (ps-print-version): New version number (6.6.1). | 30 (ps-print-version): New version number (6.6.1). |
27 (ps-begin-page): Code fix. | 31 (ps-begin-page): Code fix. |
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 |
37 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. | 41 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. |
38 | 42 |