comparison src/ChangeLog @ 30990:bb73e494dc52

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sun, 20 Aug 2000 21:14:08 +0000
parents 14c0286b43b5
children bd0e2cc46c49
comparison
equal deleted inserted replaced
30989:2152817050ff 30990:bb73e494dc52
1 2000-08-20 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.h (x_display_info_for_display): Remove as this function
4 does not exist on W32.
5
6 * w32term.c (help_echo_window): New variable.
7 (syms_of_w32term): staticpro it.
8 (note_mode_line_highlight): Set it.
9 (XTextExtents16): Removed as there is no equivalent on W32.
10 (x_compute_glyph_string_overhangs): Incomplete body removed, as
11 the X way of doing this will not work for W32.
12 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
13 (x_draw_image_foreground): Avoid drawing outside of the clip area
14 when image doesn't have a mask.
15 (note_mouse_highlight): Process overlays in the right order of
16 priority. Set help_echo_window.
17 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
18 because that's more visible for large images.
19
20 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
21 name to single_keymap_panes.
22 (w32_menu_show): Set wv->title when dealing with titles.
23 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
24
1 2000-08-21 Miles Bader <miles@gnu.org> 25 2000-08-21 Miles Bader <miles@gnu.org>
2 26
3 * minibuf.c (do_completion): Try again if we rewrite the input 27 * minibuf.c (do_completion): Try again if we rewrite the input
4 string, but no completion was done, so that any completion message 28 string, but no completion was done, so that any completion message
5 will be correct. 29 will be correct.