From 1fea9468cf76cbf0c7eabb0542d95e630416d07f Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Thu, 8 Jun 2017 12:39:11 +0100 Subject: [PATCH] update version --- ChangeLog.neomutt | 27 +++++++++++++++++++++++++++ README.md | 37 +++++++++++++++++++++---------------- configure.ac | 2 +- doc/manual.xml.head | 14 +++++++------- po/mutt.pot | 2 +- 5 files changed, 57 insertions(+), 25 deletions(-) diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index 512547567..9f0647b36 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,30 @@ +2017-06-09 Richard Russon +* Contrib + - unbind mappings before overwriting in vim-keys +* Bug Fixes + - latest coverity issues (#624) + - don't pass colour-codes to filters + - Don't set a colour unless it's been defined. + - crash if no from is set or founds + - ifdef command +* Translations + - fix translations + - fix some remaining translation problems +* Docs + - explain binding warnings + - don't document unsupported arches +* Build + - fix make git_ver.h + - allow xsltproc and w3m calls to fail + - fix make dist +* Upstream + - Add a mutt_endwin() before invoking $sendmail + - Restore setenv function + - Fix tag-prefix to not abort on $timeout + - Change km_dokey() to return -2 on a timeout/sigwinch + - Enable TEXTDOMAINDIR override to make translation testing easier + - Fix "format string is not a string literal" warnings + 2017-06-02 Richard Russon * Features - Warn on bindkey aliasing diff --git a/README.md b/README.md index 3172c3fc0..dc6b3f7f1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ sorted through them, fixed them up and documented them. ## What Features does NeoMutt have? | Name | Description -|----------------------|------------------------------------------------------- +| -------------------- | ------------------------------------------------------ | Attach Headers Color | Color attachment headers using regexp, just like mail bodies | Compose to Sender | Send new mail to the sender of the current mail | Compressed Folders | Read from/write to compressed mailboxes @@ -54,8 +54,13 @@ sorted through them, fixed them up and documented them. ## Contributed Scripts and Config -- Keybase Integration (Joshua Jordi) -- vim-keys - Mutt config for vim users (Ivan Tham) +| Name | Description +| ---------------------- | --------------------------------------------- +| Header Cache Benchmark | Script to test the speed of the header cache +| Keybase | Keybase Integration +| Useful programs | List of useful programs interacting with mutt +| Vi Keys | Easy and clean Vi-keys for Mutt +| Vim Syntax | Vim Syntax File ## Where is NeoMutt? @@ -64,9 +69,9 @@ sorted through them, fixed them up and documented them. - Questions/Bugs: https://github.com/neomutt/neomutt/issues - Website: http://www.neomutt.org/ - IRC: irc://irc.freenode.net/neomutt - please be patient. -We're a small group, so our answer might take some time. + We're a small group, so our answer might take some time. - Mailinglists: [neomutt-users](mailto:neomutt-users-request@neomutt.org?subject=subscribe) -and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe) + and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe) - Development: http://www.neomutt.org/dev.html ## NeoMutt Developers @@ -74,19 +79,19 @@ and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe) Here's a list of everyone who's helped NeoMutt: Adam Borowski, Alex Pearce, Alok Singh, Ander Punnar, André Berger, -Antonio Radici, Baptiste Daroussin, Bernard Pratz, Bryan Bennett, -Chris Czettel, Chris Salzberg, Christian Dröge, Christoph Berg, Clemens Lang, +Antonio Radici, Baptiste Daroussin, Bernard Pratz, Bo Yu, Bryan Bennett, +Christian Dröge, Christoph Berg, Chris Czettel, Chris Salzberg, Clemens Lang, Damien Riegel, Darshit Shah, David Sterba, Doug Stone-Weaver, Edward Betts, Elimar Riesebieter, Evgeni Golov, Fabian Groffen, Fabio Alessandro Locati, -Faidon Liambotis, František Hájik, Guillaume Brogi, Ian Zimmerman, -Ismaël Bouya, Ivan Tham, Jack Stratton, Johannes Frankenau, Johannes Weißl, -Joshua Jordi, Karel Zak, Kevin Velghe, Kurt Jaeger, Marcin Rajner, Marco Hinz, -Matteo Vescovi, Mehdi Abaakouk, Olaf Lessenich, Philipp Marek, -Pierre-Elliott Bécue, Pietro Cerutti, Riad Wahby, Richard Hartmann, -Richard Russon, Rubén Llorente, Santiago Torres, Serge Gebhardt, Somini, -Stephen Gilles, Steven Ragnarök, Sven Guckes, Thomas Adam, Thomas Klausner, -Tobias Angele, Udo Schweigert, Vsevolod Volkov, Werner Fink, Wieland Hoffmann, -William Pettersson, Yoshiki Vázquez Baeza. +Faidon Liambotis, František Hájik, Guillaume Brogi, Ian Zimmerman, Ismaël Bouya, +Ivan Tham, Jack Stratton, Johannes Frankenau, Johannes Weißl, Joshua Jordi, +Karel Zak, Kevin Velghe, Kurt Jaeger, Marcin Rajner, Marco Hinz, Matteo Vescovi, +Mehdi Abaakouk, Olaf Lessenich, Peter Hogg, Philipp Marek, Pierre-Elliott Bécue, +Pietro Cerutti, Riad Wahby, Richard Hartmann, Richard Russon, Rubén Llorente, +Santiago Torres, Serge Gebhardt, Somini, Stefan Assmann, Stephen Gilles, +Steven Ragnarök, Sven Guckes, Thomas Adam, Thomas Klausner, Tobias Angele, +Udo Schweigert, Vsevolod Volkov, Werner Fink, Wieland Hoffmann, +William Pettersson, Yoshiki Vázquez Baeza, Zero King. ## Original Patch Authors diff --git a/configure.ac b/configure.ac index 3b83a8c8b..9565b3927 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl autoreconf -i CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20170602], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) +AC_INIT([NeoMutt], [20170609], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AC_CONFIG_AUX_DIR([.build-aux]) AM_INIT_AUTOMAKE diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 6f2d7413c..bf93fc818 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -2898,7 +2898,7 @@ color sidebar_divider color8 default - neomuttrc-20170602 + neomuttrc-20170609 neomuttrc @@ -2942,7 +2942,7 @@ color sidebar_divider color8 default - /etc/xdg/mutt/neomuttrc-20170602 + /etc/xdg/mutt/neomuttrc-20170609 NeoMutt release version @@ -2958,7 +2958,7 @@ color sidebar_divider color8 default Note the case of the filename - /etc/mutt/neomuttrc-20170602 + /etc/mutt/neomuttrc-20170609 NeoMutt release version @@ -2974,7 +2974,7 @@ color sidebar_divider color8 default Note the case of the filename - /usr/share/mutt/neomuttrc-20170602 + /usr/share/mutt/neomuttrc-20170609 NeoMutt release version @@ -3021,7 +3021,7 @@ color sidebar_divider color8 default - ~/.config/mutt/neomuttrc-20170602 + ~/.config/mutt/neomuttrc-20170609 NeoMutt release version @@ -3035,7 +3035,7 @@ color sidebar_divider color8 default ~/.config/mutt/muttrc - ~/.neomuttrc-20170602 + ~/.neomuttrc-20170609 NeoMutt release version @@ -3049,7 +3049,7 @@ color sidebar_divider color8 default ~/.muttrc - ~/.mutt/neomuttrc-20170602 + ~/.mutt/neomuttrc-20170609 NeoMutt release version diff --git a/po/mutt.pot b/po/mutt.pot index d1bbeb9f7..848968743 100644 --- a/po/mutt.pot +++ b/po/mutt.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: mutt 20170602\n" +"Project-Id-Version: mutt 20170609\n" "Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n" "POT-Creation-Date: 2017-06-02 12:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -- 2.50.0