log src/undo.c @ 40965:eac4b1ccb6b8

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.