| Commit message (Expand) | Author | Age | Files | Lines |
* | (record_point): Don't call Fundo_boundary for first | Martin Rudalics | 2008-09-22 | 1 | -1/+7 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (last_boundary_buffer, last_boundary_position): New vars. | Stefan Monnier | 2008-04-04 | 1 | -34/+29 |
* | (undo_inhibit_record_point): New variable. | Martin Rudalics | 2008-01-20 | 1 | -1/+17 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (Fprimitive_undo): Give clearer error message when trying to change | Chong Yidong | 2007-03-30 | 1 | -0/+2 |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Undo previous change. | Richard M. Stallman | 2005-12-26 | 1 | -1/+0 |
* | include keyboard.h. | Luc Teirlinck | 2005-12-26 | 1 | -0/+1 |
* | Depend on window.h. | Richard M. Stallman | 2005-12-26 | 1 | -4/+12 |
* | (truncate_undo_list): Avoid dangerous side effects in NILP argument. | Ken Raeburn | 2005-12-06 | 1 | -3/+3 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (Fprimitive_undo): Check that undo function does not switch buffer. | Kim F. Storm | 2005-02-09 | 1 | -0/+5 |
* | (Fprimitive_undo): Check veracity of delta,start,end. | Stefan Monnier | 2005-02-08 | 1 | -6/+22 |
* | (Fprimitive_undo): Record max one dummmy apply element. | Kim F. Storm | 2005-02-07 | 1 | -9/+18 |
* | (Fprimitive_undo): Fix dummy apply undo entry. | Kim F. Storm | 2005-02-02 | 1 | -1/+2 |
* | (Qapply): New lisp var. | Kim F. Storm | 2005-01-31 | 1 | -2/+17 |
* | (syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg. | Luc Teirlinck | 2005-01-30 | 1 | -1/+1 |
* | (syms_of_undo) <undo-outer-limit>: Doc update. | Luc Teirlinck | 2005-01-30 | 1 | -4/+6 |
* | (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME. | Richard M. Stallman | 2005-01-29 | 1 | -2/+14 |
* | (Vundo_outer_limit): Replaces undo_outer_limit. Uses changed. | Richard M. Stallman | 2004-12-23 | 1 | -4/+6 |
* | (truncate_undo_list): Return void. | Richard M. Stallman | 2004-12-21 | 1 | -35/+119 |
* | (truncate_undo_list): New arg LIMITSIZE. | Richard M. Stallman | 2004-05-29 | 1 | -6/+16 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -4/+4 |
* | (record_point): | Dave Love | 2002-11-14 | 1 | -0/+1 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -3/+3 |
* | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 1 | -1/+1 |
* | (record_point): New fun. | Stefan Monnier | 2002-04-04 | 1 | -57/+63 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -1/+1 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -7/+7 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -3/+3 |
* | (Fprimitive_undo): Use XCAR/XCDR. | Stefan Monnier | 2001-10-12 | 1 | -5/+5 |
* | (Fprimitive_undo): In a writable buffer, enable undoing | Gerd Moellmann | 2001-04-30 | 1 | -2/+3 |
* | (Fprimitive_undo): Remove unused block-scope variable | Eli Zaretskii | 2001-01-02 | 1 | -1/+0 |
* | (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t. | Gerd Moellmann | 2000-12-21 | 1 | -1/+5 |
* | Update copyright. | Gerd Moellmann | 2000-12-04 | 1 | -1/+1 |
* | (Fprimitive_undo): Bind inhibit-read-only to t if | Gerd Moellmann | 2000-12-04 | 1 | -1/+1 |
* | * undo.c (record_delete): Check that last_undo_buffer is really a buffer before | Ken Raeburn | 2000-10-27 | 1 | -1/+2 |
* | (record_first_change, record_marker_adjustment): Don'use | Gerd Moellmann | 2000-08-19 | 1 | -2/+4 |
* | (record_delete): Make sure last_point_position_buffer is a buffer before | Ken Raeburn | 2000-08-08 | 1 | -0/+2 |
* | (record_delete): If we hit the end of the undo list, stop picking elements | Ken Raeburn | 2000-04-26 | 1 | -1/+4 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 1 | -1/+2 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -2/+0 |
* | Use XCAR and XCDR instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -21/+21 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+1 |
* | (record_delete): Record last_point_position when there's | Kenichi Handa | 1998-03-24 | 1 | -2/+18 |