Mercurial > emacs
changeset 34887:cf361d741e2c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 28 Dec 2000 01:02:34 +0000 |
parents | e8d926df8cc4 |
children | b469d29c0815 |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 27 21:11:01 2000 +0000 +++ b/src/ChangeLog Thu Dec 28 01:02:34 2000 +0000 @@ -1,3 +1,17 @@ +2000-12-28 Kenichi Handa <handa@etl.go.jp> + + * coding.c (SAFE_ONE_MORE_BYTE): New macro. + (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro. + (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro. + (decode_composition_emacs_mule): New function. + (decode_coding_emacs_mule): Decode composition sequence by calling + decode_composition_emacs_mule. + (ENCODE_COMPOSITION_EMACS_MULE): New macro. + (encode_coding_emacs_mule): Changed from macro to function. If + a text contains compostions, encode them correctly. + (setup_coding_system): Set coding->commong_flags for emacs-mule so + that decoding and encoding are required. + 2000-12-27 Gerd Moellmann <gerd@gnu.org> * xfaces.c (PT_PER_INCH): New macro.