| Commit message (Expand) | Author | Age | Files | Lines |
* | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-28 | 1 | -2/+11 |
* | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-28 | 1 | -1/+1 |
* | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-27 | 1 | -2/+11 |
* | (fontset_find_font): Fix handling of non-cons return | Chong Yidong | 2009-01-26 | 1 | -5/+1 |
* | (fontset_font): If we know there is no font, don't do any work. | Chong Yidong | 2009-01-24 | 1 | -1/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 |
* | (face_for_char): Handle invalid charset property | Kenichi Handa | 2008-12-03 | 1 | -6/+6 |
* | (fontset_add): Adjusted for the change of | Kenichi Handa | 2008-11-27 | 1 | -6/+3 |
* | (face_for_char): If face->fontset is negative, just return ascii_face. | Kenichi Handa | 2008-10-09 | 1 | -1/+5 |
* | (fontset_find_font): Check frame validity. | Chong Yidong | 2008-10-08 | 1 | -3/+3 |
* | (font_for_char): New function. | Kenichi Handa | 2008-08-29 | 1 | -0/+50 |
* | (reorder_font_vector): Use encoding charset of fonts | Kenichi Handa | 2008-08-19 | 1 | -4/+4 |
* | (face_for_char): Add font log. | Kenichi Handa | 2008-08-18 | 1 | -4/+6 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -3/+0 |
* | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -0/+8 |
* | Include <stdio.h> unconditionally. | Kenichi Handa | 2008-07-14 | 1 | -3/+0 |
* | (fontset_from_font): Cancel the previous change. | Kenichi Handa | 2008-07-11 | 1 | -0/+1 |
* | * fontset.c (fontset_get_font_group): | Stefan Monnier | 2008-07-09 | 1 | -1/+1 |
* | (fontset_compare_rfontdef): Fix plus/minus. | Kenichi Handa | 2008-07-09 | 1 | -168/+150 |
* | (Finternal_char_font): Return font-object instead of font-name. | Kenichi Handa | 2008-06-29 | 1 | -8/+8 |
* | (fontset_from_font): Copy font_spec before changing | Kenichi Handa | 2008-06-20 | 1 | -0/+1 |
* | (fontset_pattern_regexp): Escape some regexp characters. | Kenichi Handa | 2008-06-17 | 1 | -7/+13 |
* | (fontset_pattern_regexp): Escape `+' characters in pattern. | Kenichi Handa | 2008-06-15 | 1 | -3/+7 |
* | (Ffontset_info): Fix typo. | Andreas Schwab | 2008-06-08 | 1 | -1/+1 |
* | (fontset_find_font): Call font_open_for_lface with the | Kenichi Handa | 2008-06-05 | 1 | -1/+2 |
* | Implement face-remapping-alist feature | Miles Bader | 2008-06-01 | 1 | -1/+1 |
* | * fontset.c (Ffont_info): Moved to font.c. | Kenichi Handa | 2008-05-30 | 1 | -56/+0 |
* | (Ffont_info): Don't call font_close_object. | Kenichi Handa | 2008-05-28 | 1 | -0/+5 |
* | (face_for_char): Optimize for the case of no charset property. | Kenichi Handa | 2008-05-25 | 1 | -0/+11 |
* | *** empty log message *** | Juanma Barranquero | 2008-05-23 | 1 | -1/+1 |
* | Delete unused variables and add casting for char * | Kenichi Handa | 2008-05-23 | 1 | -31/+29 |
* | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. | Jason Rumney | 2008-05-22 | 1 | -1/+1 |
* | (fs_query_fontset): Use xstricmp. | Jason Rumney | 2008-05-22 | 1 | -1/+1 |
* | (fontset_from_font, Ffontset_info): Add the 2nd arg in | Kenichi Handa | 2008-05-22 | 1 | -2/+2 |
* | (Ffontset_info): Doc fix. | Juanma Barranquero | 2008-05-20 | 1 | -10/+10 |
* | (Vfont_encoding_alist, find_font_encoding): Moved to | Kenichi Handa | 2008-05-20 | 1 | -48/+0 |
* | (Fnew_fontset): Call font_unparse_xlfd with 256-byte | Kenichi Handa | 2008-05-15 | 1 | -3/+4 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | Throughout the file, delete all USE_FONT_BACKEND | Kenichi Handa | 2008-05-14 | 1 | -706/+345 |
* | (Ffontset_info): Remove extra ; | Jan Djärv | 2008-03-10 | 1 | -1/+1 |
* | * dispextern.h (face_at_buffer_position, face_for_overlay_string) | Stefan Monnier | 2008-02-26 | 1 | -1/+1 |
* | (FONTSET_OBJLIST): New macro. | Kenichi Handa | 2008-02-17 | 1 | -1/+21 |
* | (Finternal_char_font): Fix compilation warning. | Glenn Morris | 2008-02-16 | 1 | -1/+4 |
* | (free_face_fontset): Use FONTSET_FROM_ID. | Stefan Monnier | 2008-02-08 | 1 | -2/+2 |
* | (Ffontset_info): Handle the case of inhibitting the | Kenichi Handa | 2008-02-04 | 1 | -21/+60 |
* | (reorder_font_vector): Exclude nil elements from the | Kenichi Handa | 2008-01-30 | 1 | -42/+57 |
* | (reorder_font_vector): Fix typo. | Kenichi Handa | 2008-01-28 | 1 | -118/+102 |
* | (FONTSET_REF_AND_RANGE): Delete it. | Kenichi Handa | 2008-01-14 | 1 | -74/+5 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -2/+2 |
|\ |
|
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -2/+2 |
| |\ |
|