summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-05-29 02:17:09 +0000
committerKenichi Handa <handa@m17n.org>2004-05-29 02:17:09 +0000
commita1b8bed3e834b5232fd2cf4bfbe1d0bc2ee4680a (patch)
tree6f825d6e890ea796fa135e8fe7aed655de28ddcc
parent3da4b1184d40a4b2a3fcbe32944ee2982b20ae65 (diff)
downloademacs-a1b8bed3e834b5232fd2cf4bfbe1d0bc2ee4680a.tar.gz
*** empty log message ***emacs-unicode-2-pre-sync
-rw-r--r--src/ChangeLog.229
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index e15c84eb1cd..a3dd57a6df9 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,12 @@
+2004-05-29 Kenichi Handa <handa@m17n.org>
+
+ * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
+ (x_produce_glyphs): Fix setting of members of cmp in case
+ cmp->glyph_len is zero,
+
+ * fontset.c (Fset_fontset_font): Docstring fixed.
+ (Ffontset_info): Make it backward compatible. New arg ALL.
+
2004-05-11 Kim F. Storm <storm@cua.dk>
* process.c (read_process_output): Grow decoding_buf when needed;