diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5bafa1a04f8..b5751d859c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2012-08-28 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | ||
| 4 | button_values to NULL. Call setStykeMask so dialogs get a close button. | ||
| 5 | (windowShouldClose:): Set window_closed. | ||
| 6 | (dealloc): New member, free button_values. | ||
| 7 | (process_dialog:): Make member function. Remove window argument, | ||
| 8 | replace window with self. Count buttons and allocate and store values | ||
| 9 | in button_values. | ||
| 10 | (addButton:value:row:): value is int with the name tag. Call setTag | ||
| 11 | with tag. Remove return self, declare return value as void. | ||
| 12 | (addString:row:): Remove return self, declare return value as void. | ||
| 13 | (addSplit): Remove return self, declare return value as void. | ||
| 14 | (clicked:): Remove return self, declare return value as void. | ||
| 15 | Set dialog_return to button_values[seltag]. Code formatting change. | ||
| 16 | (initFromContents:isQuestion:): Adjust call to process_dialog. | ||
| 17 | Code formatting change. | ||
| 18 | (timeout_handler:): Set timer_fired to YES. | ||
| 19 | (runDialogAt:): Set timer_fired to NO. | ||
| 20 | Handle click on close button as quit. | ||
| 21 | |||
| 22 | * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL. | ||
| 23 | Add window_closed and button_values. Add void as return value for | ||
| 24 | add(Button|String|Split). addButton takes int instead of Lisp_Object. | ||
| 25 | Add process_dialog as new member. | ||
| 26 | |||
| 1 | 2012-08-28 Eli Zaretskii <eliz@gnu.org> | 27 | 2012-08-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 28 | ||
| 3 | * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it | 29 | * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it |