Skip to content

Commit 10d5deb

Browse files
committed
Version 2.0.0
* NEWS.txt: Add news. * vundo.el: Bump version.
1 parent f2b2999 commit 10d5deb

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

NEWS.txt

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1+
<2022-04-23 Sat>: Version 2.0.0
2+
3+
Breaking change:
4+
5+
- ‘vundo--window-max-height’ is now ‘vundo-window-max-height’ (double
6+
dash -> single dash).
7+
- Vundo commands are not shown in the global M-x (since they are not
8+
used that way anyway).
9+
10+
New features:
11+
12+
- New hooks ‘vundo-pre-enter-hook’ and ‘vundo-post-exit-hook’.
13+
14+
115
<2022-04-04 Mon>: Version 1.0.0
216

3-
<2022-03-29 Tue>: vundo--mode and vundo--mode-map are now vundo-mode
4-
and vundo-mode-map. A new custom option vundo-compact-display is added.
17+
18+
<2022-03-29 Tue>: ‘vundo--mode’ and ‘vundo--mode-map’ are now
19+
‘vundo-mode’ and ‘vundo-mode-map’. A new custom option
20+
‘vundo-compact-display’ is added.
21+
522

623
<2022-03-23 Wed>: UI now defaults to ASCII mode. ASCII mode also draws
724
differently now, it now draws
@@ -11,5 +28,6 @@ differently now, it now draws
1128
|--o |--o
1229
`--o +--o
1330

14-
<2021-11-26 Fri>: Variable vundo-translate-alist changed to
15-
vundo-glyph-alist and has different value now.
31+
32+
<2021-11-26 Fri>: Variable ‘vundo-translate-alist’ changed to
33+
‘vundo-glyph-alist’ and has different value now.

vundo.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Yuan Fu <[email protected]>
66
;; Maintainer: Yuan Fu <[email protected]>
77
;; URL: https://github.com/casouri/vundo
8-
;; Version: 1.0.0
8+
;; Version: 2.0.0
99
;; Keywords: undo, text, editing
1010
;; Package-Requires: ((emacs "28.1"))
1111
;;

0 commit comments

Comments
 (0)