comparison src/ChangeLog.22 @ 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 d16398ce9a6f
children c254de7b810c
comparison
equal deleted inserted replaced
89941:0fb6df41f5a1 89942:9cb747ae49af
1 2004-05-29 Kenichi Handa <handa@m17n.org>
2
3 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
4 (x_produce_glyphs): Fix setting of members of cmp in case
5 cmp->glyph_len is zero,
6
7 * fontset.c (Fset_fontset_font): Docstring fixed.
8 (Ffontset_info): Make it backward compatible. New arg ALL.
9
1 2004-05-11 Kim F. Storm <storm@cua.dk> 10 2004-05-11 Kim F. Storm <storm@cua.dk>
2 11
3 * process.c (read_process_output): Grow decoding_buf when needed; 12 * process.c (read_process_output): Grow decoding_buf when needed;
4 this could cause a crash in allocate_string and compact_small_strings. 13 this could cause a crash in allocate_string and compact_small_strings.
5 14