log src/nsfns.m @ 99199:006d8b24fed3

age author description
2008-10-22 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.
2008-10-04 Glenn Morris Fix case of "GNUstep".
2008-10-02 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.
2008-09-22 Chong Yidong (compute_tip_xy): Use x_display_pixel_width and
2008-08-21 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.
2008-08-20 David Reitter ns_set_cursor_type: replace with generic from xfns.c
2008-08-04 Seiji Zenitani Set the frame parameter alpha to Qnil
2008-08-01 Chong Yidong (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
2008-08-01 Adrian Robert clear warnings and clean up NS port
2008-07-28 Adrian Robert code cleanups in NS port
2008-07-27 Adrian Robert rename do-applescript,do_applescript in keeping with NS code conventions
2008-07-23 Adrian Robert fix up compile error from renaming of ns-list-fonts
2008-07-23 Adrian Robert fix up compile error from renaming of ns-list-fonts
2008-07-22 Dan Nicolaescu Rename ns prefixed functions/variables to the
2008-07-22 Dan Nicolaescu (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove