*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-08-17 05:01:44 +00:00
parent 76bf666689
commit c387c986f6
2 changed files with 22 additions and 0 deletions

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

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