log src/undo.c @ 40066:df172f62a587

age author description
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.