]> code.delx.au - gnu-emacs/commitdiff
Fix last changelog entry.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 9 Jun 2009 17:56:48 +0000 (17:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 9 Jun 2009 17:56:48 +0000 (17:56 +0000)
src/ChangeLog

index 5287bf704c946424b27054c7e8348b075bd0b3b0..1a1068409ac26deed8c3361a0bae898b526ab9ae 100644 (file)
@@ -1,10 +1,7 @@
 2009-06-09  Jim Meyering  <meyering@redhat.com>
 
-       x-load-color-file: avoid array bounds error
-       x-load-color-file expects each line of input to be of the form
-       "R G B name".  But if "name" is missing, it would read name[-1],
-       and if that value is '\n', zero it.
-       * xfaces.c (Fx_load_color_file): Handle missing color name.
+       * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
+       color name is missing.
 
 2009-06-09  Kenichi Handa  <handa@m17n.org>