1/* $Id: README 37 2007-07-05 14:12:10Z danadocus $ */
2
3wmpal
4
5By Dana Jansens <danakj@orodu.net>
6Previously maintained by A.Sleep <a.sleep@asleep.net>
7Originalcode written by Hadess <hadess@writeme.com>
8
9wmpal gives you a pal on your desktop, and that's about it.  wmpal has 7
10different pals to choose from
11
12wmpal homepage: http://wmpal.sf.net
13
14Building
15--------
16
17Requirements:
18	- xlibs
19	- libXpm
20
21--------
22
23Simply type:
24
25    ./configure
26
27    make
28
29    (as root) make install
30
31    wmpal --help for options
32
33Changelog
34---------
35
36- 0.6.1 : Set WM_CLASS on the window for matching
37          Add a -n option for removing decorations in windowed mode
38          Add a -b option for putting the window below others in windowed mode
39          Add a -a option for putting wmpal on all desktops in windowed mode
40          Set hints to have wmpal be skipped by the taskbar and pager when
41          run in windowed mode with -n.
42
43- 0.6 : Added patch from Mikael Magnusson to have runtime-choosable pals.
44        Added snail pal from bbpal, with 2 pictures for it.
45        General code cleanup.
46	Remove use of the libdockapp, for future flexibility.
47	Removed the "run command on click" as it depended on old broken code,
48        and to help make wmpal a little more useless.
49
50- 0.5 : Random pauses to make animations more umm... animated. Added extra
51        pic for each pal.
52
53- 0.4 : (unreleased) Rebelpacket <rebelpacket@asleep.net> added another pic
54        for each pal.
55
56- 0.3 : Changed code to use xsay (included) rather then xmessage. Made minor
57      	code changes
58
59- 0.2 : New maintainer, A.Sleep. Changed some minor things in toplevel
60	Makefile.in and made a few small code changes. Mainly just a v1 release for
61	the new maintainer.
62
63* first version
64
65
66Copyright
67---------
68
69Plain and simple GPL version 2.0, see COPYING for more information
70
71Much thanks to artwiz <artwiz@themes.org> for the pals.
72	These were originally designed for bbpal.
73