2009-03-05 |
Kenichi Handa |
(font_select_entity): New function.
|
2009-02-27 |
Chong Yidong |
(font_style_to_value): Set value for unknown symbols to
|
2009-02-21 |
Chong Yidong |
(Qfont_spec, Qfont_entity, Qfont_object): Definitions
|
2009-02-18 |
Kenichi Handa |
(Ffont_spec): Fix typo.
|
2009-02-18 |
Kenichi Handa |
(font_check_otf_features): Fix handling of `nil' element.
|
2009-02-11 |
Juanma Barranquero |
Remove spurious semicolons.
|
2009-02-05 |
Kenichi Handa |
(Ffont_spec): Docstring modified.
|
2009-01-24 |
Chong Yidong |
(font_parse_xlfd): Handle patterns of length < 2.
|
2009-01-19 |
Chong Yidong |
(font_spec_from_name): Return Qnil if font name could not be parsed.
|
2009-01-16 |
Glenn Morris |
(Ffont_variation_glyphs): Silence compiler.
|
2009-01-13 |
Chong Yidong |
(font_clear_prop): If clearing the family, clear the font width index
|
2009-01-09 |
Chong Yidong |
(Ffont_family_list): Return a list of strings, not symbols.
|
2009-01-08 |
Chong Yidong |
(font_open_for_lface): Handle unspecified height attribute.
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-12-30 |
Kenichi Handa |
(font_range): Don't require a font for a variation
|
2008-12-30 |
Kenichi Handa |
(font_intern_prop): Validate str as multibyte.
|
2008-12-16 |
Kenichi Handa |
(font_open_entity): Fix previous change.
|
2008-12-16 |
Chong Yidong |
(font_update_drivers): Fix mistake in reconstructing the driver list.
|
2008-12-13 |
Chong Yidong |
(free_font_driver_list): Implement missing function.
|
2008-12-13 |
Kenichi Handa |
(font_rescale_ratio): Moved from xfaces.c. Argument
|
2008-12-10 |
Juanma Barranquero |
* font.c (Ffont_spec): Move usage to end of docstring.
|
2008-12-03 |
Kenichi Handa |
(font_at): Set `multibyte' at first.
|
2008-12-03 |
Chong Yidong |
Handle fonts with corrupted size specs, i.e. non-int and non-float.
|
2008-12-03 |
Chong Yidong |
(Fopen_font): Compute pixel size correctly.
|
2008-12-02 |
Andreas Schwab |
(font_unparse_fcname): Fix use of uninitialized variable.
|
2008-12-01 |
Andreas Schwab |
(register_font_driver): Use xmalloc.
|
2008-10-23 |
Kenichi Handa |
(font_match_p): Fix previous change.
|
2008-10-23 |
Kenichi Handa |
(font_match_p): Fix for the case that a vector of
|
2008-10-23 |
Kenichi Handa |
(font_add_log): Check the values of extra properties.
|
2008-10-14 |
Chong Yidong |
(font_clear_prop): When clearing font width, clear the average width
|
2008-10-12 |
Andreas Schwab |
Don't include <m17n-flt.h>.
|
2008-10-09 |
Kenichi Handa |
(font_delete_unmatched): Fix previous change. Don't
|
2008-10-01 |
Adrian Robert |
* nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache.
|
2008-10-01 |
Kenichi Handa |
(font_matching_entity): Reflect ATTRS in font selection.
|
2008-09-10 |
Kenichi Handa |
(Ffont_shape_gstring): Make glyphs of non-nil adjustment
|
2008-08-29 |
Eli Zaretskii |
(font_fill_lglyph_metrics): Use EMACS_INT in LGLYPH_SET_CODE to avoid
|
2008-08-29 |
Kenichi Handa |
(QCf): New variable.
|
2008-08-19 |
Kenichi Handa |
(Vfont_log_deferred): New variable.
|
2008-08-18 |
Kenichi Handa |
(font_add_log): Add the font properties :script, :lang,
|
2008-07-27 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
2008-07-20 |
Adrian Robert |
restore ability under NS to change font size from font panel (lost during some recent font backend refactoring)
|
2008-07-15 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|
2008-07-09 |
Stefan Monnier |
* fontset.c (fontset_get_font_group):
|
2008-07-09 |
Kenichi Handa |
(font_open_entity): Cancel the previous change.
|
2008-07-09 |
Kenichi Handa |
(font_make_object): New arg entity and pixelsize.
|
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.
|