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