aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-11-10 21:22:57 +0000
committerStefan Monnier2009-11-10 21:22:57 +0000
commitaf98fc7f9aeb39902dfbe48cdf77b6f2dd8f2227 (patch)
tree4f134b4479b83561ceb380f88c7307c39b9331bf /src/ChangeLog
parente90292a90cdb9a3b4d28b21db39f5f44ad3de805 (diff)
downloademacs-af98fc7f9aeb39902dfbe48cdf77b6f2dd8f2227.tar.gz
emacs-af98fc7f9aeb39902dfbe48cdf77b6f2dd8f2227.zip
(Fplist_get): Merge the active and the uncommented code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b85404ba20..c9634e7f4c6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fns.c (Fplist_get): Merge the active and the uncommented code.
4
12009-11-10 Jan Djärv <jan.h.d@swipnet.se> 52009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * keyboard.h: Declare timer_check. 7 * keyboard.h: Declare timer_check.
@@ -12,7 +16,8 @@
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).