# HG changeset patch # User Richard M. Stallman # Date 1078421152 0 # Node ID d41dd3d19ce4edd8692fa6653c245c1682706723 # Parent d46dec53348020bc51df34f664c449e9e7118429 *** empty log message *** diff -r d46dec533480 -r d41dd3d19ce4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 04 17:25:34 2004 +0000 +++ b/lisp/ChangeLog Thu Mar 04 17:25:52 2004 +0000 @@ -1,3 +1,37 @@ +2004-03-04 Richard M. Stallman + + * mail/rmail.el (rmail-convert-to-babyl-format): + Specify t for UNIBYTE when calling mail-unquote-printable-region. + + * mail/mail-utils.el (mail-unquote-printable-region): + New arg UNIBYTE. + + * startup.el (command-switch-alist): Doc fix. + + * simple.el (undo): Temporarily set this-command to `undo-start', + then set it to `undo' once undo-start returns without error. + + * simple.el (minibuffer-history-sexp-flag): Doc fix. + + * simple.el (kill-line): Don't disregard trailing whitespace + in eol condition, if show-trailing-whitespace is set. + + * mouse-sel.el (mouse-sel-has-been-enabled): New var. + (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled. + When disabling, restore old values only if mouse-sel-has-been-enabled. + + * isearch.el (isearch-*-char): New arg WANT-BACKSLASH. + (isearch-{-char): New function. + (isearch-mode-map): Bind { to isearch-{-char. + + * font-lock.el (lisp-font-lock-keywords-2): + Turn off the CL with-... and do-... general patterns. + Instead, recognize several specific with... and do... constructs. + + * files.el (switch-to-buffer-other-window): Bind + same-window-buffer-names and same-window-regexps to nil. + (switch-to-buffer-other-frame): Likewise. + 2004-03-03 Stefan Monnier * textmodes/fill.el (fill-comment-paragraph): Be more careful when diff -r d46dec533480 -r d41dd3d19ce4 lispref/ChangeLog --- a/lispref/ChangeLog Thu Mar 04 17:25:34 2004 +0000 +++ b/lispref/ChangeLog Thu Mar 04 17:25:52 2004 +0000 @@ -1,3 +1,12 @@ +2004-03-04 Richard M. Stallman + + * processes.texi: Fix typos. + + * lists.texi (Building Lists): Minor clarification. + + * hash.texi (Creating Hash): Correct the meaning of t for WEAK + in make-hash-table. + 2004-02-29 Juanma Barranquero * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of diff -r d46dec533480 -r d41dd3d19ce4 man/ChangeLog --- a/man/ChangeLog Thu Mar 04 17:25:34 2004 +0000 +++ b/man/ChangeLog Thu Mar 04 17:25:52 2004 +0000 @@ -1,3 +1,17 @@ +2004-03-04 Richard M. Stallman + + * search.texi (Regexps): Explain that ^ and $ have their + special meanings only in certain contexts. + + * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@. + + * mule.texi (Specify Coding): Doc C-x RET F. + + * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely + for multiple compile and grep buffers. + (Indirect Buffers): Don't recommand clone-indirect-buffer + for multiple compile and grep buffers. + 2004-02-29 Simon Josefsson * smtpmail.texi (Authentication): Changed the list of supported diff -r d46dec533480 -r d41dd3d19ce4 src/ChangeLog --- a/src/ChangeLog Thu Mar 04 17:25:34 2004 +0000 +++ b/src/ChangeLog Thu Mar 04 17:25:52 2004 +0000 @@ -1,5 +1,7 @@ 2004-03-04 Richard M. Stallman + * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition. + * window.c (Fdisplay_buffer): Doc fix. * buffer.c (Fpop_to_buffer): Doc fix.