diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3b8c0d4d3a..b7c3c33061d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2003-04-09 Kenichi Handa <handa@etlken2> | ||
| 2 | |||
| 3 | The following changes are to make the font rescaling facility | ||
| 4 | compatible with Emacs 21. | ||
| 5 | |||
| 6 | * xfaces.c (Vface_font_rescale_alist): Renamed from | ||
| 7 | Vface_resizing_fonts. | ||
| 8 | (struct font_name): Rename member resizing_ratio to rescale_ratio. | ||
| 9 | (font_rescale_ratio): Renamed from font_resizing_ratio. | ||
| 10 | (split_font_name): Set font->rescale_ratio. | ||
| 11 | (better_font_p): Pay attention to font->rescale_ratio. | ||
| 12 | (build_scalable_font_name): Likewise. Change RESX, and RESY | ||
| 13 | fields. | ||
| 14 | (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp | ||
| 15 | variable. | ||
| 16 | |||
| 17 | 2003-03-28 Kenichi Handa <handa@etlken2> | ||
| 18 | |||
| 19 | * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig) | ||
| 20 | (Qutf_16_le): Remove these variables. | ||
| 21 | (syms_of_coding): Don't DEFSYM them. | ||
| 22 | (decode_coding_utf_16): Fix handling of BOM. | ||
| 23 | (encode_coding_utf_16): Fix handling of BOM. | ||
| 24 | |||
| 1 | 2003-03-14 Kenichi Handa <handa@m17n.org> | 25 | 2003-03-14 Kenichi Handa <handa@m17n.org> |
| 2 | 26 | ||
| 3 | * fileio.c (Finsert_file_contents): On replacing, before decoding | 27 | * fileio.c (Finsert_file_contents): On replacing, before decoding |