log src/insdel.c @ 18472:128090c7c0ef libc-970628 libc-970629 libc-970630 libc-970701 libc-970702 libc-970703 libc-970704 libc-970705

age author description
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/integer confusion.
1997-02-20 Karl Heuer Include 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_overlay_modification.
1996-02-03 Richard M. Stallman (adjust_markers): When a marker is inside text
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-05 Karl Heuer Comment 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 rewrite.
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 Heuer Comment change.
1995-06-15 Karl Heuer Update 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 exceeding VALBITS.
1995-05-04 Richard M. Stallman (make_gap): Don't allow buffer size that won't fit in int.
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 Heuer Update copyright.
1995-01-27 Richard M. Stallman (modify_region): Clear point_before_scroll field.
1995-01-11 Karl Heuer Declare all non-returning functions `void'.
1995-01-02 Richard M. Stallman Use 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_markers_and_inherit does
1994-10-08 Jim Blandy * insdel.c (prepare_to_modify_buffer): Invalidate width run and
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 macros instead of calling
1994-09-17 Karl Heuer (del_range_1): Call evaporate_overlays after deleting text.
1994-09-02 Richard M. Stallman (prepare_to_modify_buffer): Don't call verify_overlay_modification if
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 Heuer Use 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_into_buffer.
1993-09-14 Richard M. Stallman (insert_from_string): Pass extra arg to graft_intervals_into_buffer.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-07-13 Richard M. Stallman (prepare_to_modify_buffer): Call verify_overlay_modification.
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-05-14 Jim Blandy The text property routines can now modify buffers other
1993-04-07 Richard M. Stallman Include blockinput.h.
1993-03-31 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
1993-03-07 Richard M. Stallman (prepare_to_modify_buffer): Set Vdeactivate_mark.
1993-03-06 Richard M. Stallman (check_protected_fields): Delete decl.
1993-03-01 Richard M. Stallman (del_range): Update point before offset_intervals.
1993-01-26 Jim Blandy JimB's changes since January 18th