log src/xfaces.c @ 59800:4a45f5c001b2

age author description
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
2004-06-07 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
2004-06-06 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
2004-06-04 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
2004-06-04 Eli Zaretskii (x_supports_face_attributes_p): Make this function
2004-06-04 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
2004-05-17 Kim F. Storm (face_at_buffer_position): Use GET_OVERLAYS_AT.
2004-05-13 Juanma Barranquero (Ftty_supports_face_attributes_p, Finternal_copy_lisp_face): Fix typo in
2004-04-26 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
2004-04-09 Stefan Monnier (face_color_supported_p): Fix compilation without X11.
2004-02-09 Jan Djärv Move include stdio.h to same place as in other files.
2003-12-29 Kenichi Handa (face_font_available_p): New function.
2003-12-28 Karoly Lorentey Merged in changes from CVS HEAD
2003-12-28 Kim F. Storm (cache_face): Abort if c->size exceeds MAX_FACE_ID.
2003-12-28 Karoly Lorentey Merged in changes from CVS HEAD
2003-12-24 Jan Djärv * xfaces.c (lface_fully_specified_p): Take into account that
2003-12-24 Thien-Thi Nguyen (Fcolor_gray_p): Fix omission bug:
2003-12-27 Karoly Lorentey Fully eliminated global tty state variables.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-09-01 Miles Bader Add arch taglines
2003-08-15 Kenichi Handa (try_font_list): Call try_alternative_families to try any family
2003-08-15 Kenichi Handa * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
2003-06-26 Jan Djärv Fix some of the font/face problems.
2003-06-05 Jason Rumney (Finternal_face_x_get_resource): Do it on Windows and Mac too.
2003-06-02 Dave Love (font_rescale_ratio): Fix for K&R.
2003-05-29 Glenn Morris (realize_default_face): Do not abort if lface is non-existent -
2003-05-25 Stefan Monnier (build_scalable_font_name): Remove `unused var pixel_size' warning.
2003-05-24 Kim F. Storm [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
2003-05-19 Richard M. Stallman (Finternal_set_lisp_face_attribute): Handle Qunspecified
2003-04-09 Kenichi Handa (Vface_font_rescale_alist): New variable.
2003-04-03 Miles Bader (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.
2003-03-31 Kim F. Storm Remove extern decl for frame parameter vars.
2003-02-22 Stefan Monnier (x_face_list_fonts): Fix int/Lisp_Object mixup.
2003-02-19 Kenichi Handa (try_alternative_families): Try all scalable fonts if
2003-02-19 Jan Djärv * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
2003-02-18 Jan Djärv * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-11-17 Miles Bader (load_face_font): Set `face->overstrike' based on result from
2002-10-23 Juanma Barranquero Remove definition of XColor.
2002-09-27 Kenichi Handa (try_font_list): Pay attention to the case that FAMILY is nil.
2002-09-26 Kenichi Handa (try_font_list): New arg PREFER_FACE_FAMILY. If it is
2002-09-13 Richard M. Stallman (Fcolor_supported_p): Just one arg is required.
2002-07-19 Ken Raeburn (may_use_scalable_font_p): Argument now points to
2002-07-16 Ken Raeburn (xstricmp): String pointer args now point to const.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-10 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-06-16 Andrew Choi In src/:
2002-06-11 Stefan Monnier (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.