Avoid decode-char in top-level code
[bpt/emacs.git] / src /
2002-05-23 Kenichi Handa(Fdefine_charset_internal): Fix argument to bzero.
2002-05-23 Kenichi Handa(Fdefine_coding_system_internal): Fix previous change.
2002-05-23 Kenichi Handa(lisp): Change cyrillic.elc to cyrillic.el,
2002-05-23 Kenichi Handa*** empty log message ***
2002-05-22 Kenichi Handa(decode_coding_charset): Fix previous change.
2002-05-22 Kenichi Handa(decode_coding_charset): Adjusted for the change of
2002-05-22 Kenichi Handa*** empty log message ***
2002-05-22 Kenichi Handa(Fmake_char): Fix previous change.
2002-05-21 Kenichi HandaIf CODE1 is nil, use the minimum code of the charset.
2002-05-21 Kenichi Handa*** empty log message ***
2002-05-21 Kenichi Handa(emacs_mule_char): Fix previous change.
2002-05-21 Kenichi Handa(ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
2002-05-21 Kenichi Handa(Fdefine_charset_internal): Fix bug for the case of...
2002-05-20 Kenichi Handa(encode_coding_iso_2022): If coding requires safe
2002-05-20 Kenichi Handa*** empty log message ***
2002-05-17 Dave Love*** empty log message ***
2002-05-17 Dave Love(XSetIMValues): Declare.
2002-05-17 Dave Love(print_object): Fix print format for 64-bit
2002-05-17 Dave Love(modify_event_symbol): Fix print format for 64-bit
2002-05-17 Dave Love(emacs_strerror): Declare.
2002-05-17 Dave Love(Fclear_face_cache): Declare.
2002-05-17 Dave Love(string_escape_byte8): Declare.
2002-05-17 Dave Love(Vchar_coding_system_table, Qchar_coding_system):
2002-05-17 Dave Love(load_charset_map, load_charset_map_from_file): Remove
2002-05-16 Dave Love*** empty log message ***
2002-05-16 Dave Love(C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
2002-05-16 Kenichi Handa*** empty log message ***
2002-05-16 Kenichi Handa(string_escape_byte8): Make multibyte string with corre...
2002-05-15 Kenichi Handa(Fmake_char): Delete unnecessary code.
2002-05-15 Kenichi Handa*** empty log message ***
2002-05-14 Kenichi Handa(encode_coding_object): Give correct arguments ot
2002-05-14 Kenichi Handa(x_encode_text): Allocate coding.destination here, and
2002-05-14 Kenichi Handa(Fset_buffer_multibyte): Convert 8-bit bytes to
2002-05-14 Kenichi Handa(decode_coding_object): Move point to coding->dst_pos...
2002-05-14 Kenichi Handa(fs_load_font): Check fontp->full_name (not fontname)
2002-05-14 Kenichi Handa(JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
2002-05-14 Kenichi Handa(Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
2002-05-14 Kenichi Handa(Fmap_charset_chars): Fix docstring.
2002-05-14 Kenichi Handa(Fmake_char): Make it more backward compatible.
2002-05-13 Dave Love*** empty log message ***
2002-05-13 Dave LoveDoc fixes.
2002-05-13 Kenichi Handa*** empty log message ***
2002-05-13 Kenichi Handa(free_realized_fontsets): Call Fclear_face_cache instead
2002-05-10 Kenichi Handa(coding_set_source): Delete the local variable beg_byte.
2002-05-10 Kenichi Handa(struct charset): New member `code_space_mask'.
2002-05-10 Kenichi Handa(load_charset_map): Fix previous change.
2002-05-09 Dave Love(coding_inherit_eol_type)
2002-05-09 Dave Love(generate_ascii_font): Fix return type.
2002-05-09 Dave Love(syntax_temp) [!__GNUC__]: Declare.
2002-05-09 Dave Love(generate_ascii_font): Fix arg declaration.
2002-05-08 Kenichi Handa(decode_coding_charset, encode_coding_charset): Handle
2002-05-08 Kenichi Handa*** empty log message ***
2002-05-07 Kenichi Handa(boyer_moore): Fix handling of mulitbyte character...
2002-05-07 Kenichi Handa*** empty log message ***
2002-05-07 Kenichi Handa*** empty log message ***
2002-05-07 Kenichi Handa(display_mode_element): When the variable `elt' is
2002-05-07 Kenichi Handa(try_font_list): Give higher priority to fontset's
2002-05-07 Kenichi Handa(Finsert_file_contents): Set coding_system instead of
2002-05-07 Kenichi Handa(coding_alloc_by_making_gap): Check the case that the
2002-05-07 Kenichi Handa(struct charset_map_entries): New struct.
2002-05-07 Kenichi Handa(Fcall_process): Be sure to give the current buffer
2002-05-07 Kenichi Handa(Fset_buffer_multibyte): Fix 8-bit char handling.
2002-04-09 Kenichi Handa(display_mode_element): Fix calculation of `bytepos'.
2002-04-09 Kenichi Handa(Finsert_file_contents): Fix calculation of `inserted'.
2002-04-09 Kenichi Handa*** empty log message ***
2002-03-11 Kenichi Handa(produce_chars): Set the variable `multibytep' correctly.
2002-03-11 Kenichi Handa*** empty log message ***
2002-03-08 Kenichi Handa*** empty log message ***
2002-03-08 Kenichi Handa(insert_from_gap): Call record_insert.
2002-03-08 Kenichi Handa(encode_coding_utf_8): Initialize produced_chars to 0.
2002-03-08 Kenichi Handa*** empty log message ***
2002-03-05 Kenichi Handa*** empty log message ***
2002-03-05 Kenichi Handa(parse_charset_map): Remove an unused variable.
2002-03-05 Kenichi Handa(SET_RAW_SYNTAX_ENTRY): Don't call make_number.
2002-03-05 Kenichi Handa(Finsert_file_contents): Set coding_system to Qnil
2002-03-05 Kenichi Handa* coding.c: Delete unused variables.
2002-03-05 Kenichi Handa(sub_char_table_set_range): Optimized for the case
2002-03-05 Kenichi Handa(CHAR_VALID_P): Don't call CHARACTERP.
2002-03-05 Kenichi Handa(c_string_width): Add return type `int'.
2002-03-05 Kenichi Handa(casify_region): Fix multibyte case.
2002-03-01 Kenichi HandaDon't include "charset.h".
2002-03-01 Kenichi Handa*** empty log message ***
2002-03-01 Kenichi HandaInclude "character.h".
2002-03-01 Kenichi HandaMostly re-written.
2002-03-01 Kenichi HandaInclude "character.h".
2002-03-01 Kenichi HandaInclude "character.h" instead of "charset.h".
2002-03-01 Kenichi HandaInclude "character.h".
2002-03-01 Kenichi Handa(x_new_font): Adjusted for the change of FS_LOAD_FONT.
2002-03-01 Kenichi HandaInclude "buffer.h" and "character.h".
2002-03-01 Kenichi Handa(SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
2002-03-01 Kenichi HandaInclude "character.h" instead of "charset.h".
2002-03-01 Kenichi HandaInclude "character.h" instead of "charset.h".
2002-03-01 Kenichi Handa* regex.c: Include "character.h" instead of "charset.h".
2002-03-01 Kenichi Handa(BASE_PURESIZE): Increased.
2002-03-01 Kenichi HandaInclude "character.h" instead of "charset.h".
2002-03-01 Kenichi Handa* print.c: Include "character.h" instead of "charset.h".
2002-03-01 Kenichi HandaInclude "character.h".
2002-03-01 Kenichi Handa(enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
2002-03-01 Kenichi Handa(describe_char_table): Extern it.
2002-03-01 Kenichi HandaInclude "character.h".
next