Mercurial > emacs
comparison lisp/ChangeLog @ 27063:e5d4464b5b3d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 31 Dec 1999 23:40:48 +0000 |
parents | 6bb2a4a0413e |
children | 3ddce8cdf615 |
comparison
equal
deleted
inserted
replaced
27062:0a8d7e789bca | 27063:e5d4464b5b3d |
---|---|
1 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
2 | |
3 * echistory.el (electric-command-history): Call Command-history-setup | |
4 and command-history-mode using their new conventions. | |
5 | |
6 * chistory.el (Command-history-setup): Don't switch buffers. Take | |
7 no args, and do not set major-mode, mode-name or the local map. | |
8 (command-history-mode): New function, does some of those things | |
9 Command-history-setup used to do. | |
10 (list-command-history): Call command-history-mode, not | |
11 Command-history-setup. | |
12 (command-history): Renamed from command-history-mode. | |
13 | |
14 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
15 | |
16 * arc-mode.el (archive-mode-map): Bind q to quit-window. | |
17 | |
1 1999-12-31 William M. Perry <wmperry@aventail.com> | 18 1999-12-31 William M. Perry <wmperry@aventail.com> |
2 | 19 |
3 * image.el (defimage): Images with the `:data' keyword should be | 20 * image.el (defimage): Images with the `:data' keyword should be |
4 considered valid as well. | 21 considered valid as well. |
5 | 22 |