changeset 89942:9cb747ae49af emacs-unicode-2-pre-sync

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sat, 29 May 2004 02:17:09 +0000
parents 0fb6df41f5a1
children 4c90ffeb71c5
files src/ChangeLog.22
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.22	Sat May 29 02:11:25 2004 +0000
+++ b/src/ChangeLog.22	Sat May 29 02:17:09 2004 +0000
@@ -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;