diff options
| author | Eli Zaretskii | 2014-06-13 17:42:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-13 17:42:43 +0300 |
| commit | 8e3a5269904997a726e636ed5114abdbf0739910 (patch) | |
| tree | 4e1d481178bedec002c36041a6fa0b0b4727be98 /src/ChangeLog | |
| parent | 447a92e7f7552f4668280a4e003a1bc3c21c4592 (diff) | |
| download | emacs-8e3a5269904997a726e636ed5114abdbf0739910.tar.gz emacs-8e3a5269904997a726e636ed5114abdbf0739910.zip | |
Don't try to display menus and dialogs in an 'initial' frame.
src/menu.c (Fx_popup_menu): Don't call the frame's menu_show_hook if
the frame is the initial frame, because the hook is not set up
then, and Emacs crashes.
Reported by Fabrice Popineau <fabrice.popineau@gmail.com>.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e1393f90627..7e3b4a97820 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * menu.c (Fx_popup_menu): Don't call the frame's menu_show_hook if | ||
| 4 | the frame is the initial frame, because the hook is not set up | ||
| 5 | then, and Emacs crashes. | ||
| 6 | Reported by Fabrice Popineau <fabrice.popineau@gmail.com>. | ||
| 7 | |||
| 1 | 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * keymap.c (silly_event_symbol_error): Don't recommend the use | 10 | * keymap.c (silly_event_symbol_error): Don't recommend the use |