]> granicus.if.org Git - neomutt/commitdiff
NeoMutt 2017-01-28 (1.7.2) 312/head neomutt-20170128
authorRichard Russon <rich@flatcap.org>
Sat, 28 Jan 2017 15:02:02 +0000 (15:02 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 28 Jan 2017 15:21:47 +0000 (15:21 +0000)
ChangeLog.neomutt
README.neomutt
configure.ac

index eae1a9bd1152d10ed0563f3e309c38031c9b321b..9a25a7ae7cb146b0edeb7a02456a7532b222a834 100644 (file)
@@ -1,3 +1,35 @@
+2017-01-28  Richard Russon  <rich@flatcap.org>
+* Features
+  - Add option for missing subject replacement
+  - notmuch: Allow <modify-labels> to toggle labels
+  - Support for aborting mailbox loading
+  - Do a buffy check after shell escape
+  - Support of relative paths sourcing and cyclic source detection
+  - Support of multiple config files as CLI arguments
+  - Extend the ~m pattern to allow relative ranges
+  - Implement SASL's PLAIN mechanism as a standalone authenticator
+  - Add support for sensitive config options
+  - Searching with a window over notmuch vfolders
+* Contrib
+  - fix vim syntax file for index-color commands
+  - add .editorconfig
+* Bug Fixes
+  - fix global hooks to not take a pattern
+  - Avoid breaking relative paths when avoiding cyclic checks on
+  - Fix sorting when using '/' as a namespace separator
+* Docs
+  - Added waffle badges to readme
+  - Describe the new message ranges
+  - add documentation for -DS command line switch
+  - fix typos in section on config locations
+  - remove reference to missing keybinding
+  - fix docbook validation
+* Build
+  - Start migrating to stdbool logic
+  - add recursive mkdir()
+  - reformat the source to mutt standards
+  - appease check_sec.sh
+
 2017-01-13  Richard Russon  <rich@flatcap.org>
 * Features
   - Allow custom status flags in index_format
index 6fbe1969a675ac0a96ed4e30e7fc6df1e10813f1..04e5fecff893b73af37775af1c7711c59f2c7380 100644 (file)
@@ -73,17 +73,18 @@ 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, Ander Punnar, André Berger, Antonio Radici,
-Baptiste Daroussin, Bernard Pratz, Chris Czettel, Chris Salzberg,
-Christoph Berg, Clemens Lang, Damien Riegel, Darshit Shah, David Sterba,
-Doug Stone-Weaver, 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, Marco Hinz,
-Matteo Vescovi, 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, Yoshiki Vázquez Baeza.
+Baptiste Daroussin, Bernard Pratz, Bryan Bennett, Christian Dröge,
+Christoph Berg, Chris Czettel, Chris Salzberg, Clemens Lang, Damien Riegel,
+Darshit Shah, David Sterba, Doug Stone-Weaver, 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,
+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, Yoshiki Vázquez Baeza.
 
 ## Original Patch Authors
 
index 0907ca669192458f5cfd6777ec6d18b3c68bc395..c05f470a2cf0532cc6ee8826050a28a1309e90dd 100644 (file)
@@ -7,7 +7,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED               !!!
 CFLAGS=$CFLAGS
 LDFLAGS=$LDFLAGS
 
-AC_INIT([NeoMutt], [20170113], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org])
+AC_INIT([NeoMutt], [20170128], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org])
 AC_CONFIG_SRCDIR(mutt.h)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])