1 11.07.18 Doug Torrance <dtorrance@piedmont.edu>
4 * Now maintained by the Window Maker Team <wmaker-dev@googlegroups.com>
6 * Switch to autotools for build.
8 * Use wmgeneral from libdockapp.
10 * Move blue to top of list in XPM colors so that wmgeneral properly
13 * Use only necessary headers.
15 * Don't link against X11 libs; unnecessary.
17 * Add error handling for fscanf.
19 * Use autoconf defines for version number and bugreport address.
21 * Add manpage from Debian.
23 * Add support for wmgeneral's -display and -geometry command line
26 * Update documentation.
28 * Add desktop entry file.
30 09.01.06 Jesse S. <luxorfalls@sbcglobal.net>
33 * src/dockapp_main.c: Fixed not exiting with -h and -v.
34 Also update a copyright date that I missed. (Never code while tired.)
36 * src/dockapp_main.h: Update the version number, which I forgot to do before. Oops.
38 * src/dockapp_utils.h: Reduced amount of calculations needed for time macros.
40 * src/dockapp_draw.h: #if 0 some unused code. #endif
42 07.01.06 Jesse S. <luxorfalls@sbcglobal.net>
45 * README: Updated various bits of information.
47 * src/general.mk, src/Makefile: Support for modular X.Org (use 'make MODULAR_X=1' and
48 'make MODULAR_X=1 install').
50 * src/general.mk: Add conditional (FASTER_MATH) to use faster math optimizations (use
51 'make FASTER_MATH=1' to enable), also replaced -Wextra with -W, as some people still
52 use versions of GCC older than 3.4.
54 * src/wmgeneral.c (open_window): Removed invalid free()
56 * src/*.[ch]: Code reformatted, various clean ups, updated copyright and
57 license information (FSF has a new address).
59 24.04.04 Jesse S. <luxorfalls@sbcglobal.net>
62 * src/dockapp_util.c: Properly get the user count. Thanks to gkrellm for this improved
65 * src/*.c: Clean-ups, removed unused/dead code, etc.