[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 14fa816ebb 10/12: Updated NEWS
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 14fa816ebb 10/12: Updated NEWS |
Date: |
Mon, 16 Dec 2024 12:59:29 -0500 (EST) |
branch: externals/speedrect
commit 14fa816ebbb432fc79f451a52c048e80346774e2
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Updated NEWS
---
NEWS.org | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index e6ad2a7692..33e306a49b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,15 @@
#+author: J.D. Smith
#+language: en
+* Development
+
+- Improve space-padding when incrementing/decrementing numerical columns.
+- Preserve space on kill (=k=) with prefix (i.e. copy then clear).
+- Use last kill rectangle when rectangle filling, if the selected rectangle is
entirely blank.
+- Decrement/Increment =-= / =+= commands for adding/subtracting to first
numeric column (numeric prefix allowed).
+- Alignment-preserving white-space deletion, from left (default) or right
(with prefix) of column.
+- =[BUGFIX]= Avoid rare alignment issues in ~yank-from-calc~.
+
* v0.6 (2024-12-07)
- Published on ELPA!
@@ -17,9 +26,9 @@
* v0.5
-- New command ~f~ to fill (wrap) text in the rectangle. Uses prefix for fill
width (defaults to rectangle width).
+- New command =f= to fill (wrap) text in the rectangle. Uses prefix for fill
width (defaults to rectangle width).
* v0.4
-- New command ~x~ for moving around rectangle corners.
-- New command ~M~ for placing multiple-cursors on each line at the current
column.
+- New command =x= for moving around rectangle corners.
+- New command =M= for placing multiple-cursors on each line at the current
column.
- [elpa] externals/speedrect updated (0a97e82913 -> 8cda38a010), ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect a3ac64cee9 02/12: docstring: remove outdated advice mention, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 2d9bdd37f1 04/12: speedrect-undo: restarting, using no region, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 1935a0266a 06/12: kill-rectangle: new option to preserve space on kill with prefix, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect cd7e2e71fe 09/12: help tweaks, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 14fa816ebb 10/12: Updated NEWS,
ELPA Syncer <=
- [elpa] externals/speedrect 06771a6d96 05/12: delete-ws: space-preserving left and right WS-deletion, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 896f577d06 08/12: replace-with-rect: move to column first to properly add spaces, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 94a9462ccf 03/12: increment: preserve space padding when possible, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 61d828134a 01/12: add increment/decrement on +/-, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 67bd27132c 07/12: fill: use last killed rectangle if selected rect is fully blank, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 8cda38a010 12/12: Update README.md, ELPA Syncer, 2024/12/16
- [elpa] externals/speedrect 50d793aaa1 11/12: README: added help info, ELPA Syncer, 2024/12/16