diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f23c4f736c3..d700b6bda54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2003-06-03 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mode.el (eval-last-sexp-1): | ||
| 4 | Add save-excursion. | ||
| 5 | |||
| 6 | * windmove.el (windmove-reference-loc, windmove-frame-edges): | ||
| 7 | Use window-inside-edges. | ||
| 8 | (windmove-do-window-select): Fix error messages. | ||
| 9 | |||
| 10 | * files.el (after-find-file): Simplify msg if nonexistent directory. | ||
| 11 | (make-directory): Doc fix. | ||
| 12 | |||
| 13 | * dabbrev.el (dabbrev--goto-start-of-abbrev): | ||
| 14 | Use minibuffer-prompt-end. | ||
| 15 | |||
| 16 | * comint.el (comint-move-point-for-output): Renamed from | ||
| 17 | comint-scroll-to-bottom-on-output. Old name is alias. | ||
| 18 | All uses changed. Doc fix. | ||
| 19 | (comint-scroll-show-maximum-output): Doc fix. | ||
| 20 | |||
| 21 | * comint.el (comint-exec-1): Don't use directory-sep-char. | ||
| 22 | (comint-dynamic-complete-as-filename): Likewise. | ||
| 23 | |||
| 24 | * bindings.el (global-map): Delete C-M-delete and C-M-backspace. | ||
| 25 | |||
| 1 | 2003-06-03 Markus Rost <rost@math.ohio-state.edu> | 26 | 2003-06-03 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 27 | ||
| 3 | * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the | 28 | * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the |