log src/insdel.c @ 9448:99ec41e9cb2e

age author description
Sat, 08 Oct 1994 22:14:58 +0000 Jim Blandy * insdel.c (prepare_to_modify_buffer): Invalidate width run and
Fri, 07 Oct 1994 17:40:50 +0000 Richard M. Stallman (make_gap): Keep input blocked till after we set BEG_ADDR.
Tue, 04 Oct 1994 12:09:34 +0000 Karl Heuer (insert_1, insert_from_string_1): Use new accessor macros instead of calling
Sat, 17 Sep 1994 01:51:58 +0000 Karl Heuer (del_range_1): Call evaporate_overlays after deleting text.
Fri, 02 Sep 1994 23:30:24 +0000 Richard M. Stallman (prepare_to_modify_buffer): Don't call verify_overlay_modification if
Tue, 30 Aug 1994 07:20:23 +0000 Richard M. Stallman (insert_before_markers_and_inherit): New function.
Sun, 28 Aug 1994 06:07:37 +0000 Richard M. Stallman (insert_1): New arg INHERIT.
Tue, 26 Apr 1994 02:22:52 +0000 Karl Heuer (adjust_point): New function.
Tue, 26 Apr 1994 02:11:35 +0000 Karl Heuer Use PT, not point.
Sun, 10 Apr 1994 02:34:02 +0000 Richard M. Stallman (before_change_functions_restore):
Fri, 08 Apr 1994 00:44:35 +0000 Karl Heuer (insert_1): New function, extracted from insert.
Wed, 02 Mar 1994 00:55:05 +0000 Richard M. Stallman (del_range_1): New function.
Thu, 23 Dec 1993 01:19:25 +0000 Richard M. Stallman (del_range): Second argument in call to
Thu, 25 Nov 1993 06:26:39 +0000 Richard M. Stallman (insert_from_string): Pass new arg to graft_intervals_into_buffer.
Tue, 14 Sep 1993 12:08:02 +0000 Richard M. Stallman (insert_from_string): Pass extra arg to graft_intervals_into_buffer.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Tue, 13 Jul 1993 21:06:19 +0000 Richard M. Stallman (prepare_to_modify_buffer): Call verify_overlay_modification.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Fri, 14 May 1993 14:43:30 +0000 Jim Blandy The text property routines can now modify buffers other
Wed, 07 Apr 1993 22:11:21 +0000 Richard M. Stallman Include blockinput.h.
Wed, 31 Mar 1993 10:55:33 +0000 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
Sun, 07 Mar 1993 09:33:13 +0000 Richard M. Stallman (prepare_to_modify_buffer): Set Vdeactivate_mark.
Sat, 06 Mar 1993 02:58:49 +0000 Richard M. Stallman (check_protected_fields): Delete decl.
Mon, 01 Mar 1993 08:55:35 +0000 Richard M. Stallman (del_range): Update point before offset_intervals.
Tue, 26 Jan 1993 01:58:16 +0000 Jim Blandy JimB's changes since January 18th
Thu, 01 Oct 1992 00:56:11 +0000 Joseph Arceneaux * insdel.c: #include "intervals.h"
Mon, 28 Sep 1992 13:10:15 +0000 Richard M. Stallman (del_range): Call record_delete before updating point.
Mon, 13 Jan 1992 21:48:03 +0000 Jim Blandy entered into RCS
Wed, 08 May 1991 06:23:29 +0000 Jim Blandy *** empty log message ***
Sat, 05 Jan 1991 15:12:15 +0000 Jim Blandy Initial revision