comparison src/ChangeLog @ 47712:9505d3b154c9

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 30 Sep 2002 06:41:51 +0000
parents 8652328059bc
children 755c4233cfba
comparison
equal deleted inserted replaced
47711:d99378556333 47712:9505d3b154c9
1 2002-09-30 Kenichi Handa <handa@m17n.org>
2
3 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
4 -1 before calling ccl_driver.
5
6 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
7 Only when it is non-nil, handle composition sequence.
8 (setup_coding_system) <0>: Don't force composition handling.
9
10 * Makefile.in (lisp, shortlisp): Add utf-16.elc
11
1 2002-09-29 Richard M. Stallman <rms@gnu.org> 12 2002-09-29 Richard M. Stallman <rms@gnu.org>
2 13
3 * search.c (Freplace_match): Adjust match data for the substitution 14 * search.c (Freplace_match): Adjust match data for the substitution
4 just made in the buffer. 15 just made in the buffer.
5 16