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

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

[nongnu] elpa/undo-fu 459c90479d 24/82: Release 0.2


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 459c90479d 24/82: Release 0.2
Date: Thu, 7 Jul 2022 12:04:50 -0400 (EDT)

branch: elpa/undo-fu
commit 459c90479dd0e4f5e8526720f48d112260fc8f5c
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Release 0.2
---
 changelog.rst | 15 +++++++++++++++
 undo-fu.el    |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
new file mode 100644
index 0000000000..ce37041db8
--- /dev/null
+++ b/changelog.rst
@@ -0,0 +1,15 @@
+
+##########
+Change Log
+##########
+
+- Version 0.2 (2020-01-12)
+
+  - Linear redo support (which wont undo).
+  - Evil-Mode attribute not to repeat these undo/redo actions.
+  - Fix counting bug with ``undo-fu-only-redo-all``.
+  - Add ``undo-fu-allow-undo-in-region`` option.
+
+- Version 0.1 (2019-12-14)
+
+  Initial release.
diff --git a/undo-fu.el b/undo-fu.el
index 49bb755310..908015008c 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -5,7 +5,7 @@
 ;; Author: Campbell Barton <ideasman42@gmail.com>
 
 ;; URL: https://gitlab.com/ideasman42/emacs-undo-fu
-;; Version: 0.1
+;; Version: 0.2
 ;; Package-Requires: ((emacs "24.3"))
 
 ;; This program is free software; you can redistribute it and/or modify



reply via email to

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