Mercurial > emacs
comparison lisp/ChangeLog @ 28621:f9ad97ece1b3
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 17 Apr 2000 12:38:09 +0000 |
parents | 001842bbe0e4 |
children | 79911b5afa95 |
comparison
equal
deleted
inserted
replaced
28620:8208dba7c326 | 28621:f9ad97ece1b3 |
---|---|
1 2000-04-16 Stephen Eglen <stephen@gnu.org> | |
2 | |
3 * iswitchb.el (iswitchb-case): New function. If the user input | |
4 contains any upper-case characters, the search is made | |
5 case-sensitive. | |
6 | |
1 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> | 7 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
2 | 8 |
3 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as comment-end. | 9 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
10 comment-end. | |
4 (texinfo-font-lock-syntactic-keywords): New var. | 11 (texinfo-font-lock-syntactic-keywords): New var. |
5 (texinfo-font-lock-keywords): Remove comment regexp. | 12 (texinfo-font-lock-keywords): Remove comment regexp. |
6 (texinfo-insert-block): New function. | 13 (texinfo-insert-block): New function. |
7 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. | 14 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
8 (texinfo-mode): Use define-derived-mode. | 15 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
9 Tweak comment-start-skip and font-lock-defaults. | 16 and font-lock-defaults. Use regexp-opt for outline-regexp. |
10 Use regexp-opt for outline-regexp. | |
11 (texinfo-environments): New var. | 17 (texinfo-environments): New var. |
12 (texinfo-environment-regexp): Use regexp-opt and texinfo-environments. | 18 (texinfo-environment-regexp): Use regexp-opt and |
13 | 19 texinfo-environments. |
14 * textmodes/ispell.el (ispell-menu-map-needed): Check that ispell-process | 20 |
15 is bound since this might be eval'd before ispell is loaded. | 21 * textmodes/ispell.el (ispell-menu-map-needed): Check that |
16 (ispell-message): Use a tiny bit less magic and a bit more hard data | 22 ispell-process is bound since this might be eval'd before ispell |
17 to figure out what kind of sc-cite-regexp to use. | 23 is loaded. |
24 (ispell-message): Use a tiny bit less magic and a bit more hard | |
25 data to figure out what kind of sc-cite-regexp to use. | |
18 | 26 |
19 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. | 27 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. |
20 | 28 |
21 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) | 29 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
22 (insert-cyclic-diary-entry): Unquote the lambda. | 30 (insert-cyclic-diary-entry): Unquote the lambda. |