[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ement 726e81f114 2/2: Docs: Tidy changelog
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ement 726e81f114 2/2: Docs: Tidy changelog |
Date: |
Mon, 11 Sep 2023 21:57:55 -0400 (EDT) |
branch: externals/ement
commit 726e81f11443c570186f46d63f74346efa04fd87
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Tidy changelog
---
README.org | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 7d38fdf7c3..5a1f0d8ac6 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*