diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f689cc20ee0..b89bfc41298 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-07-22 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsmenu.m (Popdown_data): New struct. | ||
| 4 | (pop_down_menu): p->pointer is Popdown_data. Release the pool and | ||
| 5 | free Popdown_data. | ||
| 6 | (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu. | ||
| 7 | (initWithContentRect): Make imgView and contentView non-static | ||
| 8 | and autorelease them. Also autorelease img and matrix (Bug#12005). | ||
| 9 | (dealloc): Remove (Bug#12005). | ||
| 10 | |||
| 1 | 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | Adjust consing_since_gc when objects are explicitly freed. | 13 | Adjust consing_since_gc when objects are explicitly freed. |