diff options
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 |