summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-15/+15
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* fontset.c (fontset_find_font): Fix getting the frame pointer.Kenichi Handa2010-01-051-2/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * fontset.c (Fset_fontset_font): Fix typos in error messages.Juanma Barranquero2009-10-081-2/+2
* (Ffontset_font): Fix previous change.Kenichi Handa2009-08-181-1/+1
* *** empty log message ***Kenichi Handa2009-08-181-0/+3
* (fontset_find_font): Fix previous change.Kenichi Handa2009-07-091-10/+10
* (fontset_find_font): Fix the logic of handlingKenichi Handa2009-07-081-45/+43
* (fontset_find_font): When a usable rfont_def is foundKenichi Handa2009-06-251-7/+28
* (fontset_get_font_group): Return 0 if no font-group isKenichi Handa2009-06-241-22/+33
* (fontset_font): Call FONT_DEFERRED_LOG.Kenichi Handa2009-06-231-2/+4
* fontset.c (fontset_from_font): Remove NS-specific code.Adrian Robert2009-06-081-4/+0
* (Qlatin): Don't make it static.Kenichi Handa2009-05-211-1/+1
* (fontset_find_font): Check if rfont_def is Qnil or not.Kenichi Handa2009-04-301-0/+2
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-1/+2
* (fontset_find_font): Check if rfont_def is Qnil or not.Kenichi Handa2009-04-301-2/+5
* (set_default_ascii_font): Delete this unused function.Kenichi Handa2009-04-291-17/+0
* (fontset_font): Record no-font when a fontsetKenichi Handa2009-04-021-3/+4
* (fontset_from_font): Specify only registry in a font-spec for allKenichi Handa2009-03-301-12/+21