comparison lisp/ChangeLog @ 50429:3892a03097d1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Apr 2003 23:15:47 +0000
parents 713cf8885bc9
children 5178bf655928
comparison
equal deleted inserted replaced
50428:8636083efe8b 50429:3892a03097d1
1 2003-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
1 2003-04-03 Masatake YAMATO <jet@gyve.org> 31 2003-04-03 Masatake YAMATO <jet@gyve.org>
2 32
3 * progmodes/etags.el: Require button.el. 33 * progmodes/etags.el: Require button.el.
4 (etags-tags-apropos): Use `make-text-button' instead of 34 (etags-tags-apropos): Use `make-text-button' instead of
5 `add-text-properties'. Use `snarf-tag-function' and 35 `add-text-properties'. Use `snarf-tag-function' and
219 249
220 * international/characters.el: Setup categories for Indian characters. 250 * international/characters.el: Setup categories for Indian characters.
221 251
222 2003-03-26 Steve Youngs <youngs@xemacs.org> 252 2003-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
228 2003-03-25 Stefan Monnier <monnier@cs.yale.edu> 257 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
229 258
230 * emacs-lisp/byte-opt.el (byte-optimize-set): New. 259 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
231 Turn `set' into `setq' when applicable. 260 Turn `set' into `setq' when applicable.
3721 3750
3722 * tooltip.el (tooltip-gud-process-output): Handle annotations that 3751 * tooltip.el (tooltip-gud-process-output): Handle annotations that
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
3726 2002-12-29 Dave Love <fx@gnu.org> 3755 2002-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
3730 2002-11-29 Bill Wohler <wohler@newt.com> 3759 2002-11-29 Bill Wohler <wohler@newt.com>
3731 3760