aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2000-08-20 21:14:08 +0000
committerJason Rumney2000-08-20 21:14:08 +0000
commite5cd3d111a4661b2384ad20ad8f14c75cda76597 (patch)
treefdd0fcfcf3383f850fc39af7b44fc7f0950e0c4f /src/ChangeLog
parent158cba563f2eed5806264f624559af2e50a54a3f (diff)
downloademacs-e5cd3d111a4661b2384ad20ad8f14c75cda76597.tar.gz
emacs-e5cd3d111a4661b2384ad20ad8f14c75cda76597.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db632de81b4..bb9269fcd85 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
12000-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
12000-08-21 Miles Bader <miles@gnu.org> 252000-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