wmcalc: Use version number from autoconf.
[dockapps.git] / wmmisc / ChangeLog
blob97e56b5198921c0a6648e4414a8f65bc738f9af8
1 11.07.18  Doug Torrance <dtorrance@piedmont.edu>
2         * Version 1.2
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
11         creates mask.
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
24         arguments.
26         * Update documentation.
28         * Add desktop entry file.
30 09.01.06  Jesse S. <luxorfalls@sbcglobal.net>
31         * Version 1.1
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>
43         * Version 1.0
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>
60         * Version 0.9
62         * src/dockapp_util.c: Properly get the user count. Thanks to gkrellm for this improved
63         method.
65         * src/*.c: Clean-ups, removed unused/dead code, etc.