comparison src/ChangeLog @ 34887:cf361d741e2c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 28 Dec 2000 01:02:34 +0000
parents b15875366527
children 883267e75fbb
comparison
equal deleted inserted replaced
34886:e8d926df8cc4 34887:cf361d741e2c
1 2000-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
1 2000-12-27 Gerd Moellmann <gerd@gnu.org> 15 2000-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.
4 (xlfd_point_size): Compute real point size from font's pixel size. 18 (xlfd_point_size): Compute real point size from font's pixel size.
5 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH 19 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH