Mercurial > emacs
comparison lisp/ChangeLog @ 41462:e251356bc766
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Nov 2001 00:12:11 +0000 |
parents | a35f9838ee72 |
children | 41ef4373121e |
comparison
equal
deleted
inserted
replaced
41461:5507024cc13c | 41462:e251356bc766 |
---|---|
1 2001-11-24 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * startup.el (command-line-1): Don't do startup screen | |
4 if a subprocess is running. | |
5 | |
6 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var. | |
7 (browse-url-galeon): Use that variable. | |
8 | |
9 * mail/supercite.el (sc-toggle-var): Don't use set-variable or | |
10 eval-expression. Eval and set the variable simply. | |
11 | |
12 * files.el (temporary-file-directory): Use defcustom. | |
13 (small-temporary-file-directory): Likewise. | |
14 (normal-backup-enable-predicate): Move down in file | |
15 after definition of temporary-file-directory. | |
16 | |
17 * bindings.el (last-buffer, unbury-buffer): Doc fixes. | |
18 | |
1 2001-11-24 Colin Walters <walters@debian.org> | 19 2001-11-24 Colin Walters <walters@debian.org> |
2 | 20 |
3 * calc/calc-ext.el (calc-init-extensions): Update the rest of the | 21 * calc/calc-ext.el (calc-init-extensions): Update the rest of the |
4 autoload names to match files renamed on initial calc import. | 22 autoload names to match files renamed on initial calc import. |
5 | 23 |