* minor: TODO, NEWS, configure.ac

This commit is contained in:
Dirk-Jan C. Binnema 2010-12-04 12:37:15 +02:00
parent befc9c19de
commit 6b60fdb35b
3 changed files with 7 additions and 5 deletions

7
NEWS
View File

@ -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>

2
TODO
View File

@ -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

View File

@ -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])