aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+8
* Include <stdio.h> unconditionally.Kenichi Handa2008-07-141-3/+0
* (fontset_from_font): Cancel the previous change.Kenichi Handa2008-07-111-0/+1
* * fontset.c (fontset_get_font_group):Stefan Monnier2008-07-091-1/+1
* (fontset_compare_rfontdef): Fix plus/minus.Kenichi Handa2008-07-091-168/+150
* (Finternal_char_font): Return font-object instead of font-name.Kenichi Handa2008-06-291-8/+8
* (fontset_from_font): Copy font_spec before changingKenichi Handa2008-06-201-0/+1
* (fontset_pattern_regexp): Escape some regexp characters.Kenichi Handa2008-06-171-7/+13
* (fontset_pattern_regexp): Escape `+' characters in pattern.Kenichi Handa2008-06-151-3/+7
* (Ffontset_info): Fix typo.Andreas Schwab2008-06-081-1/+1
* (fontset_find_font): Call font_open_for_lface with theKenichi Handa2008-06-051-1/+2
* Implement face-remapping-alist featureMiles Bader2008-06-011-1/+1