diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 654e9c6bafc..c0ba3200ec5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> | ||
| 2 | |||
| 3 | * textmodes/reftex.el (reftex-compile-variables): regexp-quote the | ||
| 4 | environment names before they go into the section regexp. | ||
| 5 | |||
| 6 | * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to | ||
| 7 | char class in regexp. | ||
| 8 | |||
| 9 | * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind | ||
| 10 | `case-fold-search' to nil. | ||
| 11 | |||
| 12 | * progmodes/idlwave.el (idlwave-template): Respect | ||
| 13 | `idlwave-abbrev-change-case'. | ||
| 14 | (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, | ||
| 15 | idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, | ||
| 16 | idlwave-while): respect `idlwave-reserved-word-upcase'. | ||
| 17 | (idlwave-rw-case): New function. | ||
| 18 | (idlwave-statement-match): Fixed problem with assignment regexp. | ||
| 19 | (idlwave-font-lock-keywords): Improved regexp for keyword | ||
| 20 | parameters. | ||
| 21 | (idlwave-surround): New argument LENGTH to support padding of | ||
| 22 | operators longer than 1 char. | ||
| 23 | |||
| 24 | * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with | ||
| 25 | idlwave-shell-expression-overlay. Implemented printing of | ||
| 26 | expressions on higher levels of the calling stack. | ||
| 27 | (idlwave-shell-display-level-in-calling-stack): Restore stack | ||
| 28 | level. | ||
| 29 | (idlwave-retrieve-expression-from-level): New function. | ||
| 30 | (idlwave-shell-last-calling-stack): Variable removed. | ||
| 31 | (idlwave-shell-reset): Argument action reversed (`visible' to | ||
| 32 | `hidden'). Also remove stop-line overlay. | ||
| 33 | (idlwave-shell-calling-stack-routine): New variable. | ||
| 34 | (idlwave-shell-parse-stack-and-display): Messages now display | ||
| 35 | negative level numbers. | ||
| 36 | (idlwave-shell-mode): Set `modeline-format'. | ||
| 37 | (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. | ||
| 38 | (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs | ||
| 39 | 21. | ||
| 40 | (idlwave-shell-print-expression-function): New option. | ||
| 41 | |||
| 42 | * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, | ||
| 43 | idlwave-toolbar-remove-everywhere): Keybindings prefix is now | ||
| 44 | `tool-bar' instead of `toolbar'. | ||
| 45 | |||
| 1 | 2000-02-02 Dave Love <fx@gnu.org> | 46 | 2000-02-02 Dave Love <fx@gnu.org> |
| 2 | 47 | ||
| 3 | * emacs-lisp/cl.el: Use bytecomp-load-hook, not | 48 | * emacs-lisp/cl.el: Use bytecomp-load-hook, not |