From 6b60fdb35beafdf4185db512a6e47a1decc7826d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 4 Dec 2010 12:37:15 +0200 Subject: [PATCH] * minor: TODO, NEWS, configure.ac --- NEWS | 7 ++++--- TODO | 2 ++ configure.ac | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0d5cd342..4439284a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ * NEWS (user visible changes) -** Release 0.9 +** Release 0.9 - you can now search for the message priority ('prio:high', 'prio:low', 'prio:normal') @@ -15,10 +15,11 @@ - fix --clearlinks for file systems without entry->d_type (fixes issue #28) - make matching case-insensitive and accent-insensitive (accent-insensitive for characters in Unicode Blocks 'Latin-1 Supplement' and 'Latin - Extended-A' ) + Extended-A') - more extensive pre-processing is done to make searching for email-addresses - and message-ids less likely to not work + and message-ids less likely to not work (issue #21) - updated the man-pages + - experimental support for Fedora 14, which uses GMime 2.5.x (fixes issue #29) ** Release 0.8 <2010-10-30 Sat> diff --git a/TODO b/TODO index fe3356dc..25290fba 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,7 @@ - [ ] better 'usage' info - [ ] add version info to output of configure, mu.log - [ ] make 'make check' more useful for others + - [ ] see whether the othe (slower, more complete) str_normalize is worth it ** release 0.9 [100%] @@ -35,6 +36,7 @@ - [X] fix sort-order - [X] pre-process terms, queries for '@'/':'/'.' - [X] add support for Fedora14 (GMime 2.6) + - [X] normalize error output * Releases already done diff --git a/configure.ac b/configure.ac index f034a044..118f7f3c 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,7 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT([mu],[0.9],[http://code.google.com/p/mu0/issues/list], - [mu],[http://www.djcbsoftware.nl/code/mu]) +AC_INIT([mu],[0.9],[http://code.google.com/p/mu0/issues/list]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/mu.cc]) AM_INIT_AUTOMAKE([dist-bzip2])