diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-03-26 16:46:41 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-03-26 16:46:41 +0000 |
commit | 9227d8f1c38f52b2c2f666dd5aa66364bcb2386f (patch) | |
tree | 6a2ba701f8fb0b1a34f008fdff5f258f1f9957a6 | |
parent | 70b6104c5d1bf74f72edc9a2b3a6579c3aab9109 (diff) | |
download | emacs-9227d8f1c38f52b2c2f666dd5aa66364bcb2386f.tar.gz emacs-9227d8f1c38f52b2c2f666dd5aa66364bcb2386f.tar.bz2 emacs-9227d8f1c38f52b2c2f666dd5aa66364bcb2386f.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ * files.el (recode-file-name): New function. - * international/characters.el: Setup categories for Indian - characters. + * international/characters.el: Setup categories for Indian characters. 2003-03-26 Steve Youngs <youngs@xemacs.org> @@ -11,6 +10,16 @@ return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for XEmacs. +2003-03-25 Stefan Monnier <monnier@cs.yale.edu> + + * emacs-lisp/byte-opt.el (byte-optimize-set): New. + Turn `set' into `setq' when applicable. + +2003-03-24 Stefan Monnier <monnier@cs.yale.edu> + + * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword + args blindly to defcustom. Use custom-set-minor-mode. + 2003-03-24 Kim F. Storm <storm@cua.dk> * simple.el: Rework last change so C-x C-SPC C-SPC does not |