- 31 Jan, 2003 3 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 30 Jan, 2003 7 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
temporarily.
-
Kenichi Handa authored
(syms_of_charset): Defsubr it.
-
Kenichi Handa authored
with the last arg charset_list acquired from coding. (Fdefine_coding_system_internal): For ccl-based coding system, fix the attribute coding_attr_ccl_valids.
-
Kenichi Handa authored
member coding_arg_ccl_decoder to coding_arg_max.
-
Kenichi Handa authored
-
Kenichi Handa authored
(ccl_driver): New arg CHARSET_LIST. Use the above macros instead of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET. (Fccl_execute): Call ccl_driver with the last arg Qnil. (Fccl_execute_on_string): Likewise.
-
- 21 Jan, 2003 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 11 Jan, 2003 4 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 10 Jan, 2003 14 commits
-
-
Dave Love authored
weak.
-
Kenichi Handa authored
-
Kenichi Handa authored
the two German lines into one. Change "Nederlangs" to "Dutch (Nederlands)". Add original language names to several entries.
-
Kenichi Handa authored
-
Kenichi Handa authored
unicode fonts for ASCII characters. (x-decompose-font-name): Don't try to resolve PATTERN by x-resolve-font-name. (x-complement-fontset-spec): Never prepend an ASCII font. (create-fontset-from-fontset-spec): If a fontset of the same name already exists, override it instead of signalling an error. Don't turn `ascii' into `latin'. Don't update fontset-alias-alist here.
-
Kenichi Handa authored
-
Kenichi Handa authored
function. (print-fontset): Use print-fontset-element to print the elements of a fontset. Use it also to print fonts fallen back to the default fontsets.
-
Kenichi Handa authored
-
Kenichi Handa authored
string. Use new_fontset_from_font_name to create a fontset from a font name.
-
Kenichi Handa authored
of x_new_fontset. (Fx_create_frame): Don't call x_new_fontset here. Just use x_list_fonts to check the existence of fonts.
-
Kenichi Handa authored
(font_name_registry): Don't extern them. (split_font_name_into_vector, build_font_name_from_vector): Extern them.
-
Kenichi Handa authored
(new_fontset_from_font_name): Extern it.
-
Kenichi Handa authored
(Qfontset_info): New variable. (syms_of_fontset): Defsym it. (FONTSET_FALLBACK): New macro. (fontset_face): Try also the default fontset. (make_fontset): Realize a fallback fontset from the default fontset. (generate_ascii_font_name): Moved from xfaces.c. Rewritten by using split_font_name_into_vector and build_font_name_from_vector. (Fset_fontset_font): Access the elements of font_spec by enum FONT_SPEC_INDEX. If font_spec is a string, extract the registry name by using split_font_name_into_vector. (Fnew_fontset): If no ASCII font is specified in FONTLIST, generate a proper font name from the fontset name. Update Vfontset_alias_alist. (n_auto_fontsets): New variable. (new_fontset_from_font_name): New function. (Ffont_info): Store the information about fonts generated from the default fontset in the first extra slot of the returned char-table.
-
Kenichi Handa authored
(font_name_registry): Function deleted. (split_font_name_into_vector): New function. (build_font_name_from_vector): New function. (font_list): The argument REGISTRY is now a list of registry names. (choose_face_font): If we are choosing an ASCII font, and ATTRS specifies an explicit font name, return the name as is. Make a list of registy names.
-
- 09 Jan, 2003 1 commit
-
-
Kenichi Handa authored
-
- 07 Jan, 2003 9 commits
-
-
Dave Love authored
-
Dave Love authored
Use coding-system-type, coding-system-charset-list. (standard-keyboard-coding-systems): Deleted. (set-locale-environment): Maybe set keyboard coding system. Avoid typical warning about codeset in C locale.
-
Dave Love authored
-
Dave Love authored
multibyte-char-to-unibyte.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
set it to nil before returning.
-
Dave Love authored
-
Kenichi Handa authored
-