+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.
+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.