diff options
-rwxr-xr-x | ChangeLog | 8 | ||||
-rwxr-xr-x | TODO | 4 | ||||
-rwxr-xr-x | configure.ac | 5 | ||||
-rwxr-xr-x | src/calcurse.1 | 8 |
4 files changed, 17 insertions, 8 deletions
@@ -1,3 +1,11 @@ +2010-05-26 Frederic Culot <frederic@culot.org> + + * TODO: list updated + + * configure.ac: switched to 2.8 + + * src/calcurse.1: manpage update + 2010-03-29 Frederic Culot <frederic@culot.org> * src/custom.c (custom_sidebar_config): exit menu item added @@ -20,8 +20,7 @@ High starting from the specified time * Improve the way one can specify a duration (allowing something like XXdXXhXXmXXs) - * Allow user to change the width of the sidebar, and implement word-wrap in - the sidebar + * Implement word-wrap in the sidebar Average @@ -31,6 +30,7 @@ Average like 'every monday' for example) * Implement user-definable categories to classify appointments and tasks * Implement copy/paste functionality + * Implement support for a journal Low diff --git a/configure.ac b/configure.ac index 44364b8..9be24fc 100755 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,12 @@ -# $calcurse: configure.ac,v 1.35 2009/08/22 08:34:02 culot Exp $ +# $calcurse: configure.ac,v 1.36 2010/05/26 17:59:57 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 2.7, frederic@culot.org) +AC_INIT(calcurse, 2.8, frederic@culot.org) AM_INIT_AUTOMAKE +#m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) AC_CONFIG_HEADER([config.h]) diff --git a/src/calcurse.1 b/src/calcurse.1 index 1a00ebd..14b2d45 100755 --- a/src/calcurse.1 +++ b/src/calcurse.1 @@ -1,6 +1,6 @@ -.\" $calcurse: calcurse.1,v 1.18 2009/08/22 09:10:23 culot Exp $ +.\" $calcurse: calcurse.1,v 1.19 2010/05/26 17:59:57 culot Exp $ .\" -.\" Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org> +.\" Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ .\" Calcurse home page : http://culot.org/calcurse .\" .fam C -.TH CALCURSE 1 "August 22, 2009" "Version 2.7" "Calcurse Manual" +.TH CALCURSE 1 "May 26, 2010" "Version 2.8" "Calcurse Manual" .SH NAME Calcurse \- text-based organizer .SH SYNOPSIS @@ -264,7 +264,7 @@ or at: http://culot.org/calcurse/manual.html .SH AUTHOR \fBFrederic Culot\fP <frederic@culot.org>. .SH COPYRIGHT -Copyright (c) 2004-2009 by Frederic Culot. +Copyright (c) 2004-2010 by Frederic Culot. .br This software is released under the BSD License. Please read the COPYING file for more information. |