aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-12/+5
|\|
| * Spelling fixes.Paul Eggert2011-12-041-4/+4
| * * src/font.c (font_find_for_lface) [HAVE_NS]: Ignore case.Glenn Morris2011-11-221-8/+1
* | Merge from trunk.Paul Eggert2011-11-181-4/+4
|\|
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-131-1/+1
| * Spelling fixes.Paul Eggert2011-11-081-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-31/+34
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-25/+69
* Avoid the use of snprintf.Paul Eggert2011-08-301-32/+25
* * font.c, gtkutil.c: Include <float.h>.Paul Eggert2011-08-291-0/+1
* * font.c (font_unparse_xlfd): Don't blindly alloca long strings.Paul Eggert2011-08-291-106/+67
* ProtoizeAndreas Schwab2011-07-101-20/+9
* Add C interface for Unicode character property table.Kenichi Handa2011-07-071-2/+3
* * font.c (font_score): Use EMACS_INT, not int, to store XINT value.Paul Eggert2011-06-211-2/+2
* * font.c (font_intern_prop): Don't use string_to_number, since the string isn...Paul Eggert2011-06-201-6/+14
* * font.c (font_intern_prop): Don't assume string length fits in int.Paul Eggert2011-06-191-3/+8
* * font.c: Don't assume string length fits in int.Paul Eggert2011-06-191-5/+6
* * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.Paul Eggert2011-06-181-1/+1
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-2/+2
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-9/+1
* src/font.[ch]: Fix typos in comments and strings.Eli Zaretskii2011-05-291-31/+30
* Merge from mainline.Paul Eggert2011-04-251-2/+4
|\
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-2/+4
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-8/+7
|/
* src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).Juanma Barranquero2011-04-151-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-7/+7
* * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+1
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-15/+15
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+6
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-9/+9
* * font.c (font_list_entities): Redo for clarity,Paul Eggert2011-04-031-8/+6
* * font.c (font_score): Avoid potential overflow in diff calculation.Paul Eggert2011-04-031-4/+3
* * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.Paul Eggert2011-04-021-4/+2
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-2/+2
* * font.c (font_sort_entities): Mark var as initialized.Paul Eggert2011-03-161-1/+1
* * font.c (font_unparse_fcname): Abort in an "impossible" situationPaul Eggert2011-03-161-1/+3
* * font.c: (font_style_to_value, font_prop_validate_style, font_unparse_fcname):Paul Eggert2011-03-161-15/+15
* * font.c (font_get_spec): Remove; unused.Paul Eggert2011-03-161-16/+0
* * font.c (font_delete_unmatched): Now static.Paul Eggert2011-03-161-1/+1
* * font.c (font_parse_fcname): Remove unused vars.Paul Eggert2011-03-161-2/+0
* * font.c (font_unparse_xlfd): Don't mix pointers to variables withPaul Eggert2011-03-161-14/+14
* Merge from emacs-23; up to 2010-06-02T00:10:[email protected].Glenn Morris2011-02-221-2/+2
|\
| * Fix font-size handling bug.Kenichi Handa2011-02-171-2/+2