aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* (Fprimitive_undo): Check that undo function does not switch buffer.Kim F. Storm2005-02-091-0/+5
* (Fprimitive_undo): Check veracity of delta,start,end.Stefan Monnier2005-02-081-6/+22
* (Fprimitive_undo): Record max one dummmy apply element.Kim F. Storm2005-02-071-9/+18
* (Fprimitive_undo): Fix dummy apply undo entry.Kim F. Storm2005-02-021-1/+2
* (Qapply): New lisp var.Kim F. Storm2005-01-311-2/+17
* (syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.Luc Teirlinck2005-01-301-1/+1
* (syms_of_undo) <undo-outer-limit>: Doc update.Luc Teirlinck2005-01-301-4/+6
* (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.Richard M. Stallman2005-01-291-2/+14
* (Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.Richard M. Stallman2004-12-231-4/+6
* (truncate_undo_list): Return void.Richard M. Stallman2004-12-211-35/+119
* (truncate_undo_list): New arg LIMITSIZE.Richard M. Stallman2004-05-291-6/+16
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
* (record_point):Dave Love2002-11-141-0/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-3/+3
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-1/+1
* (record_point): New fun.Stefan Monnier2002-04-041-57/+63
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-1/+1
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-7/+7
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-3/+3
* (Fprimitive_undo): Use XCAR/XCDR.Stefan Monnier2001-10-121-5/+5
* (Fprimitive_undo): In a writable buffer, enable undoingGerd Moellmann2001-04-301-2/+3
* (Fprimitive_undo): Remove unused block-scope variableEli Zaretskii2001-01-021-1/+0
* (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.Gerd Moellmann2000-12-211-1/+5
* Update copyright.Gerd Moellmann2000-12-041-1/+1
* (Fprimitive_undo): Bind inhibit-read-only to t ifGerd Moellmann2000-12-041-1/+1
* * undo.c (record_delete): Check that last_undo_buffer is really a buffer beforeKen Raeburn2000-10-271-1/+2
* (record_first_change, record_marker_adjustment): Don'useGerd Moellmann2000-08-191-2/+4
* (record_delete): Make sure last_point_position_buffer is a buffer beforeKen Raeburn2000-08-081-0/+2
* (record_delete): If we hit the end of the undo list, stop picking elementsKen Raeburn2000-04-261-1/+4
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-1/+2
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-2/+0
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-131-21/+21
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+1
* (record_delete): Record last_point_position when there'sKenichi Handa1998-03-241-2/+18
* (record_delete): Replace LENGTH arg with STRING.Richard M. Stallman1998-03-211-11/+9
* (record_delete, record_marker_adjustment): Declare them as void.Kenichi Handa1997-11-271-0/+3
* (record_change, record_first_change,Kenichi Handa1997-11-271-0/+3
* (Fprimitive_undo): When inserting, always insertRichard M. Stallman1997-04-141-8/+6
* Change all references from point to PT.Karl Heuer1996-09-011-1/+1
* (record_marker_adjustment): New function.Richard M. Stallman1996-02-031-0/+34
* Update FSF's address in the preamble.Erik Naggum1996-01-151-13/+13
* (Fprimitive_undo): Don't end inner loopRichard M. Stallman1995-07-251-1/+1
* (record_insert): Change args to be ints, not Lisp_Objects.Karl Heuer1995-06-061-5/+5
* (Fprimitive_undo): Use base buffer's modtime field.Richard M. Stallman1995-01-021-6/+15
* (record_delete, record_first_change): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-5/+5
* (record_insert, record_delete, record_first_change, record_property_change):Karl Heuer1994-10-041-7/+7
* (record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.Karl Heuer1994-09-271-18/+16
* (Fprimitive_undo): GCPRO next and list.Karl Heuer1994-05-251-2/+9
* (record_delete): Record the old point value only right after a boundary.Richard M. Stallman1994-05-071-2/+9