| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -709/+1036 |
|\ |
|
| * | (BASE_FONTSET_P): Check FONTSET_BASE, not | Kenichi Handa | 2003-05-20 | 1 | -4/+30 |
| * | Give 8 extra slots to fontset objects. | Kenichi Handa | 2003-01-10 | 1 | -75/+190 |
| * | (Fset_fontset_font): Fix indentation of docstring. | Kenichi Handa | 2003-01-07 | 1 | -1/+1 |
| * | (fontset_add): Return Lisp_Object. | Dave Love | 2002-09-05 | 1 | -4/+4 |
| * | (Fset_fontset_font): Treate `ascii' as charset, not script. | Kenichi Handa | 2002-08-19 | 1 | -7/+7 |
| * | (fontset_add): Make the type `int'. | Kenichi Handa | 2002-08-15 | 1 | -2/+18 |
| * | (fs_load_font): If fontp->charset is not negative, | Kenichi Handa | 2002-08-01 | 1 | -12/+21 |
| * | (fontset_add): Declare args. Call make_number | Dave Love | 2002-07-30 | 1 | -15/+11 |
| * | (Qprepend, Qappend): New variables. | Kenichi Handa | 2002-07-26 | 1 | -410/+745 |
| * | (fontset_ref, fontset_set, fs_load_font) | Dave Love | 2002-07-16 | 1 | -5/+5 |
| * | (Ffontset_info): Doc fix. Return charset names, not | Dave Love | 2002-05-25 | 1 | -9/+7 |
| * | (Fclear_face_cache): Declare. | Dave Love | 2002-05-17 | 1 | -8/+5 |
| * | (fs_load_font): Check fontp->full_name (not fontname) | Kenichi Handa | 2002-05-14 | 1 | -1/+2 |
| * | (free_realized_fontsets): Call Fclear_face_cache instead | Kenichi Handa | 2002-05-13 | 1 | -0/+8 |
| * | Mostly re-written. | Kenichi Handa | 2002-03-01 | 1 | -564/+421 |
* | | New directory | Kenichi Handa | 2003-09-08 | 1 | -3/+0 |
* | | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | | (Ffontset_info): Pass new arg to map_char_table. | Richard M. Stallman | 2003-05-17 | 1 | -2/+2 |
* | | *** empty log message *** | Juanma Barranquero | 2003-02-20 | 1 | -1/+1 |
* | | (Fset_fontset_font): Document that NAME nil means the default | Kenichi Handa | 2003-02-20 | 1 | -2/+4 |
* | | (check_fontset_name): If NAME is nil, return the | Kenichi Handa | 2003-02-20 | 1 | -3/+24 |
* | | (syms_of_fontset): Setup Vfont_encoding_alist here. | Kenichi Handa | 2003-01-17 | 1 | -0/+10 |
* | | (Fset_fontset_font): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
* | | (font_family_registry, fs_query_fontset): | Ken Raeburn | 2002-07-16 | 1 | -4/+4 |
* | | (Fset_fontset_font): Use SDATA instead of XSTRING()->data. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -19/+19 |
* | | In src/: | Andrew Choi | 2002-06-16 | 1 | -1/+1 |
* | | * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
* | | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -2/+2 |
|/ |
|
* | Fix typos, remove unnecessary space. | Pavel Janík | 2001-12-12 | 1 | -23/+22 |
* | Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. | Pavel Janík | 2001-11-14 | 1 | -10/+0 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 1 | -86/+86 |
* | (fontset_font_pattern): Remove unused variable `family_registry'. | Pavel Janík | 2001-11-06 | 1 | -1/+0 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -16/+16 |
* | (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable | Andrew Innes | 2001-10-18 | 1 | -0/+8 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -8/+8 |
* | (Ffontset_info): Check that face is non-null | Gerd Moellmann | 2001-05-16 | 1 | -1/+1 |
* | (syms_of_fontset): Describe highlight-wrong-size-font | Kenichi Handa | 2001-03-13 | 1 | -12/+2 |
* | (Fnew_fontset): Fix handling of the case that an | Kenichi Handa | 2001-02-24 | 1 | -4/+11 |
* | * fontset.c (fontset_pattern_regexp): Allocate three more bytes to | Andrew Choi | 2001-01-28 | 1 | -1/+1 |
* | (font_family_registry): Even if FONTNAME conform to | Kenichi Handa | 2001-01-28 | 1 | -22/+30 |
* | (fontset_ref): Remove unused variable `i'. | Eli Zaretskii | 2001-01-02 | 1 | -14/+8 |
* | (syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10 | Jason Rumney | 2000-10-27 | 1 | -1/+1 |
* | (syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of default | Jason Rumney | 2000-10-23 | 1 | -1/+5 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -0/+6 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -0/+1 |
* | (Finternal_char_font): Search only the selected frame for a window of | Kenichi Handa | 2000-08-18 | 1 | -1/+1 |
* | (fontset_ref): Remove INLINE declaration. | Kenichi Handa | 2000-07-24 | 1 | -14/+18 |
* | (AREF, ASIZE): Remove definitions. | Gerd Moellmann | 2000-07-13 | 1 | -4/+0 |