aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2004-03-04 23:16:57 +0000
committerKenichi Handa2004-03-04 23:16:57 +0000
commit9fb9a1b555501db302a77a4860b223922d1dded4 (patch)
treea2be1787e040723b6f00e44922aa0397b66c77ab /src
parentfaea53fd50000a1c319f6a5b82a95c62ea2f053a (diff)
downloademacs-9fb9a1b555501db302a77a4860b223922d1dded4.tar.gz
emacs-9fb9a1b555501db302a77a4860b223922d1dded4.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.227
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index c3914d50a62..9250b74772f 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,5 +1,7 @@
12004-03-04 Kenichi Handa <handa@m17n.org> 12004-03-04 Kenichi Handa <handa@m17n.org>
2 2
3 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
4
3 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair. 5 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
4 6
5 * editfns.c (Ftranslate_region_internal): Renamed from 7 * editfns.c (Ftranslate_region_internal): Renamed from
@@ -8,6 +10,11 @@
8 10
9 * xfaces.c (set_lface_from_font_name): If a font is specified for 11 * xfaces.c (set_lface_from_font_name): If a font is specified for
10 a frame, generate a fontset from the font. 12 a frame, generate a fontset from the font.
13 (build_scalable_font_name): If the scalable font is requested for
14 a specific size, don't change that size.
15 (try_font_list): Try a scalable font also in the case that a
16 pattern string is specified,
17
11 18
122004-03-03 Kenichi Handa <handa@m17n.org> 192004-03-03 Kenichi Handa <handa@m17n.org>
13 20