log src/xfaces.c @ 111045:fd1924053d81

age author description
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
Fri, 01 Aug 2008 14:01:08 +0000 Adrian Robert clear warnings and clean up NS port
Fri, 01 Aug 2008 11:48:29 +0000 Adrian Robert NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
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)
Tue, 08 Jul 2008 17:27:28 +0000 Chong Yidong (Finternal_merge_in_global_face): Save merged attributes for the
Sun, 06 Jul 2008 03:51:06 +0000 Chong Yidong (set_font_frame_param): Don't try to set the font parameter if it is
Sat, 05 Jul 2008 21:16:05 +0000 Chong Yidong (Finternal_merge_in_global_face): Don't realize default face if it
Mon, 30 Jun 2008 02:12:47 +0000 Chong Yidong Fix typo in comments.
Mon, 30 Jun 2008 02:09:21 +0000 Chong Yidong (Finternal_merge_in_global_face): If default face was modified,
Wed, 25 Jun 2008 07:35:33 +0000 Kenichi Handa (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
Tue, 17 Jun 2008 04:49:34 +0000 Kenichi Handa (realize_default_face): If the frame is not on window
Mon, 16 Jun 2008 22:42:46 +0000 Juanma Barranquero * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
Fri, 13 Jun 2008 02:08:32 +0000 Kenichi Handa (LFACE_FOUNDRY): New macro.
Thu, 05 Jun 2008 05:40:11 +0000 Kenichi Handa (Fx_family_fonts): Use font_parse_family_registry instead of
Thu, 05 Jun 2008 04:14:48 +0000 Kenichi Handa (realize_x_face): If the font-related face attributes
Mon, 02 Jun 2008 01:49:35 +0000 Kenichi Handa (x_supports_face_attributes_p): Check face->font before
Sun, 01 Jun 2008 05:04:24 +0000 Miles Bader Implement face-remapping-alist feature
Thu, 29 May 2008 04:46:59 +0000 Kenichi Handa (Fx_family_fonts): Set frame correctly.
Thu, 29 May 2008 02:48:59 +0000 Juanma Barranquero (Fx_list_fonts, Finternal_copy_lisp_face): Fix typos in docstrings.
Thu, 29 May 2008 01:41:20 +0000 Kenichi Handa (Fx_list_fonts): Make it return a list of font names.
Sun, 25 May 2008 11:09:53 +0000 Kenichi Handa *** empty log message ***
Thu, 22 May 2008 14:54:07 +0000 Jason Rumney * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
Thu, 22 May 2008 03:47:34 +0000 Kenichi Handa (x_update_menu_appearance): Call Ffont_xlfd_name with
Thu, 22 May 2008 02:21:05 +0000 Kenichi Handa *** empty log message ***
Tue, 20 May 2008 06:33:40 +0000 Kenichi Handa Include font.h unconditionally.
Fri, 16 May 2008 11:10:16 +0000 Eli Zaretskii frame.c (Fdelete_frame): Don't call font_update_drviers if
Thu, 15 May 2008 01:01:05 +0000 Kenichi Handa (Finternal_set_lisp_face_attribute): Be sure to make a
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 01:41:52 +0000 Kenichi Handa Throughout the file, delete all USE_FONT_BACKEND
Tue, 26 Feb 2008 18:18:05 +0000 Stefan Monnier * dispextern.h (face_at_buffer_position, face_for_overlay_string)
Sun, 24 Feb 2008 13:36:39 +0000 Stefan Monnier Allow fine-grained image-cache flushing.
Fri, 22 Feb 2008 17:42:09 +0000 Stefan Monnier Consolidate the image_cache to the terminal struct.
Sun, 17 Feb 2008 02:01:26 +0000 Kenichi Handa (prepare_face_for_display): Use display_info->font->fid
Fri, 08 Feb 2008 16:24:46 +0000 Stefan Monnier * xfaces.c (Finternal_make_lisp_face): Use ASET.
Tue, 05 Feb 2008 02:36:40 +0000 Miles Bader Revert 2008-02-01 change to src/xfaces.c by cyd@stupidchicken.com
Fri, 01 Feb 2008 22:34:19 +0000 Chong Yidong (get_lface_attributes): Function deleted.
Fri, 01 Feb 2008 04:44:30 +0000 Miles Bader Merge from emacs--devo--0
Wed, 23 Jan 2008 11:14:12 +0000 Kenichi Handa (set_lface_from_font_and_fontset): Set the fontname in
Tue, 22 Jan 2008 12:03:15 +0000 Kenichi Handa (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
Thu, 10 Jan 2008 12:31:02 +0000 Kenichi Handa (Finternal_set_lisp_face_attribute): Check if the frame
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Thu, 06 Dec 2007 09:51:45 +0000 Miles Bader Merge from emacs--devo--0
Mon, 03 Dec 2007 13:53:55 +0000 Kenichi Handa Include "font.h" unconditionally.
Sat, 01 Dec 2007 02:41:23 +0000 Kenichi Handa (set_font_frame_param): Adjusted for the change of
Mon, 12 Nov 2007 02:30:30 +0000 Kenichi Handa (face_for_overlay_string): Call lookup_face with
Sun, 11 Nov 2007 00:56:44 +0000 Miles Bader Merge from emacs--devo--0
Mon, 15 Oct 2007 05:03:21 +0000 Miles Bader Merge from emacs--devo--0
Fri, 12 Oct 2007 21:06:27 +0000 Miles Bader Fix up multi-tty merge
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Mon, 11 Jun 2007 00:58:11 +0000 Miles Bader Merge from emacs--devo--0
Sat, 02 Jun 2007 22:07:16 +0000 Jason Rumney (Fx_list_fonts) [WINDOWSNT]: Remove Windows only redefinition of FONT_WIDTH.
Wed, 30 May 2007 14:40:46 +0000 Miles Bader Merge from emacs--devo--0
Wed, 25 Apr 2007 11:58:35 +0000 Kenichi Handa (set_font_frame_param): Adjusted for the change of
Tue, 17 Apr 2007 08:14:08 +0000 Kenichi Handa (face_for_font): Check also face->font==font->font.font.
Mon, 26 Feb 2007 23:03:45 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Nov 2006 08:56:38 +0000 Miles Bader Merge from emacs--devo--0
Mon, 30 Oct 2006 08:54:41 +0000 Miles Bader Merge from emacs--devo--0
Mon, 28 Aug 2006 04:33:45 +0000 Miles Bader Merge from emacs--devo--0
Thu, 03 Aug 2006 11:45:23 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Sun, 09 Jul 2006 10:56:20 +0000 Jan Dj¸«£rv * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
Thu, 06 Jul 2006 08:59:39 +0000 Miles Bader Merge from emacs--devo--0
Fri, 16 Jun 2006 12:19:38 +0000 Kenichi Handa (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
Fri, 09 Jun 2006 02:15:49 +0000 Kenichi Handa (set_lface_from_font_name): If a font doesn't have a
Wed, 07 Jun 2006 18:05:10 +0000 Miles Bader Merge from emacs--devo--0
Tue, 06 Jun 2006 03:52:38 +0000 Kenichi Handa Include "font.h".
Wed, 10 May 2006 20:42:41 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60
Mon, 17 Apr 2006 08:41:12 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Sat, 15 Oct 2005 00:26:05 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91
Fri, 07 Oct 2005 07:15:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Sun, 11 Sep 2005 22:21:01 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78