aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog25
-rw-r--r--src/ChangeLog10
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 @@
12003-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
12003-06-03 Markus Rost <rost@math.ohio-state.edu> 262003-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 @@
12003-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
12003-06-02 Dave Love <fx@gnu.org> 112003-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.