wmcalc: Add freedesktop.org desktop entry file.
[dockapps.git] / wmshutdown / ChangeLog
blob2ae2497ab8bc1a636ac48e29289a0e0f716c2a66
1 21/11/2001: Project started
2 22/11/2001: First version (0.1) released
3 20/06/2002: Bug Fix: Each click does not create a new dialog box anymore. Only
4         one is created
5 26/07/2014: Version 1.0 released.
6         * Convert to GTK3 and autotools.
7         * Incorporate several changes from Debian, including renaming
8           wmShutdown to wmshutdown and Shutdown to wmshutdown-run.
9 07/08/2014: Version 1.1 released.
10         * Use logind instead of calling /sbin/shutdown; delete wmshutdown-run as
11           it is no longer needed.
12         * Update copyright information and documentation.
13         * Add command line options (--help and --version).
14 25/10/2014: Version 1.2 released.
15         * Add --with-consolekit configure option to enable users wanting to use
16           ConsoleKit instead of logind.
17         * Use dialog to communicate dbus errors.
18         * Replace deprecated gtk_dialog_get_action_area with
19           gtk_dialog_add_buttons.
20 27/10/2014: Version 1.3 released.
21         * Correct package name for --version option.
22         * Restore original g_signal_connect() code for dialog buttons; new
23           gtk_dialog_run() code was buggy.
24         * Consistent code style; no warnings or errors from checkpatch.pl
25           in Window Maker source tree.
26 12/06/2015: Version 1.4 released.
27         * Now maintained by the Window Maker Developers Team.
28         * Fix 'unused parameter' compiler warnings.
29         * Fix 'mixed declarations and code' compiler warnings.
30         * Update contact information.