emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/undo-fu created (now 97e7f4f6e0)


From: ELPA Syncer
Subject: [nongnu] branch elpa/undo-fu created (now 97e7f4f6e0)
Date: Thu, 7 Jul 2022 12:04:41 -0400 (EDT)

elpasync pushed a change to branch elpa/undo-fu.

        at  97e7f4f6e0 Change URL to codeberg

This branch includes the following new commits:

       new  fa245fd3d0 Initial functionality.
       new  d26b64530a Support undo/redo multiple times
       new  1baca3da6b Lookup key for keyboard-quit instead of hard coding in 
message
       new  85fa6556e9 Add evil-mode key binding example
       new  8daa0b5c46 Correct docstrings
       new  756a4846b3 Remove redundant error handling case
       new  be82f88630 Add installation section
       new  374a62cba0 Disable undo-in-region support
       new  9bf729c727 Support pressing C-g before undo
       new  e49ee5bdc3 Show unconstrained suffix for unconstrained undo/redo
       new  c20637ffe3 Fix typo
       new  9cc8c64f16 Merge branch 'patch-1' into 'master'
       new  fdd806d95c Cleanup: make a function to disable the checkpoint
       new  6f876014dc Cleanup: complete doc string for message override macro
       new  cad12914a4 Add 'undo-fu-allow-undo-in-region' option
       new  792d27b8a1 Lower version requirement to 24.3
       new  769789d742 Add autoload cookie
       new  ed5af4d0ff Merge branch 'add-autoload-cookie' into 'master'
       new  9cfc95948a Cleanup: remove unnecessary calculation, auto-load 
redo-all
       new  1ecbe826ae Fix undo-fu-only-redo-all counting incorrectly
       new  a0e111b955 Add .elisp-autofmt to enable auto-formatting
       new  c5bb7b0402 Evil Mode: mark undo commands not to repeat
       new  d561fa8e0c Fix #2 Support linear redo
       new  459c90479d Release 0.2
       new  f8f416c0d4 readme: capitalize 'Emacs'
       new  f53b3e3963 Use eval-after-load instead of with-eval-after-load for 
Emacs 24.3
       new  5c9aadad4b Support using undo-fu-only-redo after regular 
undo/undo-only
       new  ad8a60f979 Lazy initialize checkpoint length (minor speedup for 
linear redo)
       new  6e8095c449 Suppress compiler warnings about evil functions
       new  7d600ab8f2 Fix 'success' assignment (internal variable)
       new  fd2e9952f9 Merge branch 'compiler-warnings' into 'master'
       new  29a8c3d5a8 Use more prominent comment sections
       new  3c366ef52a Add '.elisp-autofmt' to enable auto-formatting
       new  4d635722a3 readme: minor improvements to wording
       new  61d6cda0a0 Cleanup: add checkpoint set/clear functions
       new  f883424345 readme: disable undo-tree in the evil-example
       new  e3e6750c95 readme: update to reference other packages
       new  f938ee2d94 Cleanup: pass in 'was-redo' as an argument
       new  afa5685743 Cleanup: minor improvements to comments and error strings
       new  d5dd79c454 readme: add link to melpa
       new  c2be4ae43e Cleanup: blank lines
       new  d81063c96d Cleanup: remove unnecessary checkpoint-is-blocking 
variable
       new  88c4086e12 Add 'undo-fu-ignore-keyboard-quit' & 
'undo-fu-disable-checkpoint'
       new  d03de12298 Cleanup: use the term 'checkpoint' instead of 'end-point'
       new  2cba1903f3 Cleanup: improve 'undo-fu-disable-checkpoint' messages
       new  8b00b16fa8 Non-destructive commands no longer break the undo-chain
       new  32674fc7b0 Release 0.3
       new  25e25ec4df Cleanup: typos
       new  aae7ec9784 Cleanup: use mapc for multiple calls to 
evil-declare-not-repeat
       new  1d60424680 Raise error when using undo-fu commands when undo has 
been disabled
       new  8c461a00a0 Cleanup: comments
       new  0c34b6747e Cleanup: replace cl-letf with macro that temporarily 
sets advice
       new  0ce9ac3614 Cleanup: use updated auto-formatting results
       new  ea41b40601 Use 'undo' instead of 'undo-only' when unconstrained 
mode is in use
       new  2b1e53285a Fix checkpoint initialization with undo data from 
undo-fu-session
       new  49cca61343 Fix unconstrained redo trapping the user at the end of 
the chain
       new  a651bb3035 Complete docstring
       new  46de023b5f Use logic back-ported from emacs-28 'undo-redo'
       new  6c31b8e565 Protect undo-fu from aggressive-indent
       new  c0806c1903 Update changelog
       new  7fc9505561 Update evil-mode section in readme
       new  f4db4c9b98 Update readme
       new  7cbc3f852b readme: move details into own top-level heading
       new  e0ad06b5ef Cleanup: formatting
       new  3ae95e60f6 Update readme example, remove call to disable undo-tree
       new  34b27c01da Cleanup: use constant instead of local-variable for 
command list
       new  d3d50ad00d Cleanup: quiet docstring width warning
       new  7ec3cc558e Cleanup: use defgroup
       new  06b52a11d9 Cleanup: replace 'if' with 'cond'
       new  06772aef15 Use "undo" group
       new  71c474e29f Cleanup: docstring
       new  ab8bc10e42 Cleanup: minor wording changes
       new  e81c8da441 Cleanup: use brief SPDX license
       new  e07fd219a0 Sync backported functions from Emacs
       new  7430fa58f1 Fix unconstrained undo when the user has undo-no-redo 
enabled
       new  a2241d3b52 Cleanup: simplify unconstrained undo checks
       new  20c9d6170a Cleanup: simplify checks for clearing the checkpoint
       new  9159f46b70 Cleanup: prefer `cond` to `if`
       new  3957d8d188 Cleanup: replace member with memq
       new  c92261a3b7 Cleanup: use with-eval-after-load
       new  f9c39c248c readme: update to use evil-modes undo-fu support
       new  97e7f4f6e0 Change URL to codeberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]