log src/font.c @ 96448:187da50507c8

age author description
2008-06-25 Kenichi Handa (font_parse_fcname): Remove unused variables.
2008-06-24 Jason Rumney (Ffont_face_attributes): Multiply pixel size before point
2008-06-24 Kenichi Handa (font_score): Even if the PIXEL_SIZE is the same, check
2008-06-22 Kenichi Handa (font_find_for_lface): Try the adstyle specified in the property of
2008-06-20 Chong Yidong (Ffont_face_attributes): Omit key-attribute pairs not defined by the
2008-06-19 Kenichi Handa (font_parse_xlfd): Fix previous change.
2008-06-18 Andreas Schwab (Ffont_face_attributes): Only define if
2008-06-17 Chong Yidong (font_parse_fcname): For known key symbols, intern using correct
2008-06-17 Chong Yidong (font_parse_fcname): Store divider characters for unknown-spec list.
2008-06-16 Stefan Monnier (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
2008-06-16 Chong Yidong (font_parse_fcname): Fix handling of unknown-spec string.
2008-06-16 Juanma Barranquero (Ffont_face_attributes): Doc fix.
2008-06-16 Juanma Barranquero (Ffont_spec): Fix usage in docstring.
2008-06-16 Andreas Schwab (Ffont_face_attributes): Fix definition.
2008-06-16 Kenichi Handa (Ffont_get): Return a symbol for :weight, :slant, and :width.
2008-06-16 Jason Rumney Fix crashing bug in use of bold fonts from x-select-font on W32.
2008-06-16 Kenichi Handa (font_check_object): Delete it.
2008-06-16 Chong Yidong Tweak last change.
2008-06-16 Chong Yidong (font_parse_fcname): Correctly parse KEY=VAL values.
2008-06-15 Chong Yidong (font_parse_fcname): Only only one decimal point.
2008-06-15 Andreas Schwab (font_update_drivers): Fix crash when no drivers match.
2008-06-13 Jason Rumney * w32fns.c (Fw32_select_font): Removed old font API function.
2008-06-13 Kenichi Handa (font_find_for_lface): Fix typo of the previous change.
2008-06-13 Kenichi Handa (font_find_for_lface): If registry is NULL, try iso8859-1 and ascii-0.
2008-06-13 Juanma Barranquero (syms_of_font) <font-weight-table, font-slant-table, font-width-table>:
2008-06-13 Kenichi Handa (font_score): Ignore the diffference of alias style symbols.
2008-06-13 Kenichi Handa (font_update_sort_order): Setting of sort_shift_bits adjusted for the
2008-06-13 Kenichi Handa (font_score): Delete arg alternate_families. Check only
2008-06-11 Chong Yidong (font_parse_fcname): Fix last change; accept decimal points in font
2008-06-10 Chong Yidong (font_parse_fcname): Accept GTK-style font names too.
2008-06-10 Kenichi Handa (font_intern_prop): New arg force_symbol.
2008-06-09 Kenichi Handa (Qascii_0): New variable.
2008-06-05 Kenichi Handa (Ffont_put): Don't use font_parse_family_registry for
2008-06-05 Kenichi Handa (Ffont_spec): Don't use font_parse_family_registry for
2008-06-03 Andreas Schwab (font_prop_validate_spacing): Fix last change.
2008-06-03 Kenichi Handa (font_parse_fcname): Fix handling of unknown key.
2008-06-03 Kenichi Handa (font_prop_validate_spacing): Handle uppercase symbols.
2008-06-02 Chong Yidong (font_pixel_size): Don't take cdr of an integer.
2008-06-02 Kenichi Handa (font_find_for_lface): Handle float font size.
2008-05-31 Kenichi Handa (font_list_entities): Fix the car part of data to be
2008-05-30 Kenichi Handa (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
2008-05-30 Kenichi Handa (font_style_to_value, font_score): Delete casting of the
2008-05-28 Kenichi Handa (font_parse_family_registry): Use Ffont_put to validate
2008-05-25 Kenichi Handa (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
2008-05-22 Jason Rumney Don't include strings.h.
2008-05-22 Jason Rumney * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
2008-05-22 Jason Rumney (font_style_to_value, font_score): Use xstricmp.
2008-05-22 Kenichi Handa (font_prop_validate_style): Adjusted for the format
2008-05-22 Kenichi Handa *** empty log message ***
2008-05-22 Kenichi Handa Checking of FONT_DEBUG is moved to font.h. All calls of
2008-05-20 Juanma Barranquero (syms-of-font) <font-encoding-alist>:
2008-05-20 Kenichi Handa (Vfont_encoding_alist, find_font_encoding): Moved from
2008-05-19 Kenichi Handa (font_list_entities): Fix handling of cache.
2008-05-15 Kenichi Handa (font_find_for_lface): Reflect LFACE_FONT in the font
2008-05-14 Kenichi Handa (font_clear_cache): Check if the cached vector of entities is nil
2008-05-14 Kenichi Handa (font_prop_validate): Make nil a valid value.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-14 Kenichi Handa Include <strings.h>.
2008-05-08 Juanma Barranquero (Ffont_match_p): Don't use `iff' in docstring.
2008-04-27 Kenichi Handa (font_prop_validate): Signal `error' instead of `font'.