aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93188c74a9e..70909159c19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-12-28 Kenichi Handa <handa@etl.go.jp>
2
3 * coding.c (SAFE_ONE_MORE_BYTE): New macro.
4 (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
5 (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
6 (decode_composition_emacs_mule): New function.
7 (decode_coding_emacs_mule): Decode composition sequence by calling
8 decode_composition_emacs_mule.
9 (ENCODE_COMPOSITION_EMACS_MULE): New macro.
10 (encode_coding_emacs_mule): Changed from macro to function. If
11 a text contains compostions, encode them correctly.
12 (setup_coding_system): Set coding->commong_flags for emacs-mule so
13 that decoding and encoding are required.
14
12000-12-27 Gerd Moellmann <gerd@gnu.org> 152000-12-27 Gerd Moellmann <gerd@gnu.org>
2 16
3 * xfaces.c (PT_PER_INCH): New macro. 17 * xfaces.c (PT_PER_INCH): New macro.