log src/nsfns.m @ 102414:5988cd89cf0b

age author description
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
Fri, 23 Jan 2009 09:58:02 +0000 Adrian Robert * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns_no_defaults): New declaration. * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults. * nsterm.m (ns_no_defaults): New variable. (ns_initialize): Don't read defaults when ns_no_defaults.
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 13:31:54 +0000 Adrian Robert * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
Thu, 22 Jan 2009 00:00:13 +0000 Adrian Robert * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Fri, 02 Jan 2009 18:58:49 +0000 Dan Nicolaescu * nsfns.m (x_set_foreground_color, x_set_background_color)
Wed, 31 Dec 2008 14:59:37 +0000 Adrian Robert (ns_appkit_version_str): Rename from ns_appkit_version. (ns_appkit_version_int): New function. (x-server-version): Use ns_appkit_version_int and follow 21+ convention of returning 3 integers
Sun, 07 Dec 2008 05:00:54 +0000 Seiji Zenitani * nsfns.m (ns_set_background_color): Remove code duplication.
Fri, 28 Nov 2008 05:40:36 +0000 Seiji Zenitani * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
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.).
Wed, 22 Oct 2008 12:51:29 +0000 Adrian Robert * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
Sat, 04 Oct 2008 18:54:20 +0000 Glenn Morris Fix case of "GNUstep".
Thu, 02 Oct 2008 13:57:39 +0000 Adrian Robert * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
Mon, 22 Sep 2008 15:52:24 +0000 Chong Yidong (compute_tip_xy): Use x_display_pixel_width and
Thu, 21 Aug 2008 02:48:58 +0000 Adrian Robert * nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. (EmacsApp-cursor_blink_handler): Remove declaration. * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c. (ns_read_socket): Add cast to avoid warning. (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.
Wed, 20 Aug 2008 17:39:14 +0000 David Reitter ns_set_cursor_type: replace with generic from xfns.c
Mon, 04 Aug 2008 17:50:22 +0000 Seiji Zenitani Set the frame parameter alpha to Qnil
Fri, 01 Aug 2008 16:23:25 +0000 Chong Yidong (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
Fri, 01 Aug 2008 14:01:08 +0000 Adrian Robert clear warnings and clean up NS port
Mon, 28 Jul 2008 01:41:57 +0000 Adrian Robert code cleanups in NS port
Sun, 27 Jul 2008 19:20:38 +0000 Adrian Robert rename do-applescript,do_applescript in keeping with NS code conventions
Wed, 23 Jul 2008 02:53:42 +0000 Adrian Robert fix up compile error from renaming of ns-list-fonts
Wed, 23 Jul 2008 02:51:12 +0000 Adrian Robert fix up compile error from renaming of ns-list-fonts
Tue, 22 Jul 2008 17:43:36 +0000 Dan Nicolaescu Rename ns prefixed functions/variables to the
Tue, 22 Jul 2008 16:29:10 +0000 Dan Nicolaescu (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove
Tue, 22 Jul 2008 03:15:09 +0000 David Reitter do-applescript: NS version of the Carbon implementation of the same
Mon, 21 Jul 2008 20:27:57 +0000 Adrian Robert fix compile error in nsfns.m
Mon, 21 Jul 2008 17:47:25 +0000 Dan Nicolaescu * term/ns-win.el: Rename ns- functions/variables to the
Mon, 21 Jul 2008 15:40:18 +0000 Chong Yidong Change NS to Nextstep in docstrings and error messages.
Sat, 19 Jul 2008 17:01:36 +0000 Adrian Robert apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND
Thu, 17 Jul 2008 13:50:30 +0000 Adrian Robert change most cases of PENDING to TODO, some to FIXME or 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)