From cd10cd253452c5818168b7799dceff23198ca15f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 14 Jan 2023 20:05:13 +0200 Subject: [PATCH] build: bump version to 1.9.14, update NEWS.org --- NEWS.org | 8 ++++---- meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.org b/NEWS.org index c88f7e05..28c1607f 100644 --- a/NEWS.org +++ b/NEWS.org @@ -36,9 +36,9 @@ - mu4e window management has been completely reworked and cleaned up, affecting the message loading as well as the window-layout. As a - user-visible feature, there's now 'z' binding (~mu4e-view-detach~), to - 'detach' view and alllow for keeping multiple views around; see the Mu4e - manual for details. + 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 + entry]] for further details. - 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]] @@ -47,7 +47,7 @@ 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 - you were doing something else. This is somewhat experimental feature, and + you were doing something else. This is a qsomewhat experimental feature, and we're tweaking the details. - Related to that, you can now crown one of your bookmarks in =mu4e-bookmarks= diff --git a/meson.build b/meson.build index 9f2e4dfc..7e494b03 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.9.13', + version: '1.9.14', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [