aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 963179cb08f..3a0ea19c1b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12012-08-12 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_read_socket): Return early if there is a modal
4 window (Bug#12043).
5
6 * nsmenu.m (Popdown_data): New struct.
7 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
8 free Popdown_data.
9 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
10 (initWithContentRect): Make imgView and contentView non-static
11 and autorelease them. Also autorelease img and matrix (Bug#12005).
12 (dealloc): Remove (Bug#12005).
13
14 * nsterm.m (keyDown:): Interpret flags without left/right bits
15 as the left key (Bug#11670).
16
17 * nsmenu.m (ns_update_menubar): Add braces to ambigous if-else.
18
12012-08-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 192012-08-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 20
3 * unexmacosx.c (copy_data_segment): Copy initialized data in 21 * unexmacosx.c (copy_data_segment): Copy initialized data in