log src/nsmenu.m @ 110932:0d72a05fef14

age author description
2010-10-01 Dan Nicolaescu Use intern_c_string instead of intern.
2010-08-11 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
2010-08-11 Jan D Use const char* for -Wwrite_strings.
2010-08-06 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-01 Jan D Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.
2010-07-01 Jan D * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
2010-04-13 Adrian Robert * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-11-09 Stefan Monnier * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2009-10-19 Dan Nicolaescu * nsterm.m:
2009-10-12 Adrian Robert * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2009-09-27 Adrian Robert (ns_update_menubar): Use ns_app_name. Sync with xmenu.c. (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2009-09-25 David Reitter nsmenu.m (EmacsMenu-clear): Recognize application menu
2009-09-22 Adrian Robert (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).
2009-09-18 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
2009-08-21 Adrian Robert nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2009-06-14 David Reitter nsmenu.m (EmacsTooltip: setText): set height of tooltip.
2009-04-13 Stefan Monnier * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
2009-03-06 Adrian Robert (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under GNUstep.
2009-02-13 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
2009-02-07 Adrian Robert * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
2009-02-04 Adrian Robert * nsmenu.m (pop_down_menu): New function.
2009-01-25 Adrian Robert Changes to remove Feval calls from GUI under NS.
2009-01-22 Adrian Robert Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
2009-01-22 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): Display all shortcuts, including those w/o super modifier.
2009-01-21 Adrian Robert fix typo in comment
2009-01-21 Adrian Robert * nsmenu.m (NSMENUPROFILE): Change #if style.
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-11-25 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.).
2008-08-05 Adrian Robert Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
2008-08-04 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)
2008-08-01 Adrian Robert clear warnings and clean up NS port
2008-07-22 Chong Yidong (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' style
2008-07-22 Adrian Robert NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
2008-07-17 Stefan Monnier * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
2008-07-16 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-07-16 Miles Bader Use nicer comment syntax for arch taglines in Objective-C files
2008-07-15 Miles Bader Add arch tagline
2008-07-15 Adrian Robert merging Emacs.app (NeXTstep port)