- Completed 0.9.9

This commit is contained in:
Paul Beckingham 2008-05-27 20:47:56 -04:00
parent 011ad8fafd
commit a42b8a89c3
5 changed files with 74 additions and 60 deletions

1
.gitignore vendored
View file

@ -1,7 +1,6 @@
Makefile.in Makefile.in
aclocal.m4 aclocal.m4
autom4te.cache autom4te.cache
conf.defs
auto.h* auto.h*
config.h.in config.h.in
config.status config.status

View file

@ -1,5 +1,8 @@
1.1.0 (?)
- Command line specification of .taskrc file
1.0.0 (?) 1.0.0 (?)
- All bugs fixed. - New movie made, uploaded
- Bug: assertion fails on mobile for t v - Bug: assertion fails on mobile for t v
- Bug: configure.ac does not properly determine ncurses availability - Bug: configure.ac does not properly determine ncurses availability
- Bug: when run without arguments, task dumps core on Solaris 10 - Bug: when run without arguments, task dumps core on Solaris 10
@ -8,15 +11,15 @@
- Bug: New installation task projects displays header but no data - should short-circuit - Bug: New installation task projects displays header but no data - should short-circuit
+ Bug: incorrect color specification in sample .taskrc file + Bug: incorrect color specification in sample .taskrc file
0.9.9 (?) ------ reality -----------------------------------
- Autoconf/autmake behaving properly.
0.9.9 (5/27/2008)
+ Autoconf/autmake behaving properly.
+ Clean build on OS X 10.5. + Clean build on OS X 10.5.
+ Clean build on Ubuntu 8.0. + Clean build on Ubuntu 8.0.
+ Clean build on Fedora Core 8. + Clean build on Fedora Core 8.
+ Clean build on Fedora Core 9. + Clean build on Fedora Core 9.
------ reality -----------------------------------
0.9.8 (5/25/2008) 0.9.8 (5/25/2008)
+ Added "task color" command. + Added "task color" command.
+ Removed unnecessary files. + Removed unnecessary files.

11
NEWS
View file

@ -1,4 +1,3 @@
Welcome to Task 1.0.0. Welcome to Task 1.0.0.
Task has been built and tested on the following configurations: Task has been built and tested on the following configurations:
@ -8,9 +7,13 @@ Task has been built and tested on the following configurations:
- Fedora Core 9 - Fedora Core 9
- Ubuntu 8 - Ubuntu 8
While Task has undergone much testing, bugs are sure to remain. If you Known Issues:
encounter a bug, please contact me at bugs@beckingham.net. Here is what you
could do, in order of increasing effort (to you) and usefulness (to me): - problems running on Solaris 10
While Task has undergone testing, bugs are sure to remain. If you encounter a
bug, please contact me at bugs@beckingham.net. Here is what you could do, in
order of increasing effort (to you) and usefulness (to me):
- Do nothing. Bug probably won't get fixed. - Do nothing. Bug probably won't get fixed.

View file

@ -6,7 +6,6 @@ AC_INIT(task, 0.9.9, bugs@beckingham.net)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/task.cpp]) AC_CONFIG_SRCDIR([src/task.cpp])
AC_CONFIG_HEADER([auto.h]) AC_CONFIG_HEADER([auto.h])
#AC_CONFIG_SUBDIRS([src])
# Checks for programs. # Checks for programs.
AC_PROG_CXX AC_PROG_CXX
@ -14,7 +13,6 @@ AC_PROG_CC
AC_LANG(C++) AC_LANG(C++)
# Checks for libraries. # Checks for libraries.
#AC_CHECK_LIB(ncurses, initscr, [LIBS="$LIBS -lncurses" AC_DEFINE([HAVE_NCURSES], [1], [Found ncurses])])
AC_CHECK_LIB(ncurses,initscr) AC_CHECK_LIB(ncurses,initscr)
AC_CHECK_LIB(ncurses,endwin) AC_CHECK_LIB(ncurses,endwin)

View file

@ -1,57 +1,68 @@
cat hello task add do laundry
alias t=task task add project:garage order dumpster
t add do laundry task add +phone tell mom i loveher
t add project:garage order dumpster task add +phone pro:garage schedule goodwill pickup
t add +phone tell mom i loveher task add +email pro:garage ask Tom if he wants that old bike
t add +phone pro:garage schedule goodwill pickup task ls
t add +email pro:garage ask tom if he wants that old bike
t list
t 1 pro:home task 1 pro:home
t 3 pro:home tell mom i love her task 3 pro:home tell mom I love her
t list pro:garage task ls pro:garage
t lis +phone task long pro:garage
t li pro:garage +phone task list pro:garage
t l mom task lis +phone
task li pro:garage +phone
task l mom
t 1 priority:H task 1 priority:H
t pri:H 3 task pri:H 3
t 1 pri:M task 1 pri:M
t l task li
t 2 pri:L task 2 pri:L
t l task li
t do 3 task do 3
t l task li
# There can be an arbitrary number of tags. # There may be an arbitrary number of tags.
t 2 +phone +mistake task 2 +phone +mistake
# Oops! # Oops!
t 2 -mistake task 2 -mistake
t tags task tags
task info 2
t projects task projects
t 3 fg:white task 3 fg:bold
t l task li
t 4 bg:red fg:yellow task 3 fg:white
t l task li
t 4 bg: task 3 fg:bold_underline_white
t l task li
t 4 fg: task 4 bg:on_bright_red fg:bold_yellow
task li
task 4 bg:
task li
task 4 fg:
task colors
t 1 due:12/23/2006 task 1 due:6/8/2008
t l task li
t calendar task calendar
t 1 due:12/16/2006 task 1 due:6/1/2008
t l task li
t cal task overdue
task cal
t start 1 task export file.csv
t active cat file.csv
t do 1
t l task start 1
t do 3 task active
t do 1 task do 1
t active task li
t summary task do 3
task do 1
task active
task summary
task history