aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-11-07 17:17:44 +0000
committerStefan Monnier2001-11-07 17:17:44 +0000
commitc191d13c1f59444cbf85d45f4870ed57eab72277 (patch)
tree58ccf2ab8a9bc1e02a1bc6459b8036996fd36178
parentc23035e6d350163d096b45ce17221d034608c8c4 (diff)
downloademacs-c191d13c1f59444cbf85d45f4870ed57eab72277.tar.gz
emacs-c191d13c1f59444cbf85d45f4870ed57eab72277.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
-rw-r--r--src/ChangeLog7
2 files changed, 16 insertions, 5 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
52001-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
52001-11-06 Richard M. Stallman <rms@gnu.org> 132001-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
622001-11-03 Stefan Monnier <monnier@cs.yale.edu> 702001-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}.
diff --git a/src/ChangeLog b/src/ChangeLog
index 3030b0bed26..48612d9cd88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,6 +18,8 @@
18 18
192001-11-06 Stefan Monnier <monnier@cs.yale.edu> 192001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20 20
21 * lread.c (read1): Fix behavior with nested backquoting.
22
21 * keyboard.c (make_lispy_event): Check integerness and fix 23 * keyboard.c (make_lispy_event): Check integerness and fix
22 Lisp_Object/int mixup. 24 Lisp_Object/int mixup.
23 25
@@ -86,7 +88,7 @@
862001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> 882001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
87 89
88 * buffer.c (Fbuffer_local_value): New function. 90 * buffer.c (Fbuffer_local_value): New function.
89 (syms_of_buffer): defsubr it. 91 (syms_of_buffer): Defsubr it.
90 92
91 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local 93 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
92 value of `cursor-in-non-selected-windows'. 94 value of `cursor-in-non-selected-windows'.
@@ -139,8 +141,7 @@
139 and #ifdef'd-out code. 141 and #ifdef'd-out code.
140 Fix and reindent comments. 142 Fix and reindent comments.
141 143
142 * mocklisp.h: Remove comment which is a copy of comment in 144 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
143 mocklisp.c.
144 145
145 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused 146 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
146 argument `i' in macros. 147 argument `i' in macros.