diff options
Diffstat (limited to 'src/ChangeLog.10')
| -rw-r--r-- | src/ChangeLog.10 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 7d2f48a03ea..53f7a016654 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -516,7 +516,7 @@ | |||
| 516 | * w32fns.c (current_popup_menu): Use from w32menu.c. | 516 | * w32fns.c (current_popup_menu): Use from w32menu.c. |
| 517 | (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active | 517 | (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active |
| 518 | and current_popup_menu to determine whether a menubar menu has | 518 | and current_popup_menu to determine whether a menubar menu has |
| 519 | been cancelled. | 519 | been canceled. |
| 520 | 520 | ||
| 521 | * w32term.h (w32_output): Remove menu_command_in_progress. | 521 | * w32term.h (w32_output): Remove menu_command_in_progress. |
| 522 | 522 | ||
| @@ -15816,14 +15816,14 @@ | |||
| 15816 | Add prototypes. | 15816 | Add prototypes. |
| 15817 | 15817 | ||
| 15818 | * macterm.c (mac_draw_bitmap): Add overlay_p arg. | 15818 | * macterm.c (mac_draw_bitmap): Add overlay_p arg. |
| 15819 | (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps; | 15819 | (x_draw_fringe_bitmap): Handle overlaid fringe bitmaps; |
| 15820 | thanks to YAMAMOTO Mitsuharu for advice on how to do this. | 15820 | thanks to YAMAMOTO Mitsuharu for advice on how to do this. |
| 15821 | Use cursor color for displaying cursor in fringe. | 15821 | Use cursor color for displaying cursor in fringe. |
| 15822 | (x_redisplay_interface): Add null handlers for | 15822 | (x_redisplay_interface): Add null handlers for |
| 15823 | define_fringe_bitmap and destroy_fringe_bitmap functions. | 15823 | define_fringe_bitmap and destroy_fringe_bitmap functions. |
| 15824 | 15824 | ||
| 15825 | * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from | 15825 | * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from |
| 15826 | xterm.c to handle overlayed fringe bitmaps and to use cursor color | 15826 | xterm.c to handle overlaid fringe bitmaps and to use cursor color |
| 15827 | for displaying cursor in fringe. | 15827 | for displaying cursor in fringe. |
| 15828 | (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32 | 15828 | (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32 |
| 15829 | specific functions to define and destroy fringe bitmaps in fringe_bmp. | 15829 | specific functions to define and destroy fringe bitmaps in fringe_bmp. |
| @@ -15849,7 +15849,7 @@ | |||
| 15849 | (display_line): Handle cursor in fringe at eob. | 15849 | (display_line): Handle cursor in fringe at eob. |
| 15850 | (display_line): Set row user fringe bitmaps from iterator. | 15850 | (display_line): Set row user fringe bitmaps from iterator. |
| 15851 | 15851 | ||
| 15852 | * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps. | 15852 | * xterm.c (x_draw_fringe_bitmap): Handle overlaid fringe bitmaps. |
| 15853 | Use cursor color for displaying cursor in fringe. | 15853 | Use cursor color for displaying cursor in fringe. |
| 15854 | (x_redisplay_interface): Add null handlers for | 15854 | (x_redisplay_interface): Add null handlers for |
| 15855 | define_fringe_bitmap and destroy_fringe_bitmap functions. | 15855 | define_fringe_bitmap and destroy_fringe_bitmap functions. |