Mercurial > emacs
comparison lisp/ChangeLog @ 55050:681e84aede6b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Apr 2004 19:19:44 +0000 |
parents | 413a22a92995 |
children | 1718d2c9f7b2 |
comparison
equal
deleted
inserted
replaced
55049:20627b978043 | 55050:681e84aede6b |
---|---|
1 2004-04-21 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/cperl-mode.el (cperl-putback-char): | |
4 Delete Emacs 18 definition. | |
5 | |
6 * international/mule.el (ctext-post-read-conversion): | |
7 Use assoc-string, not assoc-ignore-case. | |
8 | |
9 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case. | |
10 | |
11 * emacs-lisp/easymenu.el (easy-menu-add): | |
12 Do call x-popup-menu, but only if it's defined. | |
13 | |
14 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg. | |
15 | |
16 * emacs-lisp/bytecomp.el (byte-compile-no-warnings): | |
17 Handle multiple args: compile like progn. | |
18 | |
19 * emacs-lisp/byte-run.el (with-no-warnings): Simplify: | |
20 take all args as &rest arg. | |
21 | |
22 * autoinsert.el (auto-insert-alist): Insert the user's name in | |
23 copyright notice, rather than Free Software Foundation. | |
24 | |
1 2004-04-21 Kenichi Handa <handa@m17n.org> | 25 2004-04-21 Kenichi Handa <handa@m17n.org> |
2 | 26 |
3 * descr-text.el (describe-char): Make it work on *Help* buffer. | 27 * descr-text.el (describe-char): Make it work on *Help* buffer. |
4 | 28 |
5 2004-04-21 Kim F. Storm <storm@cua.dk> | 29 2004-04-21 Kim F. Storm <storm@cua.dk> |