summaryrefslogtreecommitdiff
path: root/src/fontset.c
AgeCommit message (Expand)Author
2009-04-30(fontset_find_font): Check if rfont_def is Qnil or not.Kenichi Handa
2009-04-30* xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong
2009-04-30(fontset_find_font): Check if rfont_def is Qnil or not.Kenichi Handa
2009-04-29(set_default_ascii_font): Delete this unused function.Kenichi Handa
2009-04-02(fontset_font): Record no-font when a fontsetKenichi Handa
2009-03-30(fontset_from_font): Specify only registry in a font-spec for allKenichi Handa
2009-03-19(Fset_fontset_font): When a spec of ASCII font isKenichi Handa
2009-03-13(Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).Stefan Monnier
2009-03-13(fontset_from_font): YAILOM (Yet another int/Lisp_Object mixup).Stefan Monnier
2009-03-13(Ffontset_info, check_fontset_name): New arg frame.Kenichi Handa
2009-03-11(Fset_fontset_font): When a font for ASCII is changed,Kenichi Handa
2009-03-05(fontset_find_font): Fix previous change.Kenichi Handa
2009-03-05(fontset_find_font): If a font found withoutKenichi Handa
2009-02-24(fontset_find_font): Fix the condition for checkingKenichi Handa
2009-02-11Remove spurious semicolons.Juanma Barranquero
2009-01-28(font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa
2009-01-28(font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa
2009-01-27(font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa
2009-01-26(fontset_find_font): Fix handling of non-cons returnChong Yidong
2009-01-24(fontset_font): If we know there is no font, don't do any work.Chong Yidong
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-12-03(face_for_char): Handle invalid charset propertyKenichi Handa
2008-11-27(fontset_add): Adjusted for the change ofKenichi Handa
2008-10-09(face_for_char): If face->fontset is negative, just return ascii_face.Kenichi Handa
2008-10-08(fontset_find_font): Check frame validity.Chong Yidong
2008-08-29(font_for_char): New function.Kenichi Handa
2008-08-19(reorder_font_vector): Use encoding charset of fontsKenichi Handa
2008-08-18(face_for_char): Add font log.Kenichi Handa
2008-07-27Remove support for Mac Carbon.Dan Nicolaescu
2008-07-15merging Emacs.app (NeXTstep port)Adrian Robert
2008-07-14Include <stdio.h> unconditionally.Kenichi Handa
2008-07-11(fontset_from_font): Cancel the previous change.Kenichi Handa
2008-07-09* fontset.c (fontset_get_font_group):Stefan Monnier
2008-07-09(fontset_compare_rfontdef): Fix plus/minus.Kenichi Handa
2008-06-29(Finternal_char_font): Return font-object instead of font-name.Kenichi Handa
2008-06-20(fontset_from_font): Copy font_spec before changingKenichi Handa
2008-06-17(fontset_pattern_regexp): Escape some regexp characters.Kenichi Handa
2008-06-15(fontset_pattern_regexp): Escape `+' characters in pattern.Kenichi Handa
2008-06-08(Ffontset_info): Fix typo.Andreas Schwab
2008-06-05(fontset_find_font): Call font_open_for_lface with theKenichi Handa
2008-06-01Implement face-remapping-alist featureMiles Bader
2008-05-30* fontset.c (Ffont_info): Moved to font.c.Kenichi Handa
2008-05-28(Ffont_info): Don't call font_close_object.Kenichi Handa
2008-05-25(face_for_char): Optimize for the case of no charset property.Kenichi Handa
2008-05-23*** empty log message ***Juanma Barranquero
2008-05-23Delete unused variables and add casting for char *Kenichi Handa
2008-05-22* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney
2008-05-22(fs_query_fontset): Use xstricmp.Jason Rumney
2008-05-22(fontset_from_font, Ffontset_info): Add the 2nd arg inKenichi Handa
2008-05-20(Ffontset_info): Doc fix.Juanma Barranquero