2004-05-29 |
Richard M. Stallman |
(truncate_undo_list): New arg LIMITSIZE.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-11-14 |
Dave Love |
(record_point):
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-10 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
2002-04-04 |
Stefan Monnier |
(record_point): New fun.
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-21 |
Pavel Janík |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-10-16 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
2001-10-12 |
Stefan Monnier |
(Fprimitive_undo): Use XCAR/XCDR.
|
2001-04-30 |
Gerd Moellmann |
(Fprimitive_undo): In a writable buffer, enable undoing
|
2001-01-02 |
Eli Zaretskii |
(Fprimitive_undo): Remove unused block-scope variable
|
2000-12-21 |
Gerd Moellmann |
(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
|
2000-12-04 |
Gerd Moellmann |
Update copyright.
|
2000-12-04 |
Gerd Moellmann |
(Fprimitive_undo): Bind inhibit-read-only to t if
|
2000-10-27 |
Ken Raeburn |
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
|
2000-08-19 |
Gerd Moellmann |
(record_first_change, record_marker_adjustment): Don'use
|
2000-08-08 |
Ken Raeburn |
(record_delete): Make sure last_point_position_buffer is a buffer before
|
2000-04-26 |
Ken Raeburn |
(record_delete): If we hit the end of the undo list, stop picking elements
|
2000-03-30 |
Ken Raeburn |
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
|
1999-11-11 |
Gerd Moellmann |
Remove USE_TEXT_PROPERTIES.
|
1999-09-13 |
Ken Raeburn |
Use XCAR and XCDR instead of explicit member access.
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-03-24 |
Kenichi Handa |
(record_delete): Record last_point_position when there's
|
1998-03-21 |
Richard M. Stallman |
(record_delete): Replace LENGTH arg with STRING.
|
1997-11-27 |
Kenichi Handa |
(record_delete, record_marker_adjustment): Declare them as void.
|
1997-11-27 |
Kenichi Handa |
(record_change, record_first_change,
|
1997-04-14 |
Richard M. Stallman |
(Fprimitive_undo): When inserting, always insert
|
1996-09-01 |
Karl Heuer |
Change all references from point to PT.
|
1996-02-03 |
Richard M. Stallman |
(record_marker_adjustment): New function.
|
1996-01-15 |
Erik Naggum |
Update FSF's address in the preamble.
|
1995-07-25 |
Richard M. Stallman |
(Fprimitive_undo): Don't end inner loop
|
1995-06-06 |
Karl Heuer |
(record_insert): Change args to be ints, not Lisp_Objects.
|
1995-01-02 |
Richard M. Stallman |
(Fprimitive_undo): Use base buffer's modtime field.
|
1994-10-04 |
Karl Heuer |
(record_delete, record_first_change): Don't use XFASTINT as an lvalue.
|
1994-10-04 |
Karl Heuer |
(record_insert, record_delete, record_first_change, record_property_change):
|
1994-09-27 |
Karl Heuer |
(record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.
|
1994-05-25 |
Karl Heuer |
(Fprimitive_undo): GCPRO next and list.
|
1994-05-07 |
Richard M. Stallman |
(record_delete): Record the old point value only right after a boundary.
|
1994-05-04 |
Karl Heuer |
Update copyright.
|
1994-03-08 |
Richard M. Stallman |
(syms_of_undo): staticpro pending_boundary.
|
1994-03-03 |
Karl Heuer |
(record_delete): Save last_point_position in the undo record, rather than the
|
1994-02-03 |
Richard M. Stallman |
(record_first_change): Check for buffer-undo-list = t.
|
1993-09-10 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
1993-06-13 |
Richard M. Stallman |
(Fprimitive_undo): Rename arg to N to avoid conflict.
|
1993-06-12 |
Richard M. Stallman |
(syms_of_undo): Set up Qinhibit_read_only.
|
1993-06-12 |
Richard M. Stallman |
(record_delete): Always use XFASTINT on sbeg.
|
1993-05-22 |
Jim Blandy |
Updated copyright years.
|
1993-03-15 |
Richard M. Stallman |
(record_property_change, record_delete, record_insert):
|
1993-03-01 |
Richard M. Stallman |
(record_property_change): Typo in last change.
|
1992-11-16 |
Jim Blandy |
* undo.c (Fprimitive_undo): Remove whitespace in front of #ifdef
|
1992-10-31 |
Jim Blandy |
* undo.c (record_insert): Use accessors on BEG and LENGTH.
|
1992-10-03 |
Richard M. Stallman |
(Fprimitive_undo): When undoing an insert, move point and then delete.
|
1992-09-28 |
Richard M. Stallman |
(record_delete): Record pos before the deletion.
|
1992-08-12 |
Jim Blandy |
Doc fix.
|
1992-07-13 |
Jim Blandy |
entered into RCS
|
1992-02-11 |
Jim Blandy |
*** empty log message ***
|
1992-01-13 |
Jim Blandy |
*** empty log message ***
|
1991-04-11 |
Jim Blandy |
*** empty log message ***
|