diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 206e4b70272..05d56cc6b42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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 |