aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-12-28 01:02:34 +0000
committerKenichi Handa2000-12-28 01:02:34 +0000
commit0c80628aa43fa965ff6abbed74c8d5f2d94054c6 (patch)
tree2be8604341a104babf0d45cc770050a2724a8ff1
parent753ad42497b2943549bb5ec7908dd52ef1d580e7 (diff)
downloademacs-0c80628aa43fa965ff6abbed74c8d5f2d94054c6.tar.gz
emacs-0c80628aa43fa965ff6abbed74c8d5f2d94054c6.zip
*** empty log message ***
-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.