log src/font.c @ 107149:907ba0dc2be7

age author description
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.
Mon, 18 May 2009 12:14:14 +0000 Kenichi Handa (font_find_for_lface): Copy SPEC's FONT_TYPE too.
Fri, 15 May 2009 02:49:07 +0000 Kenichi Handa (Ffont_spec): Check arguments.
Wed, 06 May 2009 02:57:47 +0000 Stefan Monnier (font_update_drivers): Sanity fallback to avoid disabling all drivers.
Thu, 30 Apr 2009 05:01:57 +0000 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
Tue, 21 Apr 2009 07:29:48 +0000 Kenichi Handa (font_score): Check AVGWIDTH too.
Tue, 21 Apr 2009 06:46:27 +0000 Kenichi Handa (font_load_for_lface): Cancel previous change.
Sat, 18 Apr 2009 13:29:59 +0000 Andreas Schwab (font_put_frame_data): Use xfree instead of free.
Fri, 17 Apr 2009 18:38:00 +0000 Chong Yidong * font.c (Qja, Qko): Move definitions here from ftfont.c.