]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Sep 2002 22:06:00 +0000 (22:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Sep 2002 22:06:00 +0000 (22:06 +0000)
lisp/ChangeLog
src/ChangeLog

index 3fa3c1d6985a0976d0c17b2beaf0fa23cf967919..97ad1623cb2a1d7617f892434e62d62874e412a4 100644 (file)
@@ -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
index 0a45273d24cbac21fd33bc1420753ab2abb35963..bae54ef29a73b8f1d17a8f0450ee36759ca391c7 100644 (file)
@@ -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.