index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
undo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-5
/
+2
*
Check for overflow when converting integer to cons and back.
Paul Eggert
2011-06-06
1
-10
/
+5
*
Don't assume time_t can fit into int.
Paul Eggert
2011-06-01
1
-1
/
+1
*
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-1
/
+1
*
* window.c (window_deletion_count): Now static.
Paul Eggert
2011-04-13
1
-4
/
+4
*
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-2
/
+1
*
Change B_ to BVAR
Tom Tromey
2011-02-16
1
-31
/
+31
*
Hide implementation of `struct buffer'
Tom Tromey
2011-02-14
1
-31
/
+31
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
1
-20
/
+5
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-2
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Fix some more uses of int instead of EMACS_INT.
Eli Zaretskii
2010-09-22
1
-7
/
+9
*
|
Convert DEFUNs to standard C.
Dan Nicolaescu
2010-07-08
1
-3
/
+2
*
|
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-04
1
-19
/
+9
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
* xterm.c (syms_of_xterm):
Dan Nicolaescu
2009-11-06
1
-2
/
+2
*
* alloc.c: Do not define struct catchtag.
Dan Nicolaescu
2009-10-19
1
-0
/
+1
*
(undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo
Chong Yidong
2009-01-27
1
-3
/
+3
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-1
/
+1
*
(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
[next]