[lwatch-cvs] files ChangeLog,1.14,1.15 TODO,1.14,1.15
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-04 15:12:17
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv9220
Modified Files:
ChangeLog TODO
Log Message:
- --fifo and -f are deprecated, use --input and -i instead
- new options for output file (-o and --output)
- -o means output file, use -O for omit config file
- fifo_file in configuration file is deprecated, use input_file instead it
- new option output_file in configuration
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lwatch/files/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ChangeLog 4 Apr 2003 12:10:21 -0000 1.14
--- ChangeLog 4 Apr 2003 15:11:39 -0000 1.15
***************
*** 1,3 ****
! 0.3: - new tests in ./configure for getopt_long (arturcz)
- handle EOF - reopen fifo, close when input from stdin (arturcz)
- FreeBSD port (arturcz)
--- 1,9 ----
! 0.3: - --fifo and -f are deprecated, use --input and -i instead (arturcz)
! - new options for output file (-o and --output) (arturcz)
! - -o means output file, use -O for omit config file (arturcz)
! - fifo_file in configuration file is deprecated, use input_file
! instead it (arturcz
! - new option output_file in configuration (arturcz)
! - new tests in ./configure for getopt_long (arturcz)
- handle EOF - reopen fifo, close when input from stdin (arturcz)
- FreeBSD port (arturcz)
Index: TODO
===================================================================
RCS file: /cvsroot/lwatch/files/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** TODO 30 Mar 2003 19:26:30 -0000 1.14
--- TODO 4 Apr 2003 15:11:40 -0000 1.15
***************
*** 5,12 ****
- create fifo (if needed by user)
- proper signal handling
- - option for output file
- configure: docbook2man (docbook-utils) support
Later:
- full color support (dark and light colors)
- configure: --with-pcre support
--- 5,12 ----
- create fifo (if needed by user)
- proper signal handling
- configure: docbook2man (docbook-utils) support
Later:
+ - debug messages should be printed to stderr
- full color support (dark and light colors)
- configure: --with-pcre support
|