summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-4/+4
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Spelling fixes.Paul Eggert2011-11-221-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-3/+3
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Fix typos.Juanma Barranquero2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-131-1/+1
* | * fontset.c (reorder_font_vector): Fix min/MIN typo.Paul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-8/+10
|/
* * fontset.c (num_auto_fontsets): Now printmax_t, not int.Paul Eggert2011-08-291-3/+3
* Merge from emacs-23 branchChong Yidong2011-08-091-2/+6
|\
| * * fontset.c (fontset_get_font_group): Add proper type checks.Andreas Schwab2011-07-261-2/+6
* | * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLEPaul Eggert2011-08-031-0/+2
* | * character.h (CHAR_VALID_P): Remove unused parameter.Paul Eggert2011-06-121-1/+1
* | Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-7/+1
* | [ChangeLog]Paul Eggert2011-05-281-2/+0
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* | * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+5
* | font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-2/+2
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2
* | * fontset.c (Finternal_char_font, Ffontset_info): Remove varsPaul Eggert2011-04-011-10/+1
* | * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u...Paul Eggert2011-03-091-3/+2
* | * fontset.c (fontset_font): Mark local as initialized.Paul Eggert2011-03-091-1/+1
* | * fontset.c (Fset_fontset_font): Rename local to avoid shadowing.Paul Eggert2011-03-091-4/+4
* | * fontset.c (free_realized_fontset): Now static.Paul Eggert2011-03-091-1/+1
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-1/+1
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-9/+9
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-8/+8
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-15/+7
* | * fontset.c (free_realized_fontset): Mark unreachable code with if (0).Paul Eggert2011-01-161-7/+6
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Remove unused declarationsAndreas Schwab2010-12-271-4/+0
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-4/+2
* | fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.Kenichi Handa2010-08-251-1/+10
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-4/+0
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-2/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-14/+8
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-71/+26