wmitime uses libdockapp
[dockapps.git] / wmitime / CHANGES
blob71fc433debde000f7a6c1c7f29ff55dc09ebc529
1 Version         Description
2 --------------------------------------------------------------
3 0.4             * Update GPL text and Free Software Foundation address.
4                 * Remove trailing whitespace.
5                 * Allow -display option with no argument.  Previously, if a user
6                   ran wmitime with the -display option and no argument, a
7                   segmentation fault would occur. Print a warning instead.
8                   (Patch from Debian to fix bug #716466.)
9                 * Update Makefile.  In particular,
10                   - Remove reference to deprecated X11R6 directory.
11                   - Replace FLAGS variable with CFLAGS, CPPFLAGS, and LDFLAGS.
12                   - Honor CC, PREFIX, and DESTDIR variables.
13                   - Use INSTALL instead of cp for installation.
14                   - Remove redundant -lXext flag.
15                   - Move contents of wmitime directory to top directory to ease
16                     the building process.
17                 * Improve locale support.  Previously, wmitime only had support
18                   for English, French, and (in Debian only) Hungarian.  In
19                   addition, the choice was made at compile time.
20                   Add run-time support for any language using the Latin
21                   alphabet.  The locale is determined by the user's environment
22                   or may be specified on the command line with the "-l" option.
23                   Note that users whose environment specifies a non-Latin locale
24                   may wish to use, e.g., "-l C", as otherwise no date will
25                   appear.
26                   Note that, for simplicity, the month and day are now displayed
27                   as "01 JAN" as opposed to "JAN 01".  (Previously, the former
28                   format was used for English and the latter for French.)
29                 * Remove C++ style comments.
30                 * Remove references to config file in source; nonexistent
31                   feature.
32                 * Update contact information.  wmitime is now maintained by the
33                   Window Maker Developers Team
34                   <wmaker-dev@lists.windowmaker.org>.
35                 * Add manpage and desktop file, both adapted from Debian.
36                 * Remove wmitime-master-led.xpm; unused duplicate file.
37                 * Do not include or compile unused wmgeneral files.
39 0.3             * fixed inet time calculation error (oops :) )
40                   (thanks to Martijn van de Streek <tweakr@tap.xs4all.nl>
41                 * Added french support
42                   (thanks to Pierre-Marie Allemand <Pierre-Marie.Allemand@capway.com> )
45 0.2             * Fixed AM/PM mode bug... noon or midnight would
46                   show up as '0:00'.. doh.
47                 * Made the day abbrev 2 letters and the month 3
48                   due to popular request :)
49                 * Fixed potentially fatal (but rare) /0 bug...
50                   wheee :)
52 0.1
53                 * First initial public release.