aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* * fontset.c (Ffont_info): Moved to font.c.Kenichi Handa2008-05-301-56/+0
* (Ffont_info): Don't call font_close_object.Kenichi Handa2008-05-281-0/+5
* (face_for_char): Optimize for the case of no charset property.Kenichi Handa2008-05-251-0/+11
* *** empty log message ***Juanma Barranquero2008-05-231-1/+1
* Delete unused variables and add casting for char *Kenichi Handa2008-05-231-31/+29
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-1/+1
* (fs_query_fontset): Use xstricmp.Jason Rumney2008-05-221-1/+1
* (fontset_from_font, Ffontset_info): Add the 2nd arg inKenichi Handa2008-05-221-2/+2
* (Ffontset_info): Doc fix.Juanma Barranquero2008-05-201-10/+10
* (Vfont_encoding_alist, find_font_encoding): Moved toKenichi Handa2008-05-201-48/+0
* (Fnew_fontset): Call font_unparse_xlfd with 256-byteKenichi Handa2008-05-151-3/+4
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Throughout the file, delete all USE_FONT_BACKENDKenichi Handa2008-05-141-706/+345
* (Ffontset_info): Remove extra ;Jan Djärv2008-03-101-1/+1
* * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-261-1/+1
* (FONTSET_OBJLIST): New macro.Kenichi Handa2008-02-171-1/+21
* (Finternal_char_font): Fix compilation warning.Glenn Morris2008-02-161-1/+4
* (free_face_fontset): Use FONTSET_FROM_ID.Stefan Monnier2008-02-081-2/+2
* (Ffontset_info): Handle the case of inhibitting theKenichi Handa2008-02-041-21/+60
* (reorder_font_vector): Exclude nil elements from theKenichi Handa2008-01-301-42/+57
* (reorder_font_vector): Fix typo.Kenichi Handa2008-01-281-118/+102
* (FONTSET_REF_AND_RANGE): Delete it.Kenichi Handa2008-01-141-74/+5
* Merge from emacs--devo--0Miles Bader2008-01-091-2/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-2/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-2/+2
* | | (Vfont_encoding_charset_alist): New variable.Kenichi Handa2007-12-211-8/+33
* | | (fontset_find_font): Fix previous change.Kenichi Handa2007-12-181-3/+4
* | | (fontset_find_font): Fix previous change.Kenichi Handa2007-12-181-14/+8
* | | (fontset_add): New args charset_id and famliy. CallerKenichi Handa2007-12-131-135/+136
* | | (fontset_find_font): Don't prefer a font ofKenichi Handa2007-12-101-13/+20