summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Fset_fontset_font): When a spec of ASCII font isKenichi Handa2009-03-191-10/+13
* (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).Stefan Monnier2009-03-131-2/+2
* (fontset_from_font): YAILOM (Yet another int/Lisp_Object mixup).Stefan Monnier2009-03-131-1/+1
* (Ffontset_info, check_fontset_name): New arg frame.Kenichi Handa2009-03-131-86/+125
* (Fset_fontset_font): When a font for ASCII is changed,Kenichi Handa2009-03-111-28/+95
* (fontset_find_font): Fix previous change.Kenichi Handa2009-03-051-2/+1
* (fontset_find_font): If a font found withoutKenichi Handa2009-03-051-29/+42
* (fontset_find_font): Fix the condition for checkingKenichi Handa2009-02-241-1/+1
* Remove spurious semicolons.Juanma Barranquero2009-02-111-3/+3
* (font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa2009-01-281-2/+11
* (font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa2009-01-281-1/+1
* (font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa2009-01-271-2/+11
* (fontset_find_font): Fix handling of non-cons returnChong Yidong2009-01-261-5/+1
* (fontset_font): If we know there is no font, don't do any work.Chong Yidong2009-01-241-1/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (face_for_char): Handle invalid charset propertyKenichi Handa2008-12-031-6/+6
* (fontset_add): Adjusted for the change ofKenichi Handa2008-11-271-6/+3
* (face_for_char): If face->fontset is negative, just return ascii_face.Kenichi Handa2008-10-091-1/+5
* (fontset_find_font): Check frame validity.Chong Yidong2008-10-081-3/+3
* (font_for_char): New function.Kenichi Handa2008-08-291-0/+50
* (reorder_font_vector): Use encoding charset of fontsKenichi Handa2008-08-191-4/+4
* (face_for_char): Add font log.Kenichi Handa2008-08-181-4/+6
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-3/+0