[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 64c68ebdf3 85/90: Add NEWS.org
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 64c68ebdf3 85/90: Add NEWS.org |
Date: |
Fri, 6 Dec 2024 18:59:19 -0500 (EST) |
branch: externals/speedrect
commit 64c68ebdf3d1a00b56cba8359b8533dc9127e269
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Add NEWS.org
---
NEWS.org | 18 ++++++++++++++++++
README.md | 6 ++----
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/NEWS.org b/NEWS.org
new file mode 100644
index 0000000000..dcc5de4e29
--- /dev/null
+++ b/NEWS.org
@@ -0,0 +1,18 @@
+#+title: speedrect - Changelog
+#+author: J.D. Smith
+#+language: en
+
+* v0.5.2 (2024-12-03)
+
+- Improved rectangle shift off ends of lines.
+- Better calc integration and formatting.
+- Vector shortening and brackets now always ignored.
+
+* v0.5
+
+- 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.
diff --git a/README.md b/README.md
index 0335d337e1..a4627be52f 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,9 @@ Quick key bindings and other tools for Emacs'
`rectangle-mark-mode`.
- Wrap text within the rectangle.
- A useful help page (`?`).
-## News
+## What's New
-- **v0.5.2**: Improved rectangle shift off ends of lines. Better calc
integration + vector shortening and brackets now always ignored.
-- **v0.5**: New command `f` to fill (wrap) text in the rectangle. Use prefix
for fill width (defaults to rectangle width).
-- **v0.4**: New command `x` for moving around rectangle corners, and `M` for
placing multiple-cursors on each line at the current column.
+See the release [NEWS](NEWS.org).
## Installation
- [elpa] externals/speedrect 2b864a4a41 86/90: Proposed for ELPA: speedrect, (continued)
- [elpa] externals/speedrect 2b864a4a41 86/90: Proposed for ELPA: speedrect, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 463aae4f1b 78/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect bae04ed3a3 67/90: amalgamate fill changes, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect ce32628339 73/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect aaf72e49c8 77/90: README: improve calc note, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 93182dd080 89/90: correct autoload, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4603a1ff09 90/90: ELPA version bump and Created date, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 0696ca6ffd 87/90: yank-from-calc: remove unused let-binding, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 2a34fca350 37/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect a51a4c2ed8 84/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 64c68ebdf3 85/90: Add NEWS.org,
ELPA Syncer <=
- [elpa] externals/speedrect b101eaea01 48/90: calc-yank: no save-excursion needed, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect f96b01863e 50/90: README: explain restart and add more calc detail, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94d6c643cb 51/90: README: improve calc section, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 3120746026 56/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect e37d89acc6 63/90: wrap-command: ensure buffer is restored on re-running command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94c125f60f 68/90: fill-text: use height of rect as line count limit, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 5da3d70805 74/90: delete-rest: save rectangle after command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 16e79924ed 82/90: Prepare for ELPA, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 2782b03be2 38/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7390122e49 75/90: calc-grab: improve with calc-top, avoid brackets/truncation, ELPA Syncer, 2024/12/06