Mercurial > emacs
changeset 41340:00ed4838100e
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 Nov 2001 02:53:52 +0000 |
parents | 64aa5094a7cb |
children | 6ab668229754 |
files | MAINTAINERS etc/NEWS lisp/ChangeLog |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MAINTAINERS Wed Nov 21 02:53:46 2001 +0000 +++ b/MAINTAINERS Wed Nov 21 02:53:52 2001 +0000 @@ -37,6 +37,9 @@ minibuffer completion lisp/textmodes/outline.el +Miles Bader + ??? + ============================================================================== 2. ==============================================================================
--- a/etc/NEWS Wed Nov 21 02:53:46 2001 +0000 +++ b/etc/NEWS Wed Nov 21 02:53:52 2001 +0000 @@ -299,6 +299,9 @@ *** The new package syntax.el provides an efficient way to find the current syntactic context (as returned by parse-partial-sexp). +*** The TCL package tcl-mode.el was replaced by tcl.el. +This was actually done in Emacs-21.1 was not documented. + * Installation Changes in Emacs 21.1
--- a/lisp/ChangeLog Wed Nov 21 02:53:46 2001 +0000 +++ b/lisp/ChangeLog Wed Nov 21 02:53:52 2001 +0000 @@ -1,5 +1,8 @@ 2001-11-20 Stefan Monnier <monnier@cs.yale.edu> + * derived.el (define-derived-mode): Create the abbrev-table + from inside the `defvar'. + * jit-lock.el (jit-lock-defer-time): New var. (jit-lock-defer-timer, jit-lock-buffers): New vars. (jit-lock-mode): Initialize them. Cancel the timers more carefully.