diff options
| author | Jan Djärv | 2012-08-12 11:31:53 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-08-12 11:31:53 +0200 |
| commit | c17d5a38db885685aa57bf5560e9dedb1f494819 (patch) | |
| tree | 3013fcc2b35f9c8432498e5e56b0857f1534c07f /src/ChangeLog | |
| parent | 711f4590cddbc83c509c1c5e852ef4e528a39780 (diff) | |
| download | emacs-c17d5a38db885685aa57bf5560e9dedb1f494819.tar.gz emacs-c17d5a38db885685aa57bf5560e9dedb1f494819.zip | |
Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu.org and 1995-05-31T19:46:12Z!kwzh@gnu.org.
* nsmenu.m (ns_update_menubar): Add braces to ambigous if-else.
* nsmenu.m (Popdown_data): New struct.
(pop_down_menu): p->pointer is Popdown_data. Release the pool and
free Popdown_data.
(ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
(initWithContentRect): Make imgView and contentView non-static
and autorelease them. Also autorelease img and matrix.
(dealloc): Remove (Bug#1995-05-29T20:16:10Z!kwzh@gnu.org).
* nsterm.m (keyDown:): Interpret flags without left/right bits
as the left key (Bug#1995-05-03T21:38:13Z!rms@gnu.org).
* nsterm.m (ns_read_socket): Return early if there is a modal
window (Bug#1995-05-31T19:46:12Z!kwzh@gnu.org).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 19 | 2012-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 |