1 2015-10-20 Doug Torrance <dtorrance@piedmont.edu>
3 * configure.ac: Bump to version 0.7.2.
5 2015-10-20 Doug Torrance <dtorrance@piedmont.edu>
7 * Makefile.am: Clean generated file dockapp.pc.
8 Based on the Debian patch [1].
10 [1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
11 clean_dockapp.pc.patch/
13 2015-10-20 Doug Torrance <dtorrance@piedmont.edu>
15 * configure.ac, src/Makefile.am:
16 Remove AC_PATH_XTRA macro from configure.ac
17 We already check for libraries with the PKG_CHECK_MODULES macros.
18 This also allows the Debian package to drop the Build-Depend on
19 libice-dev. Based on the Debian patch [1].
21 [1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
22 remove_AC_PATH_XTRA.diff/
24 2015-10-20 Doug Torrance <dtorrance@piedmont.edu>
26 * Recompress fonts without timestamp.
27 This fixes the package-contains-timestamped-gzip warning given by
28 Lintian for the Debian package. (This warning is really
29 unnecessary, as its purpose it to check for reproducible builds and
30 the fonts are not compressed at build time, but I see no harm in
31 removing these timestamps.)
33 2015-10-17 Doug Torrance <dtorrance@piedmont.edu>
35 * configure.ac: Bump to version 0.7.1.
37 2015-10-17 Doug Torrance <dtorrance@piedmont.edu>
39 * Makefile.am: Update update-changelog target in Makefile.
40 Only grab libdockapp commits.
42 2015-10-17 Doug Torrance <dtorrance@piedmont.edu>
44 * examples/basic/basic.c, examples/rectangles/rectangles.c: Update
45 header location in examples.
47 2015-10-09 Shining <wmaker-dev@linuxcondom.net>
49 * README: Simplify instructions to generate a ./configure script.
50 Based on suggestions by Alexey Frolov and BALATON Zoltan.
52 2015-10-05 Shining <wmaker-dev@linuxcondom.net>
54 * README: Info about generating 'configure' script in README.
55 In the README it is said to run ./configure but there's no such
56 script in the tarball. I wrote instructions to generate a
57 ./configure with libtool and autotools.
59 2015-08-15 Rodolfo García Peñas (kix) <kix@kix.es>
61 * Include libwmgeneral in libdockapp.
62 This patch includes the libwmgeneral library in the libdockapp library.
63 The new library is now version 3 (previous was version 2) and it
64 includes the new include folder in $libdir/libdockapp. The wmgeneral
65 files were moved from the previous folder (libwmgeneral) and the folder
67 Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
69 2014-11-28 Doug Torrance <dtorrance@monmouthcollege.edu>
71 * NEWS, configure.ac: Release version 0.6.4.
73 2014-11-28 Doug Torrance <dtorrance@monmouthcollege.edu>
75 * Makefile.am, NEWS, configure.ac: Update contact information.
77 2014-11-28 Doug Torrance <dtorrance@monmouthcollege.edu>
79 * Add update-changelog target to Makefile to update ChangeLog.
81 2014-11-25 Doug Torrance <dtorrance@monmouthcollege.edu>
83 * ChangeLog, NEWS, examples/basic/basic.c, src/dockapp.h:
84 Merge ChangeLog into NEWS (they were largely the same).
86 2014-11-25 Doug Torrance <dtorrance@monmouthcollege.edu>
88 * examples/basic/basic.c: Add #include
89 <time.h> to basic example.
91 Otherwise, we get the following compiler warning
92 basic.c: Infunction ‘main’: basic.c:111:2: warning: implicit
93 declaration of function ‘time’ [-Wimplicit-function-declaration]
97 2014-11-25 Doug Torrance <dtorrance@monmouthcollege.edu>
99 * README, examples/Makefile.am, examples/basic/Imakefile,
100 examples/basic/Makefile, examples/rectangles/Imakefile,
101 examples/rectangles/Makefile: Replace example
102 Imakefiles with Makefiles. imake is deprecated.
104 2014-11-25 Doug Torrance <dtorrance@monmouthcollege.edu>
106 * examples/basic/basic.c, examples/rectangles/rectangles.c,
107 src/daargs.c, src/daargs.h, src/dacallback.c, src/dacolor.c,
108 src/daevent.c, src/damain.c, src/dapixmap.c, src/darect.c,
109 src/dashaped.c, src/dautil.c, src/dockapp.h: Use consistent code
112 Used uncrustify to minimize warnings and errors from checkpatch.pl
113 in the Window Maker source tree.
115 2014-11-25 Doug Torrance <dtorrance@monmouthcollege.edu>
117 * examples/basic/Imakefile, examples/basic/basic.c,
118 examples/rectangles/Imakefile, examples/rectangles/rectangles.c,
119 src/Makefile.am, src/daargs.c, src/daargs.h, src/dacallback.c,
120 src/dacolor.c, src/daevent.c, src/damain.c, src/dapixmap.c,
121 src/darect.c, src/dashaped.c, src/dautil.c, src/dautil.h,
122 src/dockapp.h: Remove CVS cruft.
124 2014-11-25 Doug Torrance <dtorrance@monmouthcollege.edu>
126 * examples/basic/Imakefile, examples/basic/README,
127 examples/basic/basic.c, examples/rectangles/Imakefile,
128 examples/rectangles/rectangles.c, fonts/Makefile.am, src/dacallback.c,
129 src/dacolor.c, src/daevent.c, src/damain.c, src/dapixmap.c,
130 src/dashaped.c, src/dockapp.h: Remove trailing whitespace.
132 2014-11-24 Doug Torrance <dtorrance@monmouthcollege.edu>
134 * INSTALL, Makefile.in, aclocal.m4, compile, config.guess,
135 config.sub, configure, dockapp.pc, examples/Makefile.in,
136 fonts/Makefile.in, install-sh, ltmain.sh, missing, src/Makefile.in:
137 Remove autotools-generated files.
139 2014-11-24 Doug Torrance <dtorrance@monmouthcollege.edu>
141 * Add version 0.6.3 to repository.
144 http://sourceforge.net/projects/files/
145 libdockapp-0.6.3.tar.gz/download
147 ** Changes above this point from git log in dockapps git repository. **
149 2014-06-06 Doug Torrance <dtorrance@monmouthcollege.edu>
151 * ChangeLog, NEWS: updated Changelog and NEWS files with new version
153 2014-06-06 Doug Torrance <dtorrance@monmouthcollege.edu>
155 * Makefile.am: add xext to dockapp.pc
157 2014-06-06 Doug Torrance <dtorrance@monmouthcollege.edu>
159 * configure.ac, src/Makefile.am: add xpm to linked libraries
161 2014-06-06 Doug Torrance <dtorrance@monmouthcollege.edu>
163 * .gitignore, autogen.sh, do_verify.sh: add more autotools-generated
166 2014-06-06 Doug Torrance <dtorrance@monmouthcollege.edu>
168 * configure.ac, src/Makefile.am: use pkg-config for linked libraries
170 2014-05-02 Doug Torrance <dtorrance@monmouthcollege.edu>
172 * Makefile.am: added BUGS to distribution tarball
174 2014-05-02 Doug Torrance <dtorrance@monmouthcollege.edu>
176 * .gitignore: Update .gitignore (add configure.no-verify).
178 2014-05-01 Doug Torrance <dtorrance@monmouthcollege.edu>
180 * .gitignore, Makefile.am: Add pkg-config dockapp.pc file.
182 2014-05-01 Doug Torrance <dtorrance@monmouthcollege.edu>
184 * configure.ac: Modernize configure.ac.
186 2014-05-01 Doug Torrance <dtorrance@monmouthcollege.edu>
188 * .gitignore, Makefile.in, aclocal.m4, compile, config.guess,
189 config.sub, configure, examples/Makefile.in, fonts/Makefile.in,
190 ltmain.sh, missing, src/Makefile.in: Remove autotools-generated
191 files, update .gitignore.
193 2014-05-01 Doug Torrance <dtorrance@monmouthcollege.edu>
195 * fonts/Makefile.am: Actually added fonts to distribution tarball.
196 Despite the commit message of the previous commit, this was not
199 2014-05-01 Doug Torrance <dtorrance@monmouthcollege.edu>
201 * configure.ac, fonts/Makefile.am, fonts/fonts.alias,
202 fonts/fonts.dir: Various changes to `make install' of fonts.
203 * Use font-util macros.
204 * Include fonts in distribution tarball.
205 * Removed fonts.dir (built by `make install') and fonts.alias (empty
208 2014-04-30 Doug Torrance <dtorrance@monmouthcollege.edu>
210 * examples/Makefile.am: rewrite examples Makefile.am to ensure they
211 are included in the tarball
213 2014-04-30 Doug Torrance <dtorrance@monmouthcollege.edu>
215 * INSTALL, Makefile.in, aclocal.m4, compile, config.guess,
216 config.sub, configure, configure.ac, configure.in,
217 examples/Makefile.in, fonts/Makefile.in, install-sh, ltmain.sh,
218 missing, src/Makefile.in: rename configure.in -> configure.ac
220 2014-04-30 Doug Torrance <dtorrance@monmouthcollege.edu>
222 * .gitignore: added .gitignore
224 2014-04-30 Doug Torrance <dtorrance@monmouthcollege.edu>
226 * CVS/Entries, CVS/Repository, CVS/Root, autom4te.cache/output.0,
227 autom4te.cache/output.1, autom4te.cache/requests,
228 autom4te.cache/traces.0, autom4te.cache/traces.1,
229 examples/CVS/Entries, examples/CVS/Repository, examples/CVS/Root,
230 examples/basic/CVS/Entries, examples/basic/CVS/Repository,
231 examples/basic/CVS/Root, examples/rectangles/CVS/Entries,
232 examples/rectangles/CVS/Repository, examples/rectangles/CVS/Root,
233 examples/shapes/CVS/Entries, examples/shapes/CVS/Repository,
234 examples/shapes/CVS/Root, fonts/CVS/Entries, fonts/CVS/Repository,
235 fonts/CVS/Root, src/CVS/Entries, src/CVS/Repository, src/CVS/Root:
236 Removed CVS directories
238 2014-04-24 Doug Torrance <dtorrance@monmouthcollege.edu>
242 ** Changes above this point from git log in sourceforge git repository. **