wmweather+: Remove from repository.
[dockapps.git] / wmclock / ChangeLog
blobb548d7b4d670f6583863c3690f8d5c9ccfb44558
1 2014-12-11  Doug Torrance <dtorrance@monmouthcollege.edu>
3         * Bump to version 1.0.15.
5         * INSTALL, README, configure.ac:  Update documentation.
6         In particular, document installation changes after switch to
7         autotools and change maintainer to Window Maker Developers.
9         * Makefile.am, configure.ac, wmclock.1.in, wmclock.man.in:
10         Update manpage.
12         Changes include:
13         - Rename to wmclock.1.
14         - Use @prefix@ instead of /usr for the location of the language xpm
15         files.
16         - Hardcode date instead of picking it up from a variable in the
17         Makefile.
19         * Makefile.am, configure.ac, month.xpm, weekday.xpm:
20         Choose language with ./configure.
22         This is a feature that was present in the pre-autotools configure
23         script.  Note a syntax change:
24         ./configure --lang foo
25         is now
26         ./configure --with-lang=foo
27         Also remove the .xpm files in the root directory, as they are
28         created during configuration.
30 2014-12-10  Doug Torrance <dtorrance@monmouthcollege.edu>
32         * Imakefile, Makefile.am, configure, configure.ac:  Switch build
33         system from deprecated imake to autotools.
35 2014-12-10  Doug Torrance <dtorrance@monmouthcollege.edu>
37         * ChangeLog, INSTALL, Imakefile, README, configure, dynlist.c,
38         dynlist.h, wmclock.c, wmclock.man.in:  Remove trailing whitespace.
40         * wmclock.spec.in:  Remove wmclock.spec.in; not needed upstream.
42         * wmclock.man:  Remove generated file wmclock.man.
44         * wmclock.c, wmclock.man.in:  Add -interval option.
46         From the Debian patch:
48         http://sources.debian.net/src/1.0.14-6/debian/patches/add_interval_option.patch/
49         For more information, see:
50         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228986
52         * wmclock.c:  Show correct year when -year is given.
54         From the Debian patch:
56         http://sources.debian.net/src/1.0.14-6/debian/patches/correct_year.patch/
57         For more information, see:
58         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723887
60         * wmclock.c:  Fix display when both -12 and -year are given.
62         Patch by Vino Fernando Crescini <jcrescin@cit.uws.edu.au>:
63         http://sources.debian.net/src/1.0.14-6/debian/patches/fix_12_year_display.patch/
64         For more information, see:
65         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228985
67         * wmclock.man.in:  Add section to manpage about usage of translated
68         XPM files.
70         Adapted from the Debian patch by Sandro Tosi <matrixhasu@gmail.com>:
71         http://sources.debian.net/src/1.0.14-6/debian/patches/manpage_xpm_notes.patch/
73         * wmclock.man.in:  Fix first line of manpage.
75         Patch by Sandro Tosi <matrixhasu@gmail.com> from Debian package:
76         http://sources.debian.net/src/1.0.14-6/debian/patches/manpage_fixes.patch/
78         *  Add version 1.0.14 to dockapps repository.
80         Obtained from: http://www.bluestop.org/wmclock-1.0.14.tar.gz
82 2010-12-22 11:53  brucec
83         * Updated documentation to show new maintainer.
84         * Simplified Imakefile.
86 2010-12-03 20:28  brucec
87         * Imakefile: Bumped version to 1.0.13, add warning flags.
89         * INSTALL: Updated compiler and flags example.
91         * wmclock.c, weekday.xpm: Integrated Debian nopolling patch and
92         FreeBSD's weekday and year patches. Added function prototypes.
94         * wmclock.spec.in: Bumped version to 1.0.13, changed ExecPrefix to
95         /usr/local since /usr/X11R6 is obsolete.
97         * lang.polish: Added Polish language files, contributed by
98         oyd11 at softhome.net
100         * lang.croatian: Added Croatian language files, contributed by Josip
101         Deanovic <djosip at croadria.com>
103 2000-04-13 07:49  jmknoble
105         * wmclock.spec.in: Add ChangeLog to %%doc directory.
107         * Imakefile: Bump version to 1.0.12.2.  Release.
109         * Imakefile: Generate changelog from CVS comments with 'make
110         changelog'.  Add generated changelog to distribution tarball.
112 2000-03-08 07:59  jmknoble
114         * Imakefile: `tar' target was copying CVS directories.
115         Restructured it a bit to avoid that.
117         * Imakefile: `distclean' target could prove troublesome by
118         destroying irreproducible work.
120         * wmclock.spec.in: Oops.  Missed an obsolete %%{ReleaseNum} macro.
122 2000-03-08 07:35  jmknoble
124         * Imakefile, wmclock.spec.in: Added template from which to generate
125         spec file (wmclock.spec.in).  Added targets in Imakefile to handle
126         generating the spec file.  Revised `tar' target to rebuild on
127         sourcefile change.  Added distclean target.  Removed symlinks from
128         tarball.  Updated version to 1.0.12.1.
130         * .cvsignore: Added .cvsignore file for convenience of the
131         developer.
133         * Makefile: Makefile is automagically generated; it shouldn't be
134         stored in CVS.
136         * wmclock.c, xpm/mask.xbm: Compiling with gcc -Wall -ansi -pedantic
137         revealed that the mask bitmap should be declared as unsigned char.
138         XCreateBitmapFromData() expects char *, though, so we cast the mask
139         bitmap data explicitly.
141         * dynlist.c, dynlist.h: Fixed possible memory leak.
143 2000-03-08 06:56  jmknoble
145         * COPYING, INSTALL, Imakefile, Makefile, README, configure,
146         dynlist.c, dynlist.h, wmclock.c, wmclock.man.in,
147         asclock-orig/INSTALL, asclock-orig/Imakefile, asclock-orig/README,
148         asclock-orig/asclock.c, asclock-orig/asclock.man,
149         asclock-orig/configure, asclock-orig/mask.xpm,
150         lang.breton/month.xpm, lang.breton/weekday.xpm,
151         lang.czech/month.xpm, lang.czech/weekday.xpm,
152         lang.danish/month.xpm, lang.danish/weekday.xpm,
153         lang.dutch/month.xpm, lang.dutch/weekday.xpm,
154         lang.english/month.xpm, lang.english/weekday.xpm,
155         lang.french/month.xpm, lang.french/weekday.xpm,
156         lang.french2/month.xpm, lang.french2/weekday.xpm,
157         lang.german/month.xpm, lang.german/weekday.xpm,
158         lang.hungarian/month.xpm, lang.hungarian/weekday.xpm,
159         lang.indonesian/month.xpm, lang.indonesian/weekday.xpm,
160         lang.italian/month.xpm, lang.italian/weekday.xpm,
161         lang.norwegian/month.xpm, lang.norwegian/weekday.xpm,
162         lang.portuguese/month.xpm, lang.portuguese/weekday.xpm,
163         lang.russian/month.xpm, lang.russian/weekday.xpm,
164         lang.slovene/month.xpm, lang.slovene/weekday.xpm,
165         lang.spanish/month.xpm, lang.spanish/weekday.xpm,
166         lang.swedish/month.xpm, lang.swedish/weekday.xpm,
167         lang.ukrainian/month.xpm, lang.ukrainian/weekday.xpm, xpm/date.xpm,
168         xpm/led.xpm, xpm/mask.xbm, xpm/mask.xpm: Begin CVS revision control
170         * COPYING, INSTALL, Imakefile, Makefile, README, configure,
171         dynlist.c, dynlist.h, wmclock.c, wmclock.man.in,
172         asclock-orig/INSTALL, asclock-orig/Imakefile, asclock-orig/README,
173         asclock-orig/asclock.c, asclock-orig/asclock.man,
174         asclock-orig/configure, asclock-orig/mask.xpm,
175         lang.breton/month.xpm, lang.breton/weekday.xpm,
176         lang.czech/month.xpm, lang.czech/weekday.xpm,
177         lang.danish/month.xpm, lang.danish/weekday.xpm,
178         lang.dutch/month.xpm, lang.dutch/weekday.xpm,
179         lang.english/month.xpm, lang.english/weekday.xpm,
180         lang.french/month.xpm, lang.french/weekday.xpm,
181         lang.french2/month.xpm, lang.french2/weekday.xpm,
182         lang.german/month.xpm, lang.german/weekday.xpm,
183         lang.hungarian/month.xpm, lang.hungarian/weekday.xpm,
184         lang.indonesian/month.xpm, lang.indonesian/weekday.xpm,
185         lang.italian/month.xpm, lang.italian/weekday.xpm,
186         lang.norwegian/month.xpm, lang.norwegian/weekday.xpm,
187         lang.portuguese/month.xpm, lang.portuguese/weekday.xpm,
188         lang.russian/month.xpm, lang.russian/weekday.xpm,
189         lang.slovene/month.xpm, lang.slovene/weekday.xpm,
190         lang.spanish/month.xpm, lang.spanish/weekday.xpm,
191         lang.swedish/month.xpm, lang.swedish/weekday.xpm,
192         lang.ukrainian/month.xpm, lang.ukrainian/weekday.xpm, xpm/date.xpm,
193         xpm/led.xpm, xpm/mask.xbm, xpm/mask.xpm: branches:  1.1.1; Initial
194         revision