wmbattery: Bump to version 2.50.
[dockapps.git] / libdockapp / ChangeLog
blobed6aacedb7df6dbc68e694c3798e26f8ff656594
1 2014-11-28  Doug Torrance <dtorrance@monmouthcollege.edu>
3         * NEWS, configure.ac: Release version 0.6.4.
5 2014-11-28  Doug Torrance <dtorrance@monmouthcollege.edu>
7         * Makefile.am, NEWS, configure.ac: Update contact information.
9 2014-11-28  Doug Torrance <dtorrance@monmouthcollege.edu>
11         * Add update-changelog target to Makefile to update ChangeLog.
13 2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
15         * ChangeLog, NEWS, examples/basic/basic.c, src/dockapp.h:
16         Merge ChangeLog into NEWS (they were largely the same).
18 2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
20         * examples/basic/basic.c: Add #include
21         <time.h> to basic example.
23         Otherwise, we get the following compiler warning
24         basic.c: Infunction ‘main’: basic.c:111:2: warning: implicit
25         declaration of function ‘time’ [-Wimplicit-function-declaration]
26           srandom(time(NULL));
27           ^
29 2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
31         * README, examples/Makefile.am, examples/basic/Imakefile,
32         examples/basic/Makefile, examples/rectangles/Imakefile,
33         examples/rectangles/Makefile: Replace example
34         Imakefiles with Makefiles.  imake is deprecated.
36 2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
38         * examples/basic/basic.c, examples/rectangles/rectangles.c,
39         src/daargs.c, src/daargs.h, src/dacallback.c, src/dacolor.c,
40         src/daevent.c, src/damain.c, src/dapixmap.c, src/darect.c,
41         src/dashaped.c, src/dautil.c, src/dockapp.h: Use consistent code
42         formatting.
44         Used uncrustify to minimize warnings and errors from checkpatch.pl
45         in the Window Maker source tree.
47 2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
49         * examples/basic/Imakefile, examples/basic/basic.c,
50         examples/rectangles/Imakefile, examples/rectangles/rectangles.c,
51         src/Makefile.am, src/daargs.c, src/daargs.h, src/dacallback.c,
52         src/dacolor.c, src/daevent.c, src/damain.c, src/dapixmap.c,
53         src/darect.c, src/dashaped.c, src/dautil.c, src/dautil.h,
54         src/dockapp.h: Remove CVS cruft.
56 2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
58         * examples/basic/Imakefile, examples/basic/README,
59         examples/basic/basic.c, examples/rectangles/Imakefile,
60         examples/rectangles/rectangles.c, fonts/Makefile.am, src/dacallback.c,
61         src/dacolor.c, src/daevent.c, src/damain.c, src/dapixmap.c,
62         src/dashaped.c, src/dockapp.h: Remove trailing whitespace.
64 2014-11-24  Doug Torrance <dtorrance@monmouthcollege.edu>
66         * INSTALL, Makefile.in, aclocal.m4, compile, config.guess,
67         config.sub, configure, dockapp.pc, examples/Makefile.in,
68         fonts/Makefile.in, install-sh, ltmain.sh, missing, src/Makefile.in:
69         Remove autotools-generated files.
71 2014-11-24  Doug Torrance <dtorrance@monmouthcollege.edu>
73         * Add version 0.6.3 to repository.
75         Obtained from:
76         http://sourceforge.net/projects/files/
77         libdockapp-0.6.3.tar.gz/download
79 ** Changes above this point from git log in dockapps git repository. **
81 2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
83         * ChangeLog, NEWS: updated Changelog and NEWS files with new version
85 2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
87         * Makefile.am: add xext to dockapp.pc
89 2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
91         * configure.ac, src/Makefile.am: add xpm to linked libraries
93 2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
95         * .gitignore, autogen.sh, do_verify.sh: add more autotools-generated
96         files to .gitignore
98 2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
100         * configure.ac, src/Makefile.am: use pkg-config for linked libraries
102 2014-05-02  Doug Torrance <dtorrance@monmouthcollege.edu>
104         * Makefile.am: added BUGS to distribution tarball
106 2014-05-02  Doug Torrance <dtorrance@monmouthcollege.edu>
108         * .gitignore: Update .gitignore (add configure.no-verify).
110 2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
112         * .gitignore, Makefile.am: Add pkg-config dockapp.pc file.
114 2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
116         * configure.ac: Modernize configure.ac.
118 2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
120         * .gitignore, Makefile.in, aclocal.m4, compile, config.guess,
121         config.sub, configure, examples/Makefile.in, fonts/Makefile.in,
122         ltmain.sh, missing, src/Makefile.in: Remove autotools-generated
123         files, update .gitignore.
125 2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
127         * fonts/Makefile.am: Actually added fonts to distribution tarball.
128         Despite the commit message of the previous commit, this was not
129         done.  Now it is.
131 2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
133         * configure.ac, fonts/Makefile.am, fonts/fonts.alias,
134         fonts/fonts.dir: Various changes to `make install' of fonts.
135          * Use font-util macros.
136          * Include fonts in distribution tarball.
137          * Removed fonts.dir (built by `make install') and fonts.alias (empty
138            file).
140 2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
142         * examples/Makefile.am: rewrite examples Makefile.am to ensure they
143         are included in the tarball
145 2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
147         * INSTALL, Makefile.in, aclocal.m4, compile, config.guess,
148         config.sub, configure, configure.ac, configure.in,
149         examples/Makefile.in, fonts/Makefile.in, install-sh, ltmain.sh,
150         missing, src/Makefile.in: rename configure.in -> configure.ac
152 2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
154         * .gitignore: added .gitignore
156 2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
158         * CVS/Entries, CVS/Repository, CVS/Root, autom4te.cache/output.0,
159         autom4te.cache/output.1, autom4te.cache/requests,
160         autom4te.cache/traces.0, autom4te.cache/traces.1,
161         examples/CVS/Entries, examples/CVS/Repository, examples/CVS/Root,
162         examples/basic/CVS/Entries, examples/basic/CVS/Repository,
163         examples/basic/CVS/Root, examples/rectangles/CVS/Entries,
164         examples/rectangles/CVS/Repository, examples/rectangles/CVS/Root,
165         examples/shapes/CVS/Entries, examples/shapes/CVS/Repository,
166         examples/shapes/CVS/Root, fonts/CVS/Entries, fonts/CVS/Repository,
167         fonts/CVS/Root, src/CVS/Entries, src/CVS/Repository, src/CVS/Root:
168         Removed CVS directories
170 2014-04-24  Doug Torrance <dtorrance@monmouthcollege.edu>
172         * Initial commit
174 ** Changes above this point from git log in sourceforge git repository. **