aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 399faf60b47..5287bf704c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12009-06-09 Jim Meyering <meyering@redhat.com>
2
3 x-load-color-file: avoid array bounds error
4 x-load-color-file expects each line of input to be of the form
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
12009-06-09 Kenichi Handa <handa@m17n.org> 92009-06-09 Kenichi Handa <handa@m17n.org>
2 10
3 * charset.c (Fmap_charset_chars): In docstring, state clearly that 11 * charset.c (Fmap_charset_chars): In docstring, state clearly that