Mercurial > emacs
comparison lisp/ChangeLog @ 47636:1422050ca14f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Sep 2002 22:06:00 +0000 |
parents | dbdc31f1646b |
children | bf5c44a60878 |
comparison
equal
deleted
inserted
replaced
47635:b8d711da249c | 47636:1422050ca14f |
---|---|
1 2002-09-26 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * mail/unrmail.el (unrmail): Do the work directly, | |
4 without actually selecting the messages in the from file. | |
5 (unrmail-unprune): New subroutine. | |
6 | |
7 * files.el (backup-buffer): Bind local var MODES. | |
8 Don't use renaming for a suid or sgid file. | |
9 Use backup-buffer-copy to do copying. | |
10 (backup-buffer-copy): New subroutine. | |
11 Clear suid and sgid bits for the copy. | |
12 | |
13 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu> | |
14 | |
15 * calendar/solar.el (solar-equinoxes-solstices): | |
16 Use time properly adjusted for DST in the result. | |
17 | |
18 2002-09-26 Richard M. Stallman <rms@gnu.org> | |
19 | |
20 * follow.el (follow-generic-filter): Simply bind deactivate-mark. | |
21 Bind inhibit-read-only; don't mess with buffer-read-only. | |
22 | |
23 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark. | |
24 | |
25 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu> | |
26 | |
27 * ielm.el (inferior-emacs-lisp-mode): Treat the header as | |
28 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
29 | |
1 2002-09-26 John Paul Wallington <jpw@shootybangbang.com> | 30 2002-09-26 John Paul Wallington <jpw@shootybangbang.com> |
2 | 31 |
3 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument | 32 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument |
4 instead of within `with-current-buffer'. | 33 instead of within `with-current-buffer'. |
5 | 34 |