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