diff options
| author | Kenichi Handa | 2002-09-30 06:41:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-09-30 06:41:51 +0000 |
| commit | 5039407b5d89a0c8a7c707dafbad852156e7ed7d (patch) | |
| tree | eebe7342490db78172cf6e7f01d06d0736c1a6ca /src | |
| parent | 84fa2951d989afa98a4d770807deca14adb22550 (diff) | |
| download | emacs-5039407b5d89a0c8a7c707dafbad852156e7ed7d.tar.gz emacs-5039407b5d89a0c8a7c707dafbad852156e7ed7d.zip | |
*** empty log message ***
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 |