summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2023-09-11 19:31:13 -0500
committerAdam Porter <adam@alphapapa.net>2023-09-11 19:31:13 -0500
commit726e81f11443c570186f46d63f74346efa04fd87 (patch)
treec4e192e494503ce5374f13ad19bea9e1a84596be
parent0941ff6f0e22b41e96c6c88b6e0fbbbc09ba849a (diff)
Docs: Tidy changelog
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 7d38fdf..5a1f0d8 100644
--- a/README.org
+++ b/README.org
@@ -296,16 +296,16 @@ Ement.el doesn't support encrypted rooms natively, but it can be used transparen
*Additions*
-+ Face ~ement-room-quote~, applied to quoted parts of replies.
-+ Commands that read a string from the minibuffer in ~ement-room~ buffers and ~ement-connect~ user ID prompts use separate history list variables.
+ Command ~ement-notifications~ shows recent notifications, similar to the pane in the Element client. (This new command fetches recent notifications from the server and allows scrolling up to retrieve older ones. Newly received notifications, as configured in the ~ement-notify~ options, are displayed in the same buffer. This functionality will be consolidated in the future.)
++ Face ~ement-room-quote~, applied to quoted parts of replies.
*Changes*
-+ The quoted part of a reply now omits the face applied to the rest of the message, helping to distinguish them.
++ Commands ~ement-room-goto-next~ and ~ement-room-goto-prev~ work more usefully at the end of a room buffer. (Now pressing ~n~ on the last event moves point to the end of the buffer so it will scroll automatically for new messages, and then pressing ~p~ skips over any read marker to the last event.)
+ Room buffer bindings:
+ ~ement-room-goto-next~ and ~ement-room-goto-prev~ are bound to ~n~ and ~p~, respectively.
+ ~ement-room-goto-fully-read-marker~ is bound to ~M-g M-p~ (the mnemonic being "go to previously read").
-+ Commands ~ement-room-goto-next~ and ~ement-room-goto-prev~ work more usefully at the end of a room buffer. (Now pressing ~n~ on the last event moves point to the end of the buffer so it will scroll automatically for new messages, and then pressing ~p~ skips over any read marker to the last event.)
++ The quoted part of a reply now omits the face applied to the rest of the message, helping to distinguish them.
++ Commands that read a string from the minibuffer in ~ement-room~ buffers and ~ement-connect~ user ID prompts use separate history list variables.
+ Use Emacs's Jansson-based JSON-parsing functions when available. (This results in a 3-5x speed improvement for parsing JSON responses, which can be significant for large initial sync responses. Thanks to [[https://github.com/rrix/][Ryan Rix]] for discovering this!)
*Fixes*