comparison src/ChangeLog @ 30303:da8fed569dc3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jul 2000 18:23:29 +0000
parents c7b56104dc09
children 84ff1994e9d1
comparison
equal deleted inserted replaced
30302:9a5ccf8784f3 30303:da8fed569dc3
1 2000-07-18 Gerd Moellmann <gerd@gnu.org>
2
3 * xmenu.c (menu_help_callback): Call show_help_echo with
4 new arguments.
5
6 * keyboard.c (show_help_echo): Add parameter WINDOW.
7 (read_char): Call show_help_echo with window extracted from Lisp
8 help event.
9 (gen_help_event): Add parameter WINDOW.
10
11 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
12
13 * xterm.c (help_echo_window): New variable.
14 (note_mouse_highlight, note_tool_bar_highlight): Set
15 help_echo_window.
16 (XTread_socket): Pass help_echo_window to gen_help_event.
17 (syms_of_xterm): Initialize and staticpro help_echo_window.
18
1 2000-07-18 Dave Love <fx@gnu.org> 19 2000-07-18 Dave Love <fx@gnu.org>
2 20
3 * Makefile.in: Fix dependencies of blockinput.h on atimer.h, 21 * Makefile.in: Fix dependencies of blockinput.h on atimer.h,
4 systime.h. 22 systime.h.
5 23