diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef216574bfc..94c39233232 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as comment-end. | ||
| 4 | (texinfo-font-lock-syntactic-keywords): New var. | ||
| 5 | (texinfo-font-lock-keywords): Remove comment regexp. | ||
| 6 | (texinfo-insert-block): New function. | ||
| 7 | (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. | ||
| 8 | (texinfo-mode): Use define-derived-mode. | ||
| 9 | Tweak comment-start-skip and font-lock-defaults. | ||
| 10 | Use regexp-opt for outline-regexp. | ||
| 11 | (texinfo-environments): New var. | ||
| 12 | (texinfo-environment-regexp): Use regexp-opt and texinfo-environments. | ||
| 13 | |||
| 14 | * textmodes/ispell.el (ispell-menu-map-needed): Check that ispell-process | ||
| 15 | is bound since this might be eval'd before ispell is loaded. | ||
| 16 | (ispell-message): Use a tiny bit less magic and a bit more hard data | ||
| 17 | to figure out what kind of sc-cite-regexp to use. | ||
| 18 | |||
| 19 | * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. | ||
| 20 | |||
| 21 | * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) | ||
| 22 | (insert-cyclic-diary-entry): Unquote the lambda. | ||
| 23 | |||
| 24 | * gud.el (gud-jdb-build-source-files-list): Fix typo. | ||
| 25 | |||
| 26 | * files.el (backup-enable-predicate): Unquote the lambda. | ||
| 27 | |||
| 28 | * cus-edit.el (custom-face, face): Unquote the lambda. | ||
| 29 | |||
| 1 | 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 30 | 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 31 | ||
| 3 | * ps-print.el: Check for line-beginning-position definition. | 32 | * ps-print.el: Check for line-beginning-position definition. |