aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2004-05-29 02:17:09 +0000
committerKenichi Handa2004-05-29 02:17:09 +0000
commit852f73b7fa7b71910282eacb6263b3ecfd4ee783 (patch)
tree53c8efe07338fe910fe2957dfff1a9bf38d9efd9
parent3a7e2562220c500ded83510b28863b88a96a2e3e (diff)
downloademacs-852f73b7fa7b71910282eacb6263b3ecfd4ee783.tar.gz
emacs-852f73b7fa7b71910282eacb6263b3ecfd4ee783.zip
*** empty log message ***
-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 @@
12004-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
12004-05-11 Kim F. Storm <storm@cua.dk> 102004-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;