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

[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
 



reply via email to

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