comparison src/ChangeLog @ 105937:88b92b3656ae

(Fplist_get): Merge the active and the uncommented code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Nov 2009 21:22:57 +0000
parents 45191c90be7e
children 5fc80e6b5b7c
comparison
equal deleted inserted replaced
105936:45191c90be7e 105937:88b92b3656ae
1 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fns.c (Fplist_get): Merge the active and the uncommented code.
4
1 2009-11-10 Jan Djärv <jan.h.d@swipnet.se> 5 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * keyboard.h: Declare timer_check. 7 * keyboard.h: Declare timer_check.
4 8
5 * keyboard.c (timer_check_2): New function that does what the old 9 * keyboard.c (timer_check_2): New function that does what the old
10 * process.c: Remove extern declaration of timer_check. 14 * process.c: Remove extern declaration of timer_check.
11 15
12 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout 16 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
13 even if timer_check returned -1. 17 even if timer_check returned -1.
14 18
15 * gtkutil.c (xg_dialog_response_cb): data is now a struct xg_dialog_data 19 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
20 xg_dialog_data.
16 (pop_down_dialog): Destroy widget (if any), cancel timer and unref 21 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
17 the event loop. 22 the event loop.
18 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574). 23 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
19 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574). 24 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
20 Destroy the dialog after xg_dialog_run. 25 Destroy the dialog after xg_dialog_run.