]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 7 Nov 2001 17:17:44 +0000 (17:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 7 Nov 2001 17:17:44 +0000 (17:17 +0000)
lisp/ChangeLog
src/ChangeLog

index c0951c1588a23fa94997e7345e8d21be8f2f9160..5a4d62457844ec00293e75d86ac78473a846986f 100644 (file)
@@ -2,12 +2,20 @@
 
        * paren.el (show-paren-match-face): Add dark-background variant.
 
+2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
+       (lisp-mode-variables): Don't set paragraph-{start,separate}.
+       Don't disable adaptive-fill-mode.
+       (lisp-fill-paragraph): Use tab-width rather than 8.
+       Prevent filling the first line of docstrings.
+
 2001-11-06  Richard M. Stallman  <rms@gnu.org>
 
        * play/gomoku.el (gomoku): Doc fix.
 
-       * jka-compr.el (jka-compr-partial-uncompress): Support
-       an alternative of not using dd.
+       * jka-compr.el (jka-compr-partial-uncompress):
+       Support an alternative of not using dd.
        (jka-compr-dd-program): Use defcustom to define this.
        (jka-compr-load-suffixes): Use defcustom.
        (jka-compr-mode-alist-additions): Use defcustom.
@@ -61,6 +69,8 @@
 
 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * term.el (all faces): Don't (copy-face 'default <foo>).
+
        * term/xterm.el (function-key-map):
        Add entry for `ESC [ 3 ~' -> <delete>
        Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
index 3030b0bed2652d8273dd82237adb5b9d279a3a6b..48612d9cd881d29f3b40b2a3f392448d82e44869 100644 (file)
@@ -18,6 +18,8 @@
 
 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * lread.c (read1): Fix behavior with nested backquoting.
+
        * keyboard.c (make_lispy_event): Check integerness and fix
        Lisp_Object/int mixup.
 
@@ -86,7 +88,7 @@
 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
 
        * buffer.c (Fbuffer_local_value): New function.
-       (syms_of_buffer): defsubr it.
+       (syms_of_buffer): Defsubr it.
 
        * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
        value of `cursor-in-non-selected-windows'.
        and #ifdef'd-out code.
        Fix and reindent comments.
 
-       * mocklisp.h: Remove comment which is a copy of comment in
-       mocklisp.c.
+       * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
 
        * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
        argument `i' in macros.