[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 622df66aab 08/16: NEWS: update for v0.7
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 622df66aab 08/16: NEWS: update for v0.7 |
Date: |
Tue, 17 Dec 2024 18:59:40 -0500 (EST) |
branch: externals/speedrect
commit 622df66aab1fe3c11c6eeb4335bb63a17c1f9b98
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
NEWS: update for v0.7
---
NEWS.org | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 33e306a49b..ea18dd25b8 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,21 +2,27 @@
#+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.7 (2024-12-17)
+
+- Added demo movie.
+- Automatically recall stashed rectangle when multiple cursors mode (=M=)
completes.
+- Stash rectangle prior to quitting.
+- Optionally preserve space on kill (=k=) when called with prefix (i.e. copy
then clear).
+- When rectangle filling text, if the selected rectangle is entirely blank,
use the contents of the last killed rectangle. This makes possible a two-step
process for rectangle filling:
+ 1. kill/copy a rectangle
+ 2. mark a blank rectangular "target" region, and yank-fill to that width.
+- Other minor rectangle fill improvements to add stability.
+- New decrement/increment commands (=-= / =+=) for adding/subtracting to first
numeric column (numeric prefix allowed).
+- Alignment-preserving white-space deletion, for left (default) or right (with
prefix) justification of column.
+- New undo command (=u=) to undo last action, preserving the selected
rectangle.
+- =[BUGFIX]= Avoid rare alignment issues when using ~yank-from-calc~ (=m=).
* v0.6 (2024-12-07)
-- Published on ELPA!
-- Added ~copy-rectangle-as-text~.
-- Permit mismatched calc and rectangle row length.
-- =BUGFIX= correctly save rectangle after ~delete-rest~.
+- Published on ELPA.
+- Added ~copy-rectangle-as-text~ to put yankable lines of text on the kill
ring.
+- Permit mismatched calc matrix and selected rectangle row length.
+- =BUGFIX= correctly save rectangle position after ~delete-rest~.
* v0.5.2 (2024-12-03)
- [elpa] externals/speedrect a472d721c2 04/16: wrap: alias wrapped functions (with --speedrect_wrap) for keycast, (continued)
- [elpa] externals/speedrect a472d721c2 04/16: wrap: alias wrapped functions (with --speedrect_wrap) for keycast, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 0150882424 02/16: yank-from-calc: delete existing rectangle first, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 9025ae3b49 11/16: Update README.md, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 4eb3b6f58e 14/16: Update NEWS.org, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 0897b24ef8 03/16: fill-text: ensure filled rectangles is non-ragged and doesn't move, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect bc67b6bcfe 15/16: Update README.md, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 822a77e867 01/16: README: add demo movie and new screenshot, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect f52088fd72 05/16: recall-last: turn on rectangle mark mode if not already on, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 1735612384 06/16: quit: stash rectangle prior to quitting, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 2f46cbec96 07/16: multiple-cursors: recall last rectangle rect when completed, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 622df66aab 08/16: NEWS: update for v0.7,
ELPA Syncer <=
- [elpa] externals/speedrect 2232149c30 09/16: Bumped version, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 606898521a 12/16: Update README.md, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 1c595296af 13/16: Update README.md, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect 3f6057bc32 10/16: Update README.md, ELPA Syncer, 2024/12/17
- [elpa] externals/speedrect c6e5e1fe7e 16/16: Update README.md, ELPA Syncer, 2024/12/17