wmshutdown: Bump to version 1.6
[dockapps.git] / wmswallow / CHANGELOG
blobf0b52c28eb016543d0a053b7a87604999f09692a
1                         -*- text -*-
2 Time-stamp: <00/05/15 23:33:49 friedel>
4 (Note: don't get confused, the dates in this file are in german-locale (de_DE),
5        because i was too lazy to use something else than
6        ctrl-u meta-! date... but the timestamp is in C locale...)
8 0.6.1: <Mon Mai 15 23:15:29 CEST 2000>
9 Fixed eternal loop under openwindows (solaris-x86)
10       <Mon Mai 15 23:14:54 CEST 2000>
11 Added wmswallow.spec for easy building of rpm :-)
12        <Fre Mai 12 15:50:12 CEST 2000>
14 0.6: <Fre Mai 12 02:16:30 CEST 2000>
15 Celebrated first wmswallow version without my favorite bug, with a beer :-)
16 Made the switches work :-)
17        <Fre Mai 12 01:49:49 CEST 2000>
18 Added commandline switches -managed -unmanaged. -managed is the default
19 behaviour, we wait for the Window to be reparented.
20       <Fre Mai 12 01:27:47 CEST 2000>
21 Added code from Jason Lowdermilk to listen to CreateWindow Events, after the
22 app has been started. Then i modified it heavily, because i found it was still
23 too unreliable. Now wmswallow Listens for ReparentNotify events. So, we rely
24 on WindowMaker first reparenting the windows, then sleep just a second and can
25 be sure that everything worked! And i don't think that the Windowmaker
26 behaviour (or any other windowmanager) will change in that respect :-) Well,
27 this might not work for xteddy (or other apps that are ignored by the
28 windowmanager)
29         <Fre Mai 12 00:47:24 CEST 2000>
30 Put code to check window for WM_CLASS and WM_NAME in extra function.
31     <Don Mai 11 17:23:13 CEST 2000>
33 0.5.3: <Don Mai 11 01:02:02 CEST 2000>
34 Fixed a nasty bug that i introduced by modyfying Jason's patch incorrectly and
35 some tiny cleanups.
36       <Don Mai 11 00:54:38 CEST 2000>
37 Added thanks to the contributors to README
38       <Don Mai 11 00:29:55 CEST 2000>
39 Incorporated patch from Jason Lowdermilk <lowdermilk@visto.com> to enable
40 finding windows by WM_NAME (i confused WM_NAME with the name part of the
41 property returned by XGetClassHint. The patch fixes some memory leaks as well.
42 Jason says, this helps with some Java-Applications.
43          <Don Mai 11 00:10:50 CEST 2000>
46 0.5.2: <Mit Mai  3 22:03:27 CEST 2000>
47 Modified README
48 New switch: -focus/-nofocus, to make focus-handling enabled only on demand,
49     more fixes  to focus-handling (this time for real...)
50         <Mit Mai  3 21:52:29 CEST 2000>
51 Small code cleanups, fixes for focus handling (windows could "lose" focus)
52         <Mit Mai  3 07:24:09 CEST 2000>
53 Keyboard focus works now.
54         <Die Mai  2 22:35:58 CEST 2000>
55 Makefile modified, new target xfree tested under linux and freebsd
56         <Die Mai  2 14:00:46 CEST 2000>
58 0.5.1: <Sam Apr 29 13:15:27 CEST 2000>
59 softenwindows() is superfluous, removed
60 chidren_return is now XFree'd in findnamedwindowacc()
62 0.5: <Fre Apr 28 10:30:00 CEST 2000>
63 Initial beta release, all functionality present, some small bugs, some small
64 shortcomings.
66 Shortly after freshmeat announcement i discovered a small bug in the Makefile,
67 but that was fixed before the news got out.