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
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Double undo limits
Stefan Kangas
2019-08-10
1
-3
/
+3
*
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-27
1
-4
/
+7
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Turn misc objects into pseudovectors
Paul Eggert
2018-08-11
1
-9
/
+5
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-2
/
+2
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-8
/
+8
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Fix missing point information in undo
Phillip Lord
2016-07-05
1
-26
/
+30
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix minor problems found by static checking
Paul Eggert
2015-11-27
1
-10
/
+7
*
Fix regression after merge.
Phillip Lord
2015-11-26
1
-2
/
+0
*
After delete, record point location in undo.
Phillip Lord
2015-11-26
1
-24
/
+33
*
* src/undo.c (record_property_change): Remove now-unused local.
Paul Eggert
2015-11-25
1
-1
/
+1
*
run_undoable_changes now called from insdel.
Phillip Lord
2015-11-25
1
-19
/
+0
*
* src/undo.c (run_undoable_change): Now static.
Paul Eggert
2015-11-13
1
-1
/
+1
*
* src/undo.c: Small fixes for previous change
Juanma Barranquero
2015-11-13
1
-2
/
+1
*
; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'
Phillip Lord
2015-11-12
1
-34
/
+17
|
\
|
*
The heuristic that Emacs uses to add an `undo-boundary' has been
Phillip Lord
2015-11-12
1
-34
/
+17
*
|
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-3
/
+0
|
/
*
Use bool for boolean in textprop.c, undo.c
Paul Eggert
2015-04-19
1
-4
/
+4
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-6
/
+2
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Undo in region after markers in undo history relocated
Barry O'Reilly
2014-03-24
1
-50
/
+62
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean.
Paul Eggert
2013-12-03
1
-3
/
+3
*
Timestamp fixes for undo.
Paul Eggert
2013-07-09
1
-4
/
+3
*
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-05-17
1
-6
/
+0
*
* lisp/simple.el (primitive-undo): Move from undo.c.
Aaron S. Hawley
2013-01-08
1
-212
/
+0
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+1
*
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-28
1
-1
/
+1
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-20
/
+25
*
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-13
1
-18
/
+20
*
EMACS_TIME simplification (Bug#11875).
Paul Eggert
2012-07-10
1
-3
/
+3
*
Do not require float-time's arg to fit in time_t (Bug#11825).
Paul Eggert
2012-07-06
1
-1
/
+1
*
Switch from NO_RETURN to C11's _Noreturn.
Paul Eggert
2012-06-24
1
-2
/
+2
*
Support higher-resolution time stamps.
Paul Eggert
2012-06-22
1
-5
/
+18
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-0
/
+1
*
Merge from trunk.
Paul Eggert
2012-05-25
1
-4
/
+11
|
\
|
*
Add new error and function `user-error'.
Stefan Monnier
2012-05-04
1
-4
/
+11
*
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-1
/
+1
|
\
|
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-11
/
+11
|
/
*
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
[next]