From: Richard M. Stallman Date: Thu, 26 Sep 2002 22:06:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13042 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=563c037fcc55c8d12265849238c4d2f254a50259;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fa3c1d6985..97ad1623cb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 0a45273d24c..bae54ef29a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.