aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-26 22:06:00 +0000
committerRichard M. Stallman2002-09-26 22:06:00 +0000
commit563c037fcc55c8d12265849238c4d2f254a50259 (patch)
tree7ef4bab3b704686e8e03af14fc24e20c6f6ee1b7
parent770136ad900fda98f03a0a01f85da1501a36a1e9 (diff)
downloademacs-563c037fcc55c8d12265849238c4d2f254a50259.tar.gz
emacs-563c037fcc55c8d12265849238c4d2f254a50259.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog29
-rw-r--r--src/ChangeLog7
2 files changed, 36 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3fa3c1d6985..97ad1623cb2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12002-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
132002-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
182002-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
252002-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
12002-09-26 John Paul Wallington <jpw@shootybangbang.com> 302002-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
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a45273d24c..bae54ef29a7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-09-26 Richard M. Stallman <rms@gnu.org>
2
3 * regex.h (__restrict_arr): Don't define if already defined.
4
5 * coding.c (run_pre_post_conversion_on_str):
6 Save and restore Vdeactivate_mark.
7
12002-09-26 John Paul Wallington <jpw@shootybangbang.com> 82002-09-26 John Paul Wallington <jpw@shootybangbang.com>
2 9
3 * minibuf.c (Fminibufferp): Add an optional `buffer' argument. 10 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.