Mercurial > emacs
comparison src/ChangeLog @ 53938:cdae1edd8e33
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 13 Feb 2004 23:29:58 +0000 |
parents | eb040f78a72a |
children | 76b73b1aaa38 |
comparison
equal
deleted
inserted
replaced
53937:8970999f9bcc | 53938:cdae1edd8e33 |
---|---|
1 2004-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 | |
1 2004-02-12 Kim F. Storm <storm@cua.dk> | 28 2004-02-12 Kim F. Storm <storm@cua.dk> |
2 | 29 |
3 * window.c (Fwindow_fringes): Doc fix. | 30 * window.c (Fwindow_fringes): Doc fix. |
4 | 31 |
5 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 32 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |