| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | Remove unused static functions. | Juanma Barranquero | 2010-07-23 | 1 | -33/+0 |
* | | | font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyph... | Kenichi Handa | 2010-07-26 | 1 | -0/+2 |
|/ / |
|
* | | Do not record a font-entity in the property of font-object. | Kenichi Handa | 2010-07-14 | 1 | -13/+4 |
* | | merge trunk | Kenichi Handa | 2010-07-12 | 1 | -3/+3 |
|\ \ |
|
| * | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -3/+3 |
* | | | merge trunk | Kenichi Handa | 2010-07-09 | 1 | -50/+25 |
|\ \ \
| |/ / |
|
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -50/+24 |
* | | | merge trunk | Kenichi Handa | 2010-07-08 | 1 | -235/+102 |
|\ \ \
| |/ / |
|
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -211/+78 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -32/+32 |
* | | | Make font-get to get :otf value dynamically from a font-object. | Kenichi Handa | 2010-07-08 | 1 | -38/+162 |
|/ / |
|
* | | * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437). | Jan Djärv | 2010-06-22 | 1 | -1/+1 |
* | | Handle face-ignored-fonts | Kenichi Handa | 2010-05-28 | 1 | -2/+35 |
* | | font.c (font_range): Return the range for the font found at first. | Kenichi Handa | 2010-05-14 | 1 | -36/+7 |
* | | * font.c (syms_of_font): Make the style table vars read-only. | Stefan Monnier | 2010-04-20 | 1 | -0/+8 |
|/ |
|
* | Addendum to last patch: add "Medium" GTK font name keyword. | Chong Yidong | 2010-02-26 | 1 | -0/+6 |
* | Recognize more keywords in GTK font names (Bug#5646). | Chong Yidong | 2010-02-26 | 1 | -0/+18 |
* | font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is ... | Kenichi Handa | 2010-01-31 | 1 | -0/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
* | Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157. | Jan Djärv | 2010-01-06 | 1 | -10/+13 |
* | Fixing user-spec for fonts instead of using name. | Jan Djärv | 2010-01-06 | 1 | -5/+9 |
* | (Fclear_font_cache): Pass correct cache argument to | Andreas Schwab | 2009-12-19 | 1 | -3/+3 |
* | Fix a comment and delete trailing whitespace. | Chong Yidong | 2009-12-05 | 1 | -8/+8 |
* | (font_load_for_lface, font_open_by_name): Don't store name | YAMAMOTO Mitsuharu | 2009-12-01 | 1 | -3/+7 |
* | (font_open_entity): Don't use ASET if font_object is Qnil. | YAMAMOTO Mitsuharu | 2009-11-24 | 1 | -1/+2 |
* | Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog. | Jan Djärv | 2009-11-23 | 1 | -8/+14 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -8/+32 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | * process.c (socket_options): Make it const. | Dan Nicolaescu | 2009-11-06 | 1 | -5/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast... | Adrian Robert | 2009-10-13 | 1 | -6/+7 |