(Fselect_frame, Fset_frame_selected_window)
[bpt/emacs.git] / src / xfaces.c
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 BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-07 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-06 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-04 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-04 Eli Zaretskii(x_supports_face_attributes_p): Make this function
2004-06-04 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
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_f...
2004-04-26 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-04-09 Stefan Monnier(face_color_supported_p): Fix compilation without X11.
2004-02-09 Jan DjärvMove include stdio.h to same place as in other files.
2003-12-29 Kenichi Handa(face_font_available_p): New function.
2003-12-28 Kim F. Storm(cache_face): Abort if c->size exceeds MAX_FACE_ID.
2003-12-24 Jan Djärv* xfaces.c (lface_fully_specified_p): Take into account...
2003-12-24 Thien-Thi Nguyen(Fcolor_gray_p): Fix omission bug:
2003-09-01 Miles BaderAdd arch taglines
2003-08-15 Kenichi Handa(try_font_list): Call try_alternative_families to try...
2003-08-15 Kenichi Handa* xfaces.c (better_font_p): Prefer a real scalable...
2003-06-26 Jan DjärvFix some of the font/face problems.
2003-06-05 Jason Rumney(Finternal_face_x_get_resource): Do it on Windows and...
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...
2003-05-25 Stefan Monnier(build_scalable_font_name): Remove `unused var pixel_si...
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...
2003-03-31 Kim F. StormRemove 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...
2003-02-18 Jan Djärv* xterm.c (x_list_fonts): If maxnames is less than...
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-11-17 Miles Bader(load_face_font): Set `face->overstrike' based on resul...
2002-10-23 Juanma BarranqueroRemove definition of XColor.
2002-09-27 Kenichi Handa(try_font_list): Pay attention to the case that FAMILY...
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 RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-06-16 Andrew ChoiIn src/:
2002-06-11 Stefan Monnier(tty_lookup_color): Type bool/Lisp_Object mismatch...
2002-06-09 Miles Bader(Ftty_supports_face_attributes_p): New function.
2002-05-20 Ken Raeburn* xfaces.c (merge_face_vector_with_property): Use SYMBO...
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-19 Stefan Monnier(clear_font_table): Don't free the default font of
2002-02-13 Richard M. Stallman(Finternal_make_lisp_face, Finternal_copy_lisp_face)
2002-02-08 Kim F. Storm(Qmode_line_inactive): New face variable for mode-line
2002-02-02 Eli Zaretskii(realize_default_face): Don't set the weight and slant
2001-12-20 Pavel JaníkDoc fix.
2001-11-25 Stefan Monnier(merge_face_heights): Coerce back to int explicitly.
2001-11-16 Kim F. StormFringe cleanup.
2001-11-13 Pavel Janík(Fface_attributes_as_vector): Doc fix.
2001-11-13 Pavel Janík(Finternal_set_alternative_font_family_alist): Reindent.
2001-11-09 Pavel Janík(merge_face_vectors): Use braces to follow GNU Coding...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-01 Gerd Moellmann(Finternal_set_lisp_face_attribute_from_resource):
2001-11-01 Pavel Janík(Finternal_merge_in_global_face): Reindent.
2001-10-31 Gerd Moellmann(realize_x_face): If C is not a single-byte character,
2001-10-31 Stefan Monnier(Fface_attribute_relative_p): Declare args.
2001-10-29 Gerd Moellmann(Fface_font): Use UNSPECIFIEDP instead of NILP for
2001-10-28 Miles Bader(merge_face_heights): Handle TO being relative as well.
2001-10-24 Richard M. Stallman(Fface_attributes_as_vector): New function.
2001-10-23 Gerd Moellmann(Finternal_set_lisp_face_attribute): Fix compilation
2001-10-23 Eli Zaretskii(Finternal_set_lisp_face_attribute)
2001-10-18 Gerd Moellmann(Finternal_set_lisp_face_attribute): Follow coding...
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Gerd MoellmannPut doc strings in comments.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-08 Pavel Janík*** empty log message ***
2001-08-22 Gerd Moellmann(menu_face_changed_default): New variable.
2001-08-15 Gerd Moellmann(x_update_menu_appearance): Don't call
2001-08-14 Gerd Moellmann(x_update_menu_appearance): Save and restore value of
2001-07-16 Gerd MoellmannComment fix.
2001-07-16 Gerd Moellmann(clear_face_cache): Clear fonts on a display basis.
2001-07-10 Gerd Moellmann(unload_color): Do nothing if PIXEL is -1.
2001-05-18 Gerd Moellmann(xlfd_point_size): Don't divide pixel size from
2001-05-16 Gerd Moellmann(split_font_name): Use the right field when
2001-05-15 Gerd Moellmann(split_font_name): Handle `[...]' for the right
2001-05-14 Stefan Monnier(try_alternative_families): First try the FAMILY.
2001-05-14 Gerd Moellmann(split_font_name): Make sure to leave the loop
2001-05-14 Gerd Moellmann(split_font_name): Handle matrix transformations
2001-05-12 Eli ZaretskiiInclude keyboard.h before frame.h, not after it.
2001-05-11 Gerd Moellmann(try_alternative_families): New function.
2001-04-23 Gerd Moellmann(compute_char_face): If buffer is unibyte, set CH to
2001-04-18 Gerd Moellmann(Qscalable_fonts_allowed): New variable.
2001-04-05 Gerd Moellmann(realizing_basic_faces_p): Renamed from
2001-04-04 Gerd Moellmann(best_matching_font): Remove unused parameter PATTERN.
2001-03-28 Gerd Moellmann(realize_basic_faces): Decrement menu_face_change_count
2001-03-26 Gerd Moellmann(x_update_menu_appearance): Use local variable
2001-03-23 Gerd Moellmann(x_update_menu_appearance): Use a different path
2001-03-23 Stefan MonnierTypos.
2001-03-22 Gerd Moellmann(x_update_menu_appearance): Renamed from
next