Fix typos.
[bpt/emacs.git] / src / font.c
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-10 Kenichi Handa(Ffont_shape_gstring): Make glyphs of non-nil adjustment
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-08-29 Eli Zaretskii(font_fill_lglyph_metrics): Use EMACS_INT in LGLYPH_SET...
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-08-18 Miles BaderMerge from emacs--rel--22
2008-08-12 Miles BaderMerge from emacs--rel--22
2008-07-27 Dan NicolaescuRemove support for Mac Carbon.
2008-07-26 Miles BaderMerge from emacs--rel--22
2008-07-20 Adrian Robertrestore ability under NS to change font size from font...
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-15 Adrian Robertmerging 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...
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...
2008-06-20 Chong Yidong(Ffont_face_attributes): Omit key-attribute pairs not...
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...
2008-06-17 Chong Yidong(font_parse_fcname): Store divider characters for unkno...
2008-06-17 Miles BaderMerge from emacs--rel--22
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...
2008-06-16 Jason RumneyFix crashing bug in use of bold fonts from x-select...
2008-06-16 Kenichi Handa(font_check_object): Delete it.
2008-06-16 Chong YidongTweak 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...
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...
2008-06-13 Juanma Barranquero(syms_of_font) <font-weight-table, font-slant-table...
2008-06-13 Kenichi Handa(font_score): Ignore the diffference of alias style...
2008-06-13 Kenichi Handa(font_update_sort_order): Setting of sort_shift_bits...
2008-06-13 Kenichi Handa(font_score): Delete arg alternate_families. Check...
2008-06-11 Chong Yidong(font_parse_fcname): Fix last change; accept decimal...
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-06-01 Miles BaderMerge from emacs--rel--22
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-26 Miles BaderMerge from emacs--rel--22
2008-05-25 Kenichi Handa(LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
2008-05-22 Jason RumneyDon't include strings.h.
2008-05-22 Jason Rumney* dispextern.h, xfaces.c (xstrcasecmp): Renamed from...
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 HandaChecking 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-18 Miles BaderMerge from emacs--rel--22
2008-05-16 Miles BaderMerge from emacs--rel--22
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 entit...
2008-05-14 Kenichi Handa(font_prop_validate): Make nil a valid value.
2008-05-14 Glenn MorrisSwitch to recommended form of GPLv3 permissions notice.
2008-05-14 Miles BaderMerge from emacs--rel--22
2008-05-14 Kenichi HandaInclude <strings.h>.
2008-05-08 Miles BaderMerge from emacs--rel--22
2008-05-08 Juanma Barranquero(Ffont_match_p): Don't use `iff' in docstring.
2008-05-04 Miles BaderMerge from emacs--rel--22
2008-05-02 Miles BaderMerge from emacs--rel--22
2008-04-29 Miles BaderMerge from emacs--rel--22
2008-04-27 Kenichi Handa(font_prop_validate): Signal `error' instead of `font'.
2008-04-26 Miles BaderMerge from emacs--rel--22
2008-04-24 Miles BaderMerge from emacs--rel--22
2008-04-23 Miles BaderMerge from emacs--rel--22
2008-04-18 Miles BaderMerge from emacs--rel--22
2008-04-05 Miles BaderMerge from emacs--rel--22
2008-03-10 Miles BaderMerge from emacs--rel--22
2008-03-01 Jason Rumney(font_unparse_fcname): Increase len when style is a...
2008-03-01 Miles BaderMerge from emacs--rel--22
2008-02-26 Stefan Monnier* dispextern.h (face_at_buffer_position, face_for_overl...
2008-02-26 Juanma Barranquero(Ffont_spec, Ffont_at): Fix typos in docstrings.
2008-02-25 Kenichi HandaIf the font driver doesn't have `shape' function, retur...
next