1 2010-12-22 11:53 brucec
2 * Updated documentation to show new maintainer.
3 * Simplified Imakefile.
5 2010-12-03 20:28 brucec
6 * Imakefile: Bumped version to 1.0.13, add warning flags.
8 * INSTALL: Updated compiler and flags example.
10 * wmclock.c, weekday.xpm: Integrated Debian nopolling patch and
11 FreeBSD's weekday and year patches. Added function prototypes.
13 * wmclock.spec.in: Bumped version to 1.0.13, changed ExecPrefix to
14 /usr/local since /usr/X11R6 is obsolete.
16 * lang.polish: Added Polish language files, contributed by
19 * lang.croatian: Added Croatian language files, contributed by Josip
20 Deanovic <djosip at croadria.com>
22 2000-04-13 07:49 jmknoble
24 * wmclock.spec.in: Add ChangeLog to %%doc directory.
26 * Imakefile: Bump version to 1.0.12.2. Release.
28 * Imakefile: Generate changelog from CVS comments with 'make
29 changelog'. Add generated changelog to distribution tarball.
31 2000-03-08 07:59 jmknoble
33 * Imakefile: `tar' target was copying CVS directories.
34 Restructured it a bit to avoid that.
36 * Imakefile: `distclean' target could prove troublesome by
37 destroying irreproducible work.
39 * wmclock.spec.in: Oops. Missed an obsolete %%{ReleaseNum} macro.
41 2000-03-08 07:35 jmknoble
43 * Imakefile, wmclock.spec.in: Added template from which to generate
44 spec file (wmclock.spec.in). Added targets in Imakefile to handle
45 generating the spec file. Revised `tar' target to rebuild on
46 sourcefile change. Added distclean target. Removed symlinks from
47 tarball. Updated version to 1.0.12.1.
49 * .cvsignore: Added .cvsignore file for convenience of the
52 * Makefile: Makefile is automagically generated; it shouldn't be
55 * wmclock.c, xpm/mask.xbm: Compiling with gcc -Wall -ansi -pedantic
56 revealed that the mask bitmap should be declared as unsigned char.
57 XCreateBitmapFromData() expects char *, though, so we cast the mask
58 bitmap data explicitly.
60 * dynlist.c, dynlist.h: Fixed possible memory leak.
62 2000-03-08 06:56 jmknoble
64 * COPYING, INSTALL, Imakefile, Makefile, README, configure,
65 dynlist.c, dynlist.h, wmclock.c, wmclock.man.in,
66 asclock-orig/INSTALL, asclock-orig/Imakefile, asclock-orig/README,
67 asclock-orig/asclock.c, asclock-orig/asclock.man,
68 asclock-orig/configure, asclock-orig/mask.xpm,
69 lang.breton/month.xpm, lang.breton/weekday.xpm,
70 lang.czech/month.xpm, lang.czech/weekday.xpm,
71 lang.danish/month.xpm, lang.danish/weekday.xpm,
72 lang.dutch/month.xpm, lang.dutch/weekday.xpm,
73 lang.english/month.xpm, lang.english/weekday.xpm,
74 lang.french/month.xpm, lang.french/weekday.xpm,
75 lang.french2/month.xpm, lang.french2/weekday.xpm,
76 lang.german/month.xpm, lang.german/weekday.xpm,
77 lang.hungarian/month.xpm, lang.hungarian/weekday.xpm,
78 lang.indonesian/month.xpm, lang.indonesian/weekday.xpm,
79 lang.italian/month.xpm, lang.italian/weekday.xpm,
80 lang.norwegian/month.xpm, lang.norwegian/weekday.xpm,
81 lang.portuguese/month.xpm, lang.portuguese/weekday.xpm,
82 lang.russian/month.xpm, lang.russian/weekday.xpm,
83 lang.slovene/month.xpm, lang.slovene/weekday.xpm,
84 lang.spanish/month.xpm, lang.spanish/weekday.xpm,
85 lang.swedish/month.xpm, lang.swedish/weekday.xpm,
86 lang.ukrainian/month.xpm, lang.ukrainian/weekday.xpm, xpm/date.xpm,
87 xpm/led.xpm, xpm/mask.xbm, xpm/mask.xpm: Begin CVS revision control
89 * COPYING, INSTALL, Imakefile, Makefile, README, configure,
90 dynlist.c, dynlist.h, wmclock.c, wmclock.man.in,
91 asclock-orig/INSTALL, asclock-orig/Imakefile, asclock-orig/README,
92 asclock-orig/asclock.c, asclock-orig/asclock.man,
93 asclock-orig/configure, asclock-orig/mask.xpm,
94 lang.breton/month.xpm, lang.breton/weekday.xpm,
95 lang.czech/month.xpm, lang.czech/weekday.xpm,
96 lang.danish/month.xpm, lang.danish/weekday.xpm,
97 lang.dutch/month.xpm, lang.dutch/weekday.xpm,
98 lang.english/month.xpm, lang.english/weekday.xpm,
99 lang.french/month.xpm, lang.french/weekday.xpm,
100 lang.french2/month.xpm, lang.french2/weekday.xpm,
101 lang.german/month.xpm, lang.german/weekday.xpm,
102 lang.hungarian/month.xpm, lang.hungarian/weekday.xpm,
103 lang.indonesian/month.xpm, lang.indonesian/weekday.xpm,
104 lang.italian/month.xpm, lang.italian/weekday.xpm,
105 lang.norwegian/month.xpm, lang.norwegian/weekday.xpm,
106 lang.portuguese/month.xpm, lang.portuguese/weekday.xpm,
107 lang.russian/month.xpm, lang.russian/weekday.xpm,
108 lang.slovene/month.xpm, lang.slovene/weekday.xpm,
109 lang.spanish/month.xpm, lang.spanish/weekday.xpm,
110 lang.swedish/month.xpm, lang.swedish/weekday.xpm,
111 lang.ukrainian/month.xpm, lang.ukrainian/weekday.xpm, xpm/date.xpm,
112 xpm/led.xpm, xpm/mask.xbm, xpm/mask.xpm: branches: 1.1.1; Initial