3 - Various compile warnings removed
6 - Fix readline-less build
7 - Fix argument checking for export command
8 - Add -u option to unlock a db that's been left locked
9 - Hitting ^C 4 times exits a wedged run (with data loss)
10 - Allow start of entry text to be used for indexing instead of just entry
12 - Switch development and release process to use GNU Arch instead of CVS.
16 - allow more than 5 digits for pid in creating name of lock file
20 - bug fix : string for forming lock file name was undersized by 1 byte
24 - bug fix : trying to move a node above/below/before/after itself corrupted the
26 - add per-database dotlocking to prevent multiple processes accessing the same
27 database. (Can be disabled with --disable-dotlock option to configure).
31 - moveto command (alias for into command)
36 - Fix TDL_LIST_MONOCHROME
37 - Output without colours if stdout is not a terminal
38 - Install manpage compressed and create links from other shortcuts to it
39 - Don't include -g amongst default CFLAGS
43 - Add more intelligent configure script
44 - Support rl_completion_matches (replaces completion_matches in newer readline
47 - Remove start-time editing from "edit" command
48 - Bug fix : bad path expression with postpone used to segfault
49 - Bug fix : completion always matched on 3 characters of command instead
50 of per-command length (broke completion for 'ls')
51 - Copy permissions of old database to new database when saving
52 - Ask user for confirmation before acting on "quit" command
56 - Bug fix : widen without doing narrow first segfaults
57 - Spec file fix for mandir
62 - Added "save" command
63 - Added "delete", "ls" and "revert" commands.
64 - Added "narrow" and "widen" commands
65 - Improvements to tdl.spec (e.g. so that SRPM construction works properly).
69 - Fix bug : priority with no args core dumped.
71 - Bring tdl.1 manpage up to date with texinfo.
73 - Give option to use ncurses instead of termcap in Makefile.
77 - Add 'interactive' mode to complement command line mode of v1.0. If built
78 with GNU realine, the new mode has better help, completion facilities etc.
80 - Add postpone and (re-)open commands (long-term deferral of tasks)
82 - Add clone and copyto commands (deep copy parts of the tree)
84 - For 'report', enclose text for parent entries in [[,]] brackets if the parent
87 - Extensions to 'list' command:
88 * single digit options to set max depth of entries that are shown
89 * substring search for text in entries
90 * -p option to show postponed & deferred entries
92 - Fix various memory leaks
94 - Main documentation now supplied in texinfo format. Manpage is not maintained
97 - Revamp of internal help system
101 - Update contact details
105 - Fix: don't complain if the links tdla, tdll etc already exist when installing.
107 - Add -q option to suppress "no database" warning.
109 - Fix: initialise 'parent' properly when creating nodes
111 - Allow dates to be specified for 'add' and 'done'. 'list' ignores entries
112 added 'in the future', except with -a. Extend 'edit' command to allow start
113 date/time to be modified.
115 - Improve installation process (patch from Juergen Daubert)
117 - Added 'undo' command (for reversing accidental 'done' commands).
119 - If 'list' command is given index argument(s), use the priority of each such
120 entry as the default (instead of 'normal') when deciding whether to display
121 it and its children, unless a specific priority was given on the command
124 - Added 'which' command, to display the path to the database that is being
129 - New before and after commands with identical operation to above and below.
131 - List command now shows only items of at least normal priority by default, and
132 can take a priority argument.
134 - New import and export commands
136 - The remove, done and priority commands can take indices of the form 1... to
137 mean entry 1 and everything underneath it.
139 - Priorities can be specified by just their initial letter (or any bigger
142 - Add tdlg to do log as a single command name.
144 $Header: /cvs/src/tdl/NEWS,v 1.22.2.5 2004/02/03 22:17:22 richard Exp $