(ENCODE_ISO_CHARACTER): Pay attention to
[bpt/emacs.git] / src /
1998-01-30 Kenichi Handa(ENCODE_ISO_CHARACTER): Pay attention to
1998-01-30 Kenichi Handa(Fsubstitute_command_keys): Declare length_byte out of
1998-01-28 Kenichi Handa(DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
1998-01-28 Kenichi Handa(syms_of_data): Register multibyte-string-p as a Lisp
1998-01-28 Kenichi Handa(fast_string_match): Give re_search byte size of
1998-01-27 Richard M. Stallman(file_name_as_directory): For an empty name, return...
1998-01-27 Richard M. Stallman(Fcall_process): Test only args past args[4] for multib...
1998-01-27 Richard M. Stallman(message_dolog): Cast M to unsigned char * to access...
1998-01-27 Richard M. Stallman(command_loop_1): Run post-command-hook before,
1998-01-26 Richard M. Stallman(compare_window_configurations): New function.
1998-01-26 Richard M. Stallman(internal_equal): Use compare_window_configurations.
1998-01-26 Richard M. Stallman(standard_args): Add "-unibyte" aka "--unibyte".
1998-01-26 Richard M. Stallman(Funintern): Clear the symbol's obarray field.
1998-01-25 Richard M. StallmanComment change.
1998-01-25 Richard M. Stallman(back_comment): Move the find_defun_start call
1998-01-23 Kenichi HandaDelete garbage line "int use_dialog_box".
1998-01-22 Stephen Eglen(Fread-string): Doc fix.
1998-01-22 Richard M. Stallman(SYSTEM_MALLOC): Defined.
1998-01-22 Kenichi Handa(Finsert_file_contents): Fix previous change.
1998-01-22 Kenichi Handa(adjust_before_replace, adjust_after_replace): New
1998-01-22 Kenichi Handa(Fcall_process): Use raw-text instead of emacs-mule
1998-01-22 Kenichi Handa(detect_coding_system): Extern it.
1998-01-22 Kenichi Handa(Vccl_translation_table_vector, Qccl_program,
1998-01-22 Kenichi HandaDefinition of macros CCL_STAT_XXX are moved from ccl...
1998-01-22 Kenichi Handa(min_composite_char): New variable.
1998-01-22 Kenichi Handa(BCOPY_SHORT): New macro.
1998-01-22 Kenichi HandaVselect_safe_coding_system_function): New variable.
1998-01-22 Kenichi Handa(CODING_FLAG_ISO_DESIGNATION): New macro.
1998-01-22 Kenichi Handa(Faset): Allow setting a multibyte character in a
1998-01-22 Kenichi Handa(Fstart_process): Use raw-text instead of emacs-mule
1998-01-22 Kenichi Handa(struct Lisp_Process): New members decoding_carryover
1998-01-22 Kenichi Handa(Finsert_file_contents): Even if
1998-01-22 Kenichi Handa(mapcar1): Keep `i' in `i_before' before `i' is
1998-01-22 Kenichi Handa(encode_terminal_code): Adjusted for the change of
1998-01-22 Kenichi Handa(selection_data_to_lisp_data): Adjusted for the change
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-21 Richard M. Stallman(Fsubstitute_in_file_name): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-21 Richard M. Stallman(nonascii_insert_offset): Variable moved from cmds.c.
1998-01-21 Richard M. Stallman(skip_chars): Use unibyte_char_to_multibyte,
1998-01-21 Richard M. Stallman(message_dolog): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman(command_loop_1): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman(internal_self_insert, Fself_insert_command):
1998-01-21 Richard M. Stallman(WINDOW_RIGHT_MARGIN): Deduct width of vertical line
1998-01-21 Richard M. Stallman(concat): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman(set_buffer_if_live): New function.
1998-01-21 Richard M. Stallman(Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_i...
1998-01-21 Richard M. Stallman(Fsave_current_buffer): Use set_buffer_if_live.
1998-01-21 Richard M. Stallman(current_column_1): Eliminate argument POS; use PT...
1998-01-21 Richard M. Stallman(unreadchar): For unreading an ASCII char
1998-01-20 Richard M. Stallman(display_menu_bar): Don't set maxendcol too large.
1998-01-20 Richard M. Stallman(Fchar_equal): Fix case-conversion code.
1998-01-19 Richard M. Stallman(code_convert_region): Always count chars inserted
1998-01-19 Richard M. Stallman(Fset_buffer_multibyte): New function.
1998-01-19 Richard M. Stallman(clear_charpos_cache): New function.
1998-01-19 Richard M. Stallman(set_intervals_multibyte): New function.
1998-01-19 Richard M. Stallman(window_scroll): Set opoint_byte properly.
1998-01-18 Karl Heuer(skip_chars): Fix test for end of string, looking for...
1998-01-18 Karl HeuerMake GDB not handle SIGINT.
1998-01-18 Karl Heuer(compile_pattern_1): If representation of STRING
1998-01-18 Karl Heuer(print) <Lisp_String>: When multibyte is enabled, print
1998-01-18 Karl Heuer(read1): Escape codes can force multibyte or single...
1998-01-18 Karl Heuer(code_convert_region): Delete duplicate local `zv_before'.
1998-01-18 Karl Heuer(concat): Move the test for all nil in `append'
1998-01-18 Karl Heuer(display_text_line): Set pos_byte with pos
1998-01-18 Karl Heuer(STRING_BASE_SIZE): New macro.
1998-01-16 Richard M. Stallman(Fspecial_display_p): Return the right value
1998-01-16 Richard M. Stallman(Finsert_file_contents): When not decoding,
1998-01-16 Richard M. Stallman(re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.
1998-01-16 Richard M. Stallman(SYNTAX_TABLE_BYTE_TO_CHAR): New macro.
1998-01-12 Kenichi Handa(Fkey_description): Remember to set i_before.
1998-01-12 Kenichi Handa(insert_from_string_1): Decrement GAP_SIZE by
1998-01-12 Kenichi Handa(push_key_description): If C >= 128, always use octal...
1998-01-12 Kenichi Handa(Fminibuffer_complete_word): Fix a bug of refering
1998-01-12 Kenichi Handa(concat): Check STRINGP before increasing result_len_byte.
1998-01-11 Dave Love(Fchar_valid_p): Fix bare newlines in doc string.
1998-01-09 Richard M. Stallman(Fcall_interactively): Allocate string by bytes.
1998-01-09 Richard M. Stallman(Fdirectory_files): Fix arg to compile_pattern.
1998-01-09 Richard M. Stallman(re_search_2): Fix call to CHAR_HEAD_P.
1998-01-09 Richard M. Stallman(x_load_font): Use string_byte.
1998-01-09 Richard M. Stallman(lisp_data_to_selection_data): Use size_byte.
1998-01-09 Richard M. Stallman(xmenu_show): Use size_byte of strings.
1998-01-09 Richard M. Stallman(x_create_bitmap_from_file): Use size_byte on strings.
1998-01-09 Richard M. Stallman(message_dolog, message2): New arg MULTIBYTE.
1998-01-09 Richard M. Stallman(Fselect_window): Don't set OW->pointm if OW->buffer...
1998-01-09 Richard M. Stallman(skip_chars): Handle multibyte and unibyte strings
1998-01-09 Richard M. Stallman(STRING_MULTIBYTE): New macro.
1998-01-09 Richard M. Stallman(describe_vector): Unconditionally handle multibyte...
1998-01-09 Richard M. Stallman(echo_now): Use message2_nolog, not message1_nolog.
1998-01-09 Richard M. Stallman(set_term_frame_name): Use size_byte.
1998-01-09 Richard M. Stallman(Fdo_auto_save): Save and restore multibyteness of...
1998-01-09 Richard M. Stallman(main): Pass new arg to message_dolog.
1998-01-09 Richard M. StallmanInclude charset.h.
1998-01-09 Richard M. Stallman(Fsend_string_to_terminal): Use size_byte.
1998-01-09 Richard M. Stallman(Fmultibyte_string_p): New function.
1998-01-09 Richard M. Stallman(code_convert_string): Maybe use make_unibyte_string.
1998-01-09 Richard M. Stallman(internal_self_insert): Simplify handling of c2;
1998-01-09 Richard M. Stallman(multibyte_chars_in_text): New function.
1998-01-09 Richard M. Stallman(Fccl_execute_on_string): Use size_byte.
1998-01-09 Richard M. Stallman(Fmake_category_set): Don't allow multibyte string.
next