Mercurial > emacs
comparison lisp/ChangeLog @ 50816:b4ee488a1f99
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 05 May 2003 00:25:11 +0000 |
parents | 7d0357cde5ff |
children | ef6de283f568 |
comparison
equal
deleted
inserted
replaced
50815:4972b38db032 | 50816:b4ee488a1f99 |
---|---|
1 2003-05-05 John Paul Wallington <jpw@gnu.org> | |
2 | |
3 * emacs-lisp/autoload.el (batch-update-autoloads): Call | |
4 `update-directory-autoloads'. | |
5 | |
1 2003-05-04 Emmanuel Briot <briot@gnat.com> | 6 2003-05-04 Emmanuel Briot <briot@gnat.com> |
2 | 7 |
3 * progmodes/ada-mode.el | 8 * progmodes/ada-mode.el |
4 * progmodes/ada-prj.el | 9 * progmodes/ada-prj.el |
5 * progmodes/ada-stmt.el | 10 * progmodes/ada-stmt.el |
98 Move to ada-mode.el. | 103 Move to ada-mode.el. |
99 (ada-template-map): Merge with the keymap handling in ada-mode.el. | 104 (ada-template-map): Merge with the keymap handling in ada-mode.el. |
100 | 105 |
101 2003-04-29 Stefan Monnier <monnier@cs.yale.edu> | 106 2003-04-29 Stefan Monnier <monnier@cs.yale.edu> |
102 | 107 |
103 * (isearch-complete1): Don't allocate unnecessarily. | 108 * isearch.el (isearch-complete1): Don't allocate unnecessarily. |
104 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling. | 109 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling. |
105 (isearch-update-ring): Use push. | 110 (isearch-update-ring): Use push. |
106 | 111 |
107 2003-04-29 Oliver Scholz <epameinondas@gmx.de> | 112 2003-04-29 Oliver Scholz <epameinondas@gmx.de> |
108 | 113 |