# HG changeset patch # User Stefan Monnier # Date 1007655866 0 # Node ID 7423116b7ac3f86d5ef4d8564bf4d478dd92c7d4 # Parent 680de0f18330fa9ac2433de67010d2c2cf04538b *** empty log message *** diff -r 680de0f18330 -r 7423116b7ac3 etc/NEWS --- a/etc/NEWS Thu Dec 06 16:21:23 2001 +0000 +++ b/etc/NEWS Thu Dec 06 16:24:26 2001 +0000 @@ -23,6 +23,8 @@ * 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 @@ 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 diff -r 680de0f18330 -r 7423116b7ac3 lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 06 16:21:23 2001 +0000 +++ b/lisp/ChangeLog Thu Dec 06 16:24:26 2001 +0000 @@ -1,7 +1,11 @@ +2001-12-06 Stefan Monnier + + * indent.el (indent-line-function): Default is indent-relative again. + 2001-12-07 Miles Bader - * progmodes/compile.el (compilation-error-regexp-alist): Added - regexps for RXP. From Reto Stamm . + * progmodes/compile.el (compilation-error-regexp-alist): + Added regexps for RXP. From Reto Stamm . 2001-12-05 Eli Zaretskii @@ -20,15 +24,15 @@ * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix. 2001-12-04 Colin Walters - + * 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 - + * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change. 2001-12-02 Richard M. Stallman diff -r 680de0f18330 -r 7423116b7ac3 src/ChangeLog --- a/src/ChangeLog Thu Dec 06 16:21:23 2001 +0000 +++ b/src/ChangeLog Thu Dec 06 16:24:26 2001 +0000 @@ -1,3 +1,7 @@ +2001-12-06 Stefan Monnier + + * eval.c: Undo last change: the standard syntax is not wanted. + 2001-12-06 Eli Zaretskii * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the