Mercurial > emacs
changeset 47636:1422050ca14f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Sep 2002 22:06:00 +0000 |
parents | b8d711da249c |
children | 61adc32aad68 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * 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 <reingold@emr.cs.iit.edu> + + * calendar/solar.el (solar-equinoxes-solstices): + Use time properly adjusted for DST in the result. + +2002-09-26 Richard M. Stallman <rms@gnu.org> + + * 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 <teirllm@mail.auburn.edu> + + * 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 <jpw@shootybangbang.com> * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
--- 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 <rms@gnu.org> + + * 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 <jpw@shootybangbang.com> * minibuf.c (Fminibufferp): Add an optional `buffer' argument.