changeset 40281:ec4224073236

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 25 Oct 2001 01:09:20 +0000
parents e14f2ec78074
children 7f05eff77ea2
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 25 01:08:52 2001 +0000
+++ b/lisp/ChangeLog	Thu Oct 25 01:09:20 2001 +0000
@@ -1,3 +1,7 @@
+2001-10-25  Miles Bader  <miles@gnu.org>
+
+	* facemenu.el (facemenu-add-new-face): Fix variable names.
+
 2001-10-24  Richard M. Stallman  <rms@gnu.org>
 
 	* facemenu.el (facemenu-unlisted-faces): Improve doc strings
--- a/src/ChangeLog	Thu Oct 25 01:08:52 2001 +0000
+++ b/src/ChangeLog	Thu Oct 25 01:09:20 2001 +0000
@@ -1,3 +1,9 @@
+2001-10-25  Miles Bader  <miles@gnu.org>
+
+	* xfns.c (png_load): Make sure SPECIFIED_BG is a string.
+	BG is a pointer to a structure, not a structure.
+	(gif_format, png_format): Add missing commas.
+
 2001-10-24  Richard M. Stallman  <rms@gnu.org>
 
 	* xfaces.c (Fface_attributes_as_vector): New function.