*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-05-29 02:17:09 +00:00
parent 3a7e256222
commit 852f73b7fa

View file

@ -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;