Wed, 09 Feb 2005 21:49:12 +0000 |
Kim F. Storm |
(Fprimitive_undo): Check that undo function does not switch buffer.
|
Tue, 08 Feb 2005 20:49:16 +0000 |
Stefan Monnier |
(Fprimitive_undo): Check veracity of delta,start,end.
|
Mon, 07 Feb 2005 11:44:00 +0000 |
Kim F. Storm |
(Fprimitive_undo): Record max one dummmy apply element.
|
Wed, 02 Feb 2005 15:43:18 +0000 |
Kim F. Storm |
(Fprimitive_undo): Fix dummy apply undo entry.
|
Mon, 31 Jan 2005 22:44:27 +0000 |
Kim F. Storm |
(Qapply): New lisp var.
|
Sun, 30 Jan 2005 02:06:13 +0000 |
Luc Teirlinck |
(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.
|
Sun, 30 Jan 2005 00:39:33 +0000 |
Luc Teirlinck |
(syms_of_undo) <undo-outer-limit>: Doc update.
|
Sat, 29 Jan 2005 17:16:31 +0000 |
Richard M. Stallman |
(Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
|
Thu, 23 Dec 2004 00:15:23 +0000 |
Richard M. Stallman |
(Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.
|
Tue, 21 Dec 2004 11:31:24 +0000 |
Richard M. Stallman |
(truncate_undo_list): Return void.
|
Sat, 29 May 2004 16:20:47 +0000 |
Richard M. Stallman |
(truncate_undo_list): New arg LIMITSIZE.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Tue, 04 Feb 2003 14:56:31 +0000 |
Juanma Barranquero |
Trailing whitespace deleted.
|
Thu, 14 Nov 2002 14:18:26 +0000 |
Dave Love |
(record_point):
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Wed, 10 Jul 2002 08:45:24 +0000 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
Thu, 04 Apr 2002 20:42:56 +0000 |
Stefan Monnier |
(record_point): New fun.
|
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
|