aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-02-21 08:10:04 +0000
committerYAMAMOTO Mitsuharu2006-02-21 08:10:04 +0000
commit9fb446e3f1fcc75cf018fef830d7d660f425ae46 (patch)
tree98355d68f400e8b5f732df4e40d25962e4ed2e55 /src/ChangeLog
parent3fc64795f4cefda4dedeabf4136eaad49845406d (diff)
downloademacs-9fb446e3f1fcc75cf018fef830d7d660f425ae46.tar.gz
emacs-9fb446e3f1fcc75cf018fef830d7d660f425ae46.zip
(mac_draw_string_common): Remove arg MODE. New arg
BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from mac_draw_string_cg. New arg BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. Use float constants as divisors instead of double. Use alloca instead of xmalloc/xfree. (x_draw_glyph_string_background, x_draw_glyph_string_foreground) [!MAC_OS8 || USE_ATSUI]: Background may be drawn using mac_draw_image_string* functions. (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of some fonts when srcCopy text transfer mode might be used. (mac_begin_clip, mac_end_clip): Check if region is empty. (mac_set_clip_rectangles): When resetting clip region, make it empty instead of disposing of it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3667d6c7a68..1d2cc429eea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
4 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
5 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
6 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
7 mac_draw_string_cg. New arg BG_WIDTH. All uses changed. Draw
8 background if BG_WIDTH is not zero. Use float constants as
9 divisors instead of double. Use alloca instead of xmalloc/xfree.
10 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
11 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
12 mac_draw_image_string* functions.
13 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
14 some fonts when srcCopy text transfer mode might be used.
15 (mac_begin_clip, mac_end_clip): Check if region is empty.
16 (mac_set_clip_rectangles): When resetting clip region, make it
17 empty instead of disposing of it.
18
12006-02-20 Kim F. Storm <storm@cua.dk> 192006-02-20 Kim F. Storm <storm@cua.dk>
2 20
3 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. 21 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.