Mercurial > emacs
comparison src/ChangeLog @ 89406:dabc7bb5ca37
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 09 Apr 2003 08:35:07 +0000 |
| parents | e6b8ccf4cfa2 |
| children | 370f8b902fb0 |
comparison
equal
deleted
inserted
replaced
| 89405:3293e7645d53 | 89406:dabc7bb5ca37 |
|---|---|
| 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 |
| 4 the file into the work buffer, set point of the work buffer to the | 28 the file into the work buffer, set point of the work buffer to the |
| 5 end. | 29 end. |
