# HG changeset patch # User Richard M. Stallman # Date 1033077960 0 # Node ID 1422050ca14fc8e34778f25e89383029c0ec4030 # Parent b8d711da249c8a3f7978a189c15e4954623ad134 *** empty log message *** diff -r b8d711da249c -r 1422050ca14f lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 26 22:05:50 2002 +0000 +++ b/lisp/ChangeLog Thu Sep 26 22:06:00 2002 +0000 @@ -1,3 +1,32 @@ +2002-09-26 Richard M. Stallman + + * mail/unrmail.el (unrmail): Do the work directly, + without actually selecting the messages in the from file. + (unrmail-unprune): New subroutine. + + * files.el (backup-buffer): Bind local var MODES. + Don't use renaming for a suid or sgid file. + Use backup-buffer-copy to do copying. + (backup-buffer-copy): New subroutine. + Clear suid and sgid bits for the copy. + +2002-09-26 Edward M. Reingold + + * calendar/solar.el (solar-equinoxes-solstices): + Use time properly adjusted for DST in the result. + +2002-09-26 Richard M. Stallman + + * follow.el (follow-generic-filter): Simply bind deactivate-mark. + Bind inhibit-read-only; don't mess with buffer-read-only. + + * speedbar.el (speedbar-refresh): Simply bind deactivate-mark. + +2002-09-26 Luc Teirlinck + + * ielm.el (inferior-emacs-lisp-mode): Treat the header as + output, if comint-use-prompt-regexp-instead-of-fields is nil. + 2002-09-26 John Paul Wallington * ibuffer.el (ibuffer-update): Call `minibufferp' with argument diff -r b8d711da249c -r 1422050ca14f src/ChangeLog --- a/src/ChangeLog Thu Sep 26 22:05:50 2002 +0000 +++ b/src/ChangeLog Thu Sep 26 22:06:00 2002 +0000 @@ -1,3 +1,10 @@ +2002-09-26 Richard M. Stallman + + * regex.h (__restrict_arr): Don't define if already defined. + + * coding.c (run_pre_post_conversion_on_str): + Save and restore Vdeactivate_mark. + 2002-09-26 John Paul Wallington * minibuf.c (Fminibufferp): Add an optional `buffer' argument.