log src/font.c @ 112434:9de5a68b57e1

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 18:21:30 -0800 Glenn Morris Refill some copyright headers.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Wed, 10 Nov 2010 18:02:54 +0900 YAMAMOTO Mitsuharu Add const to array elements of font filter properties.
Thu, 04 Nov 2010 15:46:30 -0400 Chong Yidong Backport r100459 from trunk
Tue, 02 Nov 2010 20:49:04 -0700 Glenn Morris Don't be so lax with spelling.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Wed, 13 Oct 2010 16:07:28 +0200 Juanma Barranquero Fix handling of font properties on Windows (bug#6303).
Wed, 13 Oct 2010 01:25:19 +0200 Juanma Barranquero Fix typos in docstrings, comments and ChangeLogs.
Fri, 01 Oct 2010 06:56:33 -0700 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Mon, 09 Aug 2010 15:03:38 -0700 Dan Nicolaescu Remove incorrect const use.
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Mon, 26 Jul 2010 13:29:08 +0900 Kenichi Handa merge trunk
Fri, 23 Jul 2010 19:50:14 +0200 Juanma Barranquero Remove unused static functions.
Mon, 26 Jul 2010 13:28:02 +0900 Kenichi Handa font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyphs gets smaller than the original length.
Wed, 14 Jul 2010 12:40:47 +0900 Kenichi Handa Do not record a font-entity in the property of font-object.
Mon, 12 Jul 2010 11:28:50 +0900 Kenichi Handa merge trunk
Fri, 09 Jul 2010 15:55:27 +0900 Kenichi Handa merge trunk
Thu, 08 Jul 2010 17:09:35 +0900 Kenichi Handa merge trunk
Thu, 08 Jul 2010 16:56:21 +0900 Kenichi Handa Make font-get to get :otf value dynamically from a font-object.
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Tue, 22 Jun 2010 08:42:00 +0200 Jan D. * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
Fri, 28 May 2010 15:42:43 +0900 Kenichi Handa Handle face-ignored-fonts
Fri, 14 May 2010 12:47:38 +0900 Kenichi Handa font.c (font_range): Return the range for the font found at first.
Tue, 20 Apr 2010 13:17:29 -0400 Stefan Monnier * font.c (syms_of_font): Make the style table vars read-only.
Fri, 26 Feb 2010 21:09:03 -0500 Chong Yidong Addendum to last patch: add "Medium" GTK font name keyword.
Fri, 26 Feb 2010 21:06:13 -0500 Chong Yidong Recognize more keywords in GTK font names (Bug#5646).
Sun, 31 Jan 2010 15:46:53 +0900 Kenichi Handa font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 06 Jan 2010 20:38:39 +0100 Jan D. Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
Wed, 06 Jan 2010 17:03:26 +0100 Jan D. Fixing user-spec for fonts instead of using name.
Sat, 19 Dec 2009 09:57:22 +0000 Andreas Schwab (Fclear_font_cache): Pass correct cache argument to
Sat, 05 Dec 2009 20:09:49 +0000 Chong Yidong Fix a comment and delete trailing whitespace.
Tue, 01 Dec 2009 09:07:26 +0000 YAMAMOTO Mitsuharu (font_load_for_lface, font_open_by_name): Don't store name
Tue, 24 Nov 2009 08:37:32 +0000 YAMAMOTO Mitsuharu (font_open_entity): Don't use ASET if font_object is Qnil.
Mon, 23 Nov 2009 08:55:08 +0000 Jan Dj¸«£rv Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Fri, 06 Nov 2009 06:07:46 +0000 Dan Nicolaescu * process.c (socket_options): Make it const.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Tue, 13 Oct 2009 01:03:38 +0000 Adrian Robert (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.
Wed, 23 Sep 2009 02:35:54 +0000 Adrian Robert * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
Fri, 18 Sep 2009 21:16:28 +0000 Adrian Robert Update comment for HAVE_NS code in font_find_for_lface().
Tue, 28 Jul 2009 02:07:54 +0000 Kenichi Handa (font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.
Tue, 14 Jul 2009 12:03:16 +0000 Kenichi Handa (font_vconcat_entity_vectors): New function.
Tue, 23 Jun 2009 05:52:59 +0000 Kenichi Handa (font_sort_entities, font_list_entities)
Wed, 10 Jun 2009 01:26:15 +0000 Kenichi Handa (font_parse_family_registry): Fix for one-char foundry.
Tue, 19 May 2009 02:05:52 +0000 Kenichi Handa (font_sort_entities): Renamed from font_sort_entites.