log src/insdel.c @ 78602:b86e73d7c635

age author description
Tue, 21 Aug 2007 18:22:03 +0000 Stefan Monnier (reset_var_on_error): New fun.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 29 Apr 2007 21:56:23 +0000 Richard M. Stallman (replace_range): For undo, record insertion first.
Wed, 28 Feb 2007 22:21:25 +0000 Chong Yidong (Fcombine_after_change_execute): Return nil if
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Fri, 01 Sep 2006 13:28:13 +0000 Chong Yidong * buffer.h (struct buffer_text): New field chars_modiff.
Wed, 05 Jul 2006 16:05:02 +0000 Chong Yidong * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Fri, 23 Dec 2005 17:36:39 +0000 Eli Zaretskii (insert, insert_and_inherit, insert_before_markers)
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sat, 23 Jul 2005 19:15:32 +0000 Richard M. Stallman (syms_of_insdel): staticpro combine_after_change_buffer.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Tue, 01 Feb 2005 23:47:06 +0000 Kenichi Handa (replace_range_2): Fix bugs in adjusting markers and point.
Thu, 02 Dec 2004 23:37:13 +0000 Richard M. Stallman (insert_from_string_before_markers)
Tue, 02 Nov 2004 09:14:11 +0000 Richard M. Stallman (replace_range_2): New function.
Sat, 22 May 2004 22:15:37 +0000 Richard M. Stallman (del_range_2, replace_range): Don't write an anchor if the gap is empty.
Thu, 25 Mar 2004 18:05:29 +0000 Masatake YAMATO * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 09 Jul 2003 14:50:01 +0000 Stefan Monnier (signal_before_change, signal_after_change): Use new type for
Thu, 26 Jun 2003 23:17:29 +0000 Stefan Monnier (check_markers, adjust_markers_for_delete)
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Wed, 30 Oct 2002 19:17:50 +0000 Dave Love Comment.
Tue, 16 Jul 2002 19:48:28 +0000 Ken Raeburn (copy_text, count_size_as_multibyte, insert_1):
Tue, 16 Jul 2002 15:49:24 +0000 Ken Raeburn * insdel.c (insert_from_string_1): Use SDATA.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Thu, 13 Jun 2002 22:07:13 +0000 Kim F. Storm (insert_1_both, insert_from_string_1)
Sat, 09 Feb 2002 22:57:25 +0000 Kim F. Storm (make_gap_smaller): Preserve BEG_UNCHANGED during gap
Fri, 11 Jan 2002 21:28:23 +0000 Richard M. Stallman (adjust_after_replace_noundo): New function.
Sun, 06 Jan 2002 20:46:49 +0000 Andreas Schwab (make_gap_larger): Make sure buffer size does not overflow range of int.
Tue, 11 Dec 2001 21:12:45 +0000 Andrew Innes (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
Wed, 05 Dec 2001 21:37:11 +0000 Andrew Innes (make_gap_larger): New function.
Tue, 13 Nov 2001 07:48:37 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Sun, 11 Nov 2001 20:04:45 +0000 Richard M. Stallman (replace_range): Use adjust_markers_for_replace
Fri, 26 Oct 2001 12:02:21 +0000 Gerd Moellmann (insert_1_both): Do nothing if NCHARS == 0.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Sat, 06 Oct 2001 23:46:55 +0000 Gerd Moellmann (make_gap): Use MOST_POSITIVE_FIXNUM.
Tue, 11 Sep 2001 12:31:56 +0000 Gerd Moellmann (Qinhibit_modification_hooks): New variable.
Wed, 16 May 2001 16:06:48 +0000 Gerd Moellmann (signal_before_change, signal_after_change): Consider a
Tue, 13 Feb 2001 16:28:36 +0000 Gerd Moellmann (del_range_1, del_range_byte, del_range_both): Handle
Tue, 02 Jan 2001 14:10:36 +0000 Eli Zaretskii (make_gap): Remove unused variable `result'.
Wed, 18 Oct 2000 06:19:58 +0000 Miles Bader (adjust_markers_for_delete): Handle before-insertion markers correctly.
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Thu, 14 Sep 2000 15:13:29 +0000 Gerd Moellmann (make_gap): Use enlarge_buffer_text.
Fri, 02 Jun 2000 12:42:54 +0000 Dave Love (signal_before_change, signal_after_change): Don't check
Mon, 22 May 2000 00:19:43 +0000 Kenichi Handa (adjust_markers_for_replace): Fix previous change.
Sat, 20 May 2000 00:01:34 +0000 Kenichi Handa (adjust_markers_for_record_delete): Deleted.
Thu, 04 May 2000 21:45:40 +0000 Gerd Moellmann (insert_from_buffer_1): Adjust FROM position by number
Thu, 30 Mar 2000 09:56:31 +0000 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Fri, 11 Feb 2000 02:20:49 +0000 Kenichi Handa (del_range_1): Call update_compositions.
Wed, 15 Dec 1999 00:13:49 +0000 Kenichi Handa (copy_text): Adjusted for the change of CHAR_STRING.
Tue, 07 Dec 1999 04:42:40 +0000 Stefan Monnier * editfns.c (Fdelete_and_extract_region): New function.
Mon, 06 Dec 1999 17:04:33 +0000 Eli Zaretskii (adjust_markers_for_delete): Fix last change.
Mon, 06 Dec 1999 04:47:25 +0000 Kenichi Handa (adjust_markers_for_delete): Make it non-static.
Fri, 26 Nov 1999 12:07:04 +0000 Gerd Moellmann (insert_1_both): Call set_text_properties with last
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 19 Sep 1999 21:46:46 +0000 Gerd Moellmann (copy_text): Removed unused variables.
Mon, 13 Sep 1999 02:23:04 +0000 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
Sun, 12 Sep 1999 17:29:24 +0000 Richard M. Stallman (del_range_1): Don't treat minibuffer prompt specially.