| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | * fontset.c (reorder_font_vector): Fix min/MIN typo. | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -8/+10 |
| |/ |
|
| * | * fontset.c (num_auto_fontsets): Now printmax_t, not int. | Paul Eggert | 2011-08-29 | 1 | -3/+3 |
| * | Merge from emacs-23 branch | Chong Yidong | 2011-08-09 | 1 | -2/+6 |
| |\ |
|
| | * | * fontset.c (fontset_get_font_group): Add proper type checks. | Andreas Schwab | 2011-07-26 | 1 | -2/+6 |
| * | | * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE | Paul Eggert | 2011-08-03 | 1 | -0/+2 |
| * | | * character.h (CHAR_VALID_P): Remove unused parameter. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
| * | | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -7/+1 |
| * | | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -2/+0 |
| * | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
| * | | * font.c, fontset.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -1/+5 |
| * | | font.c: Make copy_font_spec and merge_font_spec ordinary C functions. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
| * | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
| * | | * fontset.c (Finternal_char_font, Ffontset_info): Remove vars | Paul Eggert | 2011-04-01 | 1 | -10/+1 |
| * | | * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u... | Paul Eggert | 2011-03-09 | 1 | -3/+2 |
| * | | * fontset.c (fontset_font): Mark local as initialized. | Paul Eggert | 2011-03-09 | 1 | -1/+1 |
| * | | * fontset.c (Fset_fontset_font): Rename local to avoid shadowing. | Paul Eggert | 2011-03-09 | 1 | -4/+4 |
| * | | * fontset.c (free_realized_fontset): Now static. | Paul Eggert | 2011-03-09 | 1 | -1/+1 |
| * | | xstrcasecmp: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -1/+1 |
| * | | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -9/+9 |
| * | | 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 | -8/+8 |
| * | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -15/+7 |
| * | | * fontset.c (free_realized_fontset): Mark unreachable code with if (0). | Paul Eggert | 2011-01-16 | 1 | -7/+6 |
| * | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
| * | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -4/+0 |
| * | | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -4/+2 |
| * | | fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf. | Kenichi Handa | 2010-08-25 | 1 | -1/+10 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -4/+0 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
| * | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -14/+8 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -71/+26 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -15/+15 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
| * | fontset.c (fontset_find_font): Fix getting the frame pointer. | Kenichi Handa | 2010-01-05 | 1 | -2/+2 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -2/+2 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | * fontset.c (Fset_fontset_font): Fix typos in error messages. | Juanma Barranquero | 2009-10-08 | 1 | -2/+2 |
| * | (Ffontset_font): Fix previous change. | Kenichi Handa | 2009-08-18 | 1 | -1/+1 |
| * | *** empty log message *** | Kenichi Handa | 2009-08-18 | 1 | -0/+3 |
| * | (fontset_find_font): Fix previous change. | Kenichi Handa | 2009-07-09 | 1 | -10/+10 |
| * | (fontset_find_font): Fix the logic of handling | Kenichi Handa | 2009-07-08 | 1 | -45/+43 |
| * | (fontset_find_font): When a usable rfont_def is found | Kenichi Handa | 2009-06-25 | 1 | -7/+28 |
| * | (fontset_get_font_group): Return 0 if no font-group is | Kenichi Handa | 2009-06-24 | 1 | -22/+33 |
| * | (fontset_font): Call FONT_DEFERRED_LOG. | Kenichi Handa | 2009-06-23 | 1 | -2/+4 |
| * | fontset.c (fontset_from_font): Remove NS-specific code. | Adrian Robert | 2009-06-08 | 1 | -4/+0 |
| * | (Qlatin): Don't make it static. | Kenichi Handa | 2009-05-21 | 1 | -1/+1 |