aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15d5211efd9..79735225542 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-08-27 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.h (NSPanel): New class variable dialog_return.
4
5 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
6 dialog_return.
7 (windowShouldClose:): Use stop instead of stopModalWithCode.
8 (clicked:): Ditto, and also set dialog_return (Bug#12258).
9 (timeout_handler:): Use stop instead of abortModal. Send a dummy
10 event.
11 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
12 modal loop returns.
13
12012-08-27 Paul Eggert <eggert@cs.ucla.edu> 142012-08-27 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. 16 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.