]> git.eshelyaron.com Git - emacs.git/commit
Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu.org...
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 12 Aug 2012 09:31:53 +0000 (11:31 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 12 Aug 2012 09:31:53 +0000 (11:31 +0200)
commitc17d5a38db885685aa57bf5560e9dedb1f494819
tree3013fcc2b35f9c8432498e5e56b0857f1534c07f
parent711f4590cddbc83c509c1c5e852ef4e528a39780
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).
src/ChangeLog
src/nsmenu.m
src/nsterm.m