(signal_before_change): If inhibit_modification_hooks
[bpt/emacs.git] / src / insdel.c
1998-10-08 Kenichi Handa(signal_before_change): If inhibit_modification_hooks
1998-09-28 Kenichi Handa(adjust_after_replace): Don't delete text properties...
1998-09-16 Kenichi Handa(adjust_markers_for_replace): Don't adjust a byte
1998-09-08 Kenichi Handa(adjust_after_replace): Don't add combining bytes to
1998-09-07 Kenichi Handa(count_combining_after): Check also preceding bytes at
1998-08-31 Kenichi Handa(copy_text): If Vnonascii_translation_table is non...
1998-08-28 Kenichi Handa(adjust_after_replace): Fix the code to recode undo
1998-08-28 Kenichi Handa(count_size_as_multibyte): Use macro CHAR_BYTES instead...
1998-08-18 Richard M. Stallman(replace_range): Rename NOMARKERS arg to MARKERS.
1998-08-15 Kenichi Handa(copy_text): Fix previous change, call
1998-08-03 Richard M. Stallman(replace_range): Don't assume PT is at the place
1998-08-02 Kenichi Handa(copy_text): In multibyte to unibyte conversion, take
1998-05-16 Richard M. Stallman(insert_1_both, insert_from_string_1, replace_range)
1998-04-29 Richard M. Stallman(insert_1_both): Call prepare_to_modify_buffer before...
1998-04-25 Richard M. Stallman(insert_from_string, insert_from_string_before_markers):
1998-04-20 Richard M. Stallman(copy_text): Count down bytes_left properly
1998-04-14 Andreas Schwab(signal_after_change): Fix mixing of Lisp_Object and
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-30 Kenichi Handa(adjust_markers_for_replace): New function.
1998-03-28 Richard M. Stallman(check_markers_debug_flag): New variable.
1998-03-24 Kenichi Handa(del_range_2): Move gap again to a proper place just
1998-03-21 Richard M. Stallman(insert_from_string_1, replace_range):
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-21 Richard M. Stallman(replace_range): New arg NOMARKERS.
1998-03-21 Richard M. Stallman(insert_1_both, insert_from_string_1, insert_from_buffe...
1998-03-20 Richard M. Stallman(del_range_2): Use adjust_markers_for_record_delete.
1998-03-16 Kenichi Handa(ADJUST_CHAR_POS): New macro.
1998-03-14 Richard M. Stallman(insert_1_both, insert_from_string_1, insert_from_buffer_1)
1998-03-12 Kenichi Handa(adjust_before_replace): Call
1998-03-11 Richard M. Stallman(combine_bytes): New function.
1998-03-11 Richard M. Stallman(adjust_markers_for_insert): Don't leave a marker within
1998-03-10 Richard M. Stallman(insert_1_both, insert_from_string_1, insert_from_buffe...
1998-03-09 Richard M. Stallman(adjust_markers_for_insert):
1998-03-03 Kenichi Handa(insert_1_both): If enable-multibyte-characters is...
1998-03-03 Kenichi Handa(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
1998-02-27 Karl Heuer(del_range_2): Reorder args. All callers changed.
1998-02-25 Karl Heuer(del_range_both): Reorder args. All callers changed.
1998-02-20 Kenichi Handa(adjust_before_replace): Comment added.
1998-02-12 Richard M. Stallman(copy_text, count_size_as_multibyte): Use Vnonascii_tra...
1998-02-04 Kenichi Handa(copy_text): When copying from multibyte to unibyte, do
1998-01-22 Kenichi Handa(adjust_before_replace, adjust_after_replace): New
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-12 Kenichi Handa(insert_from_string_1): Decrement GAP_SIZE by
1998-01-09 Richard M. Stallman(count_size_as_multibyte): New function.
1998-01-02 Richard M. Stallman(make_gap): Set GPT_BYTE along with GPT.
1998-01-02 Richard M. Stallman(adjust_markers_gap_motion): Now a no-op.
1998-01-01 Richard M. Stallman(move_gap): Use move_gap_both.
1997-08-13 Richard M. Stallman(signal_before_change): Relocate START and END
1997-07-17 Richard M. Stallman(replace_range): New function.
1997-06-25 Richard M. Stallman(prepare_to_modify_buffer, signal_before_change):
1997-04-14 Richard M. Stallman(adjust_markers): Don't be confused by the gap
1997-04-10 Karl Heuer(Fcombine_after_change_execute): Fix Lisp_Object/intege...
1997-02-20 Karl HeuerInclude charset.h.
1996-11-09 Richard M. Stallman(signal_after_change): If Vcombine_after_change_calls,
1996-09-15 Richard M. Stallman(gap_left, gap_right, modify_region):
1996-09-10 Richard M. Stallman(signal_before_change): Fix previous change.
1996-09-04 Richard M. Stallman(prepare_to_modify_buffer): Take integer arguments.
1996-05-01 Richard M. Stallman(signal_after_change): Correct the arg to report_overla...
1996-02-03 Richard M. Stallman(adjust_markers): When a marker is inside text
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-05 Karl HeuerComment fixes.
1995-10-31 Karl Heuer(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-09-12 Richard M. Stallman(signal_after_change): Call report_interval_modification.
1995-09-03 Richard M. Stallman(adjust_markers_for_insert): New function.
1995-08-07 Karl Heuer(signal_before_change, signal_after_change): Fix
1995-08-05 Richard M. Stallman(signal_before_change, signal_after_change): Major...
1995-07-25 Karl Heuer(signal_before_change): Use Frun_hook_with_args.
1995-07-20 Richard M. Stallman(prepare_to_modify_buffer): Don't lock the file
1995-07-20 Karl HeuerComment change.
1995-06-15 Karl HeuerUpdate GPL to version 2.
1995-05-25 Karl Heuer(adjust_point): Declare arg AMOUNT.
1995-05-05 Richard M. Stallman(make_gap): Make this new error check also check exceed...
1995-05-04 Richard M. Stallman(make_gap): Don't allow buffer size that won't fit...
1995-05-02 Richard M. Stallman(prepare_to_modify_buffer): Use file_truename for locking.
1995-04-17 Karl Heuer(insert_1): Adjust overlay center after inserting.
1995-04-07 Karl HeuerUpdate copyright.
1995-01-27 Richard M. Stallman(modify_region): Clear point_before_scroll field.
1995-01-11 Karl HeuerDeclare all non-returning functions `void'.
1995-01-02 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-12-11 Richard M. Stallman* buffer.c (report_overlay_modification): Renamed from
1994-12-11 Richard M. Stallman(signal_before_change, signal_after_change):
1994-10-25 Richard M. Stallman(insert_from_buffer_1): Don't use min.
1994-10-22 Karl Heuer(insert_from_buffer, insert_from_buffer_1): New functions.
1994-10-22 Karl Heuer(insert_before_markers): Don't inherit; insert_before_m...
1994-10-08 Jim Blandy* insdel.c (prepare_to_modify_buffer): Invalidate width...
1994-10-07 Richard M. Stallman(make_gap): Keep input blocked till after we set BEG_ADDR.
1994-10-04 Karl Heuer(insert_1, insert_from_string_1): Use new accessor...
1994-09-17 Karl Heuer(del_range_1): Call evaporate_overlays after deleting...
1994-09-02 Richard M. Stallman(prepare_to_modify_buffer): Don't call verify_overlay_m...
1994-08-30 Richard M. Stallman(insert_before_markers_and_inherit): New function.
1994-08-28 Richard M. Stallman(insert_1): New arg INHERIT.
1994-04-26 Karl Heuer(adjust_point): New function.
1994-04-26 Karl HeuerUse PT, not point.
1994-04-10 Richard M. Stallman(before_change_functions_restore):
1994-04-08 Karl Heuer(insert_1): New function, extracted from insert.
1994-03-02 Richard M. Stallman(del_range_1): New function.
1993-12-23 Richard M. Stallman(del_range): Second argument in call to
1993-11-25 Richard M. Stallman(insert_from_string): Pass new arg to graft_intervals_i...
1993-09-14 Richard M. Stallman(insert_from_string): Pass extra arg to graft_intervals...
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
next