diff options
| author | Jan Djärv | 2004-12-27 15:24:12 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-12-27 15:24:12 +0000 |
| commit | 9f6fcdc51615be98d2a026c302868061045176ec (patch) | |
| tree | 6eb484c1f70ce413f20d979a3adec8b5f6bcaa63 /src/ChangeLog | |
| parent | e89f4e4bd8bb43ecd709695deeb1957a5b39fcb6 (diff) | |
| download | emacs-9f6fcdc51615be98d2a026c302868061045176ec.tar.gz emacs-9f6fcdc51615be98d2a026c302868061045176ec.zip | |
* xmenu.c (popup_get_selection): Pop down on C-g.
(set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
pops down menu on C-g.
(xdialog_show): If dialog popped down and no button in the dialog was
pushed, call Fsignal to quit.
(xmenu_show): In no toolkit version, if menu returns NO_SELECT call
Fsignal to quit.
* xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
* gtkutil.c (xg_initialize): Install bindings for C-g so that
dialogs and menus pop down.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5593e98906d..d93105c4f06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xmenu.c (popup_get_selection): Pop down on C-g. | ||
| 4 | (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that | ||
| 5 | pops down menu on C-g. | ||
| 6 | (xdialog_show): If dialog popped down and no button in the dialog was | ||
| 7 | pushed, call Fsignal to quit. | ||
| 8 | (xmenu_show): In no toolkit version, if menu returns NO_SELECT call | ||
| 9 | Fsignal to quit. | ||
| 10 | |||
| 11 | * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g. | ||
| 12 | |||
| 13 | * gtkutil.c (xg_initialize): Install bindings for C-g so that | ||
| 14 | dialogs and menus pop down. | ||
| 15 | |||
| 1 | 2004-12-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 16 | 2004-12-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 17 | ||
| 3 | * gtkutil.c (update_frame_tool_bar): Make the value of | 18 | * gtkutil.c (update_frame_tool_bar): Make the value of |