test
[wmaker-crm.git] / ChangeLog
blob65c90cb3dd00cbdd093048c3bb2aa668cf800224
1 Changes since version 0.92.0:
2 .............................
4 - added check for --with-gnustepdir option to configure to verify that its
5   argument is an absolute path
6 - updated german translations (Torsten Marek <shlomme@gmx.net>)
7 - fixed WPrefs.app to find its icons when not installed under GNUstep paths
8 - fixed gcc-4 compilation issues (Vladimir Nadvornik <nadvornik@suse.cz>)
9 - fixed amd64 compilation issues (Vladimir Nadvornik <nadvornik@suse.cz>)
10 - eliminated gcc-4 compilation warnings
11 - small fix for compilation in a different directory than the source
12   (Balaton Zoltan <balaton@eik.bme.hu>)
13 - fixed some warnings on 64bit platforms (Balaton Zoltan <balaton@eik.bme.hu>)
16 Changes since version 0.91.0:
17 .............................
19 - fixed crash with info panel and alt-tabbing
20 - updated Japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
21 - allow disable of switch panel when SwitchPanelImages=None
22 - added X Input Methods support in WINGs
23 - fixed issues with compiling on Solaris with openwin
24 - reduced minimum required version number for the Xft library to 2.1.0
25 - fixed some compilation issues with gcc-2.9x
26 - removed --with-appsdir option and replaced it with --with-gnustepdir. Also,
27   default installation path (for non GNUstep users) is now $(prefix)/bin
28 - fixed bug with infinite loop in some circumstances in fitText() in WINGs
29 - fixed to allow parallel builds on SMP systems using make -j
30 - updated Italian translation (Marco Colombo <m.colombo@ed.ac.uk>)
31 - applied .AppInfo --> Library path rename patch (Alex Perez <aperez@student.santarosa.edu>)
32 - added code to automatically update the icon paths from the old .AppInfo
33   style to the new Library/WindowMaker style in WMWindowAttributes when
34   Window Maker starts to make transition transparent for users.
35 - fixed issue with window being moved by 1 pixel up and left when the window
36   move was initiated by the client
37 - improved hide/unhide animation for applications with multiple windows
38   (only animate the active window hiding/unhiding, which makes Window Maker
39   faster and more responsive for such applications). This also makes the
40   restart operation much faster.
41 - fixed bug with windows shrinking to very small sizes when Unmaximize was
42   used on them, after they were closed in a maximized state.
43 - fixed bug with restoring maximized state from NetWM atoms.
44 - fixed issue with GNUstep applications losing focus when all their windows
45   are closed and there remains only their menu (Matt Rice <ratmice@yahoo.com>)
46 - try fixed font for the technical drawing font if helvetica-12 is not
47   available to avoid crashing (Timo Juhani Lindfors <timo.lindfors@iki.fi>)
48 - new algorithm for placing miniwindows after unhiding the application they
49   belong to, that works without auto-arranging the icons, while still avoiding
50   multiple icons in the same spot by moving the miniwindows to a new slot if
51   their old slot was occupied in the meantime.
52 - double clicking an appicon will also raise the miniwindows that belong to
53   that application to the front (along with the normal windows).
56 Changes since version 0.90.0:
57 .............................
59 - added _NET_WM_NAME, _NET_WM_ICON_NAME and _NET_WM_ICON to WINGs
60 - new WPrefs icon (thanks to Largo)
61 - replaced VirtualEdgeThickness option, with EnableVirtualDesktop (boolean)
62 - enhanced alt-tab panel, added theming ability
63 - fixed issues with broken crash dialog
64 - removed obsoleted options from wconfig.h
65 - changed animation delay constants to fix issues with 2.6.x linux kernels
66   (patch provided by Eric Piel <Eric.Piel@lifl.fr>)
67 - fixed several broken po files
68 - increased libwraster version number to 3.1.0 (added a RCopyArea function)
71 Changes since version 0.80.2:
72 .............................
74 - Some updates to WINGs WMConnection. See WINGs/ChangeLog for details.
75 - Fixed empty window list menu, if the window list menu was launched through
76   the root menu (sent by "Marc-Christian Petersen" <m.c.p@wolk-project.de>)
77 - Fixed dock's menu mapping position when dock is on the right side.
78 - Map clip's menu so that it never gets out of screen on the left or the right.
79 - Patch to add binary mode on opening files (needed for Windows with Cygwin)
80   (sent by luke <luke@posh.optushome.com.au>)
81 - Updated French translations (Antoine Hulin <antoine@origan.fdn.org>)
82 - Removed Hermes lib dependency in wrlib
83 - Put back asm/MMX code in wrlib
84 - Updated Russian locale files ("Andrew W. Nosenko" <awn@bcs.zp.ua>)
85 - API change in WINGs for WMDraw*String(). Details in WINGs/Changelog
86 - Removed obsoleted acconfig.h and implemented its functionality using
87   AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends.
88   This will definitely enforce the need to use autoconf 2.5x
89 - Added Xft2 support to WINGs, for rendering antialiased fonts with 
90   transparency. Details in WINGs/ChangeLog.
91 - Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin 
92   <cavassin@conectiva.com.br>)
93 - Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO 
94   <sato@cvs-net.co.jp>)
95 - Added Belarusian translation (Ihar Viarheichyk <iverg@mail.ru>)
96 - Fixed wrlib not to load braindead images with 0 sized width or height
97 - Removed double no-position-display when cycling position display types
98   with Shift key while moving windows.
99 - Changed the default position display while moving a window to 'Center'.
100 - Better outline when drawing balloons.
101 - Fixed wrlib to not accept too large images (fixes buffer overflow)
102 - Patched FAQ (David Coe <davidc@debian.org>)
103 - Fixed bug with resizebars appearing out of nothing when reloading configs
104 - Fixed sloppy focus bug (Pawel S. Veselov <Pawel.Veselov@Sun.COM>)
105 - Applied Xinerama patch (after fixes) from (Peter Zijlstra
106   <a.p.zijlstra@chello.nl>)
107 - Added switch to enable/disable antialiased fonts in WPrefs's Expert Settings
108   panel. (Temporary until the Font Settings panel in WPrefs is finished).
109 - Added a check that only %d is used in a font specification in WMGLOBAL and at
110   most once for each font in a fontset (eliminates a possible security exploit)
111 - Added fontpanel callback
112 - Fixed focus handling for windows that set WM_HINTS.take_focus = False.
113 - Fixed a problem in the stacking code which could lead to segmentation faults
114   (Jeff Teunissen <deek@d2dc.net>)
115 - Fixed a crashing bug in the menu code with modal panels involved.
116 - Fixed incorrect focusing of application's windows after an unhide (sometimes
117   the incorrect window got focus instead of the apps's last focused window)
118 - Unshade application's shaded windows when Dbl-MiddleClick-ing its appicon.
119   (this is to be consistent with deminiaturizing application's miniwindows
120   which also happens in this case, since shading is a form of miniaturization)
121 - Fixed bug with tpixmap from previous xinerama patch (reported by g0sh)
122 - Fixed edge resistance and move/resize frame drawing for borderless windows
123 - Fixed wrong display position for the move/resize widgets after xinerama
124   patch (Peter Zijlstra <a.p.zijlstra@chello.nl>)
125 - Fixed bug with cursor locked in drag mode after Alt-dragging a window
126 - Added Catalan translation (Ernest AdroguĂ© <eadrogue@gmx.net>)
127 - Fixed a bug with deminiaturizing windows when the application is hidden and
128   the miniaturized window is selected from the window list menu
129 - Fixed a bug with not showing shaded window frames when the application is
130   hidden and another window belonging to the app is selected in the window
131   list menu
132 - Autoarrange icons after unhiding an application that has miniaturized
133   windows, else they may cover other icons which are now in the positions
134   they have occupied before hiding
135 - Fixed Clip's workspace menu mapping to be consistent with the others
136 - Fixed bug in wmsetbg that caused scale and maxscale to both do maxscale
137   (Alexey Voinov <voins@voins.program.ru>)
138 - Fixed bug with scrolling menus introduced by the xinerama patch.
139 - Fixed bug that could cause SIGSEGV by accessing beyond the end of text in
140   a WINGs textfield widget.
141 - Fixed small memory leak in WINGs' font panel code.
142 - Fixed memory leak in WINGs' file panel code.
143 - Updated Bulgarian translations (Anton Zinoviev <zinoviev@debian.org>)
144 - Fixed a bug in WINGs' hashtable which free'd the wrong memory in the
145   WMResetHashTable() function (possible source of SIGSEGVs)
146 - Fixed 2 syntax errors in plmenu.zh_TW.Big5 (Mike FABIAN <mfabian@suse.de>)
147 - Some .po file fixes (Mike FABIAN <mfabian@suse.de>)
148 - Fixed the problem with the root menu code changing the locale setting as
149   a side effect of loading a localized menu
150 - Fixed e memory leak in the code that reads a localized root menu
151 - Added support for generating pkgconfig files for WINGS, wmlib and wrlib.
152   ("Marcelo E. Magallon" <mmagallo@debian.org>)
153 - Support for multiline balloons (Vitaly Ovtchinnikov <ov@rbcmail.ru>)
154 - Improved wsetfont (Mike FABIAN <mfabian@suse.de>)
155 - Updated single-click contrib patch (steve lion <steve.lion@verizon.net>
156   and vlaad)
157 - Updated French translations (Antoine Hulin <antoine@origan.fdn.org>)
158 - Xinerama support for Solaris
159 - Added global menu support (see NEWS)
160 - Fixed sloppy focus bug
161 - Made maximize behave differently with keyboard/mouse for xinerama
162   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
163 - A few leftover xinerama fixes (Peter Zijlstra <a.p.zijlstra@chello.nl>)
164 - Extended the 'strut' to multiple heads 
165   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
166 - Icon placement now takes into account the new xinerama extended 'strut'
167   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
168 - Icon arrangement that takes the new extended xinerama 'strut' into account
169   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
170 - Fixed the 'KDE omnipresent' bug.
171 - Fixed bug with focusing a deminiaturized window with sloppy focus mode
172 - Fixed aspect of window list menu (window name was too close to workspace
173   indicator)
174 - Fixed menu panel in WPrefs.app. Explanatory text did not fit into the label
175 - Implemented a better logic to preserve the window's old geometry when
176   maximizing to support succesive maximizations in different directions
177   without the need to do an intermediary un-maximize step (eliminates flicker)
178 - Made keyboard/mouse maximization behavior consinstent relative to each other
179 - Enhanced wmsetbg's man page with description for -b | --back-color
180   (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>)
181 - Do not use the disabled clip color for the clip's workspace navigation arrows
182   when the clip is collapsed (it made them look like disabled)
183 - Fixed bug with incorrect un-escaping if there is a dot in wm_class.
184 - Updated Catalan translations (Ernest Adrogue <eadrogue@gmx.net>)
185 - Updated Spanish translation of WPrefs (Alberto Gimenez <algibe@teleline.es>)
186 - Fixed synchronization problem between hair cursor and mouse cursor in
187   wmagnify with mouse cursor at the screen edge (Jon Diercks <jon@diercks.net>)
188 - Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
189 - Fixed a bug that made the crash panel to be shown again and again when the
190   'Restart Window Maker' option was selected, under some circumstances.
191 - Added workaround in global WMWindowAttributes, to avoid creating a second
192   appicon when a KDE3 application opens a config panel.
193 - Updated slovak translation (Jan Tomka <judas@linux.sk>)
194 - Added xdnd v3 support in WINGs (Sylvain Reynal <sreynal@nerim.net>)
195 - Check whether libXft is at least version 2.1.2 else refuse to compile.
196 - Fixed bug in icon chooser dialog that could cause a segmentation fault
197   in some cases (Pascal Hofstee <caelian@gmail.com>)
198 - Fixed crash in asm code in wrlib, with new versions of gcc.
199 - Fixed bug in the x86_PseudoColor_32_to_8() function which incorrectly
200   used the r, g, b fields in the conversion.
201 - Fixed x86 ASM code in wrlib to work on 64 bit architectures.
202 - Fixed the focus flicker seen with some apps (notably gtk2)
203   (Alexey Spiridonov <snarkmaster@gmail.com>)
204 - Fixed all crashing bugs that were generated by wmaker starting with the
205   WMState file missing.
206 - Added NetWM support (a modified version of the patch originaly written
207   by Peter Zijlstra <a.p.zijlstra@chello.nl>)
208 - Applied patch to enhance the Virtual Desktop behaviour, and to integrate
209   it with the NetWM code (Peter Zijlstra <a.p.zijlstra@chello.nl>)
210 - Applied a few xinerama and placement fixes (Peter Zijlstra 
211     <a.p.zijlstra@chello.nl>)
212 - Fixed memory leak in dock code.
213 - Fixed and enhanced the text wrapping in WINGs.
214 - Fixed the layout of some elements in WPrefs.app
215 - Added workaround for aplications that don't set the required hints on the
216   client leader window, but they set them on normal windows (observer with
217   KDE 3.3.0 mainly). This will allow these apps to get an appicon again.
218   (they should be fixed still)
219 - Added workaround for applications that do not set a command with
220   XSetCommand(), but instead they set the _NET_WM_PID property. This works
221   with operating systems that offer a /proc interface similar to what linux
222   has. (This also is to fix problems with KDE 3.3.0 apps, but not only them).
223 - Fixed bug with autostart and exit scripts not being executed if user
224   GNUstep path was different from ~/GNUstep (when setting GNUSTEP_USER_ROOT)
225 - Removed legacy OFFIX_DND support code
226 - Fixed the signal handler for crashes (ie, removed it) and made wmaker
227   restarting be made automatically by a monitoring process.
228 - Made NetWM support be enabled by default
229 - Removed old code to store/restore workspace state (now relies on netwm)
230 - Added a (simple) Font Configuration for fontconfig fonts
231 - MacOS X style window switching panel (navigate through windows with Alt-Tab
232   or arrow keys)
233 - Added support for NET_WM_NAME/NET_WM_ICON_NAME
234 - Moved out font name conversion code from getstyle/setstyle/convertfonts and 
235   made it support fontsets
236 - Converted all menu and po files to UTF-8
237 - Updated de.po (Thomas Otto <3.1415926535897932384626433832@gmx.net>)
238 - Fixed a crash bug when switching workspaces
239 - Removed obsoleted scripts from util: wsetfont, wmchlocale, wcopy, wpaste
242 Changes since version 0.80.1:
243 .............................
245 - Fixed a buffer overflow when allocating a RImage struct.
248 Changes since version 0.80.0:
249 .............................
251 - Fixed a bug that crashed wmaker when closing a window if multiple screens
252   were managed by wmaker (Valery Kotchiev <aggregator@nospam.dk>)
253 - Fixed a problem that crashed wmaker when trying to read an unexisting
254   WMState.<number> file on multihead system.
255 - Fixed problem with keyboard shortcuts executed an every screen for
256   multihead systems.
257 - Updated traditional chinese translations 
258 - Fixed buglet in non-caching rootmenu option 
259   ("John H. Robinson, IV" <jhriv@ucsd.edu>)
260 - Added Malay translation
261 - Fixed problem with kcalc not having a miniaturize button.
262 - Added "Hide Others" to the window menu.
263 - Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>)
264 - Separated the font caches for normal fonts and fontsets in WINGs (they can
265   have the same names and collide in the cache giving unwanted results)
266 - Fixed Legal Panel not to display rectangles in place of new lines.
267 - Fixed problem with losing focus when changing to an empty workspace and back.
268 - Fixed another focus related problem when changing workspaces.
269 - Fixed problem with saving session when shared appicon is enabled (not
270   all instances were saved in the session, only one per shared appicon)
271 - Added support for the ukrainian language in wsetfont
272   (Bohdan Vlasyuk <bohdan@bodq.vstu.vinnica.ua>)
273 - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
274   option for a window using the window Inspector.
275 - Let XRender transparent window be see-through to desktop
276 - Added Greek (el) language pixmap (Michalis Kabrianis <Michalis@bigfoot.com>)
277 - Fixes icons being reduced twice when icon size != 64x64
278   Eduardo Pereira Habkost <ehabkost@conectiva.com.br>
279 - Fixed a bug that crashed wmaker when selecting the "Start alternate window 
280   manager" option in the crashing dialog panel.
281 - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
282   it is defined) to overwrite the default hardcoded fallback window manager.
283 - Fixed marks for menu entries to be grayed as the text for disabled entries.
284 - Fixed Clip's "Autoraise" option to be marked as disabled when the
285   "Keep on Top" option is active.
286 - Added ability to browse for files/directories in the WPrefs menu editor.
287 - Added Czech translations of documentation (Jiri Hnidek <Jiri.Hnidek@vslib.cz>)
288 - Fixed segfault with incomplete WM_CLASS specifications. 
289 - Fixed a bug about arranging subviews in a WMBox after removing a subview
290   and a memleak occuring in the same situation.
291 - Fixed a bug in wdread
292 - Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
293   will not receive focus at all.
294 - Fixed a buffer overflow in winmenu.c
297 Changes since version 0.70.0:
298 .............................
300 - Disabled window birth animation by default (while it was ok with normal 
301   windows, it was very annoying with menus editing in WPrefs.app)
302 - Added ability to shade/unshade a window using the mouse wheel.
303 - Fixed compilation for systems that required -lintl for WINGs
304   (Jim Knoble <jmknoble@pobox.com>)
305 - Removed redundant include/lib paths from the get-*-flags scripts
306 - Updated slovak .po files (Jan Tomka <judas@linux.sk>)
307 - Added "Save workspace state" switch button on the exit confirmation panel
308   (based on a patch sent by Jan Tomka <judas@linux.sk>)
309 - Fixed WPrefs crash when clicking on the menu editor to keep the current menu
310   (Alexey Voinov <voins@voins.program.ru>)
311 - Added patch to fix some gnome issues (Les Schaffer <schaffer@optonline.net>)
312 - SIGTERM is now handled and saves the internal state before exiting (like
313   SIGHUP and SIGINT already do). Now a "kill wmaker_pid" will exit cleanly
314   saving dock/clip/session information on exit.
315 - Added an internal strcasecmp() to WINGs (only on systems where's not present)
316 - Deminiaturizing a window that is also shaded, will perform an unshade too.
317   (Note that this only applies to deminiaturizing shaded windows. Unhiding 
318   an application will keep the shaded/unshaded state of windows.)
319 - Removed compile time option for definable cursors and made them available by
320   default.
321 - Mapping a new window that belongs to a running application that is hidden,
322   will unhide the application.
323 - Added || pipe menu for generating non-cached menus
324 - Removed the collapse appicons thing.
325 - Added real appicon sharing (apps of the same kind will have a single shared 
326   appicon).
327 - Fixed user and global defaults domain merging to preserve values present in
328   global but not in user, in sub-dictionaries.
329 - Made dock/clip steal appicons of applications that were started from a
330   shell/xterm or from the main menu, if there is a docked appicon of that
331   class that is not running at the time the app is launched.
332 - Added animation to show that the appicon was stolen by the dock (the way
333   NEXTSTEP did - map an appicon as it normally would have been, then slide it
334   to the position the docked appicon is).
335 - Updated the animation constants for scrolling/sliding/shading to better
336   adapt to newer/faster machines. Also used wusleep(10) when the delay was 0
337   to get rid of the jerky animation when there was no delay.
338 - Fixed bug with Unhide mapping windows from other workspaces.
339 - keyboard shortcuts are active during mouse window drag
340 - Saving a domain file will first strip all entries that are also present in
341   the global domain as well and are exactly the same. This fixes a bug where
342   settings from the global domain file were merged in the user domain file
343   and further changes in the global domain file for those merged values was
344   ignored making a system admin unable to set global defaults for all users
345   using the global domains.
346 - Fixed bug with improper setting of root/titlebar cursor (definable cursors).
348 Changes since version 0.65.1:
349 .............................
351 - fixed crash when saving empty menu item in WPrefs
352 - Fixed some more bash specific constructs in wsetfont.
353     (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>)
354 - fixed crash with broken apps that set null WM_CLASS
355 - fixed crash when with gnome panel and multi-screens, some menu
356   updates and applied various other patches from 
357   (Crutcher Dunnavant <crutcher@redhat.com>)
358 - po file fixes (Crutcher Dunnavant <crutcher@redhat.com>)
359 - replaced I18N_MB with I18N in one place in src/wconfig.h.in
360 - fixed default clip title font in WindowMaker.in
361 - fixed some locale related problems (Yukihiro Nakai <ynakai@redhat.com>)
362 - fixed a bug in RCombineAreaWithOpaqueness() (Brad <lists@anomie.yi.org>)
363 - added spanish INSTALL file (Efrain Maximiliano Palermo <max_drake2001@yahoo.com.ar>)
364 - updated Finnish pots (Tomi Kajala <tomi@iki.fi>)
365 - copy/paste launching in Dock
366 - fixed switch to wrong workspace bug (Masashi Shimbo <shimbo@cis.ibaraki.ac.jp>)
367 - added snprintf and removed XConvertCase usage for portability
368 - added wcopy/wpaste scripts from (<luke@research.canon.com.au>)
369 - added Xinerama support: see details in NEWS
370 - fixed artifact pattern left in TrueColor dithering code (visible with
371   tiled gradients)
372 - fixed bug in positioning of window list menu when opened by kbd
373 - internal code clean-up with notifications for window state change and other
374   stuff
375 - removed the libPropList dependancy by adding property list handling
376   code to WINGs. This code is not only better integrated with the other
377   WINGs data structures, but it's also more robust. Also a backward
378   compatibility header file is provided which maps old libPropList
379   function names to the new WINGs based proplist names allowing old code
380   to be linked to WINGs with minimal changes. For details on how to use
381   the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h
382   More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
383   Say bye, bye libPropList =)
384 - rewrote all Window Maker code to use the new WINGs based proplist functions.
385 - fixed a few compilation warnings and a problem caused by an uninitialized 
386   variable.
389 Changes since version 0.65.0:
390 .............................
392 - removed FocusFollowMouse from wmaker and WPrefs
393 - fixed problem with alpha images showing a blue tint on big endian machines
394 - fixed problem with WINGs based apps exiting with a "X_RotateProperties"
395   related error when text was selected in a textfiled (including WPrefs.app
396   and Window Maker itself).
397 - fixed bug with maximization of windows with fixed resize increments
398 - added None geometry display type
399 - fixed window enumeration bug
400 - removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>)
401 - added slovakian translations from (tomka@oalevice.sk)
402 - added WINGs i18n patch from tomka@oalevice.sk
403 - fixed wmsetbg.c to work in servers capable of multiple depths (overlay)
404 - added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>)
405 - fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>)
406 - added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>)
407 - Fixed some non-portable shell constructs used in installed scripts
408   (Johnny C. Lam <lamj@stat.cmu.edu>)
409 - Fixed crash with long titles in the window list menu (buffer overflow)
410   (Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by
411    Robert Marshall <robert@chezmarshall.freeserve.co.uk>)
412 - Replaced almost all sprintf() calls with snprintf()
413 - fixed crash when removing menu entry for Window List or Workspace submenu
414 - added WINDOW_BIRTH_ZOOM2 (Éric Tremblay <delt@razorback.yi.org>)
416 Changes since version 0.64.0:
417 .............................
418 - fix with gnome hints stuff, related to tasklist/bar
419 - ripped off single appicon stuff
420 - added better appicon handling of apps of the same type
421 - applied patch for wkdemenu (Malcolm Cowe <malk@bruhaha.co.uk>)
422 - added WINDOWS_MENU submenu type for root menu (Bastien Nocera <hadess@hadess.net>)
423 - added kbd shortcuts for icon chooser
424 - use Hermes in wrlib
425 - removed MOUSE_WS_WHEEL #defines
426 - fixed bug with multibyte text on libc5 systems (Osamu Ajiki <osam-a@astroarts.co.jp>)
427 - fixed race conditions on signal handlers 
428 - SIGINT will gently exit, SIGTERM will not be handled
429 - When Window Maker calls wmsetbg to set the background, it will consider the
430   value of the DisableDithering option and pass the right switch to wmsetbg.
431 - fixed a memleak in the dialog panels.
432 - made "Keep on Top" in the dock/clip menu a checked menu entry. It's _much_
433   easier to work with it this way.
434 - Fixed problem with GNOME apps that have windows which need to stay on the
435   desktop level.
436 - Fixed incorrect parsing of display and screen number from $DISPLAY.
437 - Organized the inspector panel a bit better.
438 - Replaced bags with arrays wherever appropriate. This will improve 
439   performance a bit.
440 - Made the Gnome tasklist skip the windows with the "Skip window list" flag
441   enabled. (Bastien Nocera <hadess@hadess.net>)
442 - Fixed crashing bug when name and class were empty for a docked app.
443 - Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from
444   WINGs.
445 - Added a hint that Window Maker crashed, to allow windows to be placed
446   correctly after a crash situation.
447 - Added a hint that Window Maker crashed, to allow windows to be placed
448   in their correct previous positions after a crash situation and also to
449   preserve their state before the crash (minimized, shaded, hidden, ...)
450 - Fixed wrong mapping position of the "Docked Applications Panel" for some
451   icons.
452 - Smoother animation for the smiley =)
453 - Added retain/release mechanism for RImages. RDestroyImage() has become
454   obsolete. More about this can be found in wrlib/Changelog and wrlib/NEWS.
455 - Small API change in WINGs to allow images with alpha blending set as the
456   application icons be shown correctly. More about this in WINGs/Changelog 
457   and WINGs/NEWS.
458 - Made images with alpha blending be shown correctly in the panels and the
459   icon chooser.
460 - The icon image set to be shown in panels ("Logo.WMPanel") will be 
461   automatically updated if its entry in WMWindowAttributes changes (without
462   a need to restart as until now).
463 - Fixed a bug in the icon chooser dialog that made the selected icon look
464   wrong if it had alpha blending.
465 - Removed the following 3 options from configuration: SelectWindowsMouseButton,
466   WindowListMouseButton and ApplicationMenuMouseButton.
467 - Added 4 options to the configuration file for binding workspace actions to
468   mouse buttons: MouseLeftButtonAction, MouseMiddleButtonAction,
469   MouseRightButtonAction and MouseWheelAction. They replace the above 3
470   removed options, but use a different semantic. More in NEWS.
471 - client supplied icons that were saved by Window Maker in the directory
472   ~/GNUstep/.AppInfo/WindowMaker/ will be recreated if missing when the
473   application starts.
474 - fixed a small memleak when the client supplied icon was extracted and saved.
477 Changes since version 0.63.1:
478 .............................
479 - fixed messup in get-{wings,wutil,wraster}-flags
480 - fixed #wmdatadir# substitution in wmaker.inst 
481         (Seiichi SATO <sato@cvs-net.co.jp>)
482 - Removed spurious focus disabling for GNUstep applications - but retain
483   code that lets GNUstep apps control their window titlebar.
484         (Richard Frith-Macdonald <rfm@gnu.org>)
485 - Fixed broken panels.
486 - Renamed se.po to sv.po
487 - New version of wkdemenu.pl (from Malcolm Cowe <malk@bruhaha.co.uk>)
488 - new updated Slovak translations (Jan Tomka/judas@hell <tomka@oalevice.sk>)
489 - integrated the 'no polling' patch from Jim Knoble <jmknoble@jmknoble.cx>.
490 - new wsetfont script (Anton Zinoviev <zinoviev@debian.org>)
491 - lots of i18n fixes (Jan Tomka/judas@hell <tomka@oalevice.sk>)
492 - window levels changed to match GNUstep <rfm@gnu.org> ...  src/GNUstep.h
493   src/WindowMaker.h src/window.c wmlib/WMaker.h WINGs/WINGs/WINGs.h
496 Changes since version 0.63.0:
497 .............................
498 - fixed compile prob with SGI compiler
499 - decreased nice() value in wmsetbg
500 - applied gnome panel not-covering patch from (Bastien Nocera <hadess@hadess.net>)
501 - added item copy to WPrefs menu editor
502 - added locale selection code for menu in wmaker.inst (Eliphas Levy Theodoro <eliphas@conectiva.com.br>)
503 - fixed bug in built-in xpm support (Alessandro Strada <a.strada@libero.it>)
504 - removed plugin support
505 - fixed a crash bug in WPrefs menu editor
506 - added es and pt potfiles from conectiva/eliphas
507 - added updated galician potfile (Jesus Bravo Alvarez <jba@pobox.com>)
508 - added update hungarian potfiles (HORVATH Szabolcs <horvaths@inf.elte.hu>)
509 - added updated single-click patch from John Morrissey <jwm@horde.net>
510 - added updated danish translations (Birger Langkjer <birger.langkjer@image.dk>)
511 - fixed WindozeCycling config in WPrefs
512 - fixed circulate raise withour WindozeCycling
515 Changes since version 0.62.1:
516 .............................
517 - added blackbox style igradient (interwoven)
518 - added wmagnify utility
519 - changed behaviour of control/shift double click on titlebar for maximize
520 - updated getstyle to account for extendspace options
521 - fixed weird color bug in jpeg loader 
522         (Alban Hertroys <dalroi@wit401310.student.utwente.nl>)
523 - improved and simplified fonts configuration for multibyte languages
524         (Tomohiro KUBOTA <kubota@debian.or.jp>)
525 - cleaned ParseCommand() and renamed to TokenizeString()
526 - rewrote menu editor in WPrefs
527 - added definable workspace border (0..5 pixels). See NEWS.
528 - fixed circulateraise on non-windoze cycling mode
529 - fixed bug in RCombineAreaWithOpaqueness (Tim Malone <tmalone3@uswest.net>)
530 - fixed bug with hangling of WM_COMMAND update in client.c (Andrew M. Langmead <aml@world.std.com>)
531 - fixed bug with incorrect reading of ppm files (Adam Fedor <fedor@gnu.org>)
532 - fixed bug with incorrect window placement using automatic placement, while
533   there were shaded windows on other workspaces
534 - fixed some buffer overflow issues in WINGs
535 - fixed bug with WPrefs.app not selecting the menu appearance options after 
536   startup.
537 - replaced free() with wfree() wherever appropriate
538 - fixed some memory leaks generated by wstrappend()
539 - fixed code that was dependant on the order of evaluation in wrlib. This
540   fixed a number of problems, like greyscale jpegs that showed up in red
541   and possibly the problems with pseudocolor displays.
542 - made clicks on unfocused windows be effective on focus follow mouse/sloppy
545 Changes since version 0.62.0:
546 .............................
547 - made shortcuts available during alt+tab
548 - save lowered state of menus
549 - fixed portability bugs for old X servers
550 - added check for XInternAtoms in configure and replacement code
551 - fixed window cycling with single key shortcut
552 - fixed WPrefs crash on menu editor
553 - install only needed icons for WPrefs.app
554 - updated Finnish translations
555 - fixed user-whining-windoze-cycling bug
556 - added option for f'n windoze cycling..
557 - added --create-stdcmap and made std colormap creation off by default
558 - updated get/setstyle to account for new options
559 - fixed crash on restart bug
560 - made GNOME wm hints take precedence over KDE.. KDE hint will only be read
561   if GNOME hints dont exist
562 - updated kwm hint support (maximize hint)
563 - added memory usage in info panel
564 - fixed sticky hint handling in GNOME
565 - fixed saving of maximized state for restart
568 Changes since version 0.61.1:
569 .............................
571 - fixed bug with menu editor in WPrefs placing cut/paste-ed entries in wrong
572   positions.
573 - removed "Keep Attracted Icons" option from Clip's menu. See NEWS.
574 - fixed bug in Xdnd code to be able to work with QT. (This is QT's bug so
575   it will change again in future)
576 - replaced debugging output stuff with Nana
577 - fixed problem with session restoring and dock autolaunch (Jacek Naglak
578                                                         <nag@promail.pl>)
579 - put WorkspaceNamePosition in WPrefs
580 - added a lock to docked icons
581 - fixed crashing bug in WPrefs.app's Appearance section.
582 - fixed sorting of names in icon chooser, and file browser.
583 - fixed name completion problem in file browser.
584 - added new sound events (from pascal)
585 - fixed bug when moving/resizing internal windows
586 - propagation of -noext for submenus (David Reviejo <dreviejo@arrakis.es>)
587 - fixed problem with mouse sampling rate in SGIs
588 - optimized frame drawing (Swivel <swivel@gnugeneration.com>)
589 - removed broken optimized frame drawing patch
590 - added Select Window button in attribute inspector
591 - made icon images scale by a constant factor when changing icon size
592 - added support for standard colormaps in PseudoColor visuals
593 - changed geometry view for move/resize to a WINGs widget
594 - removed DisplayFont option
595 - added NoBorder attribute
596 - changed semantics of GNUstep window attribute hints
597 - added get-wings-flags and get-wutil-flags with the same purpose as
598   get-wraster-flags, but for compiling and linking with WINGs/WUtil
599 - fixed bug handling non-string values given to string valued options in 
600   defaults.c
601 - fixed colormap_window crash bug (appears when launching some apps from dock,
602   or removing apps from gnome panel etc)
603 - added DONT_SCALE_ICONS #define
604 - added --no-autolaunch patch (John Bafford <dshadow@zort.net>)
605 - made Apply button work on window inspector for windows with no WM_CLASS
606 - changed sound server code to be more efficient
607 - fixed crash with broken apps that set mask size != pixmap size in icons
608 - made wmsetbg accept relative paths for images that are not in PixmapPath
609 - fixed windoze cycling
610 - replaced XSync with XFlush in wUnshadeWindow()
611 - added GNUstep window recognition through WM_CLASS->class == GNUstep
612 - made window focusing not change titlebar color of GNUstep windows
613 - disabled passive mouse grabbing in client area of GNUstep window
614   when they are unfocused
615 - added Jim Knoble <jmknoble@pobox.com>'s cursor thing patch
616 - fixed lock of wmaker when clicking on menu multiple times
617 - made transients appear near their owner
618 - fixed crash bug with broken java implementations (Miguel Covarrubias 
619                                                         <mcovarr@tigr.org>)
620 - made Revert on attributes panel apply the reverted changes immediately
621   to avoid inconsistent internal state
622 - color dragging works correctly now
623 - arbitrary stacking levels
624 - save window shortcuts in state
625 - changed license of Marco's icons to GPL
626 - added --dont-restore cmd line option to not restore previous state
627 - fixed focus bug when moving wmaker panel windows in focus-follow mouse
629 Changes since version 0.61.0:
630 .............................
632 - fixed Xdnd by cropping filename with ""
633 - fixed OPEN_MENU
634 - fixed crash when moving a shaded window with keyboard
635 - fixed problem with window shortcut assignment from the menu
636 - fixed problem with fonts in WINGs (Masahide -mac- NODA 
637                                         <mac@flab.fujitsu.co.jp>)
638 - fixed multihead bugs (Morten Bøgeskov" <mb@dbc.dk>)
639 - fixed crashing bug when saving session information.
640 - fixed crashing bug related to onmipresent icons in Clip
641 - added _WINDOWMAKER_ICON_TILE and _WINDOWMAKER_ICON_SIZE hint in
642   the noticeboard window
645 Changes since version 0.60.0:
646 .............................
648 - fixed bug in window attribute panel
649 - SGI portability fix (Graham Whitted <gbw@sgrail.com>)
650 - fixed compilation problem with --enable-singleicon
651 - fixed compilation problem with WS_INDICATOR
652 - fixed crash bug with SGI (defaults.c) (Graham Whitted <gbw@sgrail.com>)
653 - fixed sloppyfocus problem in multihead dpys (Morten Bøgeskov
654                                                 <morten@bogeskov.dk>)
655 - fixed WorkspaceSpecificBackground bug in wmsetbg
656 - give preference to windows in window list when switching focus after
657   workspace change (Richard Kilgore <rkilgore@ece.utexas.edu>)
658 - brought back --locale cmd line option
659 - fixed bug with WorkspaceNameDisplayPosition (Emanuele Caratti <wiz@iol.it>)
660 - added missing kbd shortcut definitions for window shortcuts
661         (Michael Smith <mjsmith@spirit.com.au>)
662 - fixed floppy button layout in filepanel (Matthew Ashton <mrashton@home.com>)
663 - fixed bug with documentedited close button (Felipe A. Rodriguez 
664                                                 <farz@mindspring.com>)
665 - fixed some buffer overflows
666 - fixed some problem with the alpha
667 - fixed some problems with non gcc compilers.
668 - fixed problem with showing instance.class in the inspector window.
669 - fixed crash when displaying workspace name in some positions.
670 - fixed compilation problem when WS_INDICATOR was defined.
671 - added edge attraction. See NEWS.
672 - fixed buggy RSaveXPM() in wraster library. Its output was messed up, and
673   caused crashes for icons with more than 1024 colors.
674 - sinking windows (such as gmc icons) won't be calculated in edge resistance
675   or attraction.
676 - removed drop shadow for text on title bar code. (TITLE_TEXT_SHADOW)
677 - text on title bar is now possible to be drawn by plugin. See NEWS.
678 - WPrefs: added support for button4/5
679 - fixed scrolling of menus outside screen (Vito Caputo 
680                                                 <swivel@virtual-webworld.com)
681 - added dialog window for menu commands that can't be executed
682 - fixed crash when deiconifying windows when icons are disabled
683 - better smart placement (Gabor Melis <gabor.melis@essnet.se>)
684 - replaced old linkedlist code with WMBag
685 - fixed wmsetbg to use right bg color with transparent background images
686 - fixed crash with Assertion "bad_root_window" && 0' failed. on startup
687 - fixed crash when more than 1 dockapp fails to launch on startup
688 - added a different dock setup config for each screen size
689 - fixed PPosition handling
690 - New "Smart placement" mode. 'Smart' is no longer an alias to 'Auto' but
691   a different mode of placing windows. 'Auto' keeps the old behavior.
692 - added the dir where the menu is being read from to the search path
693   given to cpp
694 - doing a multiwindow selection shortcut and hitting the shortcut
695   repeatedly will cycle through the selected windows
696 - fixed crash when overwriting a string constant (default font specs) in WINGs
699 Changes since version 0.53.0:
700 .............................
702 - fixed a bug that caused icon overlaping in Clip, when icon was moved around.
703 - this time really added libwmfun to distribution.
704 - made deiconification not automatically focus window in sloppy focus
705 - fixed crash with DisableMiniwindows and icon pixmap changes
706 - fixed crash when changing icon of window without WM_CLASS
707 - added hysteresys for offscreen menu scrollback
708 - fixed bug with IgnoreFocusClick
709 - fixed crash with windows with width == 1 (Alban Hertroys 
710                                         <dalroi@wit401310.student.utwente.nl>)
711 - added SHEXEC command
712 - fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com)
713 - added balloon help everywhere
714 - fixed bug with FullMaximize attribute
715 - GNOME: button events not bound in wmaker are proxyized (to gmc)
716                                 (Paul Warren <pdw@ferret.lmh.ox.ac.uk>)
717 - fixed bug with restoration of maximized window after restart with
718   --enable-kde
719 - added high-quality filtered rescaling (smoothed rescaling) to wrlib/wmsetbg
720 - added SmoothWorkspaceBack
721 - fixed crash bug in Paths section of WPrefs
722 - optimized image rendering for 15/16 bpp
723 - user menus' paths were changed. See NEWS.
724 - added a timeout for the workspace name fading
725 - HP-UX compiler compatibility workarounds (Sebastien Bauer
726                                                 seb_bauer@bigfoot.com)
727 - fixed crash with attributes panel
728 - save state of all menus when exiting (Sebastien Bauer
729                                                 seb_bauer@bigfoot.com)
730 - added GNUstep info panel (still needs beautification..)
731 - made the paths selector in WPrefs.app use the open file panel
732 - fixed crash bug with hiding apps without dock/clip
733 - fixed a mem leak in superfluous mode caused by the ghost icon.
734 - added possibility to set omnipresent icons in Clip. See NEWS.
735 - fixed bug in WPrefs menu editor
736 - fixed crash when moving internal window with kbd
737 - fixed compilation problem on IRIX machines (Neil Muller
738                                                 <neil@octane.sun.ac.za>)
739 - replace xde support drop on dock with xdnd.
740 - added an (internal use) environment variable for telling WPrefs whats's
741   the name of the wmaker binary being ran.
742 - more elegant text entries in Clip's menu, regarding single/multiple
743   selected icons.
744 - fixed cosmetic bug in geom. dpy window for 8bpp
745 - removed --enable-kanji and added MultiByteText option
746 - rewrote font code to use WINGs
747 - made autoraise only work for the active window
748 - fixed compilation problem with OpenWindows and other non-X11R6 systems..
749 - fixed crash bug when iconsize=24
750 - fixed portability prob with raise() in SunOS
751 - fixed icon placement bug (Markus Schoder <Markus.Schoder@online.de>)
752 - added delete and floppy buttons in file panel.
755 Changes since version 0.52.0:
756 .............................
758 - patched wmsetbg to work with dynamically loadable texture renderer code
759 - added libwmfun to distribution (forgot to do so in 0.52.0)
760 - added MenuStyle option
761 - changed configuration updating to use notifications
762 - fixed window move through workspaces in nonopaquemove
763 - added message to immediately reread configuration data
764 - fixed some bug in XKB modelock toggling
765 - fixed crash bug when hiding apps with appicon disabled
766 - fixed wrong initial workspace # being shown on attributes panel
767 - XSMP updates
768 - update colorpanel
769 - applied WMSound patch from "Quinn, Anthony" <Anthony.Quinn@usa.xerox.com>
770 - fixed focus bug with unfocusable window (I swear I had fixed that before...)
771 - applied windoze cycle patch from  Paul Warren <pdw@ferret.lmh.ox.ac.uk>
772 - changed initscript and exitscript execution from fork()/exec() to system()
773 - added ResizebarBack and added appropriate backwards compat. hacks in setstyle
774 - applied ]d's patch to allow DEMATERIALIZE_ICON over windows
775 - made clip arrows gradiented
776 - added a crashing dialog panel to select what to do on crashes.
777 - fixed the problem with showing a window as focused in the window list menu
778   while it was on another workspace.
779 - show workspace name on screen when switching workspaces
780 - made setstyle support WorkspaceSpecificBack
781 - fixed getstyle prob with filenames with spaces (Pierre Phaneuf
782                                                 <pp@ludusdesign.com)
783 - fixed crash with InfoPanel in multihead dpy
784 - Fixed bug in WPrefs that added a new line at the end of autostart script
785   at every save, growing it indefinitely.
786 - fixed a memory leak in wrlib (Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>)
787 - fixed crash during forced shutdown of X (Wolfram Gloger
788                                            <wmglo@dent.med.uni-muenchen.de>)
791 Changes since version 0.51.2:
792 .............................
794 - made the Attributes panel be available for all windows, even
795   for completely broken apps (although settings wont be saved for
796   completely broken apps)
797 - fixed compilation problems with compile time #defines
798 - workaround for crash during startup related to hiding miniaturized windows
799   from Matt Armstrong <matt_armstrong@bigfoot.com>
800 - fixed focus problem with unfocusable windows
801 - fixed bug in WPrefs that changed EXIT to SHUTDOWN
802 - fixed menu title messup bug in WPrefs
803 - added a dot to mark hidden applications (compile time) (id@windowmaker.org)
804 - enhancements to the modelock patch (id@windowmaker.org)
805 - show kbd mode for modelock  (id@windowmaker.org)
806 - enhanced positioning of transient windows
807 - added dynamically loadable texture renderer code
808   from Tobias Gloth <gloth@online.de>
809 - added DisableMiniwindows option
810 - kde: miniaturize animation will match the taskbar icon (KWM_WIN_ICON_GEOMETRY)
811 - miniwindows show the title of the window if there is none set for it
812 - fixed crash on kpanel restart
813 - remember window shortcuts after restart
814 - change edge resistance to account for panels and stuffs
815 - narrower menus
816 - fixed auto raise/lower behaviour of clip for docked applications that have
817   their own window (applets).
818 - cleaned up Clip's autocollapsing code, and made it to be similar to the
819   auto raise/lower code (much cleaner).
820 - fixed a race condition in Clip behavior when changing workspaces, if set to
821   autocollapsing.
824 Changes since version 0.51.1:
825 .............................
827 - fixed bug with window that can get focus if both shaded and hidden.
828 - maximize for full screen
829 - fixed problem with frame drawing in non-opaque 
830 - fixed installation path prob [jmknoble@pobox.com]
831 - fixed bug moving window when only one window is on screen
832 - fixed bug with ignored GNUstep attributes
833 - fixed WPrefs crash in Mouse Preferences
834 - fixed crash bug in WINGs/wmaker startup
835 - added workaround for kde pager crash bug
836 - made %W in root menu and wmsetbg -w take numbers starting from 1
837 - fixed crash bugs with kpanel
839 Changes since version 0.51.0:
840 .............................
842 - put . to mark hidden apps
843 - fixed dont set xset stuff option in WPrefs
844 - fixed menu title messup in WPrefs
845 - fixed WPrefs message dialogs for invalid menus
846 - fixed workspace back setting in all screens
847 - fixed WorkspaceSpecificBack / wmsetbg
848 - added WindozeCycle patch (being rewritten)
849 - cleaned up focus/unfocus state transitions
850 - made WPrefs more robust
851 - fixed locale file (po) installation stuff
852 - fixed focus loss when dragging window across workspaces
853 - fixed workspace baby boom with nextworkspacekey
854 - removed ignore_next_unmap kluge
855 - install defaults data in /usr/local/etc
856 - added menu for miniwindow
857 - fixed remove resizebar from shaded window
858 - rewrote library/header search code in configure
859 - rewrote window move/edge resistance code
860 - added window border resistance
861 - changed EdgeResistance option to only YES/NO
862 - added workaround for glibc bug in sscanf("", bla, bla)
863 - hopefully fixed WM_COLORMAP_WINDOWS crash bug
864 - fixed searching of localized menus
865 - fixed --help option
866 - fixed handling of docked apps with . in their instance names
867 - RSupportedFileFormats() in wrlib will now return a static buffer
868 - fixed bug in StartHidden
869 - a little faster startup
870 - will rearrange icons after moving an icon if autoarrangeicons
871 - fixed icon overlap bug
872 - fixed crash with internal dialogs and multi-heads
873 - added standard colormap support to wrlib (taken from libXmu sources)
874 - fixed memory leak in attribute panel
875 - fixed crash with CalendarManager deiconify
876 - fixed heisencrash when mapping new windows
877 - fixed totally buggy wmaker.inst ~/.xinitrc checker
879 Changes since version 0.50.2:
880 .............................
882 - added some new icons made by Marco
883 - kde: fixed stacking order reporting for modules
884 - gnome: fixed state change request handling
885 - fixed handling of file names with non-alphanum characters in wmsetbg
886 - hopefully fixed timestamp problem that caused regeneration of configure
887 - fixed a bug in the auto raise code
888 - made SIGHUP exit wmaker and SIGUSR1 restart for GNOME compatibility
889 - fixed %a() bug (now it really is fixed!)
890 - fixed docking icons in last icon
891 - fixed WMInsertPopUpButtonItem()
892 - fixed bug that caused fonts of themes to be ignored
893 - fixed bug in path handling in getstyle
894 - stop icon explosion animation by clicking on root window
895 - made SAVE_SESSION save the state of the dock
896 - added command line option aliases that adhere to the GNU standards
897 - fixed png gamma bug (actually unmade buggy fix)
898 - fixed bug in property notify handling
899 - removed KeepTransientsOnTop
900 - fixed window focus when switching workspaces
901 - fixed attribute inspector Apply for dont bind keys
902 - fixed bad colormap bug (I hope)
903 - added acceleration to keyboard window move
904 - %W expand to current workspace #
905 - fixed background pixmap color problem (cpixmap etc)
906 - applied drop shadow patch
907 - fixed crash on startup with xconsole and xdm
908 - fixed portability prob with MkLinux/PPC
909 - fixed portability prob with Alpha
910 - added color panel to WINGs
911 - added support for olwm/OPEN LOOK(tm) hints
912 - added SaveYourself support
913 - fixed bug in start maximized
914 - added _WINDOWMAKER_NOTICEBOARD protocol
915 - added docklib
916 - updated utility parameter format to GNU standards
917 - removed libPropList from distribution and merged with GNOME one
919 Changes since version 0.50.1:
920 .............................
922 - fixed wmsetbg
923 - fixed parsing of WorkspaceSpecificBack
924 - fixed initial workspace for new windows
925 - added the workspace button proxy thingy for GNOME 
926 - added more GNOME compatibility fixes
927 - fixed bug in %a() macro in root menu
929 Changes since version 0.50.0:
930 .............................
932 - fixed bug that allowed docking of icons to outside the screen
933 - added extra code to handle kpager bug
934 - fixed crash when opening appicon menu
935 - fixed problem that caused Motif hints to be sometimes ignored
936 - fixed bug in layer treatment of GNOME hints
937 - fixed weirdness in initial window workspace
938 - fixed problem with Sun compilers
939 - fixed bug with () Workspace{Specific,}Back specs
940 - added --disable-rpath option (from KDE) by request
941 - maybe fixed bug with StarOffice
942 - fixed pipe fd inheritance mess
943 - fixed bug in kde workspace renaming
944 - fixed installation problems
946 Changes since version 0.20.3:
947 .............................
949 - window list is ordered by workspace
950 - preliminary grid move mode
951 - fixed prob with docked apps with the same name switching places (like wmmon
952   and wmmon -s)
953 - wrapping of workspace switching for 5button mice
954 - added restart in fallback menu
955 - fixed buglet in modifier error reporting
956 - extra options in window command menu
957 - changed select() used in wevent.c to poll()
958 - fixed bug in SGI boxes (black dialogs)
959 - added IconTitleBack, IconTitleColor
960 - made error checking stricter
961 - fixed crash when saving application supplied icons that have many colors
962 - added move threshold to menus
963 - added textured gradient textures
964 - added -nofont flag for setstyle
965 - added -p flag and theme pack support for getstyle
966 - fixed crash bug when clicking on menu title opened with kbd
967 - fixed bug that caused incorrect saving of icon configuration (the -name bug)
968 - scale pixmap texture for workspaceback type will maintain aspect ratio
969 - fixed memory leak in jpeg loader
970 - started XStandardColormap support
971 - added StartMaximized window flag
972 - fixed bug of mixed up Unfocusable and StartMiniaturized flags
973 - yet another try to switch to shared libraries
974 - workspace specific background images
975 - stack new windows to under focused window if autofocus is off (disabled)
976 - added kde support
977 - implemented the "GNOME Window Manager Compliance" stuff
978 - window move/resize by keyboard
979 - rewrote window attribute code to make it cleaner
980 - added --enable-lite configure option
981 - added support to change prompt in %a() for root menu
982 - rewrote exit code
983 - added KeepInsideScreen=YES; for scilab in default WMWindowAttributes
984 - added an option to the Clip, to allow automatic Raise/Lower when the mouse
985   cursor enter/leave the Clip.
988 Changes since version 0.20.2:
989 .............................
991 - hysteresis for menu item selection (delayed selection for selecting
992   submenu items)
993 - window shortcuts
994 - removed Hide Others from window commands menu
995 - window commands menu will close when the window for it is closed
996 - made shade not set the Iconic state
997 - fixed bug in miniaturizing atribute panel
998 - made frame rectangles be more visible in PseudoColor (8bpp)
999 - fixed bug for 64bit machines
1000 - added support for ICCCM 2.0  WM_COLORMAP_NOTIFY message
1001 - fixed bug for apps that put strings with . in WM_CLASS
1002 - added handling for reparented client windows
1003 - fixed bug with window positioning
1004 - fixed cascade window placement to account for dock
1005 - added modelock stuff
1006 - added X include path in gfx header when configure searches for headers
1007 - fixed bug in window positioning by clients
1008 - added run-time test for shared pixmap support on server
1009 - changed order of link flags in Makefiles
1010 - fixed problem with random window placement
1011 - fixed multiple window selection for multiheads
1012 - grayscale and 8bit jpeg support
1013 - fixed client restoration in restart/exit in multiheads
1014 - started session management code
1015 - fixed problem with docked programs that have names with spaces
1016 - updated WPrefs.app for iconificationstyle
1017 - added -static command line option
1018 - put redundant NoWindowOverDock
1019 - fixed overlapping clip icon bug
1020 - extended window level code
1021 - added KeepOnBottom hint
1022 - added iconification style to WPrefs.app
1023 - fixed crash with bad value in defaults file
1024 - changed icon stacking code
1025 - added primitive support for 5 button mouse (for switching workspaces)
1026 - fixed BadAccess and crash on programs that do XGrabButton
1027 - fixed bug with rootmenu Exec not working when stty is called from ~/.tcshrc
1028 - fixed bug with Move menu and sloppy focus
1029 - temporarily removed SHELL support in apps menu
1031 Changes since version 0.20.1:
1032 .............................
1034 - fixed timer bug
1035 - removed NoWindowUnderDock
1036 - error reporting mechanism has changed in wrlib. Instead of a writing
1037   the message in a string, it will place the error code in RErrorCode
1038 - smoother icon selection
1039 - persistent client supplied icon pixmaps
1040 - fixed yet another crash on emacs exit bug
1041 - fixed portability prob in wrlib shm code
1042 - fixed bug in DISPLAY variable setting in multiheads
1043 - fixed a few more portability problems related to storing struct properties
1044 - fixed damaged balloons on Suns/8bpp (I guess)
1045 - better "one of" type option handling
1046 - added a timeout for some animations
1047 - support for large binary files in wxcopy/wxpaste
1048 - fixed bug of losing focus when resizing/moving windows
1049 - fixed bug in libproplist
1050 - fixed focus with sloppy
1051 - changed permissions of shm segments to 0666. Now, if someone has a shm
1052   leak, we can know who it is.
1053 - faster titlebar texture update
1054 - faster icon kaboom
1055 - added different undocking animation
1056 - updated wmaker -version to output "Window Maker" instead of WindowMaker
1057 - fixed crash bug with transient windows (gimp etc)
1058 - fixed bug with popen()+wwarning() - problem opening cpp'ed menus
1059 - added test for header files in configure for gfx libraries
1060 - simplified building process, making libPropList be always built
1061 - fixed crash with bad mgradient color entry
1062 - docked appicons that are being edited/killed cant be moved (mutex fix)
1063 - more features in wxcopy/wxpaste
1064 - fixed bug with state file in multiheads
1065 - selection retrieval moved to WINGs
1066 - fixed workspacekey to switch workspaces in the current layer
1067 - fixed workspacekey to not switch to inexisting workspace unless
1068   AdvanceToNewWorkspace is YES
1069 - fixed bug with disappearing windows if a workspace switch is made on startup
1070 - fixed blocking of window creation/destroy events when opening menu with kbd
1071 - fixed aspect ratio setting bug
1072 - fixed crashing when miniaturized window is closed during animation
1073 - added XDE support
1074 - fixed stupid bug in shape stuff
1075 - raised threshold for removing docked icons
1076 - fixed HideOthers for windows with NoAppIcon=YES
1077 - if Cancel is pressed in dialog box of %a in menu cmd lines, the command
1078   will be canceled
1079 - slightly better dithering for 8bpp
1080 - apps menu will use $SHELL, instead of /bin/sh to run EXEC menu commands
1081 - cleaned up some code (GetNormalHints(), wManageWindow(),
1082   wGetWindowSavedState() et al, )
1085 Changes since version 0.20.0:
1086 .............................
1088 - fixed cpixmap to use the specified color for background around the image.
1089 - fixed compiling problem in wrlib.
1090 - fixed bug with bad shortcut names in menus.
1091 - fixed some compiling compatibilities.
1092 - added a new theme, named BlueWaves.
1095 Changes since version 0.19.3:
1096 .............................
1098 - fixed crash when closing windows in autoraise
1099 - fixed a memory leak 
1100 - fixed a crash when closing Lotus Notes
1101 - rewrote colormap code
1102 - incomplete multihead support
1103 - optimized wrlib dithering code
1104 - new superfluous animation
1105 - fixed cpixmap bug
1106 - fixed sound bugs
1107 - fixed miniaturization bug
1108 - added script to be called when wmaker exits
1109 - fixed GNUSTEP_WM_ATTR writing/reading
1110 - added quick and dirty selection pasting in text fields
1111 - fixed animation to be displayed again when unhiding an application.
1112 - made the miniaturize animation a runtime option. See NEWS.
1113 - fixed bug with reassigning keyboard shortcuts after they are changed.
1114 - added edge resistance. See NEWS.
1115 - fixed bug with long names when renaming workspaces.
1116 - fixed clip's balloon to not overlap the clip's buttons.
1117 - fixed bad update of clip's workspace menu after workspace name change.
1118 - fixed bug with cpixmap in wmsetbg.
1119 - fixed a memory allocation problem in wrlib.
1120 - AIX bug compatibility in XmbTextEntents()
1121 - fixed jpeg loading bug
1123 Changes since version 0.19.2:
1124 .............................
1126 - fixed visual problem when mapping internal panels
1127 - better looking bevels for solid textures
1128 - centered pixmap texture (cpixmap)
1129 - added compile-time selectable animations for miniaturization
1130 - fixed bug with moveto workspace, omnipresent and miniaturize
1131 - fixed doubleclick bug
1132 - added GIF file support (through libgif)
1133 - implemented close color allocation in WINGs
1134 - fixed bug with visuals different than default
1135 - finished balloons
1137 Changes since version 0.19.1:
1138 .............................
1140 - clip balloon under the clip
1141 - fixed setting of DISPLAY env var from wmaker.
1142 - fixed bug of passing focus to shaded window in other workspace
1143 - changed ballon font from titlebar font to displayfont
1144 - update menu when menu file path is changed in WMRootMenu
1145 - fixed OPEN_MENU stuff in WPrefs
1146 - fixed bug with mdgradient
1147 - fixed maximize with NoWindowOverIcons
1148 - fixed bug with kbd focus change
1149 - fixed race in autoraise
1150 - fixed bug in menu section of WPrefs
1151 - fixed problem with modifier keys
1154 Changes since version 0.19.0:
1155 .............................
1157 - fixed bug in balloon titles
1158 - fixed stupid bug in workspace renaming from menu
1159 - fixed bug with iconsize != 64
1160 - fixed forgotten menu saving in WPrefs
1161 - fixed various bugs in WPrefs
1162 - fixed kbd menu traversal bug
1163 - fixed bug with multiple depth supporting servers
1164 - fixed disappearing outer border of shaped windows
1165 - kluged bug with shaped window resize
1166 - fixed bug in WPrefs for systems without TIFF
1167 - fixed bug with Info/Legal panel closure
1168 - fixed Clip's look.
1170 Changes since version 0.18.1:
1171 .............................
1173 - added shade indicator for window list
1174 - fixed small problem in menu autoscrolling
1175 - fixed bug when reading a corrupted defaults file
1176 - visual depths different than the default works now
1177 - fixed problem with non-ascii characters in localized dialogs
1178 - workspace rename from clip menu
1179 - fixed memory leak in internal proplist parser
1180 - fixed infinite loop when parsing mgradient with bad color name
1181 - fixed bug with paths containing ~ in iconchooser
1182 - cleaned up double-click code
1183 - balloon help
1184 - fixed bug with launching of ForcedDock apps
1185 - fixed cosmetic bug with miniwindows and titlebar
1186 - fixed bug with applications that steal input focus
1187 - EmulateAppIcon window attribute
1188 - Revert in attribs panel will not apply the changes
1189 - fixed bug with focus being left in old workspace after switching to an empty
1190 workspace.
1191 - finished clip remakeup
1192 - more generic and faster icon placement algorithm
1193 - icon yard
1194 - fixed wxcopy bugs
1197 Changes since version 0.18.0:
1198 .............................
1200 - fixed cosmetic bug in beveling of pixmap/gradient textures
1201 - fixed bug in titlebar mouse bindings
1202 - fixed some bugs in proplist menu
1203 - fixed bug in window list menu indicator
1204 - fixed a very old bug related to unwanted button grabs in non-click-to-focus
1205 - fixed bug when opening settings panel for appicon with invalid icon file
1206 - winspector appicon related bug fix
1208 Changes since version 0.17.5:
1209 .............................
1211 - fixed handling of signals when the X event queue is empty
1212 - fixed blank window titles 
1213 - made current workspace entry be disabled in Move To window menu command, and
1214   in the Clip's Move To submenu.
1215 - fixed menu width calculation
1216 - fixed bug with buttonpress/release events
1217 - fixed problem with WMRootMenu with a ~ in the path
1218 - fixed bug caused that caused the clip to not function properly,
1219   unless a workspace switch was made
1220 - added a hack to make everything work even if NumLock or ScrollLock is on
1221 - added a little more verbosity to error messages
1222 - fixed kluged workspace menu in clip
1223 - removed workspace menu mapped through the microbutton in the clip. 
1224 - remade clip button layout to be more usable
1225 - fixed bug with keepontop and apps with Motif hints (x11amp)
1226 - changed menu border drawing
1227 - fixed bug in clip free slot finder code
1228 - fixed infinite reproduction of OPEN_MENU submenus bug
1229 - added support for future extension to dock totally broken apps (wharf-like
1230   dumb launching)
1231 - changed icon of close button when app doesn't understand WM_DELETE_WINDOW
1232 - removed SwapMenuButton and added 3 finer grained equivalent options
1233 - better docked application settings panel
1234 - fixed positioning problem with attributes panel
1235 - removed WorkspaceChangeDelay and cleaned up related stuff
1236 - removed AClipColor and IClipColor
1237 - added SelectKey back
1238 - removed install -d from po/Makefile
1239 - i18n support in WINGs (dialog panels)
1240 - rewrote menu scrolling code (possibly fixed related crashing bug)
1241 - fixed crash with icons bigger than the tile
1242 - fixed bug in attributes editor to apply changes to dont bind {keys, mouse}
1243 - fixed bug in unhide that unhided all windows in the same workspace
1244 - moved noappicon to Application Specific options.
1245 - fixed revert for StartHidden
1246 - changed style in default WindowMaker domain file
1247 - fixed bug in hash table
1248 - fixed bug with transients for leaders that don't have their leader hint
1249   set to themselves
1250 - changed all window_flags to have default values of 0 (closable -> no_closable)
1251 - fixed bug with workspace change of hidden miniwindows
1252 - added descriptive icons in window list
1253 - fixed bug of having to keep mouse over window to edit textfields
1254   of wmaker panels
1255 - extended menu shortcuts to proplist menus
1256 - changed proplist menu format: removed redundant array for submenus
1257 - made arrangement of icons when workspace is switched to not arrange moved
1258   icons
1259 - fixed bug in focusfollowmouse that made windows under the currently
1260   focused window that close, to not get the focus
1261 - if the app is a .app, it will try to find it's icon in the .app
1262   directory and save it in the WMWindowAttributes, so that the dock can use it.
1263 - drag docklets that select for mouse events to with Alt+drag
1265 Changes since version 0.17.4:
1266 .............................
1268 - fixed bug titlebar when closing transient of unfocusable window
1269 - fixed crashing bug with attributes editor when saving
1271 Changes since version 0.17.3:
1272 .............................
1274 - added Info panel
1275 - fixed crashing bug in libproplist
1276 - do not crash anymore if config files are bad
1277 - better handling of libjpeg errors
1278 - changed method to select icons
1279 - fixed bug in dock panel
1280 - fixed bug in Remove Icon in clip
1281 - fixed serious memory leak in wrlib
1282 - fixed bug that allowed addition of more than 1 WORKSPACE_MENU
1283 - rewrote proplist parser by hand. Seems to work with no crashes, but I'm
1284   sure someone will crash it...
1285 - fixed invisible text in geometry display when unfocused titlebar is black
1286 - fixed bug with rootmenu that caused twin menus to be left mapped
1287 - added DontConfirmKill option to remove confirmation panel for Kill
1288 - fixed bug with hide of app with wmaker menu
1289 - changed all NSsomething internal flags for the GNUstep attributes to 
1290   WMsomething
1292 Changes since version 0.17.2:
1293 .............................
1295 - fixed bug in attributes panel with Disable Resizebar
1296 - fixed save in attribs panel with windows other than the client leader
1297 - bug in  attribs panel with Revert that made it save attributes with the 
1298   wrong name
1299 - fixed (by kluging) bugs related to destroying dialog panels in a bad order
1300 - fixed various bug with hide in empty screens
1301 - fixed various potential races in miniaturize/shade code
1302 - added Keep Icon command in clip
1303 - made remove selected icons to remove current icon
1304 - changed clientdata of clip to the clicked icon instead of the clip.
1305 - renamed collect icons, made clip icons have a more uniform behaviour, added
1306   keep icon command.
1307 - fixed docking of apps that dont have WM_COMMAND and when the user clicks
1308   Cancel in the command input dialog.
1309 - fixed bugs in moving commandless icons between dock/clip or workspaces
1310 - fixed bug hiding miniaturized windows
1311 - fixed bug when reloading rootmenu with more than one shortcut
1312 - fixed bug that launched shortcut entries without modifier together with
1313   modified shortcuts
1314 - even algorithm to find free slot in clip
1316 Changes since version 0.17.1:
1317 .............................
1319 - Makefile.am fixes
1320 - removed libtoolized libPropList
1321 - fixed cascade placement
1323 Changes since version 0.17.0:
1324 .............................
1326 - updated Makefile of the po directory
1327 - removed useless strdup() in proplist.l
1328 - fixed problem with systems that dont have PATH_MAX in <limits.h>
1330 Changes since version 0.16.1:
1331 .............................
1333 - removed the Select key binding.
1334 - changed Normal speed type to Medium and added UltraFast.
1335 - Shift-dbl-click on appicon brings the app to current workspace.
1336 - replaced menu based configuration of docked apps with a panel.
1337 - added Unhide Here command for appicon menus
1338 - partially corrected bug in icon selection code in window inspector. Was not
1339   working correctly for multiwindow apps with appicon.
1340 - added command menu for appicons
1341 - removed global variables from winmenu.c
1342 - fixed some memory leaks and removed redundant code in icon choosing code
1343 - made Kill in dock menu to unconditionally XKillClient() the app. Sending
1344   WM_DELETE_WINDOW would not close the app if the app had multiple windows
1345 - added confirmation dialogs for Kill in appicon menus
1346 - made ClipMaxIcons to be compile time settable
1347 - renamed NoSound to DisableSound
1348 - changed NoAutowrap to DontLinkWorkspaces
1349 - fixed bug that prevented windows moved to other workspaces break Unhide
1350 - fixed bug that made titlebar buttons disappear when font sizes were changed
1351   in NewStyle
1352 - changed Hide command binding in miniaturize button from Alt-Click to
1353   Control-Click
1354 - changed decoration window attributes to affect only decorations and their
1355   names
1356 - fixed MWM_HINTS support, removed MWMHints from WWindow
1357 - removed Right button constrain window resize to horizontal only. It breaks
1358   Alt-Right button resizes through the client area of window.
1359 - fixed menu flicker problem when changing textures
1360 - fixed bug miniaturizing shaded transient windows
1361 - added shortcuts for menus
1362 - remade titlebar bevel drawing
1363 - fixed all known cosmetic bugs in titlebars and menu
1364 - better algorithm to find free slot in clip
1365 - user attributes have priority over program attributes
1366 - removed LeftHanded and wLeftBtn/wRightBtn stuff
1367 - added DisableWSMouseActions
1368 - added SwapMenuButton
1369 - renamed all NoSomething option names to DisableSomething, except NoWindow*
1370 - removed ConstrainWindowSize
1371 - fixed focus bug when changing workspaces in sloppy focus
1372 - Changed the look of temporary attracted icons in Clip.
1373 - Better detecting of graphic libraries.
1374 - Made the menu scrolling with mouse button pressed to be smooth and clean.
1375 - fixed a bug that left empty frames if a window was withdrawn on a different
1376   workspace
1377 - removed iconification animations for windows not in the current workspace
1378 - readded shm support in wrlib
1379 - merged libwwm.a with WINGs
1380 - major cleanup of library function names.
1381 - detect "lapses of memory" that cause forgetting to build libPropList and
1382   build it automatically.
1385 Changes since version 0.16.0:
1386 .............................
1388 - Fixed bug with applications set to start hidden.
1389 - Fixed buggy getSpeed() that caused crash on some systems.
1390 - Miscellaneous bug fixes.
1391 - The resizebar cornewr handle is correctly rescaled when resizing.
1392 - OPEN_MENU will read again menus from files.
1393 - Right drag in corner handle of resizebar restrict resize to only horizontal.
1394 - Corrected typo with default fonts used in WINGs.
1395 - Implemented superfluous stuff as a runtime option. Is Superfluous = Yes/No;
1396 - Disabling dock and/or clip can be done now from WindowMaker domain too.
1397 - Selecting new style buttons is now done at run time. See NEWS.
1398 - Fixed docked appicons to switch to last workspace the app was on when
1399   unhiding (like not docked appicons do).
1400 - Moved wNextEvent() and timer events stuff to WINGs.
1401 - Added autoscroll for scrollers in WINGs.
1402 - Optimized WMList and WMBrowser in WINGs.
1403 - Button2 on clip opens workspace menu
1404 - Changed cycling colors of selected icons. 
1405 - Made icon chooser display a better rendering of alpha-channeled icons.
1406 - Sorted list/browser entries.
1407 - Fixed bug in timer code that was causing some timer events to be lost.
1408 - New Pastel theme.
1409 - Attracted icons in Clip will have a shadowed look if they are to be removed
1410   when closed.
1412 Changes since version 0.15.1:
1413 .............................
1415 - Modified how the wNextEvent() works, so it will go to sleep when there is
1416   nothing to do. This changed the busy 5ms checking WindowMaker main loop,
1417   with one that is active only when there are X events or timer events.
1418 - Changed WorkspaceTiedMiniWindows option name to StickyIcons.
1419 - Fixed some bugs with the miniwindows being sticky to workspace.
1420 - WorkspaceBack now accepts the key None. WorkspaceBack = (None); will not set
1421   any workspace back.
1422 - Changed the fix for restoring window stacking order after restart and
1423   fixed window stacking order on exit.
1424 - OPEN_MENU command now expands paths with environment variables ($HOME) and
1425   tildes (~user)
1426 - automatic restart of another window manager on SIGSEGV, SIGFPE, SIGBUS
1427 - removed HorizontalResizeThreshold option. To restrict resize to only
1428   horizontal use Shift-drag in the corner handle.
1429 - Added option to allow vertical maximizing not to overlap the minimized
1430   windows. It is NoWindowOverIcons = Yes/No;
1431 - Applications written with XForms library will get an app-icon now.
1432 - Included the MWM hints for GNOME support. There is also a configure option
1433   --with-gnome=yes/no.
1434 - The dialog to enter the docked icon command is no longer called, if icons
1435   are collected/attracted and the "Keep Attracted Icons" is not set.
1436 - fixed start workspace in Attributes inspector. Current Workspace is the
1437   workspace the user is when the app is started.
1438 - clicking on the appicon switches to the workspace where the app was last
1439   focused before unhiding
1440 - fixed problem with aspect ratio setting (gr_osview etc.)
1441 - changed some extensions in the default config/data files and removed 
1442   Sound.{xpm,tif} because it seem to be copyrighted.
1443 - added icon selection panel
1444 - changed selection indication of icons. Removed SClipColor option
1445 - simplified animation speed options (IconSlideDelay, IconDelayStep, 
1446   MenuScrollDelay, MenuScrollStep etc. etc) to IconSlideSpeed etc.
1447 - removed Start miniaturized/hidden items from Dock/Clip and added them
1448   as attributes
1449 - fixed Save in Attributes Panel. It should apply the changes before saving
1450 - changed format of geometry information in WMState
1451 - added DontSaveSession window attribute
1452 - changed name of NextMenuBehaviour option to WrapMenus
1453 - turned graphics_exposures off for all GCs created
1454 - Fixed the big memory leak problem for oldstyle buttons in title bars.
1455 - Solved problem with undefined ($RM) on Solaris, and maybe *BSD.
1456 - Fixed how icon extension is set in WMWindowAttributes to be portable.
1457 - Fixed buggy behavior when dragging a window from first workspace to next.
1458 - Implemented selecting of miniwindows.
1459 - Split the Clip menu to be smaller.
1460 - Modified how selected app-icons/miniwindows are marked.
1461 - Included patch for single appicon per instance.class pair.
1462 - StartWorkspace was changed to take precedence over the workspace in which
1463   application was started from Clip.
1464 - Applications launched from dock will no longer start on the workspace they
1465   were launched, but the one the user is in, when the window is mapping.
1466 - Miscellaneous bug fixes.
1470 Changes since version 0.15.0:
1471 .............................
1473 - Fixed bug that kept an appicon selected after detaching.
1474 - Fixed bug that crashed WindowMaker if starting an application with.
1475   NoAppIcon = Yes; while AutoArrangeIcons = True;
1476 - Fixed the installed .xinitrc file.
1477 - Fixed some ANSI C incompatibilities.
1478 - Applications with omnipresent flag set will be mapped on the current
1479   workspace, no matter from which Workspace Dock they were started from.
1480 - mkmenu no longer gets installed, since is no longer needed.
1481 - Fixed a problem for systems which do bad things for free(NULL);
1482 - Attracted icons in Clip will not be saved in WMState if
1483   "Keep Attracted Icons" is not set.
1484 - Fixed code in defaults.c to use default hard coded values, if a syntax error
1485   is encountered when parsing the default domain WindowMaker database.
1486   This avoids a crashing bug if an image for spixmap or tpixmap is not found.
1487 - Fixed some missing parameter in a call to wWarning() in texture.c which could
1488   have caused hazardous (even crash) behavior if the pixmap image for texture
1489   was not found.
1490 - Fixed code in session handling, to save only one entry for applications with
1491   multiple windows opened on screen.
1492 - Implemented option to allow miniwindows to be workspace specific. It is named
1493   WorkspaceTiedMiniWindows = Yes/No; It is set in WindowMaker domain. Read NEWS
1494 - Fixed bug with incorrect height restoral of window when unshading requested
1495   from client.
1496 - Fixed problem with solid IconBack.
1497 - Fixed problem with hardcoded /usr/local. The value given to configure with
1498   --prefix=/some/path is now used.
1499 - Implemented some workaround to avoid crashing of applications that expect
1500   WM_STATE hint set before the window is mapped.
1501 - Changed how the bevel for the menu title is drawn for solid color titlebars.
1502   They now look nicer, and more consistent with the rest.
1503 - Implemented a new animation method when blowing the detached icons. See NEWS.
1504 - Fixed some places in code where hardcoded values (8) were used instead of
1505   TITLEBAR_EXTRA_HEIGHT.
1506 - Implemented a marking for the HorizontalResizeThreshold option. It will mark
1507   the corresponding number of pixels on the resizebar corner if the option
1508   is greater than 0.
1509 - Changed WindowPlaceOrigin format from string to array. It should now be:
1510   WindowPlaceOrigin = (64, 64); Default is (0, 0).
1511 - The geometry window is now constrained to be always visible on screen, if
1512   the geometry is set to be displayed Floating.
1513 - The geometry window size is decided based on the font size. Also the geometry
1514   window is correctly updated if the font size is changed while running.
1515 - Deleted unnecessary redrawing code in moveres.c.
1516 - Many fixes to moveres.c.
1517 - Put all the keys from defaults.c in WindowMaker domain database. 
1518 - Fixed a crashing bug when workspace names were as long (or longer) as
1519   MAX_WORKSPACENAME_WIDTH (16 characters). In this case a right click on a
1520   window title caused WindowMaker to crash.
1521 - Included support for detecting if system requires to include libxpg4, which
1522   is needed by some FreeBSD systems, when using --enable-kanji.
1523 - Some fixes to configure.in and some Makefile.am files to allow the use of
1524   VPATH feature of 'make', which will let the source and build directories to
1525   be separate.
1526 - Changed the application launching code, so it put fork()-ed processes in
1527   process groups of their own, to avoid locking of entire session, due to a
1528   badly configure launching child. Only for systems which have setpgrp().
1529   This is autodetected by configure, and used if available, else it will revert
1530   to old behavior.
1531 - Added the AutoCollapse feature to clip. This (when set) will allow the clip
1532   to stay collapsed, and show when moving the mouse over it. When the mouse
1533   leaves it, it will collapse back after a delay. Read NEWS.
1537 Changes since version 0.14.1:
1538 .............................
1540 - Fixed icon tiles and icon titles to update correctly after changes in the
1541   configuration, without restarting.
1542 - Added code to deal with different visuals in wrlib. See NEWS.
1543 - Many things fixed in wrlib.
1544 - Fixed bug that crashed WindowMaker when the background image was no found.
1545 - Fixed crashing bug in wRemoveTimerInstance().
1546 - Changed name of fiend to Clip. It can also be refered like "Workspace dock".
1547   This means all references should be changed in all configuration files, and
1548   the command line options.
1549 - Fixed crashing bug when moving icon between dock and full Clip.
1550 - Fixed bug in wrlib (RCreateImage), that could crash WindowMaker if trying
1551   to create an image with not enough virtual memory.
1552 - Changed code for diagonal rendering in wrlib, to be faster.
1553 - Implemented multi-diagonal gradients.
1554 - Fixed problem when shading a window without titlebar.
1555 - Fixed code in rootmenu.c to substitute ~/ with user's homedir in OPEN_MENU.
1556 - Implemented sorting feature for OPEN_MENU. Now files in directories are
1557   sorted alphabetically, with directories first.
1558 - Some small fixes to the code in generic/list.c
1559 - Fixed jpeg and png loading in wrlib to be faster.
1560 - Renamed Style directory to Styles.
1561 - Striped the .style extension from the style file names. This is to let them
1562   better be handled by OPEN_MENU.
1563 - Changed Appereance submenu to include Theme support.
1564 - Fixed bug when updating clip's main icon.
1565 - Improved version of wmsetbg. See NEWS for new options.
1566 - Small gradient testing program in wrlib/testgrad.c
1567 - Fixed problem with zombie wmsetbg.
1568 - Integrated dockit in WindowMaker. dockit now gets installed with WindowMaker.
1569 - Implemented runtime option to allow user to select the origin from where
1570   windows are placed on screen with auto and cascade placement modes.
1571   Default is WindowPlaceOrigin = "0, 0"; See NEWS.
1572 - New behavior of OPEN_MENU. See NEWS.
1573 - Fixed applications autolaunched from Clip, to be mapped on the same workspace
1574   as the Clip they were autolaunched from.
1575 - A default WMState is now installed with WindowMaker, containing only the top
1576   most dock icon configured to run dockit.
1577 - Install will automatically detect if you have TIFF, PNG or XPM support
1578   compiled in WindowMaker (in this order), and update WMWindowAttributes
1579   accordingly with icon file extensions.
1580 - Directory structure under .../GNUstep/Library/WindowMaker changed to easily
1581   support themes.
1582 - Syntax of WMState was slightly modified. See NEWS.
1583 - Fixed WindowMaker when using -nodock and/or -noclip command line options
1584   to preserve the state of old dock and/or clip in WMState.
1585 - Fixed some mem leaks.
1586 - Fixed crashing bug in window.c.
1587 - Fixed bug that allowed a shaded window on other workspace to get focus.
1588 - New options in dock/clip menu. They allow one to start the app either
1589   miniaturized or hidden. See NEWS.
1590 - Applications launched from dock/clip now will be mapped on the workspace
1591   they were started from, even if meanwhile user change workspaces.
1592 - Implemented SAVE_SESSION, and CLEAR_SESSION commands for the root menu.
1593   They are intended to save (or clear) a shapshot a the current session state.
1594   Read NEWS for details.
1595 - Added SaveSessionOnExit = Yes/No; option in WindowMaker, to allow autosaving
1596   the state of the workspace on exit, and its restoral on next session.
1597   Defaults to No. See also NEWS.
1598 - Converted menu scrolling parameters to run time. They are (with default):
1599   MenuScrollDelay = 10; and MenuScrollStep = 5;
1600 - getstyle now accepts -t to get theme options too. Without -t getstyle will
1601   only get options for style (without WorkspaceBack and IconBack).
1602 - Added option in clip menu to allow moving of an icon to another workspace.
1603 - Fixed clip to remember the drop command over sessions.
1604 - Added option to clip menu to attract application icons from bottom of screen
1605   when they are launched, and attach them to the clip. Also there is a flag to
1606   allow the attracted icons to be kept in clip or destroyed when the
1607   application is closed. See NEWS.
1608 - Added option to dock/clip menu to allow one to set the icon image.
1609 - Fixed bug that not updated the default icon pixmap after the icon background
1610   changed.
1611 - Added posibility to (un)select icons in clip with Shift Left click, or
1612   using the clip menu. Read NEWS.
1613 - New option for color to mark selected icons. SClipColor = color;
1614 - Added option to clip to remove selected icons. Read NEWS.
1615 - Move between clips now applies to all selected icons, or if none selected,
1616   to the one the mouse was pressed on. See NEWS.
1617 - Fixed OPEN_MENU to accept names with spaces in them when used for opening
1618   directories. "foo bar" files or subdirectories are now correctly proccessed.
1619 - Fixed crashing bug when hiding/showing all windows with inspector panel open.
1620 - Fixed bug that raised unfocusable windows, (if RaiseDelay>0 and Sloppy or
1621   Auto focus mode was used) when the mouse pointer got over them. Unfocusable
1622   windows can still be raised, if selected from the window switch menu, or
1623   with click on title-bar. Meta click on titlebar will lower them.
1624 - Fixes in moveres.c to allow a smoother draw of frames while moving and
1625   resizing windows.
1626 - Fixed a problem when resizing with Meta+RightClick.
1627 - Fixed a bug that freezed WindowMaker when dragging a window from one
1628   workspace to other, with OpaqueMove = No;
1629 - WindowMaker now uses the values set for MoveToNewWorkspace and
1630   CycleWorkspaces when dragging windows from one workspace to other, making
1631   this more consistent with the behaviour of Clip and Next/PrevWorkspaceKeys.
1632 - Fixed problem with the geometry window not showing up, showing in the
1633   wrong place or with the wrong numbers in some cases.
1634 - Put all transparent drawing code into a single function, to ensure
1635   consistency.
1636 - Fixed really ugly crashing bug, when editing workspace names with
1637   Control-LeftClick on the workspace menu name, for workspaces above 10.
1638 - WindowMaker now reads domains from /usr/local/share/WindowMaker/Defaults
1639   and merge them with the user domain files. This way new options, or global
1640   settings are available for old users, without reinstalling these files for
1641   every user. See NEWS for details.
1642 - Basic icons needed to run WindowMaker are now part of the main package.
1643   They are icons for dock, clip, defaultAppIcon, sound server and for xterm.
1644   All the rest needed for apps that can be started from menu, and have entries
1645   in WMWindowAttributes, are in WindowMaker-data.tar.gz which can be found on
1646   http://windowmaker.org/ or ftp://ftp.windowmaker.org/pub/contrib/icons
1647 - Changed the SlideWindow() function to better adapt to slow machines. Also
1648   the animation constants are now run time. They are IconSlideDelay = 0;
1649   IconSlideStep = 5; and IconSlideSlowDown = 50; See NEWS for a more in depth
1650   description of how it works, and what all these options mean.
1651 - Changed behavior of AutoArrangeIcons to avoid unnecessarily shuffling of
1652   icons.
1653 - Changing icons in WMWindowAttributes domain, now automatically reflect on
1654   screen, without the need of restarting WindowMaker.
1655 - Added sound support in WindowMaker. Sound can now be enabled at compile
1656   time using --enable-sound option to configure. Also there is a runtime
1657   option named NoSound = Yes/No; See NEWS for details, as sound support is not
1658   yet fully functional.
1659 - Some animation constants are now runtime configurable. Please read NEWS file
1660   for a complete list of all the new entries in WindowMaker domain database.
1661 - Added option to clip menu to collect all icons on the screen that are not
1662   already docked.
1668 Changes since version 0.14.0:
1669 .............................
1671 - Fixed stacking problem with main fiend icon.
1672 - Fixed bug that made fiend's rewind button to not work on IRIX and PPC.
1673 - Removed "Default" button in panel 4 of the attribute editor and replaced
1674   with "Browse", to avoid confusion about it. But please note that Browse
1675   does not work yet.
1676 - Solved a bug in attribute editor that incorrectly create the appicon for
1677   an application. This could made WindowMaker to crash in certain conditions.
1678 - Fixed bug that gived focus to shaded&hidden windows.
1679 - Added keys to Raise/Lower the fiend. Read NEWS.
1680 - Added posibility to move app-icons between dock and fiend.
1681 - Fixed bug in winmenu.c, that caused incorrect menu item disabling in window
1682   menu, making the attribute editor inaccessible in certain cases.
1683 - Fiend enhancements. Read NEWS.
1684 - Added options for advancing to new workspace, and cycling through existing
1685   workspaces. Read NEWS.
1686 - Made the delay between changing workspaces with the fiend a runtime option.
1687 - Fixed bug that caused crash in certain condition when using Sloppy focus.
1688 - Fixed getstyle to include new options in WindowMaker configuration file.
1689 - Changed the default color for active fiend buttons and updated it in
1690   WindowMaker configuration file. You should update this, since the old active
1691   color was too close to the inactive color.
1692 - Made the fiend middle button have Active/Inactive color, corresponding
1693   to its normal/collapsed state.
1694 - Fixed a small mem-leak when destroying a workspace.
1695 - Fixed a bug in superfluous.c related to swapping dock position.
1696 - Fixed resize frame to show the window size numbers. Also fixed the numbers
1697   shown in that frame to reflect the real window size. Nicer arrows too.
1698 - Added posibility to send only a synthetic ConfigureNotify event, at the end
1699   of window moving, instead of every movement, to increase performance.
1700 - Fixed a bug in docking code, to allow strings with spaces in command name be
1701   properly quoted.
1702 - Changed the included asclock.tgz to better adapt to 8 bit displays.
1703 - Fixed window title updating after changes made with the attribute editor,
1704   when not using NEWSTYLE.
1705 - Made spixmap and tpixmap to work. See NEWS.
1706 - Theme support now available. See NEWS.
1707 - Fixed bug when loading missing domains that caused WindowMaker to crash.
1708 - Fixed typo in domain loading to count for global files if user files are
1709   not available.
1710 - Fixed bug in Attribute Editor, that crashed WindowMaker when restarting
1711   or exiting, while an Attribute Editor panel is open.
1712 - Put clip.tif, clip.png, clip.xpm, clip2.tif, clip2.xpm, Cone.xpm and
1713   Penguin.xpm in WindowMaker-data_tar.gz. These are icons intended for fiend.
1714   It can be found on ftp://ftp.windowmaker.org/pub/wmaker/contrib/icons
1718 Changes since version 0.13.1:
1719 .............................
1721 - put back libPropList tarball in archive. This will not count for people
1722   with already installed libPropList, since configure will first look for
1723   the installed version. Read the INSTALL file for details.
1724 - made a clean-up to let WindowMaker compile with DOCK undefined.
1725 - working fiend clone. Read the NEWS file for details.
1726 - fixed bug that caused crash when using FocusNext or FocusPrevious keys
1727   with no opened window.
1728 - some small bug fixes.
1729 - Added handler for SIGHUP. <kill -1 wmaker_pid> will cause wmaker to restart.
1731 Changes since version 0.13.0:
1732 .............................
1734 - Enhanced Attribute Editor. It will allow you to set options that apply
1735   to all windows. Also some new features. Read NEWS file.
1736 - Fixed bug in Attribute Editor that caused crash when icon was not found.
1737 - Fixed bug that crashed WindowMaker when some transient windows closed
1738   and the Attribute Editor remained open.
1739 - Fixed sloppy focus to correctly transfer the focus to the root window
1740   when there is no window open, or no window under the pointer.
1741 - Fixed sloppy focus to correctly focus the window under pointer after a
1742   restart or workspace change.
1743 - Fixed shift dbl-click on titlebar to not select the window.
1744 - libPropList is no more part of distribution. You need to have it installed
1745   or else you need to download it and compile. See INSTALL file.
1746 - Added Manome Tomonori's patch to fix kanji supprot. This added a new
1747   option to configure: --with-x-locale. See INSTALL and FAQ for more info.
1748 - Fix for clean compile under Irix.
1749 - Fixed autoarrange icons to do autoarrange after the dbl-click on app-icon.
1750   This way the appicon will not slip to the bottom left corner at the first
1751   touch, but let you first unhide the window.
1752 - Fixed icon box position when dock on the left side. Now dock will not cover
1753   the app-icons.
1754 - Fixed typo in application.c that inverted instance and class, thus making
1755   instance.class options saved in WMWindowAttributes unavailable.
1756 - Added option SelectKey in WindowMaker config file, that lets one bind a
1757   key to select/unselect the focused window. Also the same option added
1758   to the window menu. SelectKey = "some_key_bind";
1759 - Changed stream->_fileno to fileno(stream) in isEof() in misc.c for
1760   portability.
1761 - Fixed window to not place themselves under dock if dock on the left side
1762   and auto/cascade mode is used.
1763 - Fixed auto/cascade window placement to not place a new window over a
1764   shadowed window.
1765 - Fixed bug in wdefaults.c that do not correctly initialized all bits
1766   in WWindowAttributes structure to 1.
1768 Changes since version 0.12.3:
1769 .............................
1771 - Attribute editor is working.
1772 - Now menus positions are remembered between sesions if they are sticky
1773   when WindowMaker exits/restarts.
1774 - Fixed menu behaviour when using lousy Windoze behaviour, not to select
1775   the item under mouse pointer if the launching click is shorter than
1776   the default double-click time.
1777 - fixed window menu (Move to), to correctly update after a workspace delete.
1778 - fixed stacking order after restart.
1779 - fixed FocusPrevious/Next keybindings to skip windows with skip_window_list
1780   enabled.
1781 - added horizontal restricted resizing, if modifier key (Shift) is used to
1782   drag the corner handle of resizebar.
1783 - minor fixes in WINGs related to the return of some function and string
1784   update for NULL strings. Also a new function for getting the state of a
1785   button.
1786 - fixed some bugs that crashed WindowMaker because of NULL pointers.
1787 - fixed a crasing bug in the window stacking code.
1788 - fixed Hide item in window menu to be disabled for windows that do not have
1789   an application icon, or have set "NoAppIcon = YES".
1790 - fixed problems with hiding applications without application icon.
1791 - put back the patches that lost between 0.12.0 and 0.12.3
1792 - changed autoarrange icons from a compile-time to a runtime option.
1793   Use AutoArrangeIcons = YES/NO; in 'WindowMaker' options file. Default is NO.
1794 - added compile time option for shading the resizebar. Default is no shade,
1795   which is default Openstep/NextStep4.0 look.
1796 - added pipe menus. '"Name" OPEN_MENU | script_that_constructs_menu'
1797   See the NEWS file.
1798 - added configurable horizontal resize threshold.
1800 Changes since version 0.12.2:
1801 .............................
1803 - fixed typos and a bug that could cause a crash on machines where
1804   sizeof(int) was different from sizeof(pointer).
1805 - this is mainly intended for clarifying the confusion about patches that
1806   was done in the last releases.
1808 Changes since version 0.12.1:
1809 .............................
1811 - fixed stupid, stupid typographical error that caused menus to segfault when
1812   NexMenuBehaviour / ScrollableMenus were set to YES (which is/was default)
1813 - changed configure so you can specify the location of graphics libraries and
1814   their header files (useful for building on different architectures)
1815 - fixed window focus problem
1817 Changes since version 0.12.0:
1818 .............................
1820 - now maintained by Matthew Hawkins <matt@mail.goldweb.com.au> while our 
1821   esteemed friend Alfredo is away.  Have a great holiday in Japan, mate!
1822 - fixed __DuMmY install problems
1823 - made NextMenuBehaviour and ScrollableMenus run-time configuration options
1824   instead of compile-time options
1826 Changes since version 0.11.1:
1827 .............................
1829 - added Launch command in dock menu
1830 - fixed manual window placement
1831 - fixed problem during installation in po/ directory
1832 - changed Command format for dock state 
1833 - added OffiX DND support for the dock
1834 - added Move To submenu in window commands menu
1835 - right click on root window does not deselect windows (to allow workspace
1836         switch through menu)
1837 - various 8bpp Colormap related glitches fixed
1838 - fixed keyboard bindings when all windows are closed
1839 - OPEN_MENU in unreadable directory fix
1840 - changed PixmapPath format from : separated paths to array of paths
1841 - multi color horizontal and vertical gradient
1842 - fixed crash in unhide application with transient windows
1843 - OPEN_MENU with optional command
1845 Changes since version 0.11.0:
1846 .............................
1848 - fixed bug with menus that caused wmaker to crash 
1849 - brought program parameter dialog box back
1850 - fixed autoplacement
1851 - changed window matching precedence for WMWindowAttributes (complete, just
1852 instance, just class, global)
1853 - event compression while moving windows for slow videos and ultra-high
1854 mouse sampling rates
1855 - fixed private colormap change in 8bpp
1856 - fixed titlebar redraw on unshade
1857 - renamed atom _GNUSTEP_WM_MINIATURIZE_WINDOW to  _WINDOWMAKER_WM_MINIATURIZE_WINDOW
1858 - fixed a bug with focusing windows in AutoFocus=NO;
1860 Changes since version 0.10.2:
1861 .............................
1863 - fixed autoraise
1864 - fixed menu weirdness
1865 - many features brought back
1866 - fixed maximize bug
1867 - added a widget set and new dialog panels
1868 - fixed titlebar update after font change
1869 - renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION 
1870 - fixed bug with miniaturization of bad behaved apps (vtcl)
1872 Changes since version 0.10.1:
1873 .............................
1875 - fixed bug with "invisible" menus
1876 - added AutoFocus option
1877 - support for pixmap files for dock tile
1878 - fixed focusmode
1879 - tile pixmap for icons
1881 Changes since version 0.10.0:
1882 .............................
1884 - fixed bug with input focus in sloppy focus mode
1885 - implemented pixmap mask creation in wrlib
1886 - root window pixmap option
1887 - added ppm support in wrlib
1888 - fixed portability stuff in libPropList
1889 - merged wmsound and bug fix patches
1890 - fixed dock icon border width
1891 - readded focusable option
1892 - autostart apps on startup
1893 - added jpeg support in wrlib
1894 - fixed bug with menus that did not end with a newline
1895 - RaiseLower now acts on the window under the pointer, as in olwm
1896 - fixed docked icon move
1897 - option for left handed ppl (swap left button with right button)
1898 - generalized titlebar and window frame stuff for windows and menus
1899 - changed event handling
1900 - single piece titlebar gradients
1901 - option and escape expansion for dock commands
1902 - save workspace state
1903 - initial workspace window option
1904 - corrected order of window names for dock state file (was class.instance,
1905         is instance.class now)
1907 Changes since version 0.9.0:
1908 ............................
1910 - option to make maximize and window placement account for the Dock
1911 - fixed modifier binding
1912 - new menu configuration: OPEN_MENU. Get menu data from file, directory or
1913 pipe
1914 - removed rename_ws menu command
1915 - fixed IgnoreFocusClick
1916 - more apps can be docked (ghostview et. al)
1917 - fixed diagonal/horizontal resize detection to be like in NS
1918 - simplified titlebar button code: removed possibility to add more buttons
1919 - fixed window gravity handling (xclock -geometry 100x100-0-0) 
1920 - removed shadeable window attribute, added DontMoveOff
1921 - window resize with Meta-Click3 on window
1922 - fixed bug that caused keyboard locks if a invalid key was used in a shortcut
1924 Changes since version 0.6.3:
1925 ............................
1927 - moved to automake
1928 - changed preference directory from gnustep to GNUstep
1929 - added tiff support
1930 - changed preferences to be dynamically modifiable
1931 - several memory leaks fixed
1932 - changed meta-dblclick in dock button to start app to control-dblclick
1933 - fixed bug with unhide app and window list menu
1934 - miniaturized windows are now hidden when hiding an app
1935 - fixed bug in random window placement
1936 - renamed _GNUSTEP_WM_FUNCTION to _WINDOWMAKER_COMMAND
1937 - close stdin from forked processes, so that they don't block wmaker
1938 - fixed crash when closing a selected window
1939 - fixed timer event stuff to be more robust
1940 - rewrote dialog boxes with Athena
1941 - removed focusable window option
1942 - savews now puts -geometry as the first argument of the command line
1943 - new superfluous stuff: better ghost image/shadow for dock
1944 - changed handling of menus that fall outside of screen to be like in NS
1945 - icon caching
1946 - resize with button2 don't raise window
1947 - option to change menu highlight color
1948 - lower miniwindow when miniaturize
1949 - option for setting icon size
1950 - keyboard traversal of menus
1951 - all dock state information saved across sessions
1952 - must hold Alt to undock running app
1953 - added focused window indicator in window list
1954 - CirculateRaise option
1955 - ModifierKey option
1956 - fixed duplicated menu bug
1958 Changes since version 0.6.2:
1959 ............................
1961 - fixed problem with window command menu (click3 on titlebar)
1962 - fixed appmenus that were not unmapped when focus switched from the app
1963 - fixed bug with exit dialog when NEWSTYLE is defined
1964 - miniaturized menus are not mapped when activating an app
1966 Changes since version 0.6.1:
1967 ............................
1969 - dynamic update of WM_COMMAND hint
1970 - fixed crash bug with dock and application icons
1971 - fixed bug with application defined menus
1972 - selecting a window through the window list, brings windows that fall
1973 outside the visible area back
1974 - fixed bug with multiple window moving
1975 - various platform specific bug fixes
1976 - removed grab icon application icons
1978 Changes since version 0.6.0:
1979 ............................
1981 - --enable-shape is the default now
1982 - fixed group leader change for windows that are already mapped
1983 - NEWSTYLE button images have the same color as the title text
1984 - fixed noappicon bugs related to dock
1985 - fixed starticonic hint (-iconic)
1986 - broke menu code so that it will not work as OpenStep says. ie: submenus
1987         are not mapped below the mainmenu. If you want it to be like before,
1988         undefine SINGLE_MENULEVEL in src/wconfig.h
1989 - switch to next window (alt+tab) raises the window
1990 - fixed window title handling for titles that don't fit on the window
1991 - drag select for window command menu
1992 - gamma correction for 8bpp
1993 - fixed bug in full docks
1994 - workspace switching by window drag
1995 - added patches for smart and random placement
1996 - added dgradient fix patch
1997 - workspace state restoration after restart
1998 - added PNG support to wrlib
1999 - changed RLoadImage() support in wrlib
2000 - set DISPLAY environment variable to what was passed with -display option
2001 - added animations preference option
2002 - fixed winitrc
2003 - restore main menu, workspace menu and window list menu after restart
2004 - changed gethostname() with getenv("HOSTNAME") || getenv("HOST") to setup cpp
2005 - fixed bug with program defined titlebar button image in NEWSTYLE
2006 - added kluge for buggy MetroX servers (look at wconfig.h)
2007 - ignore CapsLock when handling windows
2008 - ability to drag windows between workspaces
2009 - ability to drag icons with a icon window
2010 - fixed bug with arrange icons for appicons without any window mapped
2011 - display window's workspace in window list menu
2012 - if a sticked menu is opened again, a new instance of the menu is created
2014 Changes since version 0.5.1:
2015 ............................
2017 - fixed bug that crashed wmaker on HPs
2018 - fixed bug that crashed wmaker with the window list
2019 - fixed bug with window focus after window miniturization
2020 - fixed bug that made wmaker crash when it didn't figure a docked app
2021 has quit. (probably the same problem with XFMail and others)
2022 - documented ColormapFollowsMouse option
2023 - workspace renaming through current selection
2024 - autolaunch indicator
2025 - dbl-click3 will not start app anymore
2026 - better handling of long text
2027 - limited windowlist menu width
2028 - fixed arrange icons
2029 - changed geometry display to account for base size if it's not in 
2030 the technical drawing style
2031 - meta-dbl-click on appicon does hide others 
2032 - changed RaiseOnFocus option with RaiseDelay
2033 - dbl-click on root window or open submenu entry brings the root menu 
2034 to the cursor.
2035 - removed AllowMenuLowering option and made menu ontopness work like on dock
2036 - changed meta-click on dock with meta-dbl-click, to change ontopness 
2037 - moved gradient and image code to a library. 
2038 - added support for icons with alpha channel
2039 - simplified dithering setup
2040 - many clean ups 
2041 - not-so-good looking gradients for 8bpp
2042 - changed application menu stuff 
2043 - started wmaker client library. Try out test/test.c
2046 Changes since version 0.5.0:
2047 ............................
2049 - startup stuff has changed!!! Instead of placing ~/.workspace_state in
2050 your .xinitrc, you must now call ~/gnustep/Library/WindowMaker/winitrc
2051 from there. Don't forget to update your menu files!!! Read the INSTALL file.
2053 - persistent root background colors (read the above item)
2054 - Spanish, Korean, Czech, Swedish and Dutch locales
2055 - menu commands can use the current selection as parameter
2056         (read the menu config file)
2057 - fixed bug in dock icons with 3 dots on some platforms
2058 - opaque window move
2059 - skipwindowlist option
2060 - better miniaturize animation
2061 - new silly animation(s) if --enable-superfluous is configured
2062 - button3 on miniaturize button hides the app
2063 - fixed bug on multi-window move
2064 - keyboard bindings ignores capslock state (but not NumLock, ScrollLock etc.)
2065 - fixed focus in unhide under sloppy focus mode
2067 Changes since version 0.4.3:
2068 ............................
2070 - dock remembers ontop state
2071 - OnTopTransients works correctly now
2072 - removed startWithdrawn option
2073 - added option to put text over icons (iconText)
2074 - fixed slippery window move
2075 - fixed another bug with NEWSTYLE
2076 - fixed problem with large app_options files
2077 - more i18n stuff. japanese, german and portuguese locale support.
2079 Changes since version 0.4.2:
2080 ............................
2082 - fixed black icon bug
2083 - fixed icon specification for dock
2084 - fixed docking on left side dock
2085 - fixed bug in window command menu
2086 - fixed bug in narrow windows with NEWSTYLE enabled
2087 - fixed Hide Others crash 
2088 - I18N fixes
2089 - hopefully stable again
2091 Changes since version 0.4.1:
2092 ............................
2094 - fixed some crash on startup bugs
2095 - fixed bug that made excessive use of colors in PseudoColor
2096 - (re)binding of application icons to Dock icons on (re)start
2097 - startWithdrawn window attribute
2098 - finished window list menu (button2)
2099 - implemented GSClientResizebar, GSMenuWindow, GSIconWindow,
2100 GSFullKeyboardEvents
2101 - implemented WINDOWMAKER_COMMAND ClientMessage handler
2102 - OffiX DND support in icons (for Trash)
2103 - portability fix for SunOS 4.x
2104 - fixed hide for windows with .noAppIcon: true
2105 - remember if window was hidden on restart
2106 - remember workspace on restart
2107 - do not auto-launch apps that are already running
2108 - asclock (and other docked apps) do not die on restart
2109 - forced application docking for undockable apps. See utils/dockapp
2110 - raiseOnFocus option for focus-follow-mouse mode
2111 - window command menu
2112 - fixed NEWSTYLE titlebars and converted menu titlebar button too
2114 Changes since version 0.4.0:
2115 ............................
2117 - fixed bug in I18N support
2118 - fixed bug that caused crash when patched xv was ran
2119 - cosmetic fix for transparent icon images
2120 - tell about apps that couldn't be launched
2121 - auto-launch in dock
2122 - patch for asclock to work on dock
2123 - raise/lower dock
2124 - fixed bug in workspace change when there are no windows
2125 - allow screen side change for dock
2127 Changes since version 0.3.2:
2128 ............................
2130 - application icons (not mini-windows) like I think how it is on NEXTSTEP(tm)
2131 - fixed "slippery" icon movement
2132 - added a Dock (not for GNUstep, as it will have it's own)
2134 Changes since version 0.3.1:
2135 ............................
2137 - fixed bug that caused window frames to be left after window closure
2138 - submenus are opened to the left/right if it is too close to the right/left 
2139 edge (not perfect, but better than before)
2140 - remember window state (shade) on restart
2141 - fixed resize bug
2142 - FreeBSD portability fixes
2143 - fixed bug in workspace menu with more than 9 workspaces
2144 - removed _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
2145 - fixed bug that caused crash when closing miniaturized apps
2146 - fixed little bug in resize
2147 - changed default shortcuts to be closer to NEXTSTEP(tm) (raise/lower window)
2149 Changes since version 0.3.0:
2150 ............................
2152 - added diagonal gradients
2153 - ignoreHideOthers window flag
2154 - optimized/fixed window raising and lowering
2155 - fixed menu handling: don't need to click on the menu after 
2156 it's opened to select items, just drag the pointer
2157 - _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
2158 - application specified titlebar button pixmaps
2159 - transient owners get a different titlebar color when the focus
2160 is in the transient (e.g, in NeXTese: mainWindow is highlighted correctly when
2161 the keyWindow is a panel)
2162 - when transient is closed, it's owner always get the focus
2163 - fixed XGrabButton/BadAccess bug
2164 - fixed window_count error (this time I'm 90% sure)
2165 - fixed focusNextWindow through Alt-Tab bug with non-focusable windows
2166 - fixed resize in windows without a titlebar
2167 - fixed bug with PAspect XSizeHint
2170 Changes since version 0.2.2:
2171 ............................
2173 - fixed problem that made multiple applications be launched
2174 with accidental dbl-clicks on the root menu.
2175 - _GNUSTEP_WM_MINIATURIZE_WINDOW protocol
2176 - added hideOtherApplications command (meta-dbl-click3 on titlebar)
2177 - new SHOW_ALL (windows) menu command
2178 - new HIDE_OTHERS (windows) menu command
2179 - changed icon/window title to show only end part of text if it doesn't fit
2180 - remade application group code (more stable)
2181 - undid stacking code change from 0.2.0
2182 - fixed bug that caused hangs (not sure)
2183 - fixed bug that caused window_count error and associated crashes 
2184 - remade application defined menus
2185 - vertical gradient
2186 - I18N support 
2187 - fixed multiple window selection bug with windows in other workspaces
2188 - changed workspace numbering
2189 - fixed problem with series of X errors when a window is destroyed
2190 - fixed cosmetic bug in gradient bevels
2191 - added UseSaveUnders option (problem with Netscape redrawing)
2193 Changes since version 0.2.1:
2194 ............................
2196 - fixed segfault on startup
2197 - changed source tree
2199 Changes since version 0.2.0:
2200 ............................
2202 - fixed various miscelaneous bugs
2203 - fixed icon pixmap update code
2204 - fixed bugs related to focus-follows-mouse mode (workspace switching,
2205 keyboard focus after unshading etc)
2206 - changed some options in preferences
2207 - changed window stacking order code
2208 - fixed icon handling
2209 - added option to display the root menu on startup
2210 - shaded windows are unshaded on restart, instead of getting iconified
2211 - fixed {ResizeDisplay,MoveDisplay}=corner
2212 - fixed problem with icon windows during restart
2213 - works OK from XDM
2215 Changes since version 0.1.3:
2216 ............................
2218 - fixed color freeing bug
2219 - fixed bug that allowed a window to keep the input focus when
2220 you focus a shaded window
2221 - fixed bug that allowed on top window to be lowered
2222 - disappearing xconsole and other initial-state==IconicState windows fixed
2223 - menus open always inside screen area
2224 - open submenus are moved with their parents 
2225 - keyboard support
2226 - faster menu drawing
2227 - hide for applications that use window_group hint fixed (LyX et al)
2228 - dynamic font setup (just a test)
2231 Changes since version 0.1.2:
2232 ............................
2234 - worked around problems when freeing colors under some buggy X servers
2235 - vertical gradients
2236 - floatingmenu option
2238 Changes since version 0.1.1:
2239 ............................
2241 - fixed list.c to compile in non-debug mode
2242 - sticked root menus cannot be unmapped clicking button3 (workspace
2243 unreachable problem)
2246 Changes since version 0.1.0:
2247 ............................
2249 - texture structure changed
2250 - application menu prototype (not finished)
2251 - arrange icons command
2252 - menu window levels  (menus are kept on top of other windows)
2253 - crash-on-alt-move-in-borderless-windows fixed
2254 - lot's of other bugs killed
2255 - delete last workspace command
2256 - titlebar text justification
2257 - start iconic hint is honored now
2258 - font setting in preferences
2259 - color setting in preferences
2260 - window dragging only occurs after 4 pixels of movement
2261 - restart command
2263 Changes since version 0.0.4:
2264 ............................
2266 - changed configuration file syntax (just a little bit)
2267 - removed box class
2268 - finished multiple window move
2269 - changed window list order from focus order to stacking order
2270 - implemented OpenStep window levels and OnTop windows
2271 - added refresh command to menu
2272 - added shutdown command to menu
2273 - make default menu when menu config can't be parsed
2274 - finally added window focusing when clicking on client window area
2275 - added visual clue to menu item invocation
2276 - shaped window support
2277 - in-memory size got bigger than AfterStep
2278 - various client window state transition bug fixes
2279 - icon placement
2280 - added multiple workspaces (no Pager yet)
2281 - added option for submenu alignment in relation to their parents
2282 - rewrote preference parser
2283 - added focus-follows-mouse and sloppy-focus
2284 - added cpp preprocessing
2285 - zombie process bug fixed
2286 - interactive and dumb (cascade) window placement
2287 - floating transient windows 
2288 - disable mapped submenu entry on parent
2289 - added colormap handling stolen from fvwm (temporary)
2292 Changes since version 0.0.3:
2293 ............................
2295 - hide application implemented (just for apps that have the window_group 
2296 field of WMHints set or the WM_CLIENT_LEADER property set, 
2297 apparently most Xt based apps)
2298 - fixed a crashing bug caused by icons 
2299 - internal change on button pixmap structure and other places
2300 - handling of property changes on mapped windows
2301 - fixed bug in event handling (MapRequest)
2302 - added support for systems without libXpm
2303 - added configure script, although it's still almost useless.
2304 - remade icon painting
2305 - icon background pixmap
2306 - internal icon pixmap dithering