wmshutdown: Add freedesktop.org desktop entry file.
[dockapps.git] / wmwork / CHANGES
blob097c973edcc88f54f83e5c16a28b45de1c9a0fed
1 wmwork: CHANGES
2 ---------------
3 For further information please visit http://www.godisch.de/cvs/wmwork/.
5 0.2.5 - Dec 02, 2005
7   * Solaris portability fixes, thanks to Ben Stern.
8     Lockfile removal still does not work perfectly, since Solaris
9     /proc is not the same as Linux /proc.
10   * Small bugfix in display code, thanks to Josep Portella Florit.
11   * Build system cleanup.
12   * Fixed manual dashes.
14 0.2.4 - Apr 29, 2003
16   * Fixed lock file removal on program exit.
17   * Moved exit code out of the signal handler.
19 0.2.3 - Mar 25, 2003
21   * Updated autoconf support and README file.
22   * Wrote PID into lock file, added PID check on startup.
24 0.2.2 - Jan 02, 2003
26   * Added lock file and --force.
27   * Removed strip option from Makefile.in.
29 0.2.1 - Nov 02, 2002
31   * Made ~/.wmwork/XYZ timestamp format RFC 822 compliant.
32   * Wrote logging information to stderr if an error occurs.
33   * Changed --days format 'dd:hh:mm' to 'dd.hh:mm'.
34   * Changed the default project id 'NN' to '---'.
35   * Moved timers and project id one pixel to the left.
36   * Let ':' always be shown when the timer is not running.
37   * Raised an error on additional arguments.
38   * Fixed 'make uninstall'.
39   * Documentation cleanups.
41 0.2.0 - Oct 19, 2002
43   * Introduced ~/.wmwork directory.
44   * Comments in ~/.wmwork/worklog will be preserved now.
45   * Added --display and --geometry support.
46   * Applied the FreeBSD patch for wmwork.c.
47     Thanks to Alexey Dokuchaev.
48   * Added autoconf support.
50 0.1.0 - Mar 30, 2002
52   * Added signal handling: a running timer will be saved before
53     exiting on usual signals.
54   * Fixed options handling.
55   * Extended viewable characters (#32...#126) for project id.
56     Please note that #47 (slash) is the directory delimiter,
57     hence it cannot be used here.
59 0.0.10
61   * Some bugfixes in wmwork.c and wmwork.xpm.
62     Thanks to Daniel Tschan.
64 0.0.9
66   * Added command line option -d.
67   * Changed source directory.
69 0.0.8
71   * Added long options.
72   * Changed error messages.
74 0.0.7
76   * Separated Debian packaging information.
77   * Fixed a bug when scanning project identifiers with length < 3.
78   * Changed error reporting and human readable timestamp logging.
79   * Changed look of the < > buttons and fixed a single coordinate.
80   * Updated manual page.
82 0.0.6
84   * Fixed segfault when reading a logfile starting with comments.
86 0.0.5
88   * Updated manual page.
90 0.0.4
92   * Added command line options -h and -v.
93   * Fixed nullpointer in error message.
95 0.0.3
97   * Updated Makefile and manual page.
99 0.0.2
101   * Replaced project array by linked list.
102   * Updated Makefile and manual page.
104 0.0.1
106   * Initial revision.