font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
[bpt/emacs.git] / src / font.c
2011-04-11 Paul Eggertfont.c: Make copy_font_spec and merge_font_spec ordinar...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-04 Paul Eggert* font.c (font_list_entities): Redo for clarity,
2011-04-03 Paul Eggert* font.c (font_score): Avoid potential overflow in...
2011-04-03 Paul Eggert* font.c (font_find_for_lface, Ffont_get_glyphs): Remov...
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Paul Eggert* font.c (font_sort_entities): Mark var as initialized.
2011-03-16 Paul Eggert* font.c (font_unparse_fcname): Abort in an "impossible...
2011-03-16 Paul Eggert* font.c: (font_style_to_value, font_prop_validate_styl...
2011-03-16 Paul Eggert* font.c (font_get_spec): Remove; unused.
2011-03-16 Paul Eggert* font.c (font_delete_unmatched): Now static.
2011-03-16 Paul Eggert* font.c (font_parse_fcname): Remove unused vars.
2011-03-16 Paul Eggert* font.c (font_unparse_xlfd): Don't mix pointers to...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-06 Stefan MonnierMerge from trunk
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Paul EggertMerge from mainline.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-22 Kenichi HandaFix font size handling.
2011-02-22 Kenichi Handamerge emacs-23
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-18 Paul EggertMerge from mainline.
2011-02-17 Kenichi HandaFix font-size handling bug.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-10 Paul EggertMerge from mainline.
2011-02-08 Kenichi Handafont.c (Ffont_get): Do not cache :otf value.
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-05 Paul EggertMerge: xstrcasecmp: conform to C89 pointer rules
2011-02-05 Paul Eggertxstrcasecmp: conform to C89 pointer rules
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Andreas Schwab* src/font.c (PROP_MATCH): Remove parameter N and use...
2011-01-27 Chong YidongConvert font parse testsuite to an ERT test.
2011-01-27 Chong YidongFix GTK font name parsing to allow numbers in names...
2011-01-26 Chong Yidong* src/font.c (font_parse_fcname): Rewrite GTK font...
2011-01-26 Chong Yidong* src/font.c (font_parse_fcname): Fix typo in string...
2011-01-26 Glenn MorrisRefill some long/short copyright headers.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-23 Paul EggertPromote SSDATA macro from gtkutil.c and xsmfns.c to...
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-16 Glenn MorrisRefill some copyright headers.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-27 Andreas SchwabRemove unused declarations
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-25 Kenichi Handamerge emacs-23
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-10 YAMAMOTO MitsuharuAdd const to array elements of font filter properties.
2010-11-09 Stefan MonnierMerge from emacs-23
2010-11-06 Eli ZaretskiiUnify mouse-highlight code for all GUI and TTY sessions.
2010-11-04 Kenichi HandaBackport 2010-05-27T04:24:30Z!handa@etlken from trunk
2010-11-03 Glenn MorrisDon't be so lax with spelling.
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-15 Stefan MonnierMerge from trunk
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-14 Kenichi Handamerge emacs-23
2010-10-13 Damyan PepperFix handling of font properties on Windows (bug#6303).
2010-10-12 Juanma BarranqueroFix typos in docstrings, comments and ChangeLogs.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-01 Dan NicolaescuDo not include stdlib.h and string.h, config.h does it.
2010-09-29 Stefan MonnierMerge from trunk
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
next