log src/undo.c @ 40656:cdfd4d09b79a

age author description
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Fri, 12 Oct 2001 01:43:29 +0000 Stefan Monnier (Fprimitive_undo): Use XCAR/XCDR.
Mon, 30 Apr 2001 14:57:35 +0000 Gerd Moellmann (Fprimitive_undo): In a writable buffer, enable undoing
Tue, 02 Jan 2001 14:04:12 +0000 Eli Zaretskii (Fprimitive_undo): Remove unused block-scope variable
Thu, 21 Dec 2000 16:56:13 +0000 Gerd Moellmann (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
Mon, 04 Dec 2000 13:31:13 +0000 Gerd Moellmann Update copyright.
Mon, 04 Dec 2000 13:30:53 +0000 Gerd Moellmann (Fprimitive_undo): Bind inhibit-read-only to t if
Fri, 27 Oct 2000 23:01:20 +0000 Ken Raeburn * undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Sat, 19 Aug 2000 12:33:00 +0000 Gerd Moellmann (record_first_change, record_marker_adjustment): Don'use
Tue, 08 Aug 2000 14:44:05 +0000 Ken Raeburn (record_delete): Make sure last_point_position_buffer is a buffer before
Wed, 26 Apr 2000 18:39:30 +0000 Ken Raeburn (record_delete): If we hit the end of the undo list, stop picking elements
Thu, 30 Mar 2000 09:56:31 +0000 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Mon, 13 Sep 1999 03:35:33 +0000 Ken Raeburn Use XCAR and XCDR instead of explicit member access.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Tue, 24 Mar 1998 05:41:38 +0000 Kenichi Handa (record_delete): Record last_point_position when there's
Sat, 21 Mar 1998 03:58:00 +0000 Richard M. Stallman (record_delete): Replace LENGTH arg with STRING.
Thu, 27 Nov 1997 12:19:39 +0000 Kenichi Handa (record_delete, record_marker_adjustment): Declare them as void.
Thu, 27 Nov 1997 12:16:08 +0000 Kenichi Handa (record_change, record_first_change,
Mon, 14 Apr 1997 08:51:18 +0000 Richard M. Stallman (Fprimitive_undo): When inserting, always insert
Sun, 01 Sep 1996 19:15:05 +0000 Karl Heuer Change all references from point to PT.
Sat, 03 Feb 1996 18:07:27 +0000 Richard M. Stallman (record_marker_adjustment): New function.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 25 Jul 1995 02:18:58 +0000 Richard M. Stallman (Fprimitive_undo): Don't end inner loop
Tue, 06 Jun 1995 01:40:34 +0000 Karl Heuer (record_insert): Change args to be ints, not Lisp_Objects.
Mon, 02 Jan 1995 06:26:46 +0000 Richard M. Stallman (Fprimitive_undo): Use base buffer's modtime field.
Tue, 04 Oct 1994 16:15:52 +0000 Karl Heuer (record_delete, record_first_change): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 12:28:40 +0000 Karl Heuer (record_insert, record_delete, record_first_change, record_property_change):
Tue, 27 Sep 1994 01:13:35 +0000 Karl Heuer (record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.
Wed, 25 May 1994 02:22:08 +0000 Karl Heuer (Fprimitive_undo): GCPRO next and list.
Sat, 07 May 1994 08:38:28 +0000 Richard M. Stallman (record_delete): Record the old point value only right after a boundary.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Tue, 08 Mar 1994 16:33:28 +0000 Richard M. Stallman (syms_of_undo): staticpro pending_boundary.
Thu, 03 Mar 1994 20:12:01 +0000 Karl Heuer (record_delete): Save last_point_position in the undo record, rather than the
Thu, 03 Feb 1994 19:39:21 +0000 Richard M. Stallman (record_first_change): Check for buffer-undo-list = t.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Sun, 13 Jun 1993 23:15:39 +0000 Richard M. Stallman (Fprimitive_undo): Rename arg to N to avoid conflict.
Sat, 12 Jun 1993 18:10:20 +0000 Richard M. Stallman (syms_of_undo): Set up Qinhibit_read_only.
Sat, 12 Jun 1993 17:04:51 +0000 Richard M. Stallman (record_delete): Always use XFASTINT on sbeg.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Mon, 15 Mar 1993 06:03:33 +0000 Richard M. Stallman (record_property_change, record_delete, record_insert):
Mon, 01 Mar 1993 09:01:13 +0000 Richard M. Stallman (record_property_change): Typo in last change.
Mon, 16 Nov 1992 00:57:54 +0000 Jim Blandy * undo.c (Fprimitive_undo): Remove whitespace in front of #ifdef
Sat, 31 Oct 1992 05:39:17 +0000 Jim Blandy * undo.c (record_insert): Use accessors on BEG and LENGTH.
Sat, 03 Oct 1992 02:12:40 +0000 Richard M. Stallman (Fprimitive_undo): When undoing an insert, move point and then delete.
Mon, 28 Sep 1992 13:10:43 +0000 Richard M. Stallman (record_delete): Record pos before the deletion.
Wed, 12 Aug 1992 14:19:39 +0000 Jim Blandy Doc fix.
Mon, 13 Jul 1992 18:33:54 +0000 Jim Blandy entered into RCS
Tue, 11 Feb 1992 00:46:32 +0000 Jim Blandy *** empty log message ***
Mon, 13 Jan 1992 21:48:08 +0000 Jim Blandy *** empty log message ***
Thu, 11 Apr 1991 21:20:53 +0000 Jim Blandy *** empty log message ***
Wed, 03 Apr 1991 02:08:50 +0000 Jim Blandy Initial revision