update NEWS.org

This commit is contained in:
djcb 2016-11-24 22:52:28 +02:00
parent 902d081c88
commit fa646a3932
1 changed files with 65 additions and 39 deletions

104
NEWS.org
View File

@ -1,39 +1,53 @@
#+STARTUP:showall #+STARTUP:showall
* NEWS (user visible changes) * NEWS (user visible changes)
** 0.9.17 ** 0.9.18
New development series which will lead to 0.9.18. New development series which will lead to 0.9.18.
*** mu *** mu
- Increase the maximum default for message to index to 500 Mb; you - Increase the default maximum size for messages to index to 500
can customize this using the --max-msg-size parameter to mu Mb; you can customize this using the --max-msg-size parameter to
index. mu index.
- implement "lazy-checking", which makes mu not descend into - implement "lazy-checking", which makes mu not descend into
subdirectories when the directory-timestamp is up to date; subdirectories when the directory-timestamp is up to date;
greatly speeds up indexing. greatly speeds up indexing.
- prefer gpg2 for crypto - prefer gpg2 for crypto
- fix a crash when running on OpenBSD
- fix --clear-links (broken filenames)
*** mu4e *** mu4e
- Add `mu4e-action-view-with-xwidget`, and action for viewing e-mails **** reading messages
inside a Webkit-widget inside emacs (requires emacs 25.x)
- Explicitly specify utf8 for external html viewing, so browser can - Add `mu4e-action-view-with-xwidget`, and action for viewing
handle it correctly. e-mails inside a Webkit-widget inside emacs (requires emacs 25.x
with xwidget/webkit/gtk3 support)
- Explicitly specify utf8 for external html viewing, so browsers
can handle it correctly.
- Make `shr' the default renderer for rich-text emails (when
available)
- Add a :user-agent field to the message-sexp (in mu4e-view), which
is either the User-Agent or X-Mailer field, when present.
**** composing messages
- Cleanly handle early exits from message composition as well as - Cleanly handle early exits from message composition as well as
while composing. while composing.
- Add a hook `mu4e-mark-execute-pre-hook`, which is run just before
executing marks.
- Remove the 'z' keybinding for leaving the headers
view. Keybindings are precious!
- Make `shr' the default renderer for rich-text emails (when available)
- Allow for resending existing messages, possibly editing them. M-x - Allow for resending existing messages, possibly editing them. M-x
mu4e-compose-resend, or use the menu; no shortcut. mu4e-compose-resend, or use the menu; no shortcut.
- Let `mu4e~read-char-choice' become case-insensitive if there is - Better handle the closing of separate compose frames
no exact match; small convenience that affects most the - Improved font-locking for the compose buffers, and more extensive
single-char option reading in mu4e. checks for cited parts.
- Now, just before executing any search, a hook-function - automatically sign/encrypt replies to signed/encrypted messages
(subject to `mu4e-compose-crypto-reply-policy')
**** searching & marking
- Add a hook `mu4e-mark-execute-pre-hook`, which is run just before
executing marks.
- Just before executing any search, a hook-function
`mu4e-headers-search-hook` is invoked, which receives the `mu4e-headers-search-hook` is invoked, which receives the
search expression as its parameter. search expression as its parameter.
- In addition, there's a `mu4e-headers-search-bookmark-hook` which - In addition, there's a `mu4e-headers-search-bookmark-hook` which
@ -41,29 +55,46 @@
`mu4e-headers-search-hook` will also be called just `mu4e-headers-search-hook` will also be called just
afterwards). This hook also receives the search expression as its afterwards). This hook also receives the search expression as its
parameter. parameter.
- Better handle the closing of separate compose frames - Remove the 'z' keybinding for leaving the headers
view. Keybindings are precious!
- Fix parentheses/precedence in narrowing search terms
**** indexing
- Allow for indexing in the background; see
`mu4e-index-update-in-background`.
- Better handle mbsync output in the update buffer
- Add variables mu4e-index-cleanup and mu4e-index-lazy to enable
lazy checking from mu4e; you can sit from mu4e using something
like:
#+BEGIN_SRC elisp
(setq
mu4e-index-cleanup nil ;; don't do a full cleanup check
mu4e-index-lazy-check t) ;; don't consider up-to-date dirs
#+END_SRC
**** misc
- don't overwrite global-mode-string, append to it.
- Make org-links (and more general, all users of - Make org-links (and more general, all users of
mu4e-view-message-with-message-id) use a headers buffer, then mu4e-view-message-with-message-id) use a headers buffer, then
view the message. This way, those linked message are just like view the message. This way, those linked message are just like
any other, and can be deleted, moved etc. any other, and can be deleted, moved etc.
- Support org-mode 9.x - Support org-mode 9.x
- Allow for indexing in the background; see
`mu4e-index-update-in-background`.
- Add a :user-agent field to the message-sexp (in mu4e-view), which
is either the User-Agent or X-Mailer field, when present.
- Improve file-name escaping, and make it support non-ascii filenames - Improve file-name escaping, and make it support non-ascii filenames
- Attempt to jump to the same messages after a re-search update operation - Attempt to jump to the same messages after a re-search update operation
- Add action for spam-filter options - Add action for spam-filter options
- Fixing parentheses in narrowing search terms - Let `mu4e~read-char-choice' become case-insensitive if there is
- Better handle mbsync output in the update buffer no exact match; small convenience that affects most the
- Improved font-locking for the compose buffers, and more extensive single-char option-reading in mu4e.
checks for cited parts.
- automatically sign/encrypt replies to signed/encrypted messages
(subject to `mu4e-compose-crypto-reply-policy')
- Add variables mu4e-index-cleanup and mu4e-index-lazy to enable * Old news
lazy checking from mu4e. :PROPERTIES:
- don't overwrite global-mode-string, append to it. :VISIBILITY: folded
:END:
** 0.9.16 ** 0.9.16
*** Release *** Release
@ -274,12 +305,7 @@ End of search results
- ported to gtk+ 3; remove gtk+ 2.x code - ported to gtk+ 3; remove gtk+ 2.x code
* Old news
:PROPERTIES:
:VISIBILITY: folded
:END:
** Release 0.9.9 <2012-10-14> ** Release 0.9.9 <2012-10-14>
*** mu4e *** mu4e