| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | | * src/font.c (PROP_MATCH): Remove parameter N and use strlen instead. | Andreas Schwab | 2011-01-30 | 1 | -38/+40 |
| * | | Convert font parse testsuite to an ERT test. | Chong Yidong | 2011-01-27 | 1 | -0/+1 |
| * | | * src/font.c (font_parse_fcname): Rewrite GTK font name parser. | Chong Yidong | 2011-01-26 | 1 | -80/+54 |
| * | | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -5/+4 |
| * | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
| * | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -15/+14 |
| * | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -11/+5 |
| * | | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -1/+3 |
| * | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -5/+4 |
| |\ \
| |/ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
| | * | Backport 2010-05-27T04:24:30Z!handa@etlken from trunk | Kenichi Handa | 2010-11-04 | 1 | -2/+35 |
| * | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -134/+9 |
| * | | Add const to array elements of font filter properties. | YAMAMOTO Mitsuharu | 2010-11-10 | 1 | -2/+2 |
| * | | Don't be so lax with spelling. | Glenn Morris | 2010-11-02 | 1 | -8/+7 |
| * | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -1/+53 |
| |\ \
| |/ |
|
| | * | Fix handling of font properties on Windows (bug#6303). | Damyan Pepper | 2010-10-13 | 1 | -0/+53 |
| | * | Fix typos in docstrings, comments and ChangeLogs. | Juanma Barranquero | 2010-10-13 | 1 | -1/+1 |
| * | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
| * | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
| * | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+1 |
| * | | Remove incorrect const use. | Dan Nicolaescu | 2010-08-09 | 1 | -6/+6 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -4/+4 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -8/+8 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -24/+1 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -6/+0 |
| * | | merge trunk | Kenichi Handa | 2010-07-26 | 1 | -33/+0 |
| |\ \ |
|