log src/xfaces.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.
Sat, 20 Nov 2010 11:07:00 +0100 Andreas Schwab * src/xfaces.c (lookup_face): Make static.
Sat, 23 Oct 2010 18:48:39 -0700 Glenn Morris Remove duplicate definition of tty-defined-color-alist.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
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.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Fri, 23 Jul 2010 11:52:32 +0200 Juanma Barranquero * w32fns.c, xfaces.c: Remove obsolete static declarations.
Tue, 20 Jul 2010 22:21:03 +0200 Juanma Barranquero Convert some more functions to standard C.
Mon, 12 Jul 2010 12:29:49 -0700 Dan Nicolaescu Convert function definitions to standard C.
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Sun, 11 Jul 2010 12:07:38 -0400 Chong Yidong * src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 10 Jul 2010 13:58:29 -0400 Chong Yidong * xfaces.c (realize_face): Garbage the frame if a face is removed
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 11:45:28 +0200 Juanma Barranquero Fix whitespace to follow coding guidelines.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Sat, 03 Jul 2010 17:36:18 +0300 Eli Zaretskii Fix setting colors on MS-DOS frames.
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.
Sat, 05 Dec 2009 20:38:05 +0000 Chong Yidong Minor doc fix.
Sat, 05 Dec 2009 20:16:42 +0000 Chong Yidong * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
Wed, 11 Nov 2009 06:10:42 +0000 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
Fri, 06 Nov 2009 18:47:48 +0000 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
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.
Mon, 27 Jul 2009 04:19:03 +0000 Kenichi Handa (face_with_height): Call font_clear_prop.
Mon, 29 Jun 2009 05:28:54 +0000 Jim Meyering Remove useless if-before-xfree tests.
Tue, 09 Jun 2009 05:57:35 +0000 Jim Meyering x-load-color-file: avoid array bounds error
Thu, 14 May 2009 21:37:02 +0000 Chong Yidong * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
Thu, 30 Apr 2009 05:01:57 +0000 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
Thu, 23 Apr 2009 01:33:33 +0000 Kenichi Handa (Fx_list_fonts): If a font size is specified in PATTERN, set it in
Thu, 16 Apr 2009 01:08:24 +0000 Kenichi Handa (merge_face_vectors): Reflect font properties in
Tue, 24 Feb 2009 03:39:57 +0000 Glenn Morris (Finternal_set_font_selection_order): Remove leading whitespace that
Mon, 19 Jan 2009 16:41:16 +0000 Chong Yidong (Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of font_spec_from_name.
Tue, 13 Jan 2009 20:03:08 +0000 Chong Yidong (Finternal_set_lisp_face_attribute): Revert last change.
Mon, 12 Jan 2009 02:32:08 +0000 Chong Yidong (Finternal_set_lisp_face_attribute): If setting the family, clear the
Fri, 09 Jan 2009 14:11:38 +0000 Chong Yidong (Fx_font_family_list): Function deleted. Compatibility version moved
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Thu, 01 Jan 2009 08:23:02 +0000 Chong Yidong Remove obsolete comment.
Thu, 01 Jan 2009 08:09:32 +0000 Chong Yidong (Finternal_set_lisp_face_attribute): Improve error message.
Tue, 23 Dec 2008 07:28:06 +0000 Martin Rudalics In comments, write delete_frame instead of Fdelete_frame.
Sat, 13 Dec 2008 05:39:20 +0000 Chong Yidong Update commentary.
Sat, 13 Dec 2008 03:26:49 +0000 Kenichi Handa (font_rescale_ratio): Moved to font.c.
Mon, 01 Dec 2008 18:08:59 +0000 Chong Yidong (realize_x_face): Make abort condition clearer.
Thu, 27 Nov 2008 20:17:38 +0000 Eli Zaretskii (Fx_font_family_list, syms_of_xfaces): Fix last change.
Wed, 26 Nov 2008 02:59:54 +0000 Glenn Morris (Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with
Thu, 16 Oct 2008 16:32:58 +0000 Chong Yidong (Finternal_set_lisp_face_attribute): Make null values of :foreground
Tue, 14 Oct 2008 14:37:03 +0000 Chong Yidong (Finternal_set_lisp_face_attribute): Revert last change.
Tue, 14 Oct 2008 04:08:08 +0000 Chong Yidong (Finternal_set_lisp_face_attribute): If the font is to be updated,
Mon, 01 Sep 2008 19:46:16 +0000 Chong Yidong (Finternal_set_alternative_font_family_alist)
Thu, 21 Aug 2008 13:53:30 +0000 Chong Yidong (x_update_menu_appearance): Check validity of menu font before using
Fri, 15 Aug 2008 21:32:48 +0000 Chong Yidong (lookup_derived_face): Properly handle possible zero
Fri, 01 Aug 2008 23:40:13 +0000 Juanma Barranquero * xfaces.c (Fx_load_color_file): Fix previous change;
Fri, 01 Aug 2008 15:33:15 +0000 Adrian Robert commit patch to x-load-color-file posted by lekktu@gmail.com