summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-12Sync maintainer address with author addressexternals/undo-treeStefan Monnier
2022-03-12* undo-tree.el: Various cosmetic changesStefan Monnier
2022-03-12Merge remote-tracking branch 'upstream/undo-tree/main' into externals/undo-treeStefan Monnier
2021-03-24Update contact email address in package headers.Toby S. Cubitt
2021-03-10Fix bug in detection of nodes corresponding to unmodified buffers.Toby S. Cubitt
2021-02-17Fix URLs in package headers.Toby S. Cubitt
2021-02-16Fix potential insidious list creation bugs.Toby S. Cubitt
2021-01-30Fix how undo-tree-viualizer-timestamps|diff are set buffer-local.Toby S. Cubitt
2021-01-30Add missing Package-Requires header for queue dependency.Toby S. Cubitt
2021-01-27Implement new undo-tree save format.Toby S. Cubitt
2020-11-28Print complete objects when saving undo-tree historyFabrice Popineau
2020-01-28Fix argument order in gv setter definitions.Toby S. Cubitt
2020-01-13Switch from cl to cl-lib.Toby S. Cubitt
2020-01-13Fix hook function issue in Emacs 27.Toby S. Cubitt
2020-01-12Fix some byte-compilation warnings.Toby S. Cubitt
2020-01-10Don't attempt to save undo history if history file is unwritable.Toby S. Cubitt
2020-01-09undo-outer-limit can also be null (no limit) in recent Emacsen.Toby S. Cubitt
2020-01-09Bump version number.Toby S. Cubitt
2020-01-09Redraw visualizer when history-discarding invalidates it.Toby S. Cubitt
2020-01-08Implement non-recursive undo-tree copier, to avoid hitting Elisp and c stack ...Toby S. Cubitt
2020-01-08Temporarily increase max-lisp-eval-depth and max-specpdl-size when copying un...Toby S. Cubitt
2020-01-08Proper fix to copy-undo-tree by writing bespoke copier.Toby S. Cubitt
2020-01-07Fix copy-undo-tree by forcing vector rather than native defstruct.Toby S. Cubitt
2020-01-04Bump copyright year in readiness for new release.Toby S. Cubitt
2020-01-02Improve messages displayed to user when undo history is discarded.Toby S. Cubitt
2019-12-27Null undo-tree-limit attemps to preserve all undo history.Toby S. Cubitt
2019-12-27Use custom undo-[strong-|outer]-limit values in undo-tree-mode.Toby S. Cubitt
2019-12-27Fix various bugs in undo history loading/saving.Toby S. Cubitt
2019-12-19Prevent misleading message about discarded undo history on first undo.Toby S. Cubitt
2019-12-19More undo-tree GC corruption mitigations.Toby S. Cubitt
2019-10-13Refactor undo-list-transfer-to-tree again in attempt to mitigate GC races.Toby S. Cubitt
2019-06-21Refactor undo-list-transfer-to-tree to not act directly on buffer-undo-list.Toby S. Cubitt
2019-06-21Simplify undo-list-byte-size.Toby S. Cubitt
2019-06-21Change undo-list-pop-changeset to macro taking buffer-undo-list argument.Toby S. Cubitt
2019-06-21Factor out canary checking into undo-list-found-canary-p.Toby S. Cubitt
2019-06-21Bump copyright year and version number.Toby S. Cubitt
2019-06-21Add hooks to transform/discard undo elements on saving/loading.Toby S. Cubitt
2019-06-21Silence some unused variable compiler warnings.Toby S. Cubitt
2019-06-21Disable undo-in-region by default.Toby S. Cubitt
2019-06-21Uncoditionally clear visualizer data before writing to file.Toby S. Cubitt
2019-06-20Change obsolete subtract-time -> time-subtract.Toby S. Cubitt
2017-07-06Throw error if interactive commands called outside undo-tree-mode.Toby S. Cubitt
2016-10-12Fix one of the diagrams in the Commentary.Toby S. Cubitt
2016-09-22Add Maintainer line to package headers.Toby S. Cubitt
2014-05-09Fix bug that caused undo-tree to hang when undoing in region (bug#16377).Barry O'Reilly
2014-01-10Bump copyright year and version number.Toby S. Cubitt
2014-01-09Fix bug in menu entries that triggered error on null buffer-undo-tree.Toby S. Cubitt
2014-01-07Fix undo/redo-in-region tree diagrams in Commentary.Toby S. Cubitt
2013-11-19Install undo-tree undo/redo Edit menu bar items.Toby S. Cubitt
2013-08-12Clear undo-tree-visualizer-needs-extending-[up|down] before drawing tree.Toby S. Cubitt