log

age author description
Sat, 20 May 2000 00:09:21 +0000 Kenichi Handa (rmail-decode-quoted-printable): Use delete-region
Sat, 20 May 2000 00:08:10 +0000 Kenichi Handa (selection_data_to_lisp_data): Setup members
Sat, 20 May 2000 00:07:43 +0000 Kenichi Handa (get_next_display_element): Handle 8-bit characters
Sat, 20 May 2000 00:07:08 +0000 Kenichi Handa (Fw32_set_clipboard_data): Setup members
Sat, 20 May 2000 00:06:41 +0000 Kenichi Handa (w32_to_x_font): Setup members src_multibyte and
Sat, 20 May 2000 00:05:51 +0000 Kenichi Handa (Fw16_set_clipboard_data): Setup members
Sat, 20 May 2000 00:05:26 +0000 Kenichi Handa (produce_special_glyphs): Use CHAR_BYTES instead of
Sat, 20 May 2000 00:05:02 +0000 Kenichi Handa (wordify): Use FETCH_STRING_CHAR_ADVANCE
Sat, 20 May 2000 00:04:37 +0000 Kenichi Handa (Fstart_process): GCPRO current_dir before calling
Sat, 20 May 2000 00:04:05 +0000 Kenichi Handa (print_object): Use FETCH_STRING_CHAR_ADVANCE
Sat, 20 May 2000 00:03:54 +0000 Stefan Monnier *** empty log message ***
Sat, 20 May 2000 00:03:42 +0000 Kenichi Handa (read1): On reading multibyte string, be sure to make
Sat, 20 May 2000 00:03:16 +0000 Kenichi Handa (Fsingle_key_description): Use SPLIT_CHAR instead of
Sat, 20 May 2000 00:01:34 +0000 Kenichi Handa (adjust_markers_for_record_delete): Deleted.
Sat, 20 May 2000 00:00:49 +0000 Kenichi Handa (fontset_ref): Use SPLIT_CHAR instead of
Fri, 19 May 2000 23:59:50 +0000 Kenichi Handa (concat): Handle 8-bit characters correctly.
Fri, 19 May 2000 23:59:27 +0000 Kenichi Handa (Finsert_file_contents): Setup src_multibyte and
Fri, 19 May 2000 23:59:04 +0000 Kenichi Handa (Fformat): Be sure to convert 8-bit characters to
Fri, 19 May 2000 23:58:37 +0000 Kenichi Handa (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
Fri, 19 May 2000 23:56:15 +0000 Kenichi Handa (enum iso_code_class_type): Member ISO_control_code is
Fri, 19 May 2000 23:54:56 +0000 Kenichi Handa (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl to
Fri, 19 May 2000 23:54:05 +0000 Kenichi Handa (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
Fri, 19 May 2000 23:52:27 +0000 Kenichi Handa (Qeight_bit_control, Qeight_bit_graphic): New
Fri, 19 May 2000 23:51:55 +0000 Kenichi Handa (CCL_WRITE_CHAR): Be sure to write single byte characters
Fri, 19 May 2000 23:51:29 +0000 Kenichi Handa (Fmodify_category_entry): Use SPLIT_CHAR, not
Fri, 19 May 2000 23:51:10 +0000 Kenichi Handa (Fcall_process): Always encode an argument string if
Fri, 19 May 2000 23:50:52 +0000 Kenichi Handa (Fbyte_code): If arg BYTESTR is multibyte, convert it
Fri, 19 May 2000 23:50:26 +0000 Kenichi Handa (advance_to_char_boundary): Don't use DEC_POS to find a
Fri, 19 May 2000 23:49:35 +0000 Kenichi Handa (Fmake_byte_code): If BYTECODE-STRING is multibyte,
Fri, 19 May 2000 23:48:03 +0000 Kenichi Handa (fns.o): Depend on charset.h.