]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 6 Dec 2001 16:24:26 +0000 (16:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 6 Dec 2001 16:24:26 +0000 (16:24 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index b7e10ff73f0726705a40d877e589ad5a2ea3db90..d9d38ccd099aae6249c57856021dbe0bfb85dad8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -23,6 +23,8 @@ installed programs.
 \f
 * Changes in Emacs 21.3
 
+** Info-index finally offers completion.
+
 ** Controlling the left and right fringe widths.
 
 The left and right fringe widths can now be controlled by setting the
@@ -243,9 +245,8 @@ handler whose (match-beginning 0) is the largest is chosen.
 In case of ties, the old "first matched" rule applies.
 
 ** Dense keymaps now handle inheritance correctly.
-To that end, binding a key to t now behaves the same as binding it to
-nil (it shadows parent bindings but not bindings in keymaps of lower
-precedence).
+Previously a dense keymap would hide all of the simple-char key
+bindings of the parent keymap.
 
 ** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
 If a piece of text with that property gets contextually refontified
index 958c0a79fb0167b20299497a2fd5f75e69c1cd9e..02673b219283274082d7eeea8b5d4eb6ba35743e 100644 (file)
@@ -1,7 +1,11 @@
+2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * indent.el (indent-line-function): Default is indent-relative again.
+
 2001-12-07  Miles Bader  <miles@gnu.org>
 
-       * progmodes/compile.el (compilation-error-regexp-alist): Added
-       regexps for RXP.  From Reto Stamm <reto@xilinx.com>.
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Added regexps for RXP.  From Reto Stamm <reto@xilinx.com>.
 
 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
 
 2001-12-04  Colin Walters  <walters@debian.org>
-       
+
        * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
        for `defmacro*' forms.
 
        * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
        `defmacro*'.
-       
+
 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
-       
+
        * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
 
 2001-12-02  Richard M. Stallman  <rms@gnu.org>
index bc80158cf814ac0097b84f12a6cd0ed78e443d6e..b6da1da27c4cb0ae5bb5785be2e4b585ca582523 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * eval.c: Undo last change: the standard syntax is not wanted.
+
 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the