aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-09-30 06:41:51 +0000
committerKenichi Handa2002-09-30 06:41:51 +0000
commit5039407b5d89a0c8a7c707dafbad852156e7ed7d (patch)
treeeebe7342490db78172cf6e7f01d06d0736c1a6ca /src
parent84fa2951d989afa98a4d770807deca14adb22550 (diff)
downloademacs-5039407b5d89a0c8a7c707dafbad852156e7ed7d.tar.gz
emacs-5039407b5d89a0c8a7c707dafbad852156e7ed7d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12002-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
12002-09-29 Richard M. Stallman <rms@gnu.org> 122002-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