diff options
| author | Stefan Monnier | 2001-11-07 17:17:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-07 17:17:44 +0000 |
| commit | c191d13c1f59444cbf85d45f4870ed57eab72277 (patch) | |
| tree | 58ccf2ab8a9bc1e02a1bc6459b8036996fd36178 /lisp/ChangeLog | |
| parent | c23035e6d350163d096b45ce17221d034608c8c4 (diff) | |
| download | emacs-c191d13c1f59444cbf85d45f4870ed57eab72277.tar.gz emacs-c191d13c1f59444cbf85d45f4870ed57eab72277.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0951c1588a..5a4d6245784 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,12 +2,20 @@ | |||
| 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. |
| @@ -61,6 +69,8 @@ | |||
| 61 | 69 | ||
| 62 | 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> | 70 | 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> |
| 63 | 71 | ||
| 72 | * term.el (all faces): Don't (copy-face 'default <foo>). | ||
| 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}. |