comparison lisp/ChangeLog @ 59180:25ad9a970ee3

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Dec 2004 01:35:21 +0000
parents 25f94004470f
children 05a98c6b2ba7
comparison
equal deleted inserted replaced
59179:4b5e5c2f1ee0 59180:25ad9a970ee3
1 2004-12-29 Kenichi Handa <handa@m17n.org> 1 2004-12-29 Kenichi Handa <handa@m17n.org>
2 2
3 * international/mule.el (recode-region): New function. 3 * international/mule.el (recode-region): New function.
4 4
5 2004-12-28 Richard M. Stallman <rms@gnu.org> 5 2004-12-28 Richard M. Stallman <rms@gnu.org>
6
7 * simple.el (undo-extra-outer-limit): New variable.
8 (undo-outer-limit-truncate): Test and set it.
9
10 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11 enables the feature to extend the existing region.
12
13 * simple.el (mark-word): New arg ALLOW-EXTEND
14 enables the feature to extend the existing region.
15
16 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
17 enables the feature to extend the existing region.
18
19 * startup.el (site-run-file): Don't allow setting it with Custom.
6 20
7 * simple.el (buffer-disable-undo): Fix previous change. 21 * simple.el (buffer-disable-undo): Fix previous change.
8 22
9 2004-12-27 Masatake YAMATO <jet@gyve.org> 23 2004-12-27 Masatake YAMATO <jet@gyve.org>
10 24