* src/, man/, NEWS: rename --descending into --reverse
This commit is contained in:
36
NEWS
36
NEWS
@ -1,5 +1,9 @@
|
||||
* NEWS (user visible changes)
|
||||
|
||||
** Release 0.9.8 <>
|
||||
|
||||
- '--descending' has been renamed into '--reverse'
|
||||
|
||||
* Release 0.9.7 <>
|
||||
|
||||
- don't enforce UTF-8 output, use locale (fixes issue #11)
|
||||
@ -10,14 +14,14 @@
|
||||
- search X-Label: tags (fixes issue #40)
|
||||
- added toys/muile, the mu guile shells, which allows for message stats etc.
|
||||
- fix date handling (timezones)
|
||||
|
||||
|
||||
** Release 0.9.6 <2011-05-28 Sat>
|
||||
|
||||
- FreeBSD build fix
|
||||
|
||||
- FreeBSD build fix
|
||||
- fix matching for mu cfind to be as expected
|
||||
- fix mu-contacts for broken names/emails
|
||||
- clear the contacts-cache too when doing a --rebuild
|
||||
- wildcard searches ('*') for fields (except for path/maildir)
|
||||
- wildcard searches ('*') for fields (except for path/maildir)
|
||||
- search for attachment file names (with 'a:'/'attach:') -- also works with
|
||||
wildcards
|
||||
- remove --xquery completely; use --output=xquery instead
|
||||
@ -28,7 +32,7 @@
|
||||
extract). Disabled by default, use --color to enable, or set env
|
||||
MU_COLORS to non-empty
|
||||
- update documentation, added more examples
|
||||
|
||||
|
||||
** Release 0.9.5 <2011-04-25 Mon>
|
||||
|
||||
- bug fix for infinite loop in Maildir detection
|
||||
@ -37,19 +41,19 @@
|
||||
** Release 0.9.4 <2011-04-12 Tue>
|
||||
|
||||
- add the 'cfind' command, to search/export contact information
|
||||
- add 'flag:unread' as a synonym for 'flag:new OR NOT flag:unseen'
|
||||
- add 'flag:unread' as a synonym for 'flag:new OR NOT flag:unseen'
|
||||
- updated documentation
|
||||
|
||||
|
||||
** Release 0.9.3 <2011-02-13 Sun>
|
||||
|
||||
|
||||
- don't warn about missing files with --quiet
|
||||
|
||||
|
||||
** Release 0.9.2 <2011-02-02 Wed>
|
||||
|
||||
- stricter checking of options; and options must now *follow* the sub-command
|
||||
(if any); so, something like: 'mu index --maildir=/foo/bar'
|
||||
- output searches as plain text (default), XML, JSON or s-expressions using
|
||||
- output searches as plain text (default), XML, JSON or s-expressions using
|
||||
--format=plain|xml|json|sexp. For example: 'mu find foobar
|
||||
--output=json'. These format options are experimental (except for 'plain')
|
||||
- the --xquery option should now be used as --format=xquery, for output
|
||||
@ -65,13 +69,13 @@
|
||||
- better support for Solaris builds, Gentoo.
|
||||
|
||||
** Release 0.9.1 <2010-12-05 Sun>
|
||||
|
||||
- Add missing icon for mug
|
||||
|
||||
- Add missing icon for mug
|
||||
- Fix unit tests (Issue #30)
|
||||
- Fix Fedora 14 build (broken GTK+ 3) (Issue #31)
|
||||
|
||||
|
||||
** Release 0.9 <2010-12-04 Sat>
|
||||
|
||||
|
||||
- you can now search for the message priority ('prio:high', 'prio:low',
|
||||
'prio:normal')
|
||||
- you can now search for message flags, e.g. 'flag:attach' for messages with
|
||||
@ -92,7 +96,7 @@
|
||||
- experimental support for Fedora 14, which uses GMime 2.5.x (fixes issue #29)
|
||||
|
||||
** Release 0.8 <2010-10-30 Sat>
|
||||
|
||||
|
||||
- There's now 'mu extract' for getting information about MIME-parts
|
||||
(attachments) and extracting them
|
||||
- Queries are now internally converted to lowercase; this solves some of the
|
||||
@ -104,7 +108,7 @@
|
||||
- Setting the mu home dir now goes with -m, --muhome
|
||||
- --log-stderr, --reindex, --rebuild, --autoupgrade, --nocleanup, --mode,
|
||||
--linksdir, --clearlinks lost their single char version
|
||||
|
||||
|
||||
** Release 0.7 <2010-02-27 Sat>
|
||||
|
||||
- Database format changed
|
||||
@ -124,7 +128,7 @@
|
||||
- A test suite with a growing number of unit tests
|
||||
|
||||
|
||||
** Release 0.6 <2010-01-23 Sat>
|
||||
** Release 0.6 <2010-01-23 Sat>
|
||||
- First new release of mu since 2008
|
||||
- No longer depends on sqlite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user