diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09747247560..bfb01342311 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> | ||
| 2 | |||
| 3 | * calculator.el (calculator-use-menu): New option. | ||
| 4 | (calculator-initial-bindings): Changed some bindings to work as | ||
| 5 | macros. | ||
| 6 | (calculator-forced-input): Removed. | ||
| 7 | (calculator-restart-other-mode): New variable. | ||
| 8 | (calculator-mode-map): Set up menu. | ||
| 9 | |||
| 10 | 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> | ||
| 11 | |||
| 12 | * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | ||
| 13 | tags. | ||
| 14 | |||
| 1 | 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> | 15 | 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
| 2 | 16 | ||
| 3 | * viper-cmd.el (viper-envelop-ESC-key): added the option to | 17 | * viper-cmd.el (viper-envelop-ESC-key): added the option to |
| @@ -12,7 +26,6 @@ | |||
| 12 | * ediff-wind.el: minor comment changes. | 26 | * ediff-wind.el: minor comment changes. |
| 13 | * ediff.el: copyright notice date fix. | 27 | * ediff.el: copyright notice date fix. |
| 14 | 28 | ||
| 15 | |||
| 16 | 2000-02-27 Jason Rumney <jasonr@gnu.org> | 29 | 2000-02-27 Jason Rumney <jasonr@gnu.org> |
| 17 | 30 | ||
| 18 | * faces.el (face-font-family-alternatives): Add arial to helv. | 31 | * faces.el (face-font-family-alternatives): Add arial to helv. |