From 79057729aa781501db16e3b63799fa6d06c1a4ee Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 26 Mar 2023 10:10:15 +0300 Subject: [PATCH 1/4] build: improve makeinfo target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a972a3a6..7b2e8de6 100644 --- a/Makefile +++ b/Makefile @@ -113,4 +113,4 @@ distclean: clean HTMLPATH=${BUILDDIR}/mu4e/mu4e mu4e-doc-html: @mkdir -p ${HTMLPATH} && cp mu4e/texinfo-klare.css ${HTMLPATH} - @makeinfo --html --css-ref=texinfo-klare.css -o ${HTMLPATH} mu4e/mu4e.texi + @makeinfo -I ${BUILDDIR}/mu4e --html --css-ref=texinfo-klare.css -o ${HTMLPATH} mu4e/mu4e.texi From 318aa40f75a2d2b5809a9fc9cf931c4c6373bd8a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 26 Mar 2023 10:10:34 +0300 Subject: [PATCH 2/4] mu4e: tweaks to manual --- mu4e/mu4e.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index bfda3ac8..95b06445 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -44,7 +44,7 @@ Documentation License.'' @ifnottex @node Top -@top mu4e manual +@top mu4e manual for version @value{VERSION} @end ifnottex @iftex @@ -117,7 +117,7 @@ Indices @node Introduction @chapter Introduction -Let's get started!q +Let's get started @menu * Why another e-mail client::Aren't there enough already * Other mail clients::Where @t{mu4e} takes its inspiration from From 5b03b9d2c639ceffa35329e414b07ed4cdd25359 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 26 Mar 2023 10:30:03 +0300 Subject: [PATCH 3/4] NEWS.org: update --- NEWS.org | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/NEWS.org b/NEWS.org index 5cbed657..25d8abc5 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,7 +1,7 @@ #+STARTUP:showall * NEWS (user visible changes & bigger non-visible ones) -* 1.9 (unreleased development version) +* 1.10 (releases on March 26, 2023) *** mu @@ -179,12 +179,29 @@ - more =mu4e~= internals have been renamed/reworked in to ~mu4e--~. -* 1.8 (released on June 25, 2022) +*** contributor to this release + + Aimé Bertrand, Aleksei Atavin, Al Haji-Ali, Andreas Hindborg, Anton Tetov, + Arsen Arsenović, Babak Farrokhi, Ben Cohen, Damon Kwok, Daniel Colascione, + Derek Zhou, Dirk-Jan C. Binnema, John Hamelink, Leo Gaskin, Manuel + Wiesinger, Marcel van der Boom, Mark Knoop, Mickey Petersen, Nicholas + Vollmer, Protesilaos Stavrou, Remco van 't Veer, Sean Allred, Sean Farley, + Stephen Eglen, Tassilo Horn + + And of course all the people how filed tickets, asked question, provided + suggestions. + +* Old news + :PROPERTIES: + :VISIBILITY: folded + :END: + +** 1.8 (released on June 25, 2022) (there are some changes in the installation procedure compared to 1.6.x; see Installation below) -*** mu +**** mu - The server protocol (as used my mu4e) has seen a number of updates, to allow for faster rendering. As before, there's no compatibility between @@ -233,7 +250,7 @@ there's currently not sufficient developer interest/expertise to change this. -*** mu4e +**** mu4e - the old mu4e-view is *gone*; only the gnus-based one remains. This allowed for removing quite a bit of old code. @@ -338,18 +355,18 @@ - Because of all these changes, it is recommended you remove older version of ~mu4e~ before reinstalling. -*** guile +**** guile - the current guile support has been deprecated. It may be revamped at some point, but will be different from the current one, which is to be removed after 1.8 -*** toys +**** toys - the ~toys~ (~mug~) has been removed, as they no longer worked with the rest of the code. -** Installation +*** Installation - =mu= switched to the [[https://mesonbuild.com][meson]] build system by default. The existing =autotools= is still available, but is to be removed after the 1.8 release. @@ -391,7 +408,7 @@ - =mu= now requires C++17 support for building -** Contributor for this release +*** Contributor for this release - As per ~git~: c0dev0id, Christophe Troestler, Daniel Fleischer, Daniel Nagy, Dirk-Jan C. Binnema, Dr. Rich Cordero, Kai von Fintel, Marcelo Henrique @@ -401,10 +418,7 @@ out on the maling list. -* Old news - :PROPERTIES: - :VISIBILITY: folded - :END: + ** 1.6 (released, as of July 27 2021) From fc1193d4b6411f0ca5e864e20e45abe2371cdc4a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 26 Mar 2023 09:36:39 +0300 Subject: [PATCH 4/4] build: new release 1.10 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6cafd0e6..8b7667ad 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.9.23', + version: '1.10.0', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [