index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
undo.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-07
Fix undo of changes in cloned indirect buffers
Eli Zaretskii
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-08-10
Double undo limits
Stefan Kangas
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-11
Turn misc objects into pseudovectors
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-07-05
Fix missing point information in undo
Phillip Lord
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-27
Fix minor problems found by static checking
Paul Eggert
2015-11-26
Fix regression after merge.
Phillip Lord
2015-11-26
After delete, record point location in undo.
Phillip Lord
2015-11-25
* src/undo.c (record_property_change): Remove now-unused local.
Paul Eggert
2015-11-25
run_undoable_changes now called from insdel.
Phillip Lord
2015-11-13
* src/undo.c (run_undoable_change): Now static.
Paul Eggert
2015-11-13
* src/undo.c: Small fixes for previous change
Juanma Barranquero
2015-11-12
; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'
Phillip Lord
2015-11-12
The heuristic that Emacs uses to add an `undo-boundary' has been
Phillip Lord
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-04-19
Use bool for boolean in textprop.c, undo.c
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-03-24
Undo in region after markers in undo history relocated
Barry O'Reilly
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-03
Use bool for boolean.
Paul Eggert
2013-07-09
Timestamp fixes for undo.
Paul Eggert
2013-05-17
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-01-08
* lisp/simple.el (primitive-undo): Move from undo.c.
Aaron S. Hawley
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-28
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-07-10
EMACS_TIME simplification (Bug#11875).
Paul Eggert
2012-07-06
Do not require float-time's arg to fit in time_t (Bug#11825).
Paul Eggert
2012-06-24
Switch from NO_RETURN to C11's _Noreturn.
Paul Eggert
[next]