diff options
| author | Dave Love | 2000-05-10 09:25:53 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-10 09:25:53 +0000 |
| commit | 0623e40fa0551c8bf363cb41f73a8ca6562244af (patch) | |
| tree | 907931a177966bdf83b5cf78fef5ea632db09fcb | |
| parent | f0124b4a2f3c0bc094526fcfe407af37eda59c97 (diff) | |
| download | emacs-0623e40fa0551c8bf363cb41f73a8ca6562244af.tar.gz emacs-0623e40fa0551c8bf363cb41f73a8ca6562244af.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51250b7f983..03159b7e637 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | (help-xref-interned): Maybe insert face doc too. Separate | 15 | (help-xref-interned): Maybe insert face doc too. Separate |
| 16 | sections with a line of hyphens. | 16 | sections with a line of hyphens. |
| 17 | 17 | ||
| 18 | * faces.el: Some doc fixes. | 18 | * faces.el: Some doc fixes. Declare some functions obsolete. |
| 19 | (describe-face): Add customize button. Return the help | 19 | (describe-face): Add customize button. Return the help |
| 20 | text. Fix prompt. | 20 | text. Fix prompt. |
| 21 | 21 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 9d1897da20d..caba058c0a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-05-09 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to | ||
| 4 | that offset before writing. Move gcpro region past call of | ||
| 5 | Ffile_regular_p. | ||
| 6 | |||
| 1 | 2000-05-04 Dave Love <fx@gnu.org> | 7 | 2000-05-04 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix. | 9 | * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix. |