# HG changeset patch # User Richard M. Stallman # Date 1029560504 0 # Node ID e1aab27b11be057d8bdd980443ecccce429e013b # Parent dd4d628efd2e166dbcc0d5569c8e007033be20d2 *** empty log message *** diff -r dd4d628efd2e -r e1aab27b11be lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 17 05:00:30 2002 +0000 +++ b/lisp/ChangeLog Sat Aug 17 05:01:44 2002 +0000 @@ -1,3 +1,14 @@ +2002-08-17 Richard M. Stallman + + * 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 * calendar/appt.el (appt-delete): Use substring-no-properties. diff -r dd4d628efd2e -r e1aab27b11be src/ChangeLog --- a/src/ChangeLog Sat Aug 17 05:00:30 2002 +0000 +++ b/src/ChangeLog Sat Aug 17 05:01:44 2002 +0000 @@ -1,3 +1,14 @@ +2002-08-17 Richard M. Stallman + + * 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 * mac.c (init_mac_osx_environment): New function.