Mercurial > emacs
changeset 46927:e1aab27b11be
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Aug 2002 05:01:44 +0000 |
parents | dd4d628efd2e |
children | cbd08432d202 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.