aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-04-09 08:35:07 +0000
committerKenichi Handa2003-04-09 08:35:07 +0000
commitc64d66eb3afaf6323cda2f1bde16df4ef25cf76d (patch)
treef5c8c25d3dc811306f49f2254df91519f3eb6371 /src/ChangeLog
parent880cf180d910f61ed0a445e0e7f2a5537df9c442 (diff)
downloademacs-c64d66eb3afaf6323cda2f1bde16df4ef25cf76d.tar.gz
emacs-c64d66eb3afaf6323cda2f1bde16df4ef25cf76d.zip
(Vface_font_rescale_alist): Renamed from
Vface_resizing_fonts. (struct font_name): Rename member resizing_ratio to rescale_ratio. (font_rescale_ratio): Renamed from font_resizing_ratio. (split_font_name): Set font->rescale_ratio. (better_font_p): Pay attention to font->rescale_ratio. (build_scalable_font_name): Likewise. Change RESX, and RESY fields. (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
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 @@
12003-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
172003-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
12003-03-14 Kenichi Handa <handa@m17n.org> 252003-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