build: bump version to 1.9.13
This commit is contained in:
11
NEWS.org
11
NEWS.org
@ -30,21 +30,22 @@
|
|||||||
|
|
||||||
- ~emacs~ 26.3 or higher is now required for ~mu4e~
|
- ~emacs~ 26.3 or higher is now required for ~mu4e~
|
||||||
|
|
||||||
- ~mu4e-view-mode-hook~ now fires much earlier, before the message is
|
- ~mu4e-view-mode-hook~ now fires before the message is rendered. If you have
|
||||||
rendered. If you have hook-functions that depend on the message contents,
|
hook-functions that depend on the message contents, you should use
|
||||||
instead you should use the new ~mu4e-view-rendered-hook~.
|
the new ~mu4e-view-rendered-hook~.
|
||||||
|
|
||||||
- mu4e window management has been significantly 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 'z' binding (~mu4e-view-detach~), to
|
user-visible feature, there's now 'z' binding (~mu4e-view-detach~), to
|
||||||
'detach' view and alllow for keeping multiple views around; see the Mu4e
|
'detach' view and alllow for keeping multiple views around; see the Mu4e
|
||||||
manual for details.
|
manual for details.
|
||||||
|
|
||||||
- One change is 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]]
|
||||||
|
|
||||||
- ~mu4e~ now keeps track of 'baseline' query results and shows the difference
|
- ~mu4e~ now keeps track of 'baseline' query results and shows the difference
|
||||||
from that in the main view and modeline. See the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details.
|
from that in the main view and modeline. See the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details.
|
||||||
|
|
||||||
The idea is that you get a quick overview of where changes happened while
|
The idea is that you get a quick overview of where changes happened while
|
||||||
you were doing something else. This is somewhat experimental feature, and
|
you were doing something else. This is somewhat experimental feature, and
|
||||||
we're tweaking the details.
|
we're tweaking the details.
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
# project setup
|
# project setup
|
||||||
#
|
#
|
||||||
project('mu', ['c', 'cpp'],
|
project('mu', ['c', 'cpp'],
|
||||||
version: '1.9.12',
|
version: '1.9.13',
|
||||||
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 : [
|
||||||
|
|||||||
Reference in New Issue
Block a user