build: bump version to 1.9.15, update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-16 22:19:19 +02:00
parent ec403c2306
commit 1fd4141453
2 changed files with 9 additions and 4 deletions

View File

@ -37,8 +37,9 @@
- mu4e window management has been completely reworked and cleaned up, - mu4e window management has been completely reworked and cleaned up,
affecting the message loading as well as the window-layout. As a affecting the message loading as well as the window-layout. As a
user-visible feature, there's now the =z= binding (~mu4e-view-detach~), to user-visible feature, there's now the =z= binding (~mu4e-view-detach~), to
'detach' view and alllow for keeping multiple views around; see the [[info:mu4e:MSGV Detaching and reattaching][manual 'detach' view and alllow for keeping multiple views around; see the
entry]] for further details. [[info:mu4e:MSGV Detaching and reattaching][manual entry]] for further
details.
- As a result of that, ~mu4e-split-view~ can no longer be a function; the new - As a result of that, ~mu4e-split-view~ can no longer be a function; the new
way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]] way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]]
@ -55,13 +56,17 @@
in the mode-line. See the new [[info:mu4e#Modeline][modeline entry]] in the manual; this uses the in the mode-line. See the new [[info:mu4e#Modeline][modeline entry]] in the manual; this uses the
new =mu4e-modeline-mode= minor-mode. new =mu4e-modeline-mode= minor-mode.
- Expanding on that further, you can also get desktop notifications for new
mail (on systems with DBus for now; see [[info:mu4e:#Desktop notifications][Desktop notifications]] in the
manual.
- when moving messages (which includes changing flags), file-flags changes - when moving messages (which includes changing flags), file-flags changes
are propagated to duplicates of the messages; that is, e.g. the /Seen/ or are propagated to duplicates of the messages; that is, e.g. the /Seen/ or
/Replied/ status is propagated to all duplicates (earlier, this was only /Replied/ status is propagated to all duplicates (earlier, this was only
done when marking a message as read). Note, /Draft/, /Flagged/ and /Trashed/ done when marking a message as read). Note, /Draft/, /Flagged/ and /Trashed/
flags are deliberately *not* propagated. flags are deliberately *not* propagated.
- teach ~mu4e-copy-thing-at-point~ about ~shr~ links - Teach ~mu4e-copy-thing-at-point~ about ~shr~ links
- The ~mu4e-headers-toggle-setting~ has been renamed - The ~mu4e-headers-toggle-setting~ has been renamed
~mu4e-headers-toggle-property~ and has the new default binding ~P~, which ~mu4e-headers-toggle-property~ and has the new default binding ~P~, which

View File

@ -18,7 +18,7 @@
# project setup # project setup
# #
project('mu', ['c', 'cpp'], project('mu', ['c', 'cpp'],
version: '1.9.14', version: '1.9.15',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later', license: 'GPL-3.0-or-later',
default_options : [ default_options : [