diff --git a/HACKING b/HACKING index b6237e46..8f113e19 100644 --- a/HACKING +++ b/HACKING @@ -103,8 +103,8 @@ Anyhow, to compile straight from git: - $ git clone git://gitorious.org/mu/mu-ng.git - $ cd mu-ng + $ git clone git://gitorious.org/mu/mu.git + $ cd mu $ autoreconf -i $ ./configure $ make diff --git a/Makefile.am b/Makefile.am index f93a8905..4ef88308 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ fixme: # check whether we can run make distcheck from the repo version gitcheck: cd `mktemp -d`; \ - git clone git://gitorious.org/mu/mu-ng.git ; \ + git clone git://gitorious.org/mu/mu.git ; \ cd mu-ng ; \ autoreconf -i ;\ ./configure ; \ diff --git a/NEWS b/NEWS index 9aedbe70..59cbe251 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,9 @@ * NEWS (user visible changes) * Release 0.9.7 <> - - - enable threading (using -t/--threads) with mu find + - don't enforce UTF-8 output, use locale (fixes issue #11) - - add mail threading (sorta fixes issue #13) + - add mail threading to mu-find (using -t/--threads) (sorta fixes issue #13) - add header line to --format=mutt-ab (mu cfind), (fixes issue #42) - terminate mu view results with a form-feed marker (use --terminate) (fixes issue #41) diff --git a/configure.ac b/configure.ac index 9b63bcde..cadf413f 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +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.7],[http://code.google.com/p/mu0/issues/list],[mu]) +AC_INIT([mu],[0.9.7pre],[http://code.google.com/p/mu0/issues/list],[mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old @@ -22,7 +22,6 @@ AC_CONFIG_SRCDIR([src/mu.cc]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([dist-bzip2]) - # silent build if we have a new enough automake m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/www/index.org b/www/index.org index 8bfe55fb..cc7e68f6 100644 --- a/www/index.org +++ b/www/index.org @@ -18,6 +18,21 @@ can then be queried using a custom query language. ** News + :PROPERTIES: + :ID: 27775509-4d58-4d60-b0e9-651dce225f0c + :END: + + - 2011-07-31: mu *0.9.7-pre* is now available with a number of interesting + new features and fixes, many based on user suggestions. =mu= now supports + /mail threading/ based on the [[http://www.jwz.org/doc/threading.html][JWZ-algorithm]]; output is now automatically + converted to the user-locale; =mu view= can output separators between + messages for easier processing, support for X-Label-tags, and last but not + least, =mu= now has bindings for the [[http://www.gnu.org/s/guile/][Guile]] (Scheme) programming language - + there is a new toy (=toys/muile=) that allows you to inspect messages and + do all kinds of statistics - see the [[https://gitorious.org/mu/mu/blobs/master/toys/muile/README][README]] for more information. + + Note, the repository name has changed, it's now at: https://gitorious.org/mu/mu. + - 2011-06-02: after quite a bit of testing, *0.9.6* has been promoted to be the next release -- forget about the 'bèta'. Development continues for @@ -44,7 +59,7 @@ web page with pages for [[file:mug.org][mug]] (the experimental UI) and the [[file:cheatsheet.org][mu cheatsheet]]. - 2011-02-02: *mu 0.9.2* released, which adds support for matching on message - size, and various new output format. See [[http://gitorious.org/mu/mu-ng/blobs/master/NEWS][NEWS]] for all the user-visible + size, and various new output format. See [[http://gitorious.org/mu/mu/blobs/master/NEWS][NEWS]] for all the user-visible changes, also from older releases. - [[file:old-news.org][Old news]] @@ -67,15 +82,18 @@ In addition, there is a toy UI for *mu* called [[file:mug.org][mug]]; the plan is to slowly evolve this into a full-featured UI. -** Development & download +** Development & download + :PROPERTIES: + :ID: 19324381-696d-4c7e-aff2-528174780fd5 + :END: Some Linux-distributions already provide pre-built mu packages; if there's no packagage for your distribution, or if you want the latest release, you can [[http://code.google.com/p/mu0/downloads/list][download mu source packages]] from Google Code. In case you find a bug, or have a feature requests, please use the [[http://code.google.com/p/mu0/issues/list][issue tracker]]. - If you'd like to work with the mu source code, you can find it [[http://gitorious.org/mu/mu-ng][in Gitorious]]; - also, see the notes on [[http://gitorious.org/mu/mu-ng/blobs/master/HACKING][HACKING]] the mu source code. + If you'd like to work with the mu source code, you can find it [[http://gitorious.org/mu/mu][in Gitorious]]; + also, see the notes on [[http://gitorious.org/mu/mu/blobs/master/HACKING][HACKING]] the mu source code. There's also a [[http://groups.google.com/group/mu-discuss][mailing list]].