aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.