dockapps/wmfsm/ChangeLog
Doug Torrance e8d40e3115 wmfsm: Combine ChangeLog and ChangeLog.old.
As ChangeLog is no longer automatically generated by arch, there is no need
to keep these files separate.
2015-01-22 11:12:10 +00:00

133 lines
3.9 KiB
Plaintext

2002-07-13 03:17:14 GMT Chris Gray <cgray4@po-box.mcgill.ca> patch-4
Summary:
Blah
Revision:
wmfsm--dev--0.3--patch-4
blah blah.
modified files:
ChangeLog
modified directories:
autom4te.cache
2002-07-13 03:05:30 GMT Chris Gray <cgray4@po-box.mcgill.ca> patch-3
Summary:
Bumped the version number.
Revision:
wmfsm--dev--0.3--patch-3
Going to release later tonight. I can tell you're excited.
modified files:
ChangeLog
modified directories:
autom4te.cache
2002-07-13 02:50:54 GMT Chris Gray <cgray4@po-box.mcgill.ca> patch-2
Summary:
Bumped the version number.
Revision:
wmfsm--dev--0.3--patch-2
Going to release later tonight. I can tell you're excited.
new files:
autom4te.cache/output.0 autom4te.cache/requests
autom4te.cache/traces.0 depcomp
modified files:
ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in
configure configure.in wmfsm/Makefile.in wmgeneral/Makefile.in
new directories:
autom4te.cache
2002-07-13 02:43:28 GMT Chris Gray <cgray4@po-box.mcgill.ca> patch-1
Summary:
Implemented an [include] section.
Revision:
wmfsm--dev--0.3--patch-1
As per user request, I added an [include] section to the ~/.wmfsmrc file
so that you can explicitly include filesystems rather than just
excluding them.
Also made a new SGML manpage because *roff sucks.
new files:
ChangeLog.old wmfsm/wmfsm.sgml
modified files:
ChangeLog wmfsm/wmfsm.1 wmfsm/wmfsm.c
2002-07-12 23:38:19 GMT Chris Gray <cgray4@po-box.mcgill.ca> base-0
Summary:
First arch commit.
Revision:
wmfsm--dev--0.3--base-0
wmfsm is a fairly complete program, but it's still nice to have some
version control.
new files:
./AUTHORS ./COPYING ./ChangeLog ./INSTALL ./Makefile.am
./Makefile.in ./NEWS ./README ./TODO ./acconfig.h ./aclocal.m4
./config.guess ./config.h.in ./config.sub ./configure
./configure.in ./install-sh ./missing ./mkinstalldirs
./stamp-h.in ./wmfsm/Makefile.am ./wmfsm/Makefile.in
./wmfsm/wmfsm.1 ./wmfsm/wmfsm.c ./wmfsm/wmfsm_mask.xbm
./wmfsm/wmfsm_master.xpm ./wmfsm/wmfsm_master_cyan.xpm
./wmfsm/wmfsm_master_highcolor.xpm
./wmfsm/wmfsm_master_lowcolor.xpm ./wmfsm/wmfsmrc.sample
./wmgeneral/Makefile.am ./wmgeneral/Makefile.in
./wmgeneral/wmgeneral.c ./wmgeneral/wmgeneral.h
2001-01-19 Chris Gray <cgray@tribsoft.com>
* configure.in: Did a lot of work so that maintenance should be
easier in the future. Things are totally done with
automake/autoconf now. The goal is to remove all of the OS
dependent ifdefs and change them to depend on the actual feature
of the OS that we are testing for.
2001-01-13 Chris Gray <cgray@tribsoft.com>
* debian/wmfsm.1: Changed the man page to reflect the new
options. I should probably distribute this man page in such a way
that non-Debian users can install it easily.
* wmfsm/wmfsm.c: Added getopt support, and a new option, --delay.
The delay should be 10 * number in microseconds which seems a bit
unintuitive to me. I'll probably change that.
2001-01-09 Chris Gray <cgray@tribsoft.com>
* wmfsm/wmfsm.c: Added FreeBSD patches from Steven Enderle
<panic@subphase.de>. Also, it looks like I am taking this project
over. Hopefully I can do some good!
0.30 24/08/1999 OpenBSD support, it hopefully works...
Blinking on a filesystem that is 95 percent full
0.30 04/06/1999 use fstat() instead of system("df")
Exclusion of directories via ~/.wmfsmrc
uses less colors (54), other colorschemes are included
0.27 26/03/1999 mouse toggable fire/normal mode
bug fixes
Solaris 2.6/7 support
0.26 06/03/1999 added fire mode for bars
0.25 05/03/1999 first release