summaryrefslogtreecommitdiff
path: root/src/undo.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-07Fix undo of changes in cloned indirect buffersEli Zaretskii
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-10Double undo limitsStefan Kangas
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-11Turn misc objects into pseudovectorsPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-05Fix missing point information in undoPhillip Lord
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-27Fix minor problems found by static checkingPaul Eggert
2015-11-26Fix regression after merge.Phillip Lord
2015-11-26After 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-25run_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 changeJuanma Barranquero
2015-11-12; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord
2015-11-12The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-03-24Undo in region after markers in undo history relocatedBarry O'Reilly
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-03Use bool for boolean.Paul Eggert
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert
2013-01-08* lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-06Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert