diff options
| author | Richard M. Stallman | 2003-06-03 11:13:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-06-03 11:13:08 +0000 |
| commit | be781fa751dd6f5016e79ae20b6ff4209f7fdf9a (patch) | |
| tree | d6e0fe2e81832fc3da36906c6da89ad7104c2991 | |
| parent | c99a9eb33f02b1a444a8070d0d0297f0a0d4f0ec (diff) | |
| download | emacs-be781fa751dd6f5016e79ae20b6ff4209f7fdf9a.tar.gz emacs-be781fa751dd6f5016e79ae20b6ff4209f7fdf9a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 25 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
2 files changed, 35 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 |
diff --git a/src/ChangeLog b/src/ChangeLog index cd152412488..9c4822ce1da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-06-03 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fwindow_edges): Doc fix. | ||
| 4 | (Fwindow_pixel_edges, Fwindow_inside_edges) | ||
| 5 | (Fwindow_inside_pixel_edges): New functions. | ||
| 6 | (syms_of_window): defsubr them. | ||
| 7 | |||
| 8 | * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS) | ||
| 9 | (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros. | ||
| 10 | |||
| 1 | 2003-06-02 Dave Love <fx@gnu.org> | 11 | 2003-06-02 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * callproc.c: Use HAVE_FCNTL_H, not USG5. | 13 | * callproc.c: Use HAVE_FCNTL_H, not USG5. |