branch: externals/vundo
commit 9f47232c6a5d357478bc979ef0908b307b08d1da
Author: JD Smith <[email protected]>
Commit: Yuan Fu <[email protected]>
* vundo.el, README.TXT: Bump version, document release
---
README.txt | 5 +++--
vundo.el | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.txt b/README.txt
index dc3ef51191..eec64e0ce3 100644
--- a/README.txt
+++ b/README.txt
@@ -103,8 +103,9 @@ to run those tests interactively, or use the following
batch command:
Changelog (full changelog in NEWS.txt):
-<2023-12-08 Fri>: Version 2.5.0: vundo-diff introduced, supporting
-on-demand diff to parent or any marked node.
+<2023-12-17 Sun>: Version 2.2.0: vundo-diff introduced, supporting
+on-demand diff to parent or any marked node. Improved tree draw
+speed.
<2022-04-04 Mon>: Version 1.0.0
diff --git a/vundo.el b/vundo.el
index ec04154648..8d04440180 100644
--- a/vundo.el
+++ b/vundo.el
@@ -1,11 +1,11 @@
;;; vundo.el --- Visual undo tree -*- lexical-binding: t; -*-
-;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
;;
;; Author: Yuan Fu <[email protected]>
;; Maintainer: Yuan Fu <[email protected]>
;; URL: https://github.com/casouri/vundo
-;; Version: 2.1.0
+;; Version: 2.2.0
;; Keywords: undo, text, editing
;; Package-Requires: ((emacs "28.1"))
;;