From ce88557fdca9280aeb19c0ab8a890ed7e196f9a7 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 11 Sep 2022 21:07:31 +0300 Subject: [PATCH] DOC: NEWS.org: new file --- NEWS.org | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 NEWS.org diff --git a/NEWS.org b/NEWS.org new file mode 100644 index 0000000..fb6f1e5 --- /dev/null +++ b/NEWS.org @@ -0,0 +1,25 @@ +#+title: sweep NEWS -- history of user-visible changes. +#+author: Eshel Yaron +#+email: me@eshelyaron.com +#+language: en +#+options: ':t toc:nil num:nil +#+startup: content indent +#+MACRO: version (eval (mapconcat #'number-to-string (save-current-buffer (with-current-buffer (find-file (expand-file-name "sweep.el" (file-name-directory $1))) (package-desc-version (package-buffer-info)))) ".")) + +This file is about changes in =sweep= up to version +{{{version({{{input-file}}})}}}. + +* New commands available in sweep {{{version({{{input-file}}})}}} + +** New command =sweep-load-buffer=. + +Loads a =sweep-mode= buffer. If called from a =sweep-mode= buffer, loads +the current buffer by default. + +* New keybindings in =sweep-mode= buffers + +=C-c C-l= is now bound to =sweep-load-buffer=. + +* New keybindings in =sweep-prefix-map= + +The key =l= is now bound under =sweep-prefix-map= to =sweep-load-buffer=. -- 2.39.2