aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 564e5a34160..d84d6f5d3a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12004-02-14 Kim F. Storm <storm@cua.dk>
2
3 * dispextern.h (struct draw_fringe_bitmap_params): Change member
4 bits from char to short to facilitate wider bitmaps.
5 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
6 member.
7
8 * fringe.c (struct fringe_bitmap): Change member bits from char to
9 short to facilitate 16 bits wide bitmaps. Modify all standard
10 bitmaps accordingly.
11 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
12 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
13 (draw_fringe_bitmap): Ditto.
14 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
15 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
16 handle up to 16 bits wide bitmaps.
17 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
18
19 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
20 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
21 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
22
23 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
24 so it is no longer necessary to expand them here.
25
26 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
27
12004-02-12 Kim F. Storm <storm@cua.dk> 282004-02-12 Kim F. Storm <storm@cua.dk>
2 29
3 * window.c (Fwindow_fringes): Doc fix. 30 * window.c (Fwindow_fringes): Doc fix.