(compare_window_configurations): New arg ignore_positions.
[bpt/emacs.git] / src /
1998-03-02 Richard M. Stallman(compare_window_configurations): New arg ignore_positions.
1998-03-02 Richard M. Stallman(internal_equal): compare_window_configurations takes...
1998-03-02 Richard M. Stallman(auto_save_1): Pass new arg to Fwrite_region.
1998-03-02 Richard M. Stallman(Fcall_process_region): Pass new arg to Fwrite_region.
1998-03-02 Richard M. Stallman(XTframe_up_to_date): Check that mouse_face_mouse_frame
1998-03-02 Richard M. Stallman(UPDATE_SYNTAX_TABLE): Do nothing unless parse_sexp_loo...
1998-03-02 Richard M. Stallman(update_interval): Properly update `position' field...
1998-03-02 Richard M. Stallman(update_syntax_table): Properly update `position' field...
1998-03-01 Richard M. StallmanDelete #endif left over from previous change.
1998-02-27 Karl HeuerReorder args in callers of del_range_2.
1998-02-27 Karl Heuer(del_range_2): Reorder args. All callers changed.
1998-02-27 Karl Heuer(syms_of_xdisp): Doc fix.
1998-02-27 Karl Heuer(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
1998-02-27 Karl Heuer(syms_of_buffer): enable-multibyte-characters is read...
1998-02-27 Karl HeuerFix comment.
1998-02-27 Karl Heuer(mapcar1): Handle bool-vectors.
1998-02-27 Andreas Schwab(compute_motion): If we just moved over a continuation
1998-02-25 Karl Heuer(del_range_both): Reorder args. All callers changed.
1998-02-25 Karl HeuerReorder args of del_range_both.
1998-02-24 Kenichi Handa(scan_newline): Delete duplicated code.
1998-02-24 Kenichi Handa(message_dolog): Give correct args to
1998-02-22 Karl Heuer(Fdelete_backward_char): Count both bytes and chars.
1998-02-22 Karl Heuer(UPDATE_SYNTAX_TABLE_FORWARD): Fix condition.
1998-02-22 Karl Heuer(update_syntax_table): Fix calculations using offset.
1998-02-22 Karl Heuer(interval_of): Handle Qt.
1998-02-20 Andreas Schwab(LINUX_MAP_SHARED_DOES_WORK): Define for kernel
1998-02-20 Andreas Schwab(sigmask) [POSIX_SIGNALS]: Always define our own
1998-02-20 Andreas Schwab(sys_sigpause): Removed.
1998-02-20 Kenichi Handa(Fmessage): Check byte size (instead of char size) of
1998-02-20 Kenichi Handa(Fccl_execute_on_string): Put \n\ at end-of-line of
1998-02-20 Kenichi Handa(Fwrite_region): When writing a string, give byte size
1998-02-20 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): New macro.
1998-02-20 Kenichi Handa(adjust_before_replace): Comment added.
1998-02-20 Kenichi Handa(temp_set_point_both): Declare arg BYTEPOS as int.
1998-02-20 Kenichi Handa(advance_to_char_boundary): Make the behaviour
1998-02-20 Kenichi Handa(Fccl_execute_on_string): Add new arg UNIBYTE-P.
1998-02-20 Kenichi Handa(invalid_character): New function.
1998-02-20 Kenichi Handa(INC_POS): Use macro BASE_LEADING_CODE_P.
1998-02-20 Kenichi Handa(decode_coding_iso2022): Update coding->fake_multibyte.
1998-02-20 Kenichi Handa(struct coding_system): New member fake_multibyte.
1998-02-20 Kenichi Handa(Finsert_file_contents): Read a file contents into the
1998-02-20 Kenichi Handa(Fset_char_table_default): For an invalid character...
1998-02-20 Kenichi Handa(search_buffer): Update POS_BYTE for regexp search.
1998-02-20 Kenichi Handa(try_window_id): Use DEC_POS only for multibyte buffer.
1998-02-18 Karl Heuer(Fchar_before): Check POS in valid range
1998-02-18 Karl Heuer(search_command): Check LIM in valid range
1998-02-17 Richard M. Stallman(read_minibuf): Do use DEFALT in place of empty input
1998-02-16 Richard M. Stallman(split_interval_right): Make sure to call
1998-02-16 Richard M. Stallman(skip_chars): Use INC_POS instead of INC_BOTH.
1998-02-16 Richard M. Stallman(INC_BOTH, DEC_BOTH): In unibyte mode, simply increment...
1998-02-16 Ulrich Drepperautomatically generated from GPLed version
1998-02-14 Richard M. Stallman(simple_search): Call set_search_regs.
1998-02-14 Richard M. Stallman(Fread_file_name): Alter the history
1998-02-14 Richard M. Stallman(display_text_line): Use INC_BOTH for unibyte buffers...
1998-02-14 Richard M. Stallman(Fsubst_char_in_region): Don't increment pos twice.
1998-02-12 Richard M. Stallman(Vnonascii_translate_table): New variable.
1998-02-12 Richard M. Stallman(copy_text, count_size_as_multibyte): Use Vnonascii_tra...
1998-02-12 Richard M. Stallman(printchar): When outputting to echo area,
1998-02-11 Richard M. Stallman(describe_map_tree): Add the maps we have already
1998-02-10 Kenichi Handa(Fstring_bytes): Declare arg STRING as Lisp_Object.
1998-02-10 Kenichi Handa(concat): Use Vnonascii_translate_table.
1998-02-10 Kenichi Handa(Fposition_bytes): Declare arg POSITION as Lips_Object.
1998-02-10 Kenichi Handa(Fposition_bytes): Allow marker as arg POSITION. Use
1998-02-09 Andreas Schwab(compute_motion): If right margin is reached and we are
1998-02-09 Richard M. Stallman(search_command): Fix call to search_buffer.
1998-02-08 Richard M. Stallman(byte_char_debug_check): New function.
1998-02-08 Richard M. Stallman(RE_TRANSLATE_TYPE): Define as Lisp_Object.
1998-02-08 Richard M. Stallman(Fdirectory_files): Call compile_pattern the new way.
1998-02-08 Richard M. Stallman(boyer_moore, simple_search): New subroutines.
1998-02-08 Richard M. Stallman(advance_to_char_boundary): New function.
1998-02-08 Richard M. Stallman(Fdisplay_buffer): New arg FRAME.
1998-02-08 Richard M. Stallman(read_minibuf): If input is empty, return empty string.
1998-02-08 Richard M. Stallman(Fstring_bytes): New function.
1998-02-08 Richard M. Stallman(print): Declare local variable C as `int' instead of
1998-02-08 Richard M. Stallman(Fformat): Handle a symbol of which name contains
1998-02-06 Kenichi HandaChange argument number of Fdisplay_buffer to 3.
1998-02-06 Richard M. Stallman(GENERIC_FONT_PTR): Commented-out definition deleted.
1998-02-06 Richard M. Stallman(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
1998-02-05 Richard M. Stallman(Fdescribe_bindings_internal):
1998-02-05 Richard M. Stallman(list2, list3, list4, list5): New functions.
1998-02-04 Kenichi Handa(copy_text): When copying from multibyte to unibyte, do
1998-02-04 Kenichi Handa(Fsubst_char_in_region): Handle character-base
1998-02-04 Kenichi Handa(Fiso_charset): Doc-string modified.
1998-02-03 Richard M. Stallman(Faref, Faset): Allow indexing a char-table
1998-02-03 Richard M. Stallman(Fformat): If MULTIBYTE is changed to 1
1998-02-03 Richard M. Stallman(Fmodify_category_entry): Doc fix.
1998-02-03 Richard M. Stallman(search_buffer): New args pos_byte and lim_byte.
1998-02-03 Richard M. Stallman(Fcall_process): Allow creating a new buffer for the...
1998-02-02 Richard M. Stallman(float_to_string): Handle infinities and NaN specially.
1998-02-02 Richard M. Stallman(read1): Handle infinities, NaN and -0.0 specially.
1998-02-02 Richard M. Stallman(concat): Handle bool-vectors correctly.
1998-02-02 Richard M. Stallman(concat): If making a string, a nonempty bool-vector...
1998-01-30 Kenichi Handa(CONVERTED_BYTE_SIZE): Fix the logic.
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...
next