Mercurial > emacs
comparison src/ChangeLog @ 30098:54ef6ace438d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 06 Jul 2000 15:55:35 +0000 |
parents | c7db89eda6a4 |
children | c4efb75b4199 |
comparison
equal
deleted
inserted
replaced
30097:ad53f03540e3 | 30098:54ef6ace438d |
---|---|
77 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included | 77 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included |
78 here via blockinput.h). | 78 here via blockinput.h). |
79 | 79 |
80 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> | 80 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
81 | 81 |
82 * w32menu.c (w32_menu_display_help): * xmenu.c | 82 * w32menu.c (w32_menu_display_help): |
83 (menu_help_callback): Use show_help_echo. | 83 * xmenu.c (menu_help_callback): Use show_help_echo. |
84 | 84 |
85 * keyboard.h (show_help_echo): Declare. | 85 * keyboard.h (show_help_echo): Declare. |
86 | 86 |
87 * keyboard.c (show_help_echo): New function, extracted from read_char. | 87 * keyboard.c (show_help_echo): New function, extracted from read_char. |
88 Feval its `msg' argument if it's a cons cell. | 88 Feval its `msg' argument if it's a cons cell. |