aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-05-29 11:15:35 +0000
committerKenichi Handa2000-05-29 11:15:35 +0000
commit89d0c844d2fecf37edec8e0d816cee7745aee9e1 (patch)
tree4d3e3cc1a7e72219fa9666d0caae3bef8f60b7e6
parent797a084a9dff3fe089f03020f420a776f6c010b9 (diff)
downloademacs-89d0c844d2fecf37edec8e0d816cee7745aee9e1.tar.gz
emacs-89d0c844d2fecf37edec8e0d816cee7745aee9e1.zip
*** empty log message ***
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 64f2dfcb719..ddb0f53e7da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12000-05-29 Kenichi Handa <handa@etl.go.jp>
2
3 * Makefile.in (callproc.o): Depend on composite.h.
4
5 * callproc.c: Include composite.h.
6 (Fcall_process): Handle composition correctly.
7
8 * coding.h (coding_allocate_composition_data): Extern it.
9 (coding_restore_composition): Likewise.
10
11 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
12 yet allocated, finish decoding with result
13 CODING_FINISH_INSUFFICIENT_CMP.
14 (coding_allocate_composition_data): Make it non-static.
15 (coding_restore_composition): Likewise.
16
12000-05-29 Eli Zaretskii <eliz@is.elta.co.il> 172000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
2 18
3 * charset.c (syms_of_charset): Revert last change. 19 * charset.c (syms_of_charset): Revert last change.