Changes to Homepage between r2 and r41

'''Welcome Whim Users!'''

''March 4, 2008'' Quick link to the lastest Whim starkit for Linux-x86 (compatible with tclkit 8.5.x only)  http://whim.linuxsys.net/files/Whim-1147.kit ~604K
(blank line)
$ md5sum Whim-1147.kit
bac9c64e886776ca38929aaa3c2a9e93  Whim-1147.kit
(blank line)
[http://whim.linuxsys.net/files/Whim1_scaled.png] [http://whim.linuxsys.net/files/Whim2_scaled.png]
(blank line)
'''April 19, 2009'''
(blank line)
Whim 2399 is available.
''March 4, 2008'' There is now a ''Whim2'' that is an experimental release that uses a custom Xvfb-based X server for fast alpha transparency, and unique abilities that you simply won't find with similar window managers.  A tarball of binaries built in Ubuntu 7.0.4 (compatible with libc-2.5.so) is available here: http://whim.linuxsys.net/files/Whim2-1147.tar.bz2 --> http://whim.linuxsys.net/files/Whim-2399.tar.bz2

$ md5sum Whim2-1147.tar.bz2 --> $ md5sum Whim-2399.tar.bz2
278f3ba38bdaec0f0163df7e90d5ef62  Whim2-1147.tar.bz2
(blank line)
(blank line)
Now tested on Nokia N770 ([Nokia N770 Installation]) & Sharp Zaurus running PdaXrom!
(blank line)
...and much much more!
(blank line)
   * [About Whim]
   * [Whats New]
   * [Optional Features] '''NEW!'''
   * [Planned Features]
   * [Known Issues]
   * [Screenshots]
   * [Frequently Asked Questions]
   * [Documentation]
   * [Developer Documentation]
   * [Downloads]
   * [Developers]
   * [Whim Menu]
   * [Test Page]
(blank line)
ec074c121235d27ca0ea154153acfa18  Whim-2399.tar.bz2
(blank line)
A special thanks to Elliot for noticing a bug in configure notify handling, and notifying me of it.
(blank line)
This has:
    * bug fixes for configure notify handling (introduced in the last release).  The test suite wasn't working quite right, and I didn't notice.  The configure notify handling should be improved in general now.  The bug was introduced in pwm.so.  This fixes some behavior with the grid layout too.
    * objstructure bug fix for the trace code (reference counting was needed for each trace structure).  In hindsight, I should probably reimplement some of the callbacks to work this way too.
    * a little dead code removal.
(blank line)
Enjoy!  --George
(blank line)
(blank line)
'''April 12, 2009'''
(blank line)
Whim 2393 is available.
http://whim.linuxsys.net/files/Whim-2393.tar.bz2
(blank line)
$ md5sum Whim-2393.tar.bz2
ce86c1fcf9a273d739a0d41281fca516  Whim-2393.tar.bz2
(blank line)
This is a bug fix release.
(blank line)
This has:
    * a minor bug fix for the window management extension that Whim uses
    * applet framework error reporting has been improved, and the protocol for the control line was improved
    * the sheet applet will save your notes on exit, rather than assuming that the timeout has occurred recently enough to not lose data
    * the place layout had a minor bug fixed that caused problems on restart
    * the ConfigureRequest handler in a path is now grabbing the server until the request has been responded to.  This seems to generally avoid some problems, but when limiting the size with constraints some toolkits/apps respond strangely at times.  Ultimately the races that seem to be in some apps will have to be worked around differently. The solution is complicated by Tk doing idle management to layout windows.
(blank line)
'''Feb 7, 2009'''
(blank line)
Whim 2365 is available.
(blank line)
http://whim.linuxsys.net/files/Whim-2365.tar.bz2
(blank line)
$ md5sum Whim-2365.tar.bz2
6504393baf56a21843bfecae54fde85c  Whim-2365.tar.bz2
(blank line)
This has bug fixes for the initial grid layout with the new taskbar code.
(blank line)
This also fixes the initial focus issue with the "give focus to new windows" option.
(blank line)
The startup spinning window feature that shows up with whimcompmgr2 has been removed.  It was annoying on startup.  Now just the destroyed windows have that (flushing) effect.
(blank line)
Future plans include:
   * Merging Steve's satellite.kit into Whim.
(blank line)
(blank line)
Enjoy!  --George
(blank line)
'''Jan 30, 2009'''
(blank line)
Whim 2355 is available.
(blank line)
http://whim.linuxsys.net/files/Whim-2355.tar.bz2
(blank line)
$ md5sum Whim-2355.tar.bz2
ceefba5fac487af2ed8121e432e10965  Whim-2355.tar.bz2
(blank line)
This has a new binary clock applet (work in progress) by a user.
(blank line)
It also has taskbars by default that can't be covered, due to some window hierarchy changes, and builtin taskbar code, so the taskbar applet isn't needed anymore.
(blank line)
Whimcompmgr2 had some bugs fixed too (redraw issues are fixed now).
(blank line)
(blank line)
'''Jan 10, 2009'''
(blank line)
Whim 2324 is available.
(blank line)
http://whim.linuxsys.net/files/Whim-2324.tar.bz2
(blank line)
This is a bug fix release.  It fixes issues with GenericEvents with the 1.6 branch of the X.org server, and an old stack corruption bug with XShapeEvents.
(blank line)
$ md5sum Whim-2324.tar.bz2
fb0e8382123bfd0c4492e520f0642a96  Whim-2324.tar.bz2
(blank line)
-George
(blank line)
'''Jan 9, 2009'''
(blank line)
Whim 2318 is now available.
(blank line)
http://whim.linuxsys.net/files/Whim-2318.tar.bz2
(blank line)
This is a bug fix release.  There aren't any new features, just refinements.
(blank line)
   * Whimcompmgr2 should be more stable, and work better.  Assuming you have a video driver/card that supports it adequately.
(blank line)
Items for a future release include:
(blank line)
   * Making the taskbar size and space be considered when maximizing a window.  It was this way in older releases, but due to some rototilling, and redesign it needs to be rethought.
   * Figuring out a solution for some apps that respond negatively when they don't get the size they want, especially with the grid layout pattern.
   * Making whimcompmgr faster by using WHIMCOMPMGR_IGNORE properly, as whimcompmgr2 does.  Whimcompmgr2 is for OpenGL only, so it doesn't suite everyone.
(blank line)
$ md5sum Whim-2318.tar.bz2
51cee2c613ddb660da56d25a35b49b80  Whim-2318.tar.bz2
(blank line)
-George
(blank line)
'''Dec 21, 2008'''
(blank line)
A new 2284 developer preview is available.
(blank line)
http://whim.linuxsys.net/files/Whim-2284.tar.bz2
(blank line)
   * whimcompmgr2 (now based on OpenGL and GLX_EXT_texture_from_pixmap)
   * spinning windows (when using whimcompmgr2)
   * fast alpha transparency
   * scaling (if desired)
   * WHIMCOMPMGR_IGNORE handling is now correct; which boosts performance
(blank line)
$ md5sum Whim-2284.tar.bz2
3e7f82a9a6ed089afcab250e8ca222d4  Whim-2284.tar.bz2
(blank line)
--George
(blank line)
Enjoy!
(blank line)
Now tested on Nokia N770 ([Nokia N770 Installation]) & Sharp Zaurus running PdaXrom!
(blank line)
...and much much more!
(blank line)
   * [About Whim]
   * [Whats New]
   * [Optional Features] '''NEW!'''
   * [Planned Features]
   * [Known Issues]
   * [Screenshots]
   * [Frequently Asked Questions]
   * [Documentation]
   * [Developer Documentation]
   * [Downloads]
   * [Developers]
   * [Whim Menu]
   * [Test Page]
(blank line)
<font color="#000000" size="-20">remove@sr-tech.com  crap@sr-tech.com</font>

Legend

     Only in r2
     Only in r41
     -->      Modified slightly between r2 and r41