diff options
| author | Gerd Moellmann | 2000-04-17 12:38:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-17 12:38:09 +0000 |
| commit | e10f64e713dd301056e7e8530d7cc37f5775db1a (patch) | |
| tree | 0b4b31fe9427622b110067ed0afd6ccb34238072 | |
| parent | 1beeb7e3384d2b72c8ff6fc9beeb6f0d8505cb33 (diff) | |
| download | emacs-e10f64e713dd301056e7e8530d7cc37f5775db1a.tar.gz emacs-e10f64e713dd301056e7e8530d7cc37f5775db1a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 28 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 22 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94c39233232..5dd66d8249d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,20 +1,28 @@ | |||
| 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 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 2abc305335e..d8a16461036 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-04-17 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. | ||
| 4 | |||
| 1 | 2000-04-16 Dave Love <fx@gnu.org> | 5 | 2000-04-16 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in: Remove obsolete localcpp stuff. | 7 | * Makefile.in: Remove obsolete localcpp stuff. |