aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-18 18:23:29 +0000
committerGerd Moellmann2000-07-18 18:23:29 +0000
commit7cea38bcc881d454fd99094df4458af6d80f492f (patch)
tree965c090337a845028330dd607d010d07fdb6ce37 /src/ChangeLog
parent8d7268b43e0751c002f1db661e364ed7d94578d1 (diff)
downloademacs-7cea38bcc881d454fd99094df4458af6d80f492f.tar.gz
emacs-7cea38bcc881d454fd99094df4458af6d80f492f.zip
(help_echo_window): New variable.
(note_mouse_highlight, note_tool_bar_highlight): Set help_echo_window. (XTread_socket): Pass help_echo_window to gen_help_event. (syms_of_xterm): Initialize and staticpro help_echo_window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 84bea05108c..2ecdc87e7c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12000-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
12000-07-18 Dave Love <fx@gnu.org> 192000-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,