aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-06-03 11:13:08 +0000
committerRichard M. Stallman <[email protected]>2003-06-03 11:13:08 +0000
commitbe781fa751dd6f5016e79ae20b6ff4209f7fdf9a (patch)
treed6e0fe2e81832fc3da36906c6da89ad7104c2991
parentc99a9eb33f02b1a444a8070d0d0297f0a0d4f0ec (diff)
*** empty log message ***
-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 f23c4f736c..d700b6bda5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,28 @@
+2003-06-03 Richard M. Stallman <[email protected]>
+
+ * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
+ Add save-excursion.
+
+ * windmove.el (windmove-reference-loc, windmove-frame-edges):
+ Use window-inside-edges.
+ (windmove-do-window-select): Fix error messages.
+
+ * files.el (after-find-file): Simplify msg if nonexistent directory.
+ (make-directory): Doc fix.
+
+ * dabbrev.el (dabbrev--goto-start-of-abbrev):
+ Use minibuffer-prompt-end.
+
+ * comint.el (comint-move-point-for-output): Renamed from
+ comint-scroll-to-bottom-on-output. Old name is alias.
+ All uses changed. Doc fix.
+ (comint-scroll-show-maximum-output): Doc fix.
+
+ * comint.el (comint-exec-1): Don't use directory-sep-char.
+ (comint-dynamic-complete-as-filename): Likewise.
+
+ * bindings.el (global-map): Delete C-M-delete and C-M-backspace.
+
2003-06-03 Markus Rost <[email protected]>
* progmodes/ps-mode.el (ps-mode): Use autoload cookie in the
diff --git a/src/ChangeLog b/src/ChangeLog
index cd15241248..9c4822ce1d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2003-06-03 Richard M. Stallman <[email protected]>
+
+ * window.c (Fwindow_edges): Doc fix.
+ (Fwindow_pixel_edges, Fwindow_inside_edges)
+ (Fwindow_inside_pixel_edges): New functions.
+ (syms_of_window): defsubr them.
+
+ * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
+ (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
+
2003-06-02 Dave Love <[email protected]>
* callproc.c: Use HAVE_FCNTL_H, not USG5.