From: Richard M. Stallman Date: Sat, 17 Aug 2002 05:01:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c387c986f6e20b4a4e3075e7d5c6bb181a3318cd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 358f1f37df1..f6afb9e5068 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 6d04d220393..cf6b382b0d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.