[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/devil 79fd50fe22 36/49: Set version to 0.3.0
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/devil 79fd50fe22 36/49: Set version to 0.3.0 |
Date: |
Mon, 15 May 2023 12:59:34 -0400 (EDT) |
branch: elpa/devil
commit 79fd50fe22ce45968779f0e176247ab7988f0905
Author: Susam Pal <susam@susam.net>
Commit: Susam Pal <susam@susam.net>
Set version to 0.3.0
---
CHANGES.org | 16 ++++++++++++++++
devil.el | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/CHANGES.org b/CHANGES.org
index 0fabb788e1..85a7d6322e 100644
--- a/CHANGES.org
+++ b/CHANGES.org
@@ -1,5 +1,20 @@
* Changelog
+** 0.3.0 (2023-05-11)
+
+*** Added
+
+- Add customization group.
+
+*** Changed
+
+- Move tests out to a separate file.
+
+*** Fixed
+
+- Fix spacing in documentation strings.
+- Remove =devil-version= and =devil-show-version=.
+
** 0.2.0 (2023-05-09)
*** Added
@@ -23,6 +38,7 @@
=C-x CC-xf=. This has been fixed so that =- C-f= is now translated to
=C-x C-f=.
+
** 0.1.0 (2023-05-07)
*** Added
diff --git a/devil.el b/devil.el
index afe1336613..6dde9d4bfa 100644
--- a/devil.el
+++ b/devil.el
@@ -4,7 +4,7 @@
;; Author: Susam Pal <susam@susam.net>
;; Maintainer: Susam Pal <susam@susam.net>
-;; Version: 0.2.0
+;; Version: 0.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: convenience, abbrev
;; URL: https://github.com/susam/devil
- [nongnu] elpa/devil 21eeb196f7 10/49: Explain how to configure multiple Devil keys, (continued)
- [nongnu] elpa/devil 21eeb196f7 10/49: Explain how to configure multiple Devil keys, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 1cf89ce338 11/49: Add yank-pop as a repeatable command, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 402dcfd7fb 13/49: Fix repeatable key sequence for yank-pop, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil ef5449deda 16/49: Add kill-line and undo to repeatable keys, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 02464b7516 18/49: Explain why a single activation key is the default, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 4b1eba8a1c 24/49: Add stricter validation of translated key sequence, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 6943ff3e82 28/49: Remove custom version command., ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 459ce032e4 32/49: * devil.el (devil--log-command-loop-info): Use a single 'format', ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil fa6eb0a319 33/49: Move tests to separate file using ERT, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 355bcc9c14 34/49: Extract most of the README into a separate manual, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 79fd50fe22 36/49: Set version to 0.3.0,
ELPA Syncer <=
- [nongnu] elpa/devil c60437c11b 39/49: Support making all key sequences repeatable, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil f6ddd7cac1 38/49: Fix undefined error for RET, <f10>, etc., ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 72ce585e59 42/49: Document devil-all-keys-repeatable in the manual, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 305a41dc55 45/49: Add MELPA badges, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 2fe542cbc6 46/49: Mention Emacs at the beginning of documentation, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil b84cd61eec 40/49: Format .org files consistently, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil a42a778ec3 43/49: Add devil-all-keys-repeatable to changelog, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 1ddc4dc2e3 44/49: Fix key translation for key vector as Devil key, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil fbc422c666 20/49: Add steps to install Devil from MELPA, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 2090eb34f4 21/49: Move configuration examples to subsections, ELPA Syncer, 2023/05/15