aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-06-09 17:56:48 +0000
committerChong Yidong2009-06-09 17:56:48 +0000
commit1f80c7e2bf033821dc32fc93d611932288c5b8a3 (patch)
tree8007a1ba1cdad9087adac029c579a0a52d0a984d /src
parent6f591cf421e797edbcd32880e6c946eb608edd76 (diff)
downloademacs-1f80c7e2bf033821dc32fc93d611932288c5b8a3.tar.gz
emacs-1f80c7e2bf033821dc32fc93d611932288c5b8a3.zip
Fix last changelog entry.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5287bf704c9..1a1068409ac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,7 @@
12009-06-09 Jim Meyering <meyering@redhat.com> 12009-06-09 Jim Meyering <meyering@redhat.com>
2 2
3 x-load-color-file: avoid array bounds error 3 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
4 x-load-color-file expects each line of input to be of the form 4 color name is missing.
5 "R G B name". But if "name" is missing, it would read name[-1],
6 and if that value is '\n', zero it.
7 * xfaces.c (Fx_load_color_file): Handle missing color name.
8 5
92009-06-09 Kenichi Handa <handa@m17n.org> 62009-06-09 Kenichi Handa <handa@m17n.org>
10 7