diff options
| author | Jan Djärv | 2012-08-27 20:53:10 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-08-27 20:53:10 +0200 |
| commit | 0f19feff2536f40cd10c3b7201ecd89e40148626 (patch) | |
| tree | 81545ee3d78c04070cafef3243dfff112fdf4927 /src/ChangeLog | |
| parent | de1339b0a8a5b6b8bf784c816b2b974f4610e3ac (diff) | |
| download | emacs-0f19feff2536f40cd10c3b7201ecd89e40148626.tar.gz emacs-0f19feff2536f40cd10c3b7201ecd89e40148626.zip | |
* nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
dialog_return.
(windowShouldClose:): Use stop instead of stopModalWithCode.
(clicked:): Ditto, and also set dialog_return.
(timeout_handler:): Use stop instead of abortModal. Send a dummy
event.
(runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
modal loop returns.
* nsterm.h (NSPanel): New class variable dialog_return.
Fixes: debbugs:12258
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-27 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2012-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. |