build: update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2021-11-10 21:59:01 +02:00
parent ef25637128
commit f89dbbd4db
1 changed files with 22 additions and 7 deletions

View File

@ -23,13 +23,21 @@
- After that, either =ninja -C build= or =make= should be enough to rebuild - After that, either =ninja -C build= or =make= should be enough to rebuild
- Before installing, it is recommended that you *remove* any older versions of - Before installing, it is recommended that you *remove* any older versions of
~mu~ and especiall ~mu4e~, since they may conflict with the newere ones. ~mu~ and especiall ~mu4e~, since they may conflict with the newere ones.
- =mu= now requires C++17 support for building - =mu= now requires C++17 support for building
- The server protocol (as used my mu4e) has seen a number of updates, to - The server protocol (as used my mu4e) has seen a number of updates, to
allow for faster rendering. allow for faster rendering.
- The ~processed~ number in the indexing statistics has been renamed into
~checked~ and describes the number of message files considered for
updating, which is a bit more useful that the old value, which was
more-or-less synonymous with the ~updated~ number (which are the message that
got (re)parsed / (re)added to the database.
Basically, it counts all the messages for which we checked their timestamp.
*** mu4e *** mu4e
@ -43,11 +51,18 @@
- ~mu4e-index-updated-hook~ now fires after indexing completed, regardless of - ~mu4e-index-updated-hook~ now fires after indexing completed, regardless of
whether anything changed (before, it fired only is something changed). In whether anything changed (before, it fired only is something changed). In
your hook-functions (or elsewhere) you can check if anything changed using your hook-functions (or elsewhere) you can check if anything changed using
the new variable ~mu4e-index-update-status~. the new variable ~mu4e-index-update-status~. And note that ~processed~ has
been renamed into ~checked~, with a slightly different meaning, see the mu
section.
- `message-user-organization` can now be used to set the `Organization:` - ~message-user-organization~ can now be used to set the ~Organization:~
header. See its docstring for details. header. See its docstring for details.
- ~mu4e-compose-context-switch~ no longer attempts to update the draft folder
(which turned out to be a little fragile). However, it has been updated to
automatically change the ~Organization:~ header, and attempts to update the
message signature. Also, there's a key-binding now: ~C-c ;~
- undo is now supported across message-saves - undo is now supported across message-saves
- a lot of the internals have been changed: - a lot of the internals have been changed: