comparison src/ChangeLog @ 30342:34d7df881220

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Jul 2000 11:09:12 +0000
parents 5861c80aa795
children e720a582ab3b
comparison
equal deleted inserted replaced
30341:2ad638704621 30342:34d7df881220
1 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * msdos.c (help_echo_window): New variable.
4 (syms_of_msdos): Initialize and staticpro it.
5 (IT_note_mode_line_highlight): Set help_echo_window.
6 (IT_note_mouse_highlight): Ditto.
7 (dos_rawgetc): Store help_echo_window in the second event produced
8 for HELP_EVENTs.
9
10 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
11 Record the object that generated the help echo and the position of
12 that object in help_echo_object and help_echo_pos. Record that
13 some glyphs in a row are displayed in mouse-face.
14 (IT_update_begin): Don't clear mouse highlight unless one of the
15 enabled glyph rows is marked as being displayed in mouse-face.
16 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
17 and position recorded in help_echo_object and help_echo_pos to the
18 event queue.
19 (IT_menu_display): Accept a new argument PN: the pane number of
20 the current menu pane. Record the pane number and the item
21 number of the item which has associated help string.
22 (XMenuActivate): Update the prototype for help_callback in
23 function declaration. Call IT_menu_display with the current menu
24 pane number as an additional argument. Call help_callback with
25 two additional arguments: the pane number and the item number of
26 the menu item associated with the help text.
27 (help_echo_object, help_echo_pos): New variables.
28 (syms_of_msdos): Initialize them and staticpro help_echo_object.
29
30 * msdos.h (XMenuActivate): Update prototype.
31
1 2000-07-19 Gerd Moellmann <gerd@gnu.org> 32 2000-07-19 Gerd Moellmann <gerd@gnu.org>
2 33
3 * xdisp.c (with_echo_area_buffer): Call FN with more arguments. 34 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
4 Add some more prototypes. 35 Add some more prototypes.
5 36