comparison lisp/ChangeLog @ 50317:e0b9e9b6bfac

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Mar 2003 16:46:41 +0000
parents 11f0b75d4df1
children 445b4a2ecf62
comparison
equal deleted inserted replaced
50316:04ec77031c94 50317:e0b9e9b6bfac
1 2003-03-26 Kenichi Handa <handa@etlken2> 1 2003-03-26 Kenichi Handa <handa@etlken2>
2 2
3 * files.el (recode-file-name): New function. 3 * files.el (recode-file-name): New function.
4 4
5 * international/characters.el: Setup categories for Indian 5 * international/characters.el: Setup categories for Indian characters.
6 characters.
7 6
8 2003-03-26 Steve Youngs <youngs@xemacs.org> 7 2003-03-26 Steve Youngs <youngs@xemacs.org>
9 8
10 * em-unix.el (eshell-plain-locate-behavior): Make the default the 9 * em-unix.el (eshell-plain-locate-behavior): Make the default the
11 return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and 10 return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and
12 non-nil for XEmacs. 11 non-nil for XEmacs.
12
13 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
14
15 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
16 Turn `set' into `setq' when applicable.
17
18 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
19
20 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
21 args blindly to defcustom. Use custom-set-minor-mode.
13 22
14 2003-03-24 Kim F. Storm <storm@cua.dk> 23 2003-03-24 Kim F. Storm <storm@cua.dk>
15 24
16 * simple.el: Rework last change so C-x C-SPC C-SPC does not 25 * simple.el: Rework last change so C-x C-SPC C-SPC does not
17 repeat pop-global-mark by default. 26 repeat pop-global-mark by default.