* NEWS, TODO, configure.ac: prepare for 0.99 release
This commit is contained in:
11
NEWS
11
NEWS
@ -1,6 +1,8 @@
|
|||||||
|
#+STARTUP:showall
|
||||||
|
|
||||||
* NEWS (user visible changes)
|
* NEWS (user visible changes)
|
||||||
|
|
||||||
** Release 0.9.9 <unreleased>
|
** Release 0.9.9 <2012-10-14>
|
||||||
|
|
||||||
*** mu4e
|
*** mu4e
|
||||||
- view: address can be toggled long/short, compose message
|
- view: address can be toggled long/short, compose message
|
||||||
@ -36,6 +38,13 @@
|
|||||||
- add mu:timestamp, mu:count
|
- add mu:timestamp, mu:count
|
||||||
- handle db reopenings in the background
|
- handle db reopenings in the background
|
||||||
|
|
||||||
|
|
||||||
|
* Old news
|
||||||
|
:PROPERTIES:
|
||||||
|
:VISIBILITY: folded
|
||||||
|
:END:
|
||||||
|
|
||||||
|
|
||||||
** Release 0.9.8.5 <2012-07-01>
|
** Release 0.9.8.5 <2012-07-01>
|
||||||
|
|
||||||
*** mu4e
|
*** mu4e
|
||||||
|
|||||||
3
TODO
3
TODO
@ -1,4 +1,4 @@
|
|||||||
f#+STARTUP: showall
|
#+STARTUP: showall
|
||||||
|
|
||||||
* TODO (fixes, ideas, etc.)
|
* TODO (fixes, ideas, etc.)
|
||||||
|
|
||||||
@ -152,3 +152,4 @@ f#+STARTUP: showall
|
|||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: org
|
# mode: org
|
||||||
# End:
|
# End:
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
## along with this program; if not, write to the Free Software Foundation,
|
## along with this program; if not, write to the Free Software Foundation,
|
||||||
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
AC_INIT([mu],[0.9.9-dev7],[http://code.google.com/p/mu0/issues/list],[mu])
|
AC_INIT([mu],[0.9.9],[http://code.google.com/p/mu0/issues/list],[mu])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([mu/mu.cc])
|
AC_CONFIG_SRCDIR([mu/mu.cc])
|
||||||
# libtoolize wants to put some stuff in here; if you have an old
|
# libtoolize wants to put some stuff in here; if you have an old
|
||||||
|
|||||||
Reference in New Issue
Block a user