| Commit message (Expand) | Author | Age | Files | Lines |
* | font.c (Ffont_at): If WINDOW is specified and it is not displaying the curren... | Kenichi Handa | 2012-10-30 | 1 | -5/+9 |
* | Make face-font-rescale-alist work correctly for non-ASCII fonts. | Kenichi Handa | 2012-10-24 | 1 | -22/+24 |
* | font.c (Ffont_at): Fix previous change. | Kenichi Handa | 2012-10-19 | 1 | -1/+1 |
* | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -54/+55 |
|\ |
|
| * | * font.c (Ffont_shape_gstring): Remove unused local. | Paul Eggert | 2012-09-16 | 1 | -1/+1 |
| * | font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may not covert the ... | Kenichi Handa | 2012-09-17 | 1 | -8/+5 |
| * | merge trunk | Kenichi Handa | 2012-09-16 | 1 | -1/+0 |
| |\ |
|
| | * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | | font.c (Ffont_shape_gstring): Don't adjust grapheme cluster here, but just ch... | Kenichi Handa | 2012-09-15 | 1 | -33/+37 |
| |/ |
|
| * | Use bool for booleans in font-related modules. | Paul Eggert | 2012-09-06 | 1 | -20/+21 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -2/+2 |
|/ |
|
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -11/+3 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -4/+5 |
* | Generalize and cleanup font subsystem checks. | Dmitry Antipov | 2012-08-15 | 1 | -26/+22 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
* | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
* | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -1/+1 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+1 |
* | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -3/+3 |
* | Use zero_vector where appropriate. | Dmitry Antipov | 2012-07-15 | 1 | -20/+13 |
* | Minor adjustments to interning code. | Dmitry Antipov | 2012-07-11 | 1 | -11/+5 |
* | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead | Andreas Schwab | 2012-07-11 | 1 | -2/+2 |
* | Avoid call to strlen in fast_c_string_match_ignore_case. | Dmitry Antipov | 2012-07-11 | 1 | -3/+6 |
* | Avoid calls to strlen in font processing functions. | Dmitry Antipov | 2012-07-11 | 1 | -13/+11 |
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 1 | -2/+2 |
* | Avoid calls to strlen in miscellaneous functions. | Dmitry Antipov | 2012-07-10 | 1 | -3/+6 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+2 |
* | * font.c (font_style_to_value, font_style_symbolic) | Andreas Schwab | 2012-06-30 | 1 | -11/+36 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -7/+7 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -12/+5 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -4/+4 |
| * | * src/font.c (font_find_for_lface) [HAVE_NS]: Ignore case. | Glenn Morris | 2011-11-22 | 1 | -8/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | 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 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -31/+34 |
|/ |
|
* | 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 |