log src/xfaces.c @ 75647:7a9a8e118bd6

age author description
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-11-21 Chong Yidong (realize_default_face): Check if the default font name
2006-11-19 Andreas Schwab (Fdisplay_supports_face_attributes_p): Initialize
2006-10-27 Juanma Barranquero (best_matching_font): Fix logic to decide whether to use overstriking to
2006-08-20 Richard M. Stallman (load_pixmap): Add quotes in error message.
2006-07-29 Richard M. Stallman (lookup_named_face, Fdisplay_supports_face_attributes_p):
2006-07-18 Kim F. Storm * xfaces.c (signal_error): Move to eval.c.
2006-07-12 Kim F. Storm (load_pixmap): Use CHECK_TYPE.
2006-07-03 Richard M. Stallman (Fface_attribute_relative_p): Doc fix.
2006-05-22 Richard M. Stallman (best_matching_font): Abort for best == NULL before we start to use it.
2006-05-20 Kim F. Storm (best_matching_font): Fix crash in 2006-05-17 change.
2006-05-17 Richard M. Stallman (better_font_p): Any font beats no font.
2006-05-10 Kenichi Handa (realize_default_face): If the font chosen for the
2006-04-12 YAMAMOTO Mitsuharu (Finternal_merge_in_global_face, try_font_list): Add
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-11-26 Eli Zaretskii (Finternal_set_lisp_face_attribute_from_resource): Handle :inherit property
2005-11-20 Chong Yidong (merge_face_vectors): Don't do :ignore-defface overwriting here.
2005-11-20 Chong Yidong * xfaces.c (Finternal_set_lisp_face_attribute): Use
2005-11-18 Chong Yidong (Fface_attribute_relative_p, Fmerge_face_attribute): Handle
2005-11-18 Chong Yidong * xfaces.c (Qignore_defface): New variable.
2005-10-08 YAMAMOTO Mitsuharu (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. Add debug code.
2005-10-02 Richard M. Stallman (face_color_gray_p): Colors close to black count as gray.
2005-09-27 Dan Nicolaescu * xlwmenu.c (find_next_selectable):
2005-09-06 YAMAMOTO Mitsuharu (xstrlwr): Don't use tolower for non-ASCII characters.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-21 Juanma Barranquero (Finternal_lisp_face_p): Doc fix.
2005-07-18 YAMAMOTO Mitsuharu [MAC_OS] (XCreateGC): Remove extern.
2005-07-13 YAMAMOTO Mitsuharu (try_font_list) [MAC_OS]: Try font family name
2005-07-11 Jan Djärv * xfaces.c (x_update_menu_appearance): Use fontSet resource for
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-23 Juanma Barranquero (x_supports_face_attributes_p): Follow error conventions.
2005-06-22 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
2005-06-21 Juri Linkov Rename obsolete function Qframe_update_face_colors to
2005-06-20 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
2005-06-09 Juanma Barranquero (Fdisplay_supports_face_attributes_p): Fix typo in docstring.
2005-06-03 Juanma Barranquero (Finternal_lisp_face_equal_p): Really report on faces in a frame, if the
2005-06-01 YAMAMOTO Mitsuharu (build_scalable_font_name): Round pixel size to the
2005-04-28 Kim F. Storm (resolve_face_name): Add arg SIGNAL_P. Calls changed.
2005-04-21 Kim F. Storm (resolve_face_name): Use Fget instead of Fsafe_get.
2005-04-19 Kim F. Storm (resolve_face_name): Use Fsafe_get to avoid redisplay
2005-04-18 Thien-Thi Nguyen (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
2005-03-22 Kim F. Storm (lookup_derived_face): Add arg SIGNAL_P.
2005-03-18 Stefan Monnier (x_update_menu_appearance) [HAVE_X_I18N]:
2005-03-17 Stefan Monnier (x_update_menu_appearance) [USE_MOTIF]:
2005-02-18 Kim F. Storm (Finternal_set_lisp_face_attribute): Allow :color property
2005-02-05 Eli Zaretskii (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
2005-02-03 Stefan Monnier Copyright update.
2005-02-03 Kim F. Storm (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
2005-01-10 Kim F. Storm (merge_faces): Rename from merge_into_realized_face.
2005-01-09 Kim F. Storm (merge_into_realized_face): New function. Used to
2004-12-27 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-11-22 Kim F. Storm (lookup_named_face): Add signal_p arg. Return -1 if
2004-11-07 Richard M. Stallman (merge_named_face): GCPRO the face_name in the
2004-09-14 Kim F. Storm (Qface_no_inherit): New var.
2004-08-16 Richard M. Stallman (merge_face_ref): Specifying `unspecified' is a no-op.
2004-07-24 Luc Teirlinck (Fcolor_supported_p): Doc fix.
2004-06-30 Stefan Monnier (x_supports_face_attributes_p)
2004-06-21 Richard M. Stallman (Finternal_copy_lisp_face): Small cleanup; doc fix.
2004-06-13 Andreas Schwab (face_attr_equal_p): Declare parameters.
2004-06-08 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385