2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2009-12-05 |
Chong Yidong |
Minor doc fix.
|
2009-12-05 |
Chong Yidong |
* xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
|
2009-11-11 |
Dan Nicolaescu |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
|
2009-11-06 |
Stefan Monnier |
Let integers use up 2 tags to give them one extra bit and double their range.
|
2009-11-06 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
2009-10-19 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
2009-07-27 |
Kenichi Handa |
(face_with_height): Call font_clear_prop.
|
2009-06-29 |
Jim Meyering |
Remove useless if-before-xfree tests.
|
2009-06-09 |
Jim Meyering |
x-load-color-file: avoid array bounds error
|
2009-05-14 |
Chong Yidong |
* xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
|
2009-04-30 |
Chong Yidong |
* xfaces.c (face_at_buffer_position): New arg base_face_id.
|
2009-04-23 |
Kenichi Handa |
(Fx_list_fonts): If a font size is specified in PATTERN, set it in
|
2009-04-16 |
Kenichi Handa |
(merge_face_vectors): Reflect font properties in
|
2009-02-24 |
Glenn Morris |
(Finternal_set_font_selection_order): Remove leading whitespace that
|
2009-01-19 |
Chong Yidong |
(Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of font_spec_from_name.
|
2009-01-13 |
Chong Yidong |
(Finternal_set_lisp_face_attribute): Revert last change.
|
2009-01-12 |
Chong Yidong |
(Finternal_set_lisp_face_attribute): If setting the family, clear the
|
2009-01-09 |
Chong Yidong |
(Fx_font_family_list): Function deleted. Compatibility version moved
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2009-01-01 |
Chong Yidong |
Remove obsolete comment.
|
2009-01-01 |
Chong Yidong |
(Finternal_set_lisp_face_attribute): Improve error message.
|
2008-12-23 |
Martin Rudalics |
In comments, write delete_frame instead of Fdelete_frame.
|
2008-12-13 |
Chong Yidong |
Update commentary.
|
2008-12-13 |
Kenichi Handa |
(font_rescale_ratio): Moved to font.c.
|
2008-12-01 |
Chong Yidong |
(realize_x_face): Make abort condition clearer.
|
2008-11-27 |
Eli Zaretskii |
(Fx_font_family_list, syms_of_xfaces): Fix last change.
|
2008-11-26 |
Glenn Morris |
(Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with
|
2008-10-16 |
Chong Yidong |
(Finternal_set_lisp_face_attribute): Make null values of :foreground
|
2008-10-14 |
Chong Yidong |
(Finternal_set_lisp_face_attribute): Revert last change.
|
2008-10-14 |
Chong Yidong |
(Finternal_set_lisp_face_attribute): If the font is to be updated,
|
2008-09-01 |
Chong Yidong |
(Finternal_set_alternative_font_family_alist)
|
2008-08-21 |
Chong Yidong |
(x_update_menu_appearance): Check validity of menu font before using
|
2008-08-15 |
Chong Yidong |
(lookup_derived_face): Properly handle possible zero
|
2008-08-01 |
Juanma Barranquero |
* xfaces.c (Fx_load_color_file): Fix previous change;
|
2008-08-01 |
Adrian Robert |
commit patch to x-load-color-file posted by lekktu@gmail.com
|
2008-08-01 |
Adrian Robert |
clear warnings and clean up NS port
|
2008-08-01 |
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
|
2008-07-27 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
2008-07-15 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|
2008-07-08 |
Chong Yidong |
(Finternal_merge_in_global_face): Save merged attributes for the
|
2008-07-06 |
Chong Yidong |
(set_font_frame_param): Don't try to set the font parameter if it is
|
2008-07-05 |
Chong Yidong |
(Finternal_merge_in_global_face): Don't realize default face if it
|
2008-06-30 |
Chong Yidong |
Fix typo in comments.
|
2008-06-30 |
Chong Yidong |
(Finternal_merge_in_global_face): If default face was modified,
|
2008-06-25 |
Kenichi Handa |
(Fx_list_fonts): Call Flist_fonts with the arg PREFER.
|
2008-06-17 |
Kenichi Handa |
(realize_default_face): If the frame is not on window
|
2008-06-16 |
Juanma Barranquero |
* dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
|
2008-06-13 |
Kenichi Handa |
(LFACE_FOUNDRY): New macro.
|
2008-06-05 |
Kenichi Handa |
(Fx_family_fonts): Use font_parse_family_registry instead of
|
2008-06-05 |
Kenichi Handa |
(realize_x_face): If the font-related face attributes
|
2008-06-02 |
Kenichi Handa |
(x_supports_face_attributes_p): Check face->font before
|
2008-06-01 |
Miles Bader |
Implement face-remapping-alist feature
|
2008-05-29 |
Kenichi Handa |
(Fx_family_fonts): Set frame correctly.
|
2008-05-29 |
Juanma Barranquero |
(Fx_list_fonts, Finternal_copy_lisp_face): Fix typos in docstrings.
|
2008-05-29 |
Kenichi Handa |
(Fx_list_fonts): Make it return a list of font names.
|
2008-05-25 |
Kenichi Handa |
*** empty log message ***
|
2008-05-22 |
Jason Rumney |
* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
|
2008-05-22 |
Kenichi Handa |
(x_update_menu_appearance): Call Ffont_xlfd_name with
|
2008-05-22 |
Kenichi Handa |
*** empty log message ***
|