aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Ffontset_info): Make the return value more compatibleKenichi Handa2000-07-101-4/+17
* (FONTSET_ASCII): Use the first element of char tableKenichi Handa2000-06-201-19/+16
* (Fset_fontset_font): The arg CHARACTER may be a charset.Kenichi Handa2000-06-081-0/+10
* (check_registry_encoding): This function deleted.Kenichi Handa2000-05-261-31/+16
* (syms_of_fontset): Adjust the font name for ascii ofKenichi Handa2000-05-261-1/+2
* (fontset_ref): Use SPLIT_CHAR instead ofKenichi Handa2000-05-201-3/+3
* (Ffontset_info): ...and another.Dave Love2000-05-181-1/+1
* (Ffontset_info): Fix newline in doc.Dave Love2000-05-181-1/+1
* Include "buffer.h".Kenichi Handa2000-05-171-74/+182
* (fs_load_font): By default, use 0x00..0x7f for ASCII.Kenichi Handa2000-05-011-2/+4
* (Fset_fontset_font): Fix docstring. Local variableKenichi Handa2000-04-201-12/+12
* (make_fontset_for_ascii_face): Use XINT on return value.Ken Raeburn2000-04-081-2/+2
* (Fset_fontset_font, Ffontset_font): Fix newlines in doc string.Dave Love2000-03-211-9/+9
* All codes rewritten or adjusted for the change ofKenichi Handa2000-03-211-452/+917
* (Vvertical_centering_font_regexp): New variable.Kenichi Handa1999-12-151-4/+17
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-33/+33
* (Ffont_info): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-12/+6
* (Fset_fontset_font): Fix previous change.Kenichi Handa1999-04-121-1/+1
* (Fquery_fontset): Check for fontset aliases here.Kenichi Handa1999-04-101-6/+7
* (Fquery_fontset): Don't check for fontset aliases here.Richard M. Stallman1999-04-071-15/+14
* Include frame.h before fontset.h.Kenichi Handa1998-10-211-3/+5
* (fs_load_font): Typo in comments fixed.Kenichi Handa1998-07-091-1/+1
* (find_ccl_program_func): New variable.Kenichi Handa1998-04-151-20/+20
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-3/+1
* (fontset_pattern_regexp): `==' was used instead of `='.Richard M. Stallman1998-03-101-1/+1
* (free_fontset_data): Don't free null pointer.Richard M. Stallman1997-11-251-10/+13
* Protoize functions declarations.Andreas Schwab1997-11-211-6/+8
* (Valternate_fontname_alist): Name changed fromKenichi Handa1997-08-221-5/+5
* (Vignore_relative_composition): New variable.Kenichi Handa1997-08-101-1/+13
* (syms_of_fontset): Doc fixes.Richard M. Stallman1997-08-051-13/+11