log src/nsmenu.m @ 102433:6d9c8e198f1c

age author description
Fri, 06 Mar 2009 19:06:45 +0000 Adrian Robert (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under GNUstep.
Fri, 13 Feb 2009 13:30:35 +0000 Adrian Robert * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
Sat, 07 Feb 2009 11:03:52 +0000 Adrian Robert * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
Wed, 04 Feb 2009 11:31:28 +0000 Adrian Robert * nsmenu.m (pop_down_menu): New function.
Sun, 25 Jan 2009 19:43:31 +0000 Adrian Robert Changes to remove Feval calls from GUI under NS.
Thu, 22 Jan 2009 13:55:44 +0000 Adrian Robert Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
Thu, 22 Jan 2009 12:23:47 +0000 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): Display all shortcuts, including those w/o super modifier.
Wed, 21 Jan 2009 22:26:32 +0000 Adrian Robert fix typo in comment
Wed, 21 Jan 2009 16:34:24 +0000 Adrian Robert * nsmenu.m (NSMENUPROFILE): Change #if style.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 25 Nov 2008 02:45:39 +0000 Adrian Robert Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS, it is not an indexed color. * nsterm.m (free_indexed_color): Add argument checking. * nsfns.m: Move config.h to before system includes (advised by Dan N.).
Tue, 05 Aug 2008 03:05:14 +0000 Adrian Robert Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Mon, 04 Aug 2008 16:57:44 +0000 Adrian Robert fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
Fri, 01 Aug 2008 14:01:08 +0000 Adrian Robert clear warnings and clean up NS port
Tue, 22 Jul 2008 19:25:23 +0000 Chong Yidong (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' style
Tue, 22 Jul 2008 12:33:13 +0000 Adrian Robert NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
Thu, 17 Jul 2008 03:33:59 +0000 Stefan Monnier * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
Wed, 16 Jul 2008 02:22:04 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 16 Jul 2008 02:18:49 +0000 Miles Bader Use nicer comment syntax for arch taglines in Objective-C files
Tue, 15 Jul 2008 23:52:03 +0000 Miles Bader Add arch tagline
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)