]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 2002 05:01:44 +0000 (05:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 2002 05:01:44 +0000 (05:01 +0000)
lisp/ChangeLog
src/ChangeLog

index 358f1f37df1559c2db0fca6a86bd662d9b5046db..f6afb9e50680ff8ebd81da575d883629aa3d4990 100644 (file)
@@ -1,3 +1,14 @@
+2002-08-17  Richard M. Stallman  <rms@gnu.org>
+
+       * tar-mode.el (tar-subfile-mode): Use add-hook and
+       remove-hook, and use write-file-functions instead of
+       local-write-file-hooks.
+       (tar-untar-buffer): Don't try to extract directories.
+
+       * menu-bar.el (fringe-mode): Set to nil.
+
+       * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
+
 2002-08-15  Richard M. Stallman  <rms@gnu.org>
 
        * calendar/appt.el (appt-delete): Use substring-no-properties.
index 6d04d220393116525aa1e584329a5f24bb6492a0..cf6b382b0d520199f2fe8f9bda68b22551db6330 100644 (file)
@@ -1,3 +1,14 @@
+2002-08-17  Richard M. Stallman  <rms@gnu.org>
+
+       * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
+
+       * sysdep.c [!VMS]: Include sys/files.h.
+
+       * editfns.c (save_restriction_restore): Defend from unchained marker.
+
+       * buffer.c (overlays_at): Handle extending vec uniformly.
+       (overlays_in): Handle extending vec from length 0 as in overlays_at.
+
 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
 
        * mac.c (init_mac_osx_environment): New function.