diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00c81718132..511d02fe325 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-10-25 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * facemenu.el (facemenu-add-new-face): Fix variable names. | ||
| 4 | |||
| 1 | 2001-10-24 Richard M. Stallman <rms@gnu.org> | 5 | 2001-10-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * facemenu.el (facemenu-unlisted-faces): Improve doc strings | 7 | * facemenu.el (facemenu-unlisted-faces): Improve doc strings |
diff --git a/src/ChangeLog b/src/ChangeLog index 457118c4aaf..6a6689e474f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-10-25 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (png_load): Make sure SPECIFIED_BG is a string. | ||
| 4 | BG is a pointer to a structure, not a structure. | ||
| 5 | (gif_format, png_format): Add missing commas. | ||
| 6 | |||
| 1 | 2001-10-24 Richard M. Stallman <rms@gnu.org> | 7 | 2001-10-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * xfaces.c (Fface_attributes_as_vector): New function. | 9 | * xfaces.c (Fface_attributes_as_vector): New function. |