Mercurial > emacs
comparison lisp/ChangeLog @ 40807:1a5577482e7a
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 07 Nov 2001 17:17:44 +0000 |
parents | f49e883aeab2 |
children | 668787248f9b |
comparison
equal
deleted
inserted
replaced
40806:0f88ac1c1629 | 40807:1a5577482e7a |
---|---|
1 2001-11-07 Miles Bader <miles@gnu.org> | 1 2001-11-07 Miles Bader <miles@gnu.org> |
2 | 2 |
3 * paren.el (show-paren-match-face): Add dark-background variant. | 3 * paren.el (show-paren-match-face): Add dark-background variant. |
4 | 4 |
5 2001-11-06 Stefan Monnier <monnier@cs.yale.edu> | |
6 | |
7 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo. | |
8 (lisp-mode-variables): Don't set paragraph-{start,separate}. | |
9 Don't disable adaptive-fill-mode. | |
10 (lisp-fill-paragraph): Use tab-width rather than 8. | |
11 Prevent filling the first line of docstrings. | |
12 | |
5 2001-11-06 Richard M. Stallman <rms@gnu.org> | 13 2001-11-06 Richard M. Stallman <rms@gnu.org> |
6 | 14 |
7 * play/gomoku.el (gomoku): Doc fix. | 15 * play/gomoku.el (gomoku): Doc fix. |
8 | 16 |
9 * jka-compr.el (jka-compr-partial-uncompress): Support | 17 * jka-compr.el (jka-compr-partial-uncompress): |
10 an alternative of not using dd. | 18 Support an alternative of not using dd. |
11 (jka-compr-dd-program): Use defcustom to define this. | 19 (jka-compr-dd-program): Use defcustom to define this. |
12 (jka-compr-load-suffixes): Use defcustom. | 20 (jka-compr-load-suffixes): Use defcustom. |
13 (jka-compr-mode-alist-additions): Use defcustom. | 21 (jka-compr-mode-alist-additions): Use defcustom. |
14 | 22 |
15 2001-11-06 Stefan Monnier <monnier@cs.yale.edu> | 23 2001-11-06 Stefan Monnier <monnier@cs.yale.edu> |
58 | 66 |
59 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the | 67 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the |
60 shadow of the splash image grey on a dark background instead of black. | 68 shadow of the splash image grey on a dark background instead of black. |
61 | 69 |
62 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> | 70 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> |
71 | |
72 * term.el (all faces): Don't (copy-face 'default <foo>). | |
63 | 73 |
64 * term/xterm.el (function-key-map): | 74 * term/xterm.el (function-key-map): |
65 Add entry for `ESC [ 3 ~' -> <delete> | 75 Add entry for `ESC [ 3 ~' -> <delete> |
66 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}. | 76 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}. |
67 Use inheritance so that .emacs and terminfo take precedence. | 77 Use inheritance so that .emacs and terminfo take precedence. |