Mercurial > emacs
changeset 59180:25ad9a970ee3
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 29 Dec 2004 01:35:21 +0000 |
parents | 4b5e5c2f1ee0 |
children | a22da8bff83f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 29 01:34:31 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 29 01:35:21 2004 +0000 @@ -4,6 +4,20 @@ 2004-12-28 Richard M. Stallman <rms@gnu.org> + * simple.el (undo-extra-outer-limit): New variable. + (undo-outer-limit-truncate): Test and set it. + + * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND + enables the feature to extend the existing region. + + * simple.el (mark-word): New arg ALLOW-EXTEND + enables the feature to extend the existing region. + + * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND + enables the feature to extend the existing region. + + * startup.el (site-run-file): Don't allow setting it with Custom. + * simple.el (buffer-disable-undo): Fix previous change. 2004-12-27 Masatake YAMATO <jet@gyve.org>