Updates for the upcoming 2.8.

This commit is contained in:
Frederic Culot 2010-05-26 17:59:56 +00:00
parent 98ccd2c2e1
commit 7dedcf3516
4 changed files with 17 additions and 8 deletions

View File

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

4
TODO
View File

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

View File

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

View File

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