aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Vvertical_centering_font_regexp): New variable.Kenichi Handa1999-12-151-4/+17
| | | | | | | (syms_of_fontset): Declare it as a Lisp variable and initialize. Set Vignore_relative_composition to nil. (fs_load_font): Initialize `vertical_centering' of struct font_info.
* 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
| | | | (Ffontset_info): DItto.
* (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
| | | | (Fnew_fontset, Fset_fontset_font): Don't check for them here.
* (Fquery_fontset): Don't check for fontset aliases here.Richard M. Stallman1999-04-071-15/+14
| | | | | | (Fnew_fontset, Fset_fontset_font): Check for them here. (Ffontset_info, Fnew_fontset, Fset_fontset_font): Fix error message syntax.
* Include frame.h before fontset.h.Kenichi Handa1998-10-211-3/+5
| | | | (list_fonts_func): Fix prototype.
* (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
| | | | | | (fs_load_font): Call a function pointed by find_ccl_program_func instead of finding CCL program to encode a character by itself. (Fquery_fontset): New optional 2nd arg REGEXPP. Callers changed.
* 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
| | | | | Valternative_fontname_alist. (syms_of_fontset): Adjusted for the above change.
* (Vignore_relative_composition): New variable.Kenichi Handa1997-08-101-1/+13
| | | | | (syms_of_fontset): Doc-string of use-default-ascent modified. Declare ignore-relative-composition as a Lisp variable.
* (syms_of_fontset): Doc fixes.Richard M. Stallman1997-08-051-13/+11
|
* (syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.Kenichi Handa1997-07-251-1/+1
|
* (Ffont_info): Make vector of correct size.Kenichi Handa1997-07-091-1/+1
|
* (font_idx_temp): New temprary variable used in FS_LOAD_FONT.Kenichi Handa1997-06-211-1/+7
|
* Change copyright notices.Richard M. Stallman1997-06-201-3/+2
|
* (list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed.Richard M. Stallman1997-06-091-5/+5
|
* (fs_load_font): Before using a fontset, be sure toKenichi Handa1997-05-281-35/+52
| | | | | | load the ASCII font of the fontset. Size and height of a fontset is set to the same as those of the ASCII font of the fontset. Use macro FONT_ENCODING_NOT_DECIDED.
* (fs_load_font): Modified to cope with the above changeKenichi Handa1997-05-191-1/+1
| | | | in x_load_font (xterm.c).
* (fontset_pattern_regexp): Cast to (char *) beforeKenichi Handa1997-05-161-1/+1
| | | | assigning to P0.
* (Vfontset_alias_alist): New variable.Kenichi Handa1997-05-101-36/+35
| | | | | | | | | | | (fontset_pattern_regexp): Delete code for handling nickname of a fonset. It is now handled in Fquery_fontset by consulting Vfontset_alias_alist. (Fquery_fontset): Handle Vfontset_alias_alist. (syms_of_fontset): Terminate each line by `\n\' in doc-string of alternate-fontname-alist. Declare Lisp valiable fontset-alias-alist. Doc-string of highlight-wrong-size-font and clip-large-size-font modified.
* (Vhighlight_wrong_size_font, Vclip_large_size_font):Kenichi Handa1997-04-071-0/+13
| | | | | New variables. (syms_of_fontset): Declare them as Lisp variables.
* (Valternative_fontname_alist): New variable.Kenichi Handa1997-03-191-1/+7
| | | | (syms_of_fontset): Declare Lisp variable alternative-fontname-alist.
* Adjusted for the change of MAX_CHARSET.Kenichi Handa1997-03-181-7/+7
|
* (syms_of_fontset): Intern Qfontset. Declare new lispKenichi Handa1997-02-271-11/+25
| | | | | | | | | | | variable use-default-ascent. (Vuse_default_ascent): New variable. (Ffont_info): Return also the value of default-ascent of a font. (fs_load_font): Disable updating fontsetp->height by non-ASCII character sets. This should be enabled when Emacs supports variable height lines. (fs_load_font, Fset_fontset_font): Bug fix to cope with the change of charsets to symbols.
* Fix FSF address in comment.Karl Heuer1997-02-231-12/+14
|
* Initial revisionKarl Heuer1997-02-201-0/+819