aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-04 17:25:52 +0000
committerRichard M. Stallman2004-03-04 17:25:52 +0000
commit04a6e76be8165b327da9055458645baa4653f405 (patch)
treec030509ecf96b29c80c35565277e6bc20d3f4a13 /lisp/ChangeLog
parent40d0bf851f6530f632d490bf9e08a7f958d4f073 (diff)
downloademacs-04a6e76be8165b327da9055458645baa4653f405.tar.gz
emacs-04a6e76be8165b327da9055458645baa4653f405.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 09605839013..9edcb1f6600 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,37 @@
12004-03-04 Richard M. Stallman <rms@gnu.org>
2
3 * mail/rmail.el (rmail-convert-to-babyl-format):
4 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5
6 * mail/mail-utils.el (mail-unquote-printable-region):
7 New arg UNIBYTE.
8
9 * startup.el (command-switch-alist): Doc fix.
10
11 * simple.el (undo): Temporarily set this-command to `undo-start',
12 then set it to `undo' once undo-start returns without error.
13
14 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15
16 * simple.el (kill-line): Don't disregard trailing whitespace
17 in eol condition, if show-trailing-whitespace is set.
18
19 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21 When disabling, restore old values only if mouse-sel-has-been-enabled.
22
23 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
24 (isearch-{-char): New function.
25 (isearch-mode-map): Bind { to isearch-{-char.
26
27 * font-lock.el (lisp-font-lock-keywords-2):
28 Turn off the CL with-... and do-... general patterns.
29 Instead, recognize several specific with... and do... constructs.
30
31 * files.el (switch-to-buffer-other-window): Bind
32 same-window-buffer-names and same-window-regexps to nil.
33 (switch-to-buffer-other-frame): Likewise.
34
12004-03-03 Stefan Monnier <monnier@iro.umontreal.ca> 352004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 36
3 * textmodes/fill.el (fill-comment-paragraph): Be more careful when 37 * textmodes/fill.el (fill-comment-paragraph): Be more careful when