diff options
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 358f1f37df1..f6afb9e5068 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-08-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tar-mode.el (tar-subfile-mode): Use add-hook and | ||
| 4 | remove-hook, and use write-file-functions instead of | ||
| 5 | local-write-file-hooks. | ||
| 6 | (tar-untar-buffer): Don't try to extract directories. | ||
| 7 | |||
| 8 | * menu-bar.el (fringe-mode): Set to nil. | ||
| 9 | |||
| 10 | * mail/rmail.el (rmail-search-mime-header-function): Doc fix. | ||
| 11 | |||
| 1 | 2002-08-15 Richard M. Stallman <rms@gnu.org> | 12 | 2002-08-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * calendar/appt.el (appt-delete): Use substring-no-properties. | 14 | * 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 @@ | |||
| 1 | 2002-08-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * s/sol2-5.h (BROKEN_SIGIO): Add #undef. | ||
| 4 | |||
| 5 | * sysdep.c [!VMS]: Include sys/files.h. | ||
| 6 | |||
| 7 | * editfns.c (save_restriction_restore): Defend from unchained marker. | ||
| 8 | |||
| 9 | * buffer.c (overlays_at): Handle extending vec uniformly. | ||
| 10 | (overlays_in): Handle extending vec from length 0 as in overlays_at. | ||
| 11 | |||
| 1 | 2002-08-15 Andrew Choi <akochoi@shaw.ca> | 12 | 2002-08-15 Andrew Choi <akochoi@shaw.ca> |
| 2 | 13 | ||
| 3 | * mac.c (init_mac_osx_environment): New function. | 14 | * mac.c (init_mac_osx_environment): New function. |