(WINDOW_RIGHT_MARGIN): Deduct width of vertical line
[bpt/emacs.git] / src /
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.
1998-01-09 Richard M. Stallman(casify_object): Scan string by bytes and chars.
1998-01-09 Richard M. Stallman(BASE_PURESIZE): Increased.
1998-01-09 Richard M. Stallman(read_escape): `\ ' stands for nothing at all.
1998-01-09 Richard M. Stallman(count_size_as_multibyte): New function.
1998-01-09 Richard M. Stallman(map_char_table): Unconditionally consider non-ASCII...
1998-01-09 Richard M. Stallman(Fformat): Do all the work directly--don't use doprnt.
1998-01-05 Richard M. Stallman(Fcall_process): When deciding whether to encode args,
1998-01-05 Richard M. Stallman(read_process_output): Use insert_1_both.
1998-01-05 Richard M. Stallman(MAKE_LOCK_NAME): Use size_byte.
1998-01-05 Richard M. Stallman(Fbyte_code): Use size_byte.
1998-01-05 Richard M. Stallman(print_string): Now static.
1998-01-05 Richard M. Stallman(Fexpand_abbrev): Pass both kinds of size to oblookup.
1998-01-05 Richard M. Stallman(FETCH_STRING_CHAR_ADVANCE): New macro.
1998-01-05 Richard M. Stallman(search_buffer): Handle bytes vs chars in non-RE case.
1998-01-05 Richard M. Stallman(make_pure_string): New arg length_byte.
1998-01-05 Richard M. Stallman(record_overlay_string): Totalize sizes assuming
1998-01-05 Richard M. Stallman(read_minibuf): Handle bytes vs chars
1998-01-05 Richard M. Stallman(test_completion): Pass both kinds of size to oblookup.
1998-01-04 Richard M. Stallman(xstring): Use size_byte.
1998-01-03 Richard M. Stallman(redisplay_window): Set pos.bytepos along with pos...
1998-01-02 Richard M. Stallman(current_minor_maps):
1998-01-02 Richard M. Stallman(Fchar_boundary_p): Function deleted.
1998-01-02 Richard M. Stallman(make_gap): Set GPT_BYTE along with GPT.
1998-01-02 Richard M. StallmanInitial revision
1998-01-02 Richard M. Stallman(current_column_1, Fmove_to_column):
1998-01-02 Richard M. Stallman(Fcompleting_read): Doc fix.
1998-01-02 Richard M. Stallman(struct Lisp_Marker): Rename `bufpos' to `bytepos'.
1998-01-02 Richard M. Stallman(adjust_markers_gap_motion): Now a no-op.
1998-01-02 Richard M. Stallman(internal_equal): For markers, use bytepos instead...
1998-01-02 Richard M. Stallman(readchar): Use marker's bytepos instead of bufpos.
1998-01-02 Richard M. Stallman(Fmake_marker): Initialize marker's bytepos and charpos.
1998-01-02 Richard M. Stallman(transpose_markers): Update marker's bytepos.
1998-01-02 Richard M. Stallman(buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
1998-01-02 Richard M. Stallman(Fchar_after): Fix previous change.
1998-01-01 Richard M. Stallman(a_write): Fix prototype.
1998-01-01 Richard M. Stallman(struct Lisp_Marker): New field `charpos'.
1998-01-01 Richard M. Stallman(Fgoto_char): When arg is a marker, copy char and byte
1998-01-01 Richard M. Stallman(set_point_both): Renamed from set_point;
1998-01-01 Richard M. Stallman(code_convert_region): Handle bytepos and charpos.
1998-01-01 Richard M. Stallman(move_gap): Use move_gap_both.
1998-01-01 Richard M. StallmanUpdate copyright year.
1998-01-01 Richard M. Stallman(DECODE_POSITION): New macro.
1998-01-01 Richard M. Stallman(Fcall_interactively) <'d', 'r'>: Use set_marker_both.
next