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.
|
Thu, 18 Sep 2008 18:18:43 +0000 |
Chong Yidong |
(ns_display_info): Remove `height' and `width' members.
|
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, 06 Aug 2008 16:20:46 +0000 |
Adrian Robert |
* config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big alphabetical list. (mostlyclean): Don't delete *.d under NS. * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
|
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 21:59:02 +0000 |
Chong Yidong |
Test directly for NS_HAVE_INTEGER before defining it.
|
Mon, 04 Aug 2008 17:14:16 +0000 |
Chong Yidong |
(find_and_call_menu_selection): Fix prototype.
|
Fri, 01 Aug 2008 16:29:50 +0000 |
Adrian Robert |
add defines for NSInteger, NSUInteger on non-Leopard
|
Fri, 01 Aug 2008 14:01:08 +0000 |
Adrian Robert |
clear warnings and clean up NS port
|
Mon, 21 Jul 2008 17:47:25 +0000 |
Dan Nicolaescu |
* term/ns-win.el: Rename ns- functions/variables to the
|
Sat, 19 Jul 2008 22:23:30 +0000 |
Adrian Robert |
fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target
|
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.
|
Tue, 15 Jul 2008 23:47:14 +0000 |
Miles Bader |
Add arch tagline
|
Tue, 15 Jul 2008 18:15:18 +0000 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|