aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2003-06-03 11:13:08 +0000
committerRichard M. Stallman2003-06-03 11:13:08 +0000
commitbe781fa751dd6f5016e79ae20b6ff4209f7fdf9a (patch)
treed6e0fe2e81832fc3da36906c6da89ad7104c2991 /lisp/ChangeLog
parentc99a9eb33f02b1a444a8070d0d0297f0a0d4f0ec (diff)
downloademacs-be781fa751dd6f5016e79ae20b6ff4209f7fdf9a.tar.gz
emacs-be781fa751dd6f5016e79ae20b6ff4209f7fdf9a.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog25
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 @@
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