Mercurial > emacs
comparison src/ChangeLog @ 53939:76b73b1aaa38
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 13 Feb 2004 23:44:20 +0000 |
parents | cdae1edd8e33 |
children | 7c480cd23ecc |
comparison
equal
deleted
inserted
replaced
53938:cdae1edd8e33 | 53939:76b73b1aaa38 |
---|---|
13 (draw_fringe_bitmap): Ditto. | 13 (draw_fringe_bitmap): Ditto. |
14 (init_fringe_bitmap) [MAC_OS]: Don't bitswap. | 14 (init_fringe_bitmap) [MAC_OS]: Don't bitswap. |
15 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to | 15 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to |
16 handle up to 16 bits wide bitmaps. | 16 handle up to 16 bits wide bitmaps. |
17 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps. | 17 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps. |
18 (Ffringe_bitmaps_at_pos): Add missing arg declarations. | |
18 | 19 |
19 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly. | 20 * 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 (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 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap. |
22 | 23 |