| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor doc fix. | Chong Yidong | 2009-12-05 | 1 | -0/+1 |
* | * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return | Chong Yidong | 2009-12-05 | 1 | -26/+32 |
* | * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | Let integers use up 2 tags to give them one extra bit and double their range. | Stefan Monnier | 2009-11-06 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -71/+71 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (face_with_height): Call font_clear_prop. | Kenichi Handa | 2009-07-27 | 1 | -0/+1 |
* | Remove useless if-before-xfree tests. | Jim Meyering | 2009-06-29 | 1 | -2/+1 |
* | x-load-color-file: avoid array bounds error | Jim Meyering | 2009-06-09 | 1 | -1/+1 |
* | * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified | Chong Yidong | 2009-05-14 | 1 | -2/+3 |
* | * xfaces.c (face_at_buffer_position): New arg base_face_id. | Chong Yidong | 2009-04-30 | 1 | -7/+8 |
* | (Fx_list_fonts): If a font size is specified in PATTERN, set it in | Kenichi Handa | 2009-04-23 | 1 | -1/+16 |
* | (merge_face_vectors): Reflect font properties in | Kenichi Handa | 2009-04-16 | 1 | -1/+12 |
* | (Finternal_set_font_selection_order): Remove leading whitespace that | Glenn Morris | 2009-02-24 | 1 | -1/+1 |
* | (Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of fon... | Chong Yidong | 2009-01-19 | 1 | -5/+13 |
* | (Finternal_set_lisp_face_attribute): Revert last change. | Chong Yidong | 2009-01-13 | 1 | -11/+0 |
* | (Finternal_set_lisp_face_attribute): If setting the family, clear the | Chong Yidong | 2009-01-12 | 1 | -0/+6 |
* | (Fx_font_family_list): Function deleted. Compatibility version moved | Chong Yidong | 2009-01-09 | 1 | -24/+0 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Remove obsolete comment. | Chong Yidong | 2009-01-01 | 1 | -3/+1 |
* | (Finternal_set_lisp_face_attribute): Improve error message. | Chong Yidong | 2009-01-01 | 1 | -11/+16 |
* | In comments, write delete_frame instead of Fdelete_frame. | Martin Rudalics | 2008-12-23 | 1 | -1/+1 |
* | Update commentary. | Chong Yidong | 2008-12-13 | 1 | -1/+3 |
* | (font_rescale_ratio): Moved to font.c. | Kenichi Handa | 2008-12-13 | 1 | -20/+2 |
* | (realize_x_face): Make abort condition clearer. | Chong Yidong | 2008-12-01 | 1 | -3/+6 |
* | (Fx_font_family_list, syms_of_xfaces): Fix last change. | Eli Zaretskii | 2008-11-27 | 1 | -20/+23 |
* | (Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with | Glenn Morris | 2008-11-26 | 1 | -0/+4 |
* | (Finternal_set_lisp_face_attribute): Make null values of :foreground | Chong Yidong | 2008-10-16 | 1 | -0/+6 |
* | (Finternal_set_lisp_face_attribute): Revert last change. | Chong Yidong | 2008-10-14 | 1 | -1/+0 |
* | (Finternal_set_lisp_face_attribute): If the font is to be updated, | Chong Yidong | 2008-10-14 | 1 | -6/+10 |
* | (Finternal_set_alternative_font_family_alist) | Chong Yidong | 2008-09-01 | 1 | -6/+19 |
* | (x_update_menu_appearance): Check validity of menu font before using | Chong Yidong | 2008-08-21 | 1 | -0/+4 |
* | (lookup_derived_face): Properly handle possible zero | Chong Yidong | 2008-08-15 | 1 | -5/+7 |
* | * xfaces.c (Fx_load_color_file): Fix previous change; | Juanma Barranquero | 2008-08-01 | 1 | -3/+3 |
* | commit patch to x-load-color-file posted by lekktu@gmail.com | Adrian Robert | 2008-08-01 | 1 | -1/+5 |
* | clear warnings and clean up NS port | Adrian Robert | 2008-08-01 | 1 | -10/+0 |
* | NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function... | Adrian Robert | 2008-08-01 | 1 | -0/+53 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -56/+1 |
* | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -4/+52 |
* | (Finternal_merge_in_global_face): Save merged attributes for the | Chong Yidong | 2008-07-08 | 1 | -2/+5 |
* | (set_font_frame_param): Don't try to set the font parameter if it is | Chong Yidong | 2008-07-06 | 1 | -3/+6 |
* | (Finternal_merge_in_global_face): Don't realize default face if it | Chong Yidong | 2008-07-05 | 1 | -15/+19 |
* | Fix typo in comments. | Chong Yidong | 2008-06-30 | 1 | -1/+1 |
* | (Finternal_merge_in_global_face): If default face was modified, | Chong Yidong | 2008-06-30 | 1 | -8/+33 |
* | (Fx_list_fonts): Call Flist_fonts with the arg PREFER. | Kenichi Handa | 2008-06-25 | 1 | -1/+1 |
* | (realize_default_face): If the frame is not on window | Kenichi Handa | 2008-06-17 | 1 | -0/+2 |
* | * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector) | Juanma Barranquero | 2008-06-16 | 1 | -1/+0 |
* | (LFACE_FOUNDRY): New macro. | Kenichi Handa | 2008-06-13 | 1 | -31/+71 |
* | (Fx_family_fonts): Use font_parse_family_registry instead of | Kenichi Handa | 2008-06-05 | 1 | -1/+1 |
* | (realize_x_face): If the font-related face attributes | Kenichi Handa | 2008-06-05 | 1 | -1/+2 |