log src/nsfont.m @ 111962:d53efc3630ba

age author description
Sat, 06 Nov 2010 10:33:22 +0100 Jan D. * src/nsfont.m: Include termchar for new mouse-highlight.
Thu, 04 Nov 2010 20:10:50 +0200 Adrian Robert * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>.
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 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Tue, 01 Jun 2010 21:29:53 -0700 Dan Nicolaescu Fix config.h includes.
Thu, 25 Feb 2010 19:48:53 -0500 Chong Yidong * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
Mon, 08 Feb 2010 18:39:01 -0500 Chong Yidong * nsfont.m (nsfont_open): The system's value for the font descent
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 19 Oct 2009 16:58:18 +0000 Dan Nicolaescu * nsterm.m:
Tue, 13 Oct 2009 01:05:18 +0000 Adrian Robert Add space after casts in last change.
Mon, 12 Oct 2009 00:27:28 +0000 Adrian Robert * nsfont.m (ns_char_width): Replace deprecated call (suggested by
Wed, 23 Sep 2009 18:21:04 +0000 Adrian Robert * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
Wed, 23 Sep 2009 02:36:57 +0000 Adrian Robert * nsfont.m (Vns_reg_to_script): New lisp variable.
Fri, 18 Sep 2009 15:12:34 +0000 Adrian Robert (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.