aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-11Spelling fixes.Paul Eggert1-1/+1
2011-12-04Spelling fixes.Paul Eggert1-1/+1
2011-11-22Spelling fixes.Paul Eggert1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-11-14Fix typos.Juanma Barranquero1-1/+1
2011-11-13Spelling fixes.Paul Eggert1-1/+1
2011-09-21* fontset.c (reorder_font_vector): Fix min/MIN typo.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-8/+10
2011-08-29* fontset.c (num_auto_fontsets): Now printmax_t, not int.Paul Eggert1-3/+3
2011-08-03* fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLEPaul Eggert1-0/+2
2011-07-26* fontset.c (fontset_get_font_group): Add proper type checks.Andreas Schwab1-2/+6
2011-06-12* character.h (CHAR_VALID_P): Remove unused parameter.Paul Eggert1-1/+1
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert1-7/+1
2011-06-03Check for overflow when converting integer to cons and back.Paul Eggert1-7/+1
2011-05-28[ChangeLog]Paul Eggert1-2/+0
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-2/+2
2011-04-13* font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert1-1/+5
2011-04-10font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert1-2/+2
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-2/+2
2011-04-01* fontset.c (Finternal_char_font, Ffontset_info): Remove varsPaul Eggert1-10/+1
2011-03-09* fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u...Paul Eggert1-3/+2
2011-03-09* fontset.c (fontset_font): Mark local as initialized.Paul Eggert1-1/+1
2011-03-09* fontset.c (Fset_fontset_font): Rename local to avoid shadowing.Paul Eggert1-4/+4
2011-03-09* fontset.c (free_realized_fontset): Now static.Paul Eggert1-1/+1
2011-02-05xstrcasecmp: conform to C89 pointer rulesPaul Eggert1-1/+1
2011-01-26Refill some long/short copyright headers.Glenn Morris1-9/+9
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-1/+1
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert1-8/+8
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-15/+7
2011-01-16* fontset.c (free_realized_fontset): Mark unreachable code with if (0).Paul Eggert1-7/+6
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-2/+2
2010-12-27Remove unused declarationsAndreas Schwab1-4/+0
2010-12-19Minor clean up to silence some gcc warnings.Stefan Monnier1-4/+2
2010-08-25fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.Kenichi Handa1-1/+10
2010-08-05Remove extern declarations in .c files, .h files have them.Dan Nicolaescu1-4/+0
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu1-1/+0
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab1-2/+2
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-14/+8
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-71/+26
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-15/+15
2010-01-13Add 2010 to copyright years.Glenn Morris1-2/+2
2010-01-05fontset.c (fontset_find_font): Fix getting the frame pointer.Kenichi Handa1-2/+2
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu1-2/+2
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1