log src/fontset.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
Sun, 16 Jan 2011 19:05:08 -0800 Paul Eggert * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
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
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Wed, 25 Aug 2010 14:58:15 +0900 Kenichi Handa fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
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_
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Tue, 05 Jan 2010 20:49:19 +0900 Kenichi Handa fontset.c (fontset_find_font): Fix getting the frame pointer.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 08 Oct 2009 10:54:58 +0000 Juanma Barranquero * fontset.c (Fset_fontset_font): Fix typos in error messages.
Tue, 18 Aug 2009 00:36:59 +0000 Kenichi Handa (Ffontset_font): Fix previous change.
Tue, 18 Aug 2009 00:21:36 +0000 Kenichi Handa *** empty log message ***
Thu, 09 Jul 2009 01:05:27 +0000 Kenichi Handa (fontset_find_font): Fix previous change.
Wed, 08 Jul 2009 03:49:12 +0000 Kenichi Handa (fontset_find_font): Fix the logic of handling
Thu, 25 Jun 2009 08:02:19 +0000 Kenichi Handa (fontset_find_font): When a usable rfont_def is found
Wed, 24 Jun 2009 04:18:02 +0000 Kenichi Handa (fontset_get_font_group): Return 0 if no font-group is
Tue, 23 Jun 2009 05:47:46 +0000 Kenichi Handa (fontset_font): Call FONT_DEFERRED_LOG.
Mon, 08 Jun 2009 04:33:40 +0000 Adrian Robert fontset.c (fontset_from_font): Remove NS-specific code.
Thu, 21 May 2009 11:24:05 +0000 Kenichi Handa (Qlatin): Don't make it static.
Thu, 30 Apr 2009 07:01:33 +0000 Kenichi Handa (fontset_find_font): Check if rfont_def is Qnil or not.
Thu, 30 Apr 2009 05:01:57 +0000 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
Thu, 30 Apr 2009 04:41:39 +0000 Kenichi Handa (fontset_find_font): Check if rfont_def is Qnil or not.
Wed, 29 Apr 2009 01:41:45 +0000 Kenichi Handa (set_default_ascii_font): Delete this unused function.
Thu, 02 Apr 2009 02:45:01 +0000 Kenichi Handa (fontset_font): Record no-font when a fontset
Mon, 30 Mar 2009 12:50:50 +0000 Kenichi Handa (fontset_from_font): Specify only registry in a font-spec for all
Thu, 19 Mar 2009 06:50:41 +0000 Kenichi Handa (Fset_fontset_font): When a spec of ASCII font is
Fri, 13 Mar 2009 16:14:20 +0000 Stefan Monnier (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).
Fri, 13 Mar 2009 16:12:43 +0000 Stefan Monnier (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).
Fri, 13 Mar 2009 15:21:04 +0000 Stefan Monnier (fontset_from_font): YAILOM (Yet another int/Lisp_Object mixup).
Fri, 13 Mar 2009 05:08:39 +0000 Kenichi Handa (Ffontset_info, check_fontset_name): New arg frame.
Wed, 11 Mar 2009 07:51:33 +0000 Kenichi Handa (Fset_fontset_font): When a font for ASCII is changed,
Thu, 05 Mar 2009 12:40:18 +0000 Kenichi Handa (fontset_find_font): Fix previous change.
Thu, 05 Mar 2009 12:21:41 +0000 Kenichi Handa (fontset_find_font): If a font found without
Tue, 24 Feb 2009 11:57:32 +0000 Kenichi Handa (fontset_find_font): Fix the condition for checking
Wed, 11 Feb 2009 09:45:12 +0000 Juanma Barranquero Remove spurious semicolons.
Wed, 28 Jan 2009 11:50:05 +0000 Kenichi Handa (font_for_char): Use assq_no_quit, not assoc_no_quit.
Wed, 28 Jan 2009 06:44:53 +0000 Kenichi Handa (font_for_char): Use assq_no_quit, not assoc_no_quit.
Tue, 27 Jan 2009 05:07:04 +0000 Kenichi Handa (font_for_char): Use assq_no_quit, not assoc_no_quit.
Mon, 26 Jan 2009 15:50:43 +0000 Chong Yidong (fontset_find_font): Fix handling of non-cons return
Sat, 24 Jan 2009 22:42:02 +0000 Chong Yidong (fontset_font): If we know there is no font, don't do any work.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Wed, 03 Dec 2008 05:30:14 +0000 Kenichi Handa (face_for_char): Handle invalid charset property
Thu, 27 Nov 2008 08:01:45 +0000 Kenichi Handa (fontset_add): Adjusted for the change of
Thu, 09 Oct 2008 12:18:40 +0000 Kenichi Handa (face_for_char): If face->fontset is negative, just return ascii_face.
Wed, 08 Oct 2008 22:59:02 +0000 Chong Yidong (fontset_find_font): Check frame validity.
Fri, 29 Aug 2008 07:55:35 +0000 Kenichi Handa (font_for_char): New function.
Tue, 19 Aug 2008 07:45:55 +0000 Kenichi Handa (reorder_font_vector): Use encoding charset of fonts
Mon, 18 Aug 2008 12:06:33 +0000 Kenichi Handa (face_for_char): Add font log.
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)