log src/font.c @ 109735:0fe981e141e3

age author description
2010-08-09 Dan Nicolaescu Remove incorrect const use.
2010-08-09 Dan Nicolaescu Use const char* instead of char*.
2010-08-08 Dan Nicolaescu Use const char* instead of char*.
2010-08-05 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
2010-07-27 Dan Nicolaescu Use const, move declarations to header files.
2010-07-26 Kenichi Handa merge trunk
2010-07-23 Juanma Barranquero Remove unused static functions.
2010-07-26 Kenichi Handa font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyphs gets smaller than the original length.
2010-07-14 Kenichi Handa Do not record a font-entity in the property of font-object.
2010-07-12 Kenichi Handa merge trunk
2010-07-09 Kenichi Handa merge trunk
2010-07-08 Kenichi Handa merge trunk
2010-07-08 Kenichi Handa Make font-get to get :otf value dynamically from a font-object.
2010-07-11 Andreas Schwab Use strchr, strrchr instead of index, rindex
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-06-22 Jan D. * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
2010-05-28 Kenichi Handa Handle face-ignored-fonts
2010-05-14 Kenichi Handa font.c (font_range): Return the range for the font found at first.
2010-04-20 Stefan Monnier * font.c (syms_of_font): Make the style table vars read-only.
2010-02-27 Chong Yidong Addendum to last patch: add "Medium" GTK font name keyword.
2010-02-27 Chong Yidong Recognize more keywords in GTK font names (Bug#5646).
2010-01-31 Kenichi Handa font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2010-01-06 Jan D. Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
2010-01-06 Jan D. Fixing user-spec for fonts instead of using name.
2009-12-19 Andreas Schwab (Fclear_font_cache): Pass correct cache argument to
2009-12-05 Chong Yidong Fix a comment and delete trailing whitespace.
2009-12-01 YAMAMOTO Mitsuharu (font_load_for_lface, font_open_by_name): Don't store name
2009-11-24 YAMAMOTO Mitsuharu (font_open_entity): Don't use ASET if font_object is Qnil.
2009-11-23 Jan Djärv Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
2009-11-21 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
2009-11-17 Jan Djärv Handle system default font and changing font parameters.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-11-06 Dan Nicolaescu * process.c (socket_options): Make it const.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-10-13 Adrian Robert (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.
2009-09-23 Adrian Robert * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2009-09-18 Adrian Robert Update comment for HAVE_NS code in font_find_for_lface().
2009-07-28 Kenichi Handa (font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.
2009-07-14 Kenichi Handa (font_vconcat_entity_vectors): New function.
2009-06-23 Kenichi Handa (font_sort_entities, font_list_entities)
2009-06-10 Kenichi Handa (font_parse_family_registry): Fix for one-char foundry.
2009-05-19 Kenichi Handa (font_sort_entities): Renamed from font_sort_entites.
2009-05-18 Kenichi Handa (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2009-05-15 Kenichi Handa (Ffont_spec): Check arguments.
2009-05-06 Stefan Monnier (font_update_drivers): Sanity fallback to avoid disabling all drivers.
2009-04-30 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
2009-04-21 Kenichi Handa (font_score): Check AVGWIDTH too.
2009-04-21 Kenichi Handa (font_load_for_lface): Cancel previous change.
2009-04-18 Andreas Schwab (font_put_frame_data): Use xfree instead of free.
2009-04-17 Chong Yidong * font.c (Qja, Qko): Move definitions here from ftfont.c.
2009-04-16 Kenichi Handa (font_sort_entites): Change the meaning of the arg
2009-04-14 Kenichi Handa (Ffont_info): Fix docstring. Fix the second element of
2009-04-13 Kenichi Handa (font_delete_unmatched): Preserve the order of list
2009-04-09 Kenichi Handa (font_put_extra): If VAL is nil, delete the slot for PROP
2009-03-24 Kenichi Handa (find_font_encoding): Return Qnil for unsupported encoding.
2009-03-11 Kenichi Handa (font_open_by_spec): New function.
2009-03-05 Kenichi Handa (font_select_entity): New function.