Fri, 01 Oct 2010 05:25:21 -0700 |
Dan Nicolaescu |
Use intern_c_string instead of intern.
|
Wed, 11 Aug 2010 14:34:46 +0200 |
Jan D |
Fix -Wwrite_strings in general and for Gtk+ specific code.
|
Wed, 11 Aug 2010 10:58:56 +0200 |
Jan D |
Use const char* for -Wwrite_strings.
|
Fri, 06 Aug 2010 12:12:41 +0200 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Thu, 01 Jul 2010 14:16:33 +0200 |
Jan D |
Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.
|
Thu, 01 Jul 2010 12:45:26 +0200 |
Jan D |
* nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
|
Tue, 13 Apr 2010 09:01:46 +0300 |
Adrian Robert |
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Mon, 09 Nov 2009 06:21:03 +0000 |
Stefan Monnier |
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
|
Mon, 19 Oct 2009 16:58:18 +0000 |
Dan Nicolaescu |
* nsterm.m:
|
Mon, 12 Oct 2009 00:27:13 +0000 |
Adrian Robert |
* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
|
Sun, 27 Sep 2009 15:49:08 +0000 |
Adrian Robert |
(ns_update_menubar): Use ns_app_name. Sync with xmenu.c. (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
|
Fri, 25 Sep 2009 17:40:53 +0000 |
David Reitter |
nsmenu.m (EmacsMenu-clear): Recognize application menu
|
Tue, 22 Sep 2009 19:49:50 +0000 |
Adrian Robert |
(EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).
|
Fri, 18 Sep 2009 23:54:04 +0000 |
Adrian Robert |
* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
|
Fri, 21 Aug 2009 19:29:31 +0000 |
Adrian Robert |
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
|
Sun, 14 Jun 2009 22:29:15 +0000 |
David Reitter |
nsmenu.m (EmacsTooltip: setText): set height of tooltip.
|
Mon, 13 Apr 2009 18:45:12 +0000 |
Stefan Monnier |
* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
|
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.
|