aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-07-06 08:44:00 +0000
committerYAMAMOTO Mitsuharu2005-07-06 08:44:00 +0000
commitdd15724de4a67c88d161fd8892817f561d0d618a (patch)
tree9b07a171a067c38707a043e18aaf499efae6c224 /src/ChangeLog
parent57985b44c99d2e62352ad18ee323364279cf895c (diff)
downloademacs-dd15724de4a67c88d161fd8892817f561d0d618a.tar.gz
emacs-dd15724de4a67c88d161fd8892817f561d0d618a.zip
(mac_draw_vertical_window_border): Use foreground of
VERTICAL_BORDER_FACE_ID for vertical border line. (mac_encode_char): Call check_ccl_update in advance. (mac_to_x_fontname, x_font_name_to_mac_font_name) (init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't assume that font family length is less than 32. (x_compute_min_glyph_bounds): Make static. (x_load_font): Never set fonts_changed_p to zero.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e4ef9d60e26..fcbc03aa08c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (mac_draw_vertical_window_border): Use foreground of
4 VERTICAL_BORDER_FACE_ID for vertical border line.
5 (mac_encode_char): Call check_ccl_update in advance.
6 (mac_to_x_fontname, x_font_name_to_mac_font_name)
7 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't
8 assume that font family length is less than 32.
9 (x_compute_min_glyph_bounds): Make static.
10 (x_load_font): Never set fonts_changed_p to zero.
11
12005-07-04 Lute Kamstra <lute@gnu.org> 122005-07-04 Lute Kamstra <lute@gnu.org>
2 13
3 Update FSF's address in GPL notices. 14 Update FSF's address in GPL notices.