diff src/ChangeLog @ 30059:6a413a3c9c25

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 05 Jul 2000 15:41:18 +0000
parents be64b32cd2a2
children 8cd5cb9e72bd
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 05 15:40:14 2000 +0000
+++ b/src/ChangeLog	Wed Jul 05 15:41:18 2000 +0000
@@ -1,3 +1,22 @@
+2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* w32menu.c (w32_menu_display_help):
+	* xmenu.c (menu_help_callback): Use show_help_echo.
+
+	* keyboard.h (show_help_echo): Declare.
+
+	* keyboard.c (show_help_echo): New function, extracted from read_char.
+	Feval its `msg' argument if it's a cons cell.
+	(read_char): Use it.
+
+	* xterm.c (note_mode_line_highlight, note_mouse_highlight) 
+	(note_tool_bar_highlight, XTread_socket):
+	* msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight) 
+	(dos_rawgetc):
+	* w32term.c (note_mode_line_highlight, note_mouse_highlight)
+	(note_tool_bar_highlight, w32_read_socket):
+	Do not gratuitously ignore non-string `help-echo' properties.
+
 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
 
 	* eval.c (Feval): Put check for interrupt_input_block in #if 0.