diff options
| author | Miles Bader | 2001-10-25 01:09:20 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-25 01:09:20 +0000 |
| commit | f66bd220114db0773ec5d094e7112f728775a7b6 (patch) | |
| tree | d5372de56120af87ce39f0688c17699b3957001a | |
| parent | 1d792b181b33461fc501f3800c1270e0ed37a3d6 (diff) | |
| download | emacs-f66bd220114db0773ec5d094e7112f728775a7b6.tar.gz emacs-f66bd220114db0773ec5d094e7112f728775a7b6.zip | |
*** empty log message ***
| -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. |