aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f83129ec7f5..da6751076e1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,8 +2,7 @@
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
82003-03-26 Steve Youngs <youngs@xemacs.org> 72003-03-26 Steve Youngs <youngs@xemacs.org>
9 8
@@ -11,6 +10,16 @@
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.
13 12
132003-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
182003-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.
22
142003-03-24 Kim F. Storm <storm@cua.dk> 232003-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