aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-12-06 16:24:26 +0000
committerStefan Monnier2001-12-06 16:24:26 +0000
commit59b59892170eb1075c97d6b160ef476a8b4a5692 (patch)
tree0fac1776150d1befca7ed93c691effb1c0ff2a69
parent7a25dc6ddcbe340841156dba00e604bf6a4c519a (diff)
downloademacs-59b59892170eb1075c97d6b160ef476a8b4a5692.tar.gz
emacs-59b59892170eb1075c97d6b160ef476a8b4a5692.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--lisp/ChangeLog14
-rw-r--r--src/ChangeLog4
3 files changed, 17 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7e10ff73f0..d9d38ccd099 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -23,6 +23,8 @@ installed programs.
23 23
24* Changes in Emacs 21.3 24* Changes in Emacs 21.3
25 25
26** Info-index finally offers completion.
27
26** Controlling the left and right fringe widths. 28** Controlling the left and right fringe widths.
27 29
28The left and right fringe widths can now be controlled by setting the 30The 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.
243In case of ties, the old "first matched" rule applies. 245In case of ties, the old "first matched" rule applies.
244 246
245** Dense keymaps now handle inheritance correctly. 247** Dense keymaps now handle inheritance correctly.
246To that end, binding a key to t now behaves the same as binding it to 248Previously a dense keymap would hide all of the simple-char key
247nil (it shadows parent bindings but not bindings in keymaps of lower 249bindings of the parent keymap.
248precedence).
249 250
250** jit-lock obeys a new text-property `jit-lock-defer-multiline'. 251** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
251If a piece of text with that property gets contextually refontified 252If a piece of text with that property gets contextually refontified
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 958c0a79fb0..02673b21928 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * indent.el (indent-line-function): Default is indent-relative again.
4
12001-12-07 Miles Bader <miles@gnu.org> 52001-12-07 Miles Bader <miles@gnu.org>
2 6
3 * progmodes/compile.el (compilation-error-regexp-alist): Added 7 * progmodes/compile.el (compilation-error-regexp-alist):
4 regexps for RXP. From Reto Stamm <reto@xilinx.com>. 8 Added regexps for RXP. From Reto Stamm <reto@xilinx.com>.
5 9
62001-12-05 Eli Zaretskii <eliz@is.elta.co.il> 102001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
7 11
@@ -20,15 +24,15 @@
20 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix. 24 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
21 25
222001-12-04 Colin Walters <walters@debian.org> 262001-12-04 Colin Walters <walters@debian.org>
23 27
24 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads 28 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
25 for `defmacro*' forms. 29 for `defmacro*' forms.
26 30
27 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for 31 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
28 `defmacro*'. 32 `defmacro*'.
29 33
302001-12-03 Stefan Monnier <monnier@cs.yale.edu> 342001-12-03 Stefan Monnier <monnier@cs.yale.edu>
31 35
32 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change. 36 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
33 37
342001-12-02 Richard M. Stallman <rms@gnu.org> 382001-12-02 Richard M. Stallman <rms@gnu.org>
diff --git a/src/ChangeLog b/src/ChangeLog
index bc80158cf81..b6da1da27c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * eval.c: Undo last change: the standard syntax is not wanted.
4
12001-12-06 Eli Zaretskii <eliz@is.elta.co.il> 52001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the 7 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the