emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-numbers c39f8f1c19 122/145: Cleanup: auto-indent the


From: ELPA Syncer
Subject: [nongnu] elpa/evil-numbers c39f8f1c19 122/145: Cleanup: auto-indent the changelog
Date: Thu, 6 Jan 2022 03:00:24 -0500 (EST)

branch: elpa/evil-numbers
commit c39f8f1c19661d949c40bad09d8f35f785a8e10f
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: auto-indent the changelog
---
 CHANGELOG.org | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 841450d480..bb57951443 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -3,33 +3,31 @@
 * In Development
 
 ** Additions
-
-+ Add =evil-numbers-case= option for the case to use for hexadecimal values 
(defaults to the current case).
+   + Add =evil-numbers-case= option for the case to use for hexadecimal values 
(defaults to the current case).
 
 ** Fixes
-
-+ Fix #24 hexadecimal values case changes when incrementing/decrementing.
-+ Fix padding being ignored with block selection.
-+ Fix #21 increment w/ selection ignores items before the cursor.
-+ Fix padded argument is ignored on non-decimal types.
-+ Fix #20 The cursor moves when increment/decrement fails.
-+ Fix #18 operating on bin/hex/octal failed w/ the cursor at the start.
-+ Fix #17 bin/octal/hex numbers don't support becoming negative.
-+ Fix hyphen-separated numbers handling.
-+ Fix auto-loading evil macros.
+   + Fix #24 hexadecimal values case changes when incrementing/decrementing.
+   + Fix padding being ignored with block selection.
+   + Fix #21 increment w/ selection ignores items before the cursor.
+   + Fix padded argument is ignored on non-decimal types.
+   + Fix #20 The cursor moves when increment/decrement fails.
+   + Fix #18 operating on bin/hex/octal failed w/ the cursor at the start.
+   + Fix #17 bin/octal/hex numbers don't support becoming negative.
+   + Fix hyphen-separated numbers handling.
+   + Fix auto-loading evil macros.
 
 * 0.5
 
 ** Additions
-+ Make padding optional.
-+ Add support for block selections.
-+ Add support for subscript and superscript numbers.
-+ Add g C-a like functionality
-  (i.e. increment first number in selection by 1, second one by 2 and so on).
-+ Pad negative numbers and add a plus sign if a negative number is turned into
-  a positive number (if padding is enabled).
+   + Make padding optional.
+   + Add support for block selections.
+   + Add support for subscript and superscript numbers.
+   + Add g C-a like functionality
+     (i.e. increment first number in selection by 1, second one by 2 and so 
on).
+   + Pad negative numbers and add a plus sign if a negative number is turned 
into
+     a positive number (if padding is enabled).
 
 ** Fixes
-+ Fix numbers being pushed out of selections.
+   + Fix numbers being pushed out of selections.
 
-  (e.g. calling inc-at-pt on =^9 9$= where =^$= denote the start and end of 
the selection would result in =10 9=).
+     (e.g. calling inc-at-pt on =^9 9$= where =^$= denote the start and end of 
the selection would result in =10 9=).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]