update.
[chise/xemacs-chise.git-] / src /
2001-09-07 tomoupdate.
2001-09-07 tomo(XCHARSET_CELL_RANGE): New inline function.
2001-09-07 tomoupdate.
2001-09-07 tomo(get_char_table): Use `get_char_id_table' in XEmacs...
2001-09-07 tomoupdate.
2001-09-07 tomo(get_char_id_table): New inline function.
2001-09-07 tomo(get_char_id_table): Moved to chartab.h as an inline...
2001-09-07 tomoupdate.
2001-09-07 tomo(decode_char_table_range): New prototype in XEmacs...
2001-09-07 tomo(put_char_id_table): Moved to chartab.h as an inline...
2001-09-07 tomoupdate.
2001-09-07 tomo(put_char_id_table): Use `put_char_table'.
2001-09-07 tomoupdate.
2001-09-07 tomo(map_over_uint8_byte_table): Delete argument `ccs'.
2001-09-06 tomo(struct map_char_table_for_charset_arg): New structure.
2001-09-06 tomoupdate.
2001-09-06 tomo(map_char_table): Check a character is found in range...
2001-09-06 tomoupdate.
2001-09-06 tomo(map_char_id_table): Deleted.
2001-09-05 tomoMerge r21-2-41-syntax-1.
2001-08-31 tomoupdate.
2001-08-31 tomo(get_char_id_table): Change interface.
2001-08-31 tomoSync up with r21-2-41.
2001-08-31 tomo(put_char_ccs_code_point): Modify for interface change of
2001-08-31 tomo(put_char_id_table): Change interface.
2001-08-31 tomo(get_char_id_table): Change interface.
2001-08-19 tomoupdate.
2001-08-19 tomo(map_over_uint8_byte_table): Change arguments; add...
2001-08-17 tomoupdate.
2001-08-17 tomo(map_over_uint8_byte_table): Change interface of mappin...
2001-08-16 tomoupdate.
2001-08-16 tomo(complex_vars_of_chartab): Move setting code of
2001-08-16 tomoMove char-it-table related codes to chartab.c.
2001-08-16 tomoInclude "char-ucs.h" if --with-utf-2000 is specified.
2001-08-16 tomoMove char-id-table related code from mule-charset.c.
2001-08-16 tomo(Qucs): New external variable.
2001-08-15 tomoSync up with r21-2-41.
2001-08-15 tomoupdate.
2001-08-15 tomo(Vcharset_ucs_jis): New variable.
2001-08-15 tomo(LEADING_BYTE_UCS_JIS): New macro.
2001-08-15 tomoSync up with r21-2-40.
2001-08-14 tomoSync up with r21-2-39.
2001-08-13 tomoupdate.
2001-08-12 tomo(map_over_uint8_byte_table): New function.
2001-08-10 tomoupdate.
2001-08-10 tomo(Ffind_char): New function in XEmacs UTF-2000.
2001-08-07 tomoupdate.
2001-08-07 tomo(Vcharset_chinese_big5_cdp): New variable in XEmacs...
2001-08-07 tomo(LEADING_BYTE_CHINESE_BIG5_CDP): New macro.
2001-07-26 tomoupdate.
2001-07-26 tomo(encode_builtin_char_1): Purge codes about
2001-07-26 tomo(MIN_CHAR_GREEK): Purged.
2001-07-24 tomoupdate.
2001-07-24 tomo(Qto_ucs): New variable.
2001-07-23 tomoupdate.
2001-07-23 tomo(Fdecode_char): Fixed.
2001-07-23 tomoupdate.
2001-07-23 tomo(complex_vars_of_mule_charset): Modify registry of...
2001-07-21 tomoupdate.
2001-07-21 tomo(Vcharset_ucs_big5): New variable.
2001-07-21 tomo(LEADING_BYTE_UCS_BIG5): New macro.
2001-07-21 tomoupdate.
2001-07-21 tomo(decode_builtin_char): Check Big5 code range which...
2001-07-16 tomoupdate.
2001-07-16 tomo(Vcharset_chinese_gb12345): New variable.
2001-07-16 tomo(MIN_LEADING_BYTE): Changed to -0x70.
2001-07-12 tomoupdate.
2001-07-12 tomo(Fdecode_builtin_char): Use `latin-viscii-lower' and
2001-07-12 tomoupdate.
2001-07-12 tomo(Fdecode_builtin_char): Comment out regularization...
2001-07-12 tomoupdate.
2001-07-11 tomo(decode_builtin_char): New function; renamed from ...
2001-07-11 tomo(decode_builtin_char): New prototype; renamed from
2001-07-11 tomoupdate.
2001-07-11 tomo(char_encode_big5): New function.
2001-07-11 tomo(detect_coding_big5): Fixed problem in XEmacs UTF-2000...
2001-07-11 tomoupdate.
2001-07-11 tomo(BYTE_BIG5_TWO_BYTE_1_P): Support private area 0x81...
2001-07-09 tomoupdate.
2001-07-09 tomo(Fdefine_char): Don't use a CCS property to generate...
2001-07-06 tomoupdate.
2001-07-06 tomo(MAX_LEADING_BYTE_PRIVATE): Fixed.
2001-07-06 tomoupdate.
2001-07-06 tomo(Vcharset_ideograph_gt): New variable.
2001-07-06 tomo(LEADING_BYTE_GT): New macro.
2001-06-14 tomoupdate.
2001-06-14 tomo(Fdefine_char): Delete cemented out code.
2001-06-14 tomo(XCHARVAL): New implementation for UTF-2000 to support...
2001-06-14 tomo(unsigned_int_converters): Add `c'.
2001-06-14 tomo(MIN_CHAR_DAIKANWA): Don't refer `MIN_CHAR_MOJIKYO'.
2001-06-14 tomoupdate.
2001-06-14 tomo(XCHARVAL): Cast the argument into EMACS_UINT.
2001-06-04 tomoupdate.
2001-06-04 tomo(Vcharset_ucs_cns): New variable.
2001-06-04 tomo(LEADING_BYTE_UCS_CNS): New macro.
2000-12-11 tomoupdate.
2000-12-11 tomo(search_buffer): Make `charset_base_code' as character...
2000-12-09 tomoupdate.
2000-12-09 tomo(search_buffer): Use charset-id as charset_base_code...
2000-12-09 tomo(vars_of_emacs): Convert XEMACS_CODENAME to internal...
next