summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-11-12 13:02:50 -0800
committerKevin McCarthy <kevin@8t8.us>2022-11-12 13:02:50 -0800
commitf65467b09e884fa19300c04ea6728001e67fff83 (patch)
treeb98fa0ec76273fa8ee1211715e32d05fbe4fe39d
parent040ba99875744893bdd2508935f38a7b221bb714 (diff)
parent00093fd7f9d1aefc696e4a2a38ebeec432930039 (diff)
Merge branch 'stable'
-rw-r--r--ChangeLog63
-rw-r--r--UPDATING4
-rw-r--r--VERSION2
-rw-r--r--doc/manual.xml.head8
4 files changed, 73 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aef827d..9d7a85cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2022-11-12 12:44:13 -0800 Kevin McCarthy <kevin@8t8.us> (b40c28ce)
+
+ * Update UPDATING file for 2.2.9.
+
+M UPDATING
+
+2022-11-12 12:39:11 -0800 Kevin McCarthy <kevin@8t8.us> (a5296bcd)
+
+ * Document the <1234> key syntax for bind.
+
+ This is useful for octal values of greater (or less) than three
+ digits.
+
+M doc/manual.xml.head
+
+2022-11-06 19:19:40 -0800 Kevin McCarthy <kevin@8t8.us> (3c0f8597)
+
+ * Fix non-printable keyname printing to use <octal> syntax.
+
+ The IsPrint() was grabbing values outside the range of a char.
+ Instead, restrict the range and fall back to the <octal> syntax, which
+ the muttrc actually accepts.
+
+M keymap.c
+
+2022-11-07 14:32:59 -0800 Kevin McCarthy <kevin@8t8.us> (52753702)
+
+ * Move AM_PATH_GPG_ERROR before AM_PATH_GPGME.
+
+ The former sets $GPGRT_CONFIG which the latter needs to find and use
+ gpgrt-config instead of gpgme-config.
+
+M configure.ac
+
+2022-11-07 09:01:58 -0800 Kevin McCarthy <kevin@8t8.us> (012981e8)
+
+ * Update gpgme autoconf files to the latest versions.
+
+ GPGME is transitioning away from gpgme-config, to gpgrt-config, and
+ the new autoconf files are required to make the transition.
+
+ Thanks to Vincent Lefèvre for reporting the problem and helping test
+ the required fixes.
+
+M m4/gpg-error.m4
+M m4/gpgme.m4
+
+2022-11-06 08:48:32 -0800 Kevin McCarthy <kevin@8t8.us> (80e79060)
+
+ * Adjust manual concerning IMAP Fcc in batch mode.
+
+ Remove the sentence saying it isn't supported from the Batch
+ Composition Flow section of the manual.
+
+M doc/manual.xml.head
+
+2022-11-05 13:14:09 -0700 Kevin McCarthy <kevin@8t8.us> (57e3de6d)
+
+ * automatic post-release commit for mutt-2.2.8
+
+M ChangeLog
+M VERSION
+
2022-11-05 12:37:33 -0700 Kevin McCarthy <kevin@8t8.us> (44b9bd4f)
* Update UPDATING file for 2.2.8 release.
diff --git a/UPDATING b/UPDATING
index 27e7afba..06fdffe7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,6 +9,10 @@ http://www.mutt.org/relnotes/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+2.2.9 (2022-11-12):
+
+ ! Bug fix release.
+
2.2.8 (2022-11-05):
! Bug fix release.
diff --git a/VERSION b/VERSION
index 23a63f52..a6333e40 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.8
+2.2.9
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index c298ea4c..5d325f40 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -2742,9 +2742,11 @@ well as <emphasis>\C</emphasis> is ignored, so that
<emphasis>\cA</emphasis> and <emphasis>\ca</emphasis> are all
equivalent. An alternative form is to specify the key as a three digit
octal number prefixed with a <quote>\</quote> (for example
-<emphasis>\177</emphasis> is equivalent to <emphasis>\c?</emphasis>). In
-addition, <emphasis>key</emphasis> may be a symbolic name as shown in
-<xref linkend="tab-key-names"/>.
+<emphasis>\177</emphasis> is equivalent to <emphasis>\c?</emphasis>).
+You can also use the form <emphasis>&lt;177&gt;</emphasis>, which
+allows octal numbers with an arbitrary number of digits. In addition,
+<emphasis>key</emphasis> may be a symbolic name as shown in <xref
+linkend="tab-key-names"/>.
</para>
<table id="tab-key-names">