| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Vvertical_centering_font_regexp): New variable. | Kenichi Handa | 1999-12-15 | 1 | -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 engine | Ken Raeburn | 1999-10-25 | 1 | -33/+33 |
| | | |||||
| * | (Ffont_info): Change for Lisp_Object selected_frame. | Gerd Moellmann | 1999-09-13 | 1 | -12/+6 |
| | | | | | (Ffontset_info): DItto. | ||||
| * | (Fset_fontset_font): Fix previous change. | Kenichi Handa | 1999-04-12 | 1 | -1/+1 |
| | | |||||
| * | (Fquery_fontset): Check for fontset aliases here. | Kenichi Handa | 1999-04-10 | 1 | -6/+7 |
| | | | | | (Fnew_fontset, Fset_fontset_font): Don't check for them here. | ||||
| * | (Fquery_fontset): Don't check for fontset aliases here. | Richard M. Stallman | 1999-04-07 | 1 | -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 Handa | 1998-10-21 | 1 | -3/+5 |
| | | | | | (list_fonts_func): Fix prototype. | ||||
| * | (fs_load_font): Typo in comments fixed. | Kenichi Handa | 1998-07-09 | 1 | -1/+1 |
| | | |||||
| * | (find_ccl_program_func): New variable. | Kenichi Handa | 1998-04-15 | 1 | -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 Schwab | 1998-04-14 | 1 | -3/+1 |
| | | |||||
| * | (fontset_pattern_regexp): `==' was used instead of `='. | Richard M. Stallman | 1998-03-10 | 1 | -1/+1 |
| | | |||||
| * | (free_fontset_data): Don't free null pointer. | Richard M. Stallman | 1997-11-25 | 1 | -10/+13 |
| | | |||||
| * | Protoize functions declarations. | Andreas Schwab | 1997-11-21 | 1 | -6/+8 |
| | | |||||
| * | (Valternate_fontname_alist): Name changed from | Kenichi Handa | 1997-08-22 | 1 | -5/+5 |
| | | | | | | Valternative_fontname_alist. (syms_of_fontset): Adjusted for the above change. | ||||
| * | (Vignore_relative_composition): New variable. | Kenichi Handa | 1997-08-10 | 1 | -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. Stallman | 1997-08-05 | 1 | -13/+11 |
| | | |||||
| * | (syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil. | Kenichi Handa | 1997-07-25 | 1 | -1/+1 |
| | | |||||
| * | (Ffont_info): Make vector of correct size. | Kenichi Handa | 1997-07-09 | 1 | -1/+1 |
| | | |||||
| * | (font_idx_temp): New temprary variable used in FS_LOAD_FONT. | Kenichi Handa | 1997-06-21 | 1 | -1/+7 |
| | | |||||
| * | Change copyright notices. | Richard M. Stallman | 1997-06-20 | 1 | -3/+2 |
| | | |||||
| * | (list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed. | Richard M. Stallman | 1997-06-09 | 1 | -5/+5 |
| | | |||||
| * | (fs_load_font): Before using a fontset, be sure to | Kenichi Handa | 1997-05-28 | 1 | -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 change | Kenichi Handa | 1997-05-19 | 1 | -1/+1 |
| | | | | | in x_load_font (xterm.c). | ||||
| * | (fontset_pattern_regexp): Cast to (char *) before | Kenichi Handa | 1997-05-16 | 1 | -1/+1 |
| | | | | | assigning to P0. | ||||
| * | (Vfontset_alias_alist): New variable. | Kenichi Handa | 1997-05-10 | 1 | -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 Handa | 1997-04-07 | 1 | -0/+13 |
| | | | | | | New variables. (syms_of_fontset): Declare them as Lisp variables. | ||||
| * | (Valternative_fontname_alist): New variable. | Kenichi Handa | 1997-03-19 | 1 | -1/+7 |
| | | | | | (syms_of_fontset): Declare Lisp variable alternative-fontname-alist. | ||||
| * | Adjusted for the change of MAX_CHARSET. | Kenichi Handa | 1997-03-18 | 1 | -7/+7 |
| | | |||||
| * | (syms_of_fontset): Intern Qfontset. Declare new lisp | Kenichi Handa | 1997-02-27 | 1 | -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 Heuer | 1997-02-23 | 1 | -12/+14 |
| | | |||||
| * | Initial revision | Karl Heuer | 1997-02-20 | 1 | -0/+819 |