| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-13 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-08 | 1 | -1/+1 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -3/+3 |
* | * src/doprnt.c (esnprintf): Remove. All uses removed. | Paul Eggert | 2011-09-01 | 1 | -25/+69 |
* | Avoid the use of snprintf. | Paul Eggert | 2011-08-30 | 1 | -32/+25 |
* | * font.c, gtkutil.c: Include <float.h>. | Paul Eggert | 2011-08-29 | 1 | -0/+1 |
* | * font.c (font_unparse_xlfd): Don't blindly alloca long strings. | Paul Eggert | 2011-08-29 | 1 | -106/+67 |
* | Protoize | Andreas Schwab | 2011-07-10 | 1 | -20/+9 |
* | Add C interface for Unicode character property table. | Kenichi Handa | 2011-07-07 | 1 | -2/+3 |
* | * font.c (font_score): Use EMACS_INT, not int, to store XINT value. | Paul Eggert | 2011-06-21 | 1 | -2/+2 |
* | * font.c (font_intern_prop): Don't use string_to_number, since the string isn... | Paul Eggert | 2011-06-20 | 1 | -6/+14 |
* | * font.c (font_intern_prop): Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 1 | -3/+8 |
* | * font.c: Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 1 | -5/+6 |
* | * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'. | Paul Eggert | 2011-06-18 | 1 | -1/+1 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -2/+2 |
* | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -9/+1 |
* | src/font.[ch]: Fix typos in comments and strings. | Eli Zaretskii | 2011-05-29 | 1 | -31/+30 |
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -2/+4 |
|\ |
|
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 1 | -2/+4 |
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -8/+7 |
|/ |
|
* | src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). | Juanma Barranquero | 2011-04-15 | 1 | -1/+1 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -7/+7 |
* | * font.c, fontset.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | font.c: Make copy_font_spec and merge_font_spec ordinary C functions. | Paul Eggert | 2011-04-10 | 1 | -15/+15 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+6 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -9/+9 |
* | * font.c (font_list_entities): Redo for clarity, | Paul Eggert | 2011-04-03 | 1 | -8/+6 |
* | * font.c (font_score): Avoid potential overflow in diff calculation. | Paul Eggert | 2011-04-03 | 1 | -4/+3 |
* | * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars. | Paul Eggert | 2011-04-02 | 1 | -4/+2 |
* | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -2/+2 |
* | * font.c (font_sort_entities): Mark var as initialized. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
* | * font.c (font_unparse_fcname): Abort in an "impossible" situation | Paul Eggert | 2011-03-16 | 1 | -1/+3 |
* | * font.c: (font_style_to_value, font_prop_validate_style, font_unparse_fcname): | Paul Eggert | 2011-03-16 | 1 | -15/+15 |
* | * font.c (font_get_spec): Remove; unused. | Paul Eggert | 2011-03-16 | 1 | -16/+0 |
* | * font.c (font_delete_unmatched): Now static. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
* | * font.c (font_parse_fcname): Remove unused vars. | Paul Eggert | 2011-03-16 | 1 | -2/+0 |
* | * font.c (font_unparse_xlfd): Don't mix pointers to variables with | Paul Eggert | 2011-03-16 | 1 | -14/+14 |
* | Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org. | Glenn Morris | 2011-02-22 | 1 | -2/+2 |
|\ |
|
| * | Fix font-size handling bug. | Kenichi Handa | 2011-02-17 | 1 | -2/+2 |
| * | Fix GTK font name parsing to allow numbers in names (Bug#7853). | Chong Yidong | 2011-01-26 | 1 | -1/+2 |
| * | * src/font.c (font_parse_fcname): Fix typo in string length. | Chong Yidong | 2011-01-26 | 1 | -1/+1 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -1/+1 |
* | | font.c (Ffont_get): Do not cache :otf value. | Kenichi Handa | 2011-02-08 | 1 | -1/+0 |
* | | xstrcasecmp: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -3/+3 |
* | | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -2/+2 |