[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 17cce66 04/14: Re-format the Change Log
From: |
Phil |
Subject: |
[elpa] master 17cce66 04/14: Re-format the Change Log |
Date: |
Sat, 11 Jul 2020 00:57:54 -0400 (EDT) |
branch: master
commit 17cce6610ed090a68f1c0f3d926113ef83abaff9
Author: Phil Sainty <psainty@orcon.net.nz>
Commit: Phil Sainty <psainty@orcon.net.nz>
Re-format the Change Log
Also switch to the GNU ELPA version number format in these records, for
consistency. See also commit d2cc2fc00aa91f6f26d4bfd2dedbd022be449343.
---
delight.el | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/delight.el b/delight.el
index 57f53f6..e8265b6 100644
--- a/delight.el
+++ b/delight.el
@@ -92,15 +92,20 @@
;;; Change Log:
;;
-;; 1.05 (2016-03-01) Support FILE value t, meaning that the minor MODE
-;; in question is guaranteed to already be loaded.
-;; 1.04 (2016-02-28) Respect `inhibit-mode-name-delight' when already set.
-;; 1.03 (2014-05-30) Added support for `mode-line-mode-menu'.
-;; 1.02 (2014-05-04) Bug fix for missing 'cl requirement for
-;; destructuring-bind macro.
-;; 1.01 (2014-05-04) Allow the keyword :major as the FILE argument for
-;; major modes, to avoid also processing them as minor modes.
-;; 1.00 (2013-06-25) Initial release.
+;; 1.5 (2016-03-01)
+;; - Support FILE value t, meaning that the minor MODE in question
+;; is guaranteed to already be loaded.
+;; 1.4 (2016-02-28)
+;; - Respect `inhibit-mode-name-delight' when already set.
+;; 1.3 (2014-05-30)
+;; - Add support for `mode-line-mode-menu'.
+;; 1.2 (2014-05-04)
+;; - Bug fix for missing 'cl requirement for destructuring-bind macro.
+;; 1.1 (2014-05-04)
+;; - Allow the keyword :major as the FILE argument for major modes,
+;; to avoid also processing them as minor modes.
+;; 1.0 (2013-06-25)
+;; - Initial release.
;;; Code:
- [elpa] master updated (b8c9fbb -> 2a774d1), Phil, 2020/07/11
- [elpa] master 05ef4d7 03/14: Fix quote character in `delight' docstring in Emacs 25+, Phil, 2020/07/11
- [elpa] master d2cc2fc 02/14: Use GNU ELPA version number formatting, Phil, 2020/07/11
- [elpa] master e3bd4c2 01/14: * delight.el: Fix copyright, Phil, 2020/07/11
- [elpa] master 8ec8a5b 05/14: Use cl-lib, nadvice, and lexical-binding, Phil, 2020/07/11
- [elpa] master 6d4a5aa 06/14: Use double-spaced sentence formatting, Phil, 2020/07/11
- [elpa] master 17cce66 04/14: Re-format the Change Log,
Phil <=
- [elpa] master a763ec1 07/14: Rename `delight--inhibit' to `delight-mode-name-inhibit', Phil, 2020/07/11
- [elpa] master da63492 08/14: Rename `delighted-modes' to `delight-delighted-modes', Phil, 2020/07/11
- [elpa] master 088aae0 09/14: Support live updates from earlier versions, Phil, 2020/07/11
- [elpa] master 26dab6b 10/14: Support `unload-feature', Phil, 2020/07/11
- [elpa] master 989eed2 11/14: Add to after-change-major-mode-hook at load time, Phil, 2020/07/11
- [elpa] master 2a774d1 14/14: Merge commit '5a0cd5ccb650d7bba1c1ea02cf67b71d7cfa6e9a' from delight, Phil, 2020/07/11
- [elpa] master 5a0cd5c 12/14: Documentation, Phil, 2020/07/11
- [elpa] master a1b7e94 13/14: * externals-list: Use https for "delight" subtree URL, Phil, 2020/07/11