# HG changeset patch # User Jason Rumney # Date 966806048 0 # Node ID bb73e494dc52121f07458c36ee5767184515fcd3 # Parent 2152817050ff6d9c891e381c160348bd8c93c11c *** empty log message *** diff -r 2152817050ff -r bb73e494dc52 src/ChangeLog --- a/src/ChangeLog Sun Aug 20 21:10:17 2000 +0000 +++ b/src/ChangeLog Sun Aug 20 21:14:08 2000 +0000 @@ -1,3 +1,27 @@ +2000-08-20 Jason Rumney + + * w32term.h (x_display_info_for_display): Remove as this function + does not exist on W32. + + * w32term.c (help_echo_window): New variable. + (syms_of_w32term): staticpro it. + (note_mode_line_highlight): Set it. + (XTextExtents16): Removed as there is no equivalent on W32. + (x_compute_glyph_string_overhangs): Incomplete body removed, as + the X way of doing this will not work for W32. + (w32_intersect_rectangles): Removed. Use IntersectRect API call. + (x_draw_image_foreground): Avoid drawing outside of the clip area + when image doesn't have a mask. + (note_mouse_highlight): Process overlays in the right order of + priority. Set help_echo_window. + (x_draw_bar_cursor): If cursor is on an image, draw a box cursor + because that's more visible for large images. + + * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane + name to single_keymap_panes. + (w32_menu_show): Set wv->title when dealing with titles. + (w32_menu_display_help): Call show_help_echo with OBJECT and POS. + 2000-08-21 Miles Bader * minibuf.c (do_completion): Try again if we rewrite the input