wmbutton: Add entry for v0.7.0 to ChangeLog. (Based on git log.)
[dockapps.git] / wmbutton / ChangeLog
blobb04be7837dbb959e15d3625e6c6b47de0cb5512e
1 CHANGE LOG:
2 -----------
3 0.7.0   Correct path for X11 libs
4           The X11 libraries are now in include/X11 folder, instead of include
5           folder. Now is possible to compile the application in new systems.
6           This patch changes the wmbutton version in the README file too.
7           Based on Christian Aichinger's patch.
8         .wmbutton file renamed
9           The file .wmbutton is a hidden file, and is better to distribute
10           it as sample configuration file (sample.wmbutton).
11           Based on Christian Aichinger's patch.
12         Support for global conf file
13           This patch is based in the code wrote by Christian Aichinger
14           for the Debian distribution.
15           The patch includes the /etc/wmbutton.conf as global configuration
16           file. This file is readed if $home/.wmbutton don't exists.
17         Version simplification
18           This patch is based in the code wrote by Christian Aichinger
19           for the Debian distribution.
20           The patch simplify the version number in the code.
21         Better Makefile
22           This patch is based in the code wrote by Christian Aichinger
23           for the Debian distribution.
24           Changes are:
25           - Removed the compilation of ctags by default
26           - Changed the include /usr/X11R6/include/X11 to /usr/include
27           - Created install option
28         wmbutton.c code clean
29           This patch is a code clean patch:
30           - Removes spaces and tabs at end of line.
31           - Remove curly brackets not needed.
32           - Change spaces by tabs.
33           - Add spaces after and before operators.
34           - Removes spaces not needed.
35           - Better code style.
36         Added manpage
37           The manpage is added. This manpage was initially written for Debian,
38           but now is adapted to upstream (I removed a paragraph... nothing
39           more).
40         Middle button enabled by default
41           The mouse middle button should be enabled by default (see the help
42           and the manpage). This patch solves this bug.
43           The MIDMOUSE definition is removed because the value of MIDMOUSE
44           changes the middle button behaviour. Now, the middle button always
45           works, except if the user uses the -m argument.
46           Now the manpage and the help show the same info.
47         wmbutton.h and wmb_libs.c code clean
48           This patch is a code clean patch:
49           - Removes spaces and tabs at end of line.
50           - Remove curly brackets not needed.
51           - Change spaces by tabs.
52           - Add spaces after and before operators.
53           - Removes spaces not needed.
54           - Better code style.
55           - Added void as function argument.
56         initTooltip has no argument
57           The function initTooltip don't have arguments, so their can be
58           removed.  Now the function prototype has the void argument set.
60 0.6.1 Minor changes to the Makefile.
62 0.6 Code cleanup and fixes for memory leaks by Christian 'Greek0' Aichinger.
64 0.5     Added Modifications submitted by Ralf Horstmann.
65           Load different pixmaps at start-up time, rather than having
66           to compile them in.  This also makes it much easier to run
67           multiple copies.
68         Added Modifications submitted by Michael Cohrs.
69           Added Tool-Tips
70         Updated default buttons.xpm graphics
71         General Code clean-up, including export must functions to
72           seperate C file, to reduce clutter.
74 0.4     Added Modifications submitted by Casey Harkins.
75           Start application on mouse button release,
76           Only start app if cursor is still on application button
77           Added 3-D button press look
78         Added new .wmbutton configuration file
80 0.3     Graphics changed to incorporate most changes made by asbutton
81         Removed Middle/Right mouse click on button to turn off buttons
82           after it.
83         Added Middle and Right mouse buttons to run more Applications
84           (Yes, you can now really run 27 different Apps from a single
85           instance of wmbuttons, if you would want too...)
86         Fixed bug for finding config file .wmbutton.
87           It used to not look in the home directory, but in the
88           startup directory.  Thanks to Casey harkins for the fix.
89         Included the icons directory from the asbutton distribution,
90           plus a few more.
92 0.2     Added single configuration file, user selectable.
94 0.1     Origional version.
95           Shamelessly taken from wmcp 1.2.5,
96           by Ben Cohen <buddog@aztec.asu.edu>