aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog37
1 files changed, 33 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b84ba450eaf..4aac41b648b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,33 @@
12003-04-03 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/easymenu.el (easy-menu-define):
4 Don't make a defvar for nil.
5 (easy-menu-convert-item-1): Doc fix.
6 (easy-menu-change): Call easy-menu-create-menu.
7
8 * subr.el (read-quoted-char): Remember the input char
9 before translation thru function-key-map, and use that for unreading.
10
11 * shadowfile.el (shadow-parse-fullname):
12 Renamed from shadow-parse-fullpath.
13 (shadow-parse-name): Renamed from shadow-parse-path.
14 (shadow-make-fullname): Renamed from shadow-make-fullpath.
15 (shadow-replace-name-component): Was shadow-replace-path-component.
16 Callers of the above functions changed.
17 (shadow-expand-cluster-in-file-name): Doc fix.
18 (shadow-same-site, shadow-file-match): Doc fix.
19 (shadow-define-literal-group): Doc fix.
20
21 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
22
23 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
24
25 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
26 (hack-local-variables): When MODE-ONLY is set, pass it along to
27 hack-local-variables-prop-line.
28
29 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
30
12003-04-03 Masatake YAMATO <jet@gyve.org> 312003-04-03 Masatake YAMATO <jet@gyve.org>
2 32
3 * progmodes/etags.el: Require button.el. 33 * progmodes/etags.el: Require button.el.
@@ -221,9 +251,8 @@
221 251
2222003-03-26 Steve Youngs <youngs@xemacs.org> 2522003-03-26 Steve Youngs <youngs@xemacs.org>
223 253
224 * em-unix.el (eshell-plain-locate-behavior): Make the default the 254 * em-unix.el (eshell-plain-locate-behavior): Make the default
225 return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and 255 nil on Emacs, t on XEmacs.
226 non-nil for XEmacs.
227 256
2282003-03-25 Stefan Monnier <monnier@cs.yale.edu> 2572003-03-25 Stefan Monnier <monnier@cs.yale.edu>
229 258
@@ -3723,7 +3752,7 @@
3723 are output with gdba in gdb-ui.el. 3752 are output with gdba in gdb-ui.el.
3724 (tooltip-strip-annotations): New function. 3753 (tooltip-strip-annotations): New function.
3725 3754
37262002-12-29 Dave Love <fx@gnu.org> 37552002-11-29 Dave Love <fx@gnu.org>
3727 3756
3728 * autoarg.el (autoarg-mode): Give it a :group. 3757 * autoarg.el (autoarg-mode): Give it a :group.
3729 3758