summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-09-081-709/+1036
|\
| * (BASE_FONTSET_P): Check FONTSET_BASE, notKenichi Handa2003-05-201-4/+30
| * Give 8 extra slots to fontset objects.Kenichi Handa2003-01-101-75/+190
| * (Fset_fontset_font): Fix indentation of docstring.Kenichi Handa2003-01-071-1/+1
| * (fontset_add): Return Lisp_Object.Dave Love2002-09-051-4/+4
| * (Fset_fontset_font): Treate `ascii' as charset, not script.Kenichi Handa2002-08-191-7/+7
| * (fontset_add): Make the type `int'.Kenichi Handa2002-08-151-2/+18
| * (fs_load_font): If fontp->charset is not negative,Kenichi Handa2002-08-011-12/+21
| * (fontset_add): Declare args. Call make_numberDave Love2002-07-301-15/+11
| * (Qprepend, Qappend): New variables.Kenichi Handa2002-07-261-410/+745
| * (fontset_ref, fontset_set, fs_load_font)Dave Love2002-07-161-5/+5
| * (Ffontset_info): Doc fix. Return charset names, notDave Love2002-05-251-9/+7
| * (Fclear_face_cache): Declare.Dave Love2002-05-171-8/+5
| * (fs_load_font): Check fontp->full_name (not fontname)Kenichi Handa2002-05-141-1/+2
| * (free_realized_fontsets): Call Fclear_face_cache insteadKenichi Handa2002-05-131-0/+8
| * Mostly re-written.Kenichi Handa2002-03-011-564/+421
* | New directoryKenichi Handa2003-09-081-3/+0
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (Ffontset_info): Pass new arg to map_char_table.Richard M. Stallman2003-05-171-2/+2
* | *** empty log message ***Juanma Barranquero2003-02-201-1/+1
* | (Fset_fontset_font): Document that NAME nil means the defaultKenichi Handa2003-02-201-2/+4
* | (check_fontset_name): If NAME is nil, return theKenichi Handa2003-02-201-3/+24
* | (syms_of_fontset): Setup Vfont_encoding_alist here.Kenichi Handa2003-01-171-0/+10
* | (Fset_fontset_font): Fix spacing.Juanma Barranquero2002-09-061-1/+1
* | (font_family_registry, fs_query_fontset):Ken Raeburn2002-07-161-4/+4
* | (Fset_fontset_font): Use SDATA instead of XSTRING()->data.Ken Raeburn2002-07-161-1/+1
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-19/+19
* | In src/:Andrew Choi2002-06-161-1/+1
* | * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-1/+1
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-2/+2
|/
* Fix typos, remove unnecessary space.Pavel Janík2001-12-121-23/+22
* Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.Pavel Janík2001-11-141-10/+0
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-86/+86
* (fontset_font_pattern): Remove unused variable `family_registry'.Pavel Janík2001-11-061-1/+0
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-16/+16
* (fs_load_font) [WINDOWSNT && _MSC_VER]: DisableAndrew Innes2001-10-181-0/+8
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-8/+8
* (Ffontset_info): Check that face is non-nullGerd Moellmann2001-05-161-1/+1
* (syms_of_fontset): Describe highlight-wrong-size-fontKenichi Handa2001-03-131-12/+2
* (Fnew_fontset): Fix handling of the case that anKenichi Handa2001-02-241-4/+11
* * fontset.c (fontset_pattern_regexp): Allocate three more bytes toAndrew Choi2001-01-281-1/+1
* (font_family_registry): Even if FONTNAME conform toKenichi Handa2001-01-281-22/+30
* (fontset_ref): Remove unused variable `i'.Eli Zaretskii2001-01-021-14/+8
* (syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10Jason Rumney2000-10-271-1/+1
* (syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of defaultJason Rumney2000-10-231-1/+5
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-0/+6
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-0/+1
* (Finternal_char_font): Search only the selected frame for a window ofKenichi Handa2000-08-181-1/+1
* (fontset_ref): Remove INLINE declaration.Kenichi Handa2000-07-241-14/+18
* (AREF, ASIZE): Remove definitions.Gerd Moellmann2000-07-131-4/+0