From 00093fd7f9d1aefc696e4a2a38ebeec432930039 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 12 Nov 2022 12:50:23 -0800 Subject: automatic post-release commit for mutt-2.2.9 --- ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 64 insertions(+), 1 deletion(-) 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 (b40c28ce) + + * Update UPDATING file for 2.2.9. + +M UPDATING + +2022-11-12 12:39:11 -0800 Kevin McCarthy (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 (3c0f8597) + + * Fix non-printable keyname printing to use syntax. + + The IsPrint() was grabbing values outside the range of a char. + Instead, restrict the range and fall back to the syntax, which + the muttrc actually accepts. + +M keymap.c + +2022-11-07 14:32:59 -0800 Kevin McCarthy (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 (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 (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 (57e3de6d) + + * automatic post-release commit for mutt-2.2.8 + +M ChangeLog +M VERSION + 2022-11-05 12:37:33 -0700 Kevin McCarthy (44b9bd4f) * Update UPDATING file for 2.2.8 release. diff --git a/VERSION b/VERSION index 23a63f52..a6333e40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.8 +2.2.9 -- cgit v1.2.3