From 10d5debe317b2244d19085151040f955dda4a9ab Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sat, 23 Apr 2022 12:12:25 -0700 Subject: [PATCH] Version 2.0.0 * NEWS.txt: Add news. * vundo.el: Bump version. --- NEWS.txt | 26 ++++++++++++++++++++++---- vundo.el | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 976af81..e037879 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,24 @@ +<2022-04-23 Sat>: Version 2.0.0 + +Breaking change: + +- ‘vundo--window-max-height’ is now ‘vundo-window-max-height’ (double + dash -> single dash). +- Vundo commands are not shown in the global M-x (since they are not + used that way anyway). + +New features: + +- New hooks ‘vundo-pre-enter-hook’ and ‘vundo-post-exit-hook’. + + <2022-04-04 Mon>: Version 1.0.0 -<2022-03-29 Tue>: vundo--mode and vundo--mode-map are now vundo-mode -and vundo-mode-map. A new custom option vundo-compact-display is added. + +<2022-03-29 Tue>: ‘vundo--mode’ and ‘vundo--mode-map’ are now +‘vundo-mode’ and ‘vundo-mode-map’. A new custom option +‘vundo-compact-display’ is added. + <2022-03-23 Wed>: UI now defaults to ASCII mode. ASCII mode also draws differently now, it now draws @@ -11,5 +28,6 @@ differently now, it now draws |--o |--o `--o +--o -<2021-11-26 Fri>: Variable vundo-translate-alist changed to -vundo-glyph-alist and has different value now. + +<2021-11-26 Fri>: Variable ‘vundo-translate-alist’ changed to +‘vundo-glyph-alist’ and has different value now. diff --git a/vundo.el b/vundo.el index 94c55fa..d293cec 100644 --- a/vundo.el +++ b/vundo.el @@ -5,7 +5,7 @@ ;; Author: Yuan Fu ;; Maintainer: Yuan Fu ;; URL: https://github.com/casouri/vundo -;; Version: 1.0.0 +;; Version: 2.0.0 ;; Keywords: undo, text, editing ;; Package-Requires: ((emacs "28.1")) ;;