(Fput_char_attribute): Don't make mapping-table if ATTRIBUTE is `ucs'
[chise/xemacs-chise.git-] / src / mule-charset.c
2000-03-20 tomo(Fput_char_attribute): Don't make mapping-table if...
2000-02-24 tomo(Vcharset_mojikyo): New variable.
2000-02-08 tomo(remove_char_attribute): New function.
2000-02-03 tomo(Fdefine_char): Fix problem when new code-point format...
2000-01-31 tomo(make_builtin_char): New function.
2000-01-28 tomo(Qucs): Delete duplicated definition.
2000-01-28 tomo(Vcharset_ucs): New variable.
2000-01-27 tomo(charset_code_point): Moved to char-ucs.h.
2000-01-26 tomo(vars_of_mule_charset): Update `utf-2000-version' to
2000-01-26 tomo(Fput_char_attribute): Use <Lisp_Object> (integer)...
2000-01-20 tomo(complex_vars_of_mule_charset): Don't define `japanese...
2000-01-19 tomoSync up with r21-2-27.
2000-01-19 tomoMerge r21-2-24-utf-2000-0_13-0.
2000-01-18 tomo(vars_of_mule_charset): Update `utf-2000-version' to...
2000-01-15 tomo(split_builtin_char): Delete builtin support for `katak...
2000-01-06 tomoXEmacs 21.2.22 "Mercedes".
1999-12-24 tomo(Vcharset_mojikyo_pj_[1 .. 21]): New variable.
1999-11-18 tomo(Vcharset_japanese_jisx0208_1990): New variable.
1999-11-16 tomo(Fget_char_attribute): Forgot to `CHECK_CHAR'.
1999-11-15 tomo(Vcharset_ideograph_daikanwa): New variable.
1999-11-15 tomo(Fput_char_attribute): Forgot to `CHECK_CHAR'.
1999-11-14 tomo(Qsquare): New variable.
1999-11-14 tomo(Qcircle): New variable.
1999-11-14 tomo(Qfont): New variable.
1999-11-14 tomo(Qsub): New variable.
1999-11-14 tomo(Fput_char_attribute): Convert each element of VALUE...
1999-11-14 tomo(Fput_char_attribute): Allow GR code-point if a coded...
1999-11-13 tomo(Fput_char_attribute): Check each element of VALUE...
1999-11-13 tomo(Vcharset_ethiopic_ucs): New variable in UTF-2000.
1999-11-13 tomo(Fset_charset_mapping_table): Fix problem with `ascii'.
1999-11-12 tomo(Vcharacter_variant_table): New variable.
1999-11-12 tomo(get_char_code_table): Allow negative character code.
1999-11-12 tomo(Fchar_attribute_alist): Check the argument is a charac...
1999-11-12 tomo(range_charset_code_point): Must use make_int.
1999-11-12 tomo(char_byte_table): Change name from "char-code-table" to
1999-11-11 tomoXEmacs 21.2.20 "Yoko".
1999-11-10 tomo(Fmake_charset): Setup byte_offset for {94|96}^n-set.
1999-11-09 tomo(Fdefine_char): Fix problem with non-UCS character.
1999-11-09 tomo(Fget_char_attribute): If ATTRIBUTE is a name of charse...
1999-10-29 tomo(Fcharset_name): Define `byte_offset' in non-UTF-2000...
1999-10-29 tomo(mark_charset): `cs->encoding_table' has been deleted.
1999-10-29 tomo(charset_get_byte1): Deleted.
1999-10-28 tomo(range_charset_code_point): New function.
1999-10-27 tomo(Fmake_charset): Delete unused local variable `code_off...
1999-10-27 tomo(vars_of_mule_charset): Update `utf-2000-version' to...
1999-10-27 tomo(Vcharacter_attribute_table): New variable.
1999-10-27 tomo(Fmake_charset): Just use `get_unallocated_leading_byte'.
1999-10-12 tomo(vars_of_mule_charset): Update `utf-2000-version' to...
1999-10-11 tomo(next_allocated_leading_byte): New variable in UTF...
1999-10-11 tomo(Fmake_charset): Allocate final-byte based charset...
1999-10-11 tomo(char_byte_table_equal): Fill braces to avoid ambiguous...
1999-10-10 tomo(Vdefault_coded_charset_priority_list_for_font): Deleted.
1999-10-10 tomo(Vcharset_latin_viscii): New variable.
1999-10-10 tomo(mark_char_byte_table): New function in UTF-2000.
1999-10-07 tomo(syms_of_mule_charset): Delete charset alias `vietnames...
1999-10-07 tomo(Qvietnamese_viscii_lower): New variable.
1999-10-04 tomo(put_byte_from_character_table): Change unit size from...
1999-10-03 tomo(destroy_byte_from_character_table): New macro.
1999-10-01 tomo(Vcharset_hiragana_jisx0208): New variable.
1999-09-27 tomo(CHAR96): Deleted.
1999-09-23 tomo(Fmake_reverse_direction_charset): Fix compile error...
1999-09-22 tomo(Vcharset_chinese_cns11643_3): Deleted [defined in...
1999-09-18 tomo(charset_get_byte1): Fix bug about 94- and 96-set.
1999-09-14 tomoUpdate `utf-2000-version' to 0.8 (Kami).
1999-09-14 tomo(latin_iso8859_2_to_ucs NULL): Add pseudo definition...
1999-09-13 tomo(latin_a_char_to_charset): Deleted.
1999-09-13 tomo(make_charset): Add new argument `ucs_min', `ucs_max...
1999-09-13 tomo(Vdefault_coded_charset_priority_list): Renamed from
1999-09-13 tomo(charset_get_byte1): New function.
1999-09-12 tomo(make_charset): Initialize `CHARSET_TO_BYTE1_TABLE...
1999-09-12 tomo(ucs_to_latin_jisx0201): Deleted.
1999-09-11 tomo(make_charset): Delete argument `rep_bytes'.
1999-09-10 tomo(vars_of_mule_charset): Update `utf-2000-version' to...
1999-09-10 tomo(make_charset): Don't set up CHARSET_REP_BYTES in UTF...
1999-09-09 tomo(Vcharset_latin_viscii_lower): New variable.
1999-09-08 tomo(Fmake_char): Fix problem of 256-set.
1999-09-06 tomo(vars_of_mule_charset): Fixed comment of `utf-2000... r21-2-19-utf-2000-0_6-0
1999-09-06 tomo(vars_of_mule_charset): Update `utf-2000-version' to...
1999-09-01 tomo(Vcharset_ucs_bmp): New variable in UTF-2000.
1999-08-30 tomo(Vcharset_chinese_cns11643_3): New variable in UTF2000.
1999-08-27 tomoSync up with r21-2-19-tomo-6.
1999-08-26 tomoSync up with r21-2-19-tomo-4.
1999-08-25 tomo(syms_of_mule_charset): Update to 0.4 (Shin-Imamiya).
1999-08-24 tomoSync up with r21-2-19-tomo-3.
1999-08-12 tomoXEmacs 21.2.19 "Shinjuku".
1999-07-05 tomoContents of release-21-2 at 1999-07-05-18.
1999-06-24 tomoContents in latest XEmacs 21.2 at 1999-06-24-19.
1999-06-17 tomo(Bytecount rep_bytes_by_first_byte): Don't define in...
1999-06-17 tomoContents of release-21-2 in 1999-06-17-23.
1999-06-17 tomo(rep_bytes_by_first_byte): Modify for conventional...
1999-06-17 tomoSync with r21-2-16.
1999-06-15 tomo(non_ascii_set_charptr_emchar): Don't define local...
1999-06-10 tomo(rep_bytes_by_first_byte): Modified for character repre...
1999-06-09 tomoContents in latest XEmacs 21.2 at 1999-06-09-16.
1999-06-04 tomoContents in 1999-06-04-13 of release-21-2.
1999-05-17 tomoXEmacs 21.2.14.
1999-05-17 tomoXEmacs 21.2.13
1999-05-17 tomoXEmacs 21.2.11
1999-05-17 tomoXEmacs 21.2.5
1999-05-17 tomoXEmacs 21.2.4
next