Fixed bug with WPrefs not selecting the menu appearance options after startup
[wmaker-crm.git] / ChangeLog
blobcbed518fb4c0d64e0c6b711dc683050a7a9259a6
1 Changes since version 0.62.1:
2 .............................
3 - added blackbox style igradient (interwoven)
4 - added wmagnify utility
5 - changed behaviour of control/shift double click on titlebar for maximize
6 - updated getstyle to account for extendspace options
7 - fixed weird color bug in jpeg loader 
8         (Alban Hertroys <dalroi@wit401310.student.utwente.nl>)
9 - improved and simplified fonts configuration for multibyte languages
10         (Tomohiro KUBOTA <kubota@debian.or.jp>)
11 - rewrote menu reading code
12 - added KDE menu support in rootmenu
13 - added support for forced menu refresh in piped menus
14 - cleaned ParseCommand() and renamed to TokenizeString()
15 - rewrote menu editor in WPrefs
16 - added definable workspace border (0..5 pixels). See NEWS.
17 - fixed circulateraise on non-windoze cycling mode
18 - fixed bug in RCombineAreaWithOpaqueness (Tim Malone <tmalone3@uswest.net>)
19 - fixed bug with hangling of WM_COMMAND update in client.c (Andrew M. Langmead <aml@world.std.com>)
20 - fixed bug with incorrect reading of ppm files (Adam Fedor <fedor@gnu.org>)
21 - fixed bug with incorrect window placement using automatic placement, while
22   there were shaded windows on other workspaces
23 - fixed some buffer overflow issues in WINGs
24 - fixed bug with WPrefs.app not selecting the menu appearance options after 
25   startup.
28 Changes since version 0.62.0:
29 .............................
30 - made shortcuts available during alt+tab
31 - save lowered state of menus
32 - fixed portability bugs for old X servers
33 - added check for XInternAtoms in configure and replacement code
34 - fixed window cycling with single key shortcut
35 - fixed WPrefs crash on menu editor
36 - install only needed icons for WPrefs.app
37 - updated Finnish translations
38 - fixed user-whining-windoze-cycling bug
39 - added option for f'n windoze cycling..
40 - added --create-stdcmap and made std colormap creation off by default
41 - updated get/setstyle to account for new options
42 - fixed crash on restart bug
43 - made GNOME wm hints take precedence over KDE.. KDE hint will only be read
44   if GNOME hints dont exist
45 - updated kwm hint support (maximize hint)
46 - added memory usage in info panel
47 - fixed sticky hint handling in GNOME
48 - fixed saving of maximized state for restart
50 Changes since version 0.61.1:
51 .............................
53 - fixed bug with menu editor in WPrefs placing cut/paste-ed entries in wrong
54   positions.
55 - removed "Keep Attracted Icons" option from Clip's menu. See NEWS.
56 - fixed bug in Xdnd code to be able to work with QT. (This is QT's bug so
57   it will change again in future)
58 - replaced debugging output stuff with Nana
59 - fixed problem with session restoring and dock autolaunch (Jacek Naglak
60                                                         <nag@promail.pl>)
61 - put WorkspaceNamePosition in WPrefs
62 - added a lock to docked icons
63 - fixed crashing bug in WPrefs.app's Appearance section.
64 - fixed sorting of names in icon chooser, and file browser.
65 - fixed name completion problem in file browser.
66 - added new sound events (from pascal)
67 - fixed bug when moving/resizing internal windows
68 - propagation of -noext for submenus (David Reviejo <dreviejo@arrakis.es>)
69 - fixed problem with mouse sampling rate in SGIs
70 - optimized frame drawing (Swivel <swivel@gnugeneration.com>)
71 - removed broken optimized frame drawing patch
72 - added Select Window button in attribute inspector
73 - made icon images scale by a constant factor when changing icon size
74 - added support for standard colormaps in PseudoColor visuals
75 - changed geometry view for move/resize to a WINGs widget
76 - removed DisplayFont option
77 - added NoBorder attribute
78 - changed semantics of GNUstep window attribute hints
79 - added get-wings-flags and get-wutil-flags with the same purpose as
80   get-wraster-flags, but for compiling and linking with WINGs/WUtil
81 - fixed bug handling non-string values given to string valued options in 
82   defaults.c
83 - fixed colormap_window crash bug (appears when launching some apps from dock,
84   or removing apps from gnome panel etc)
85 - added DONT_SCALE_ICONS #define
86 - added --no-autolaunch patch (John Bafford <dshadow@zort.net>)
87 - made Apply button work on window inspector for windows with no WM_CLASS
88 - changed sound server code to be more efficient
89 - fixed crash with broken apps that set mask size != pixmap size in icons
90 - made wmsetbg accept relative paths for images that are not in PixmapPath
91 - fixed windoze cycling
92 - replaced XSync with XFlush in wUnshadeWindow()
93 - added GNUstep window recognition through WM_CLASS->class == GNUstep
94 - made window focusing not change titlebar color of GNUstep windows
95 - disabled passive mouse grabbing in client area of GNUstep window
96   when they are unfocused
97 - added Jim Knoble <jmknoble@pobox.com>'s cursor thing patch
98 - fixed lock of wmaker when clicking on menu multiple times
99 - made transients appear near their owner
100 - fixed crash bug with broken java implementations (Miguel Covarrubias 
101                                                         <mcovarr@tigr.org>)
102 - made Revert on attributes panel apply the reverted changes immediately
103   to avoid inconsistent internal state
104 - color dragging works correctly now
105 - arbitrary stacking levels
106 - save window shortcuts in state
107 - changed license of Marco's icons to GPL
108 - added --dont-restore cmd line option to not restore previous state
109 - fixed focus bug when moving wmaker panel windows in focus-follow mouse
111 Changes since version 0.61.0:
112 .............................
114 - fixed Xdnd by cropping filename with ""
115 - fixed OPEN_MENU
116 - fixed crash when moving a shaded window with keyboard
117 - fixed problem with window shortcut assignment from the menu
118 - fixed problem with fonts in WINGs (Masahide -mac- NODA 
119                                         <mac@flab.fujitsu.co.jp>)
120 - fixed multihead bugs (Morten Bøgeskov" <mb@dbc.dk>)
121 - fixed crashing bug when saving session information.
122 - fixed crashing bug related to onmipresent icons in Clip
123 - added _WINDOWMAKER_ICON_TILE and _WINDOWMAKER_ICON_SIZE hint in
124   the noticeboard window
127 Changes since version 0.60.0:
128 .............................
130 - fixed bug in window attribute panel
131 - SGI portability fix (Graham Whitted <gbw@sgrail.com>)
132 - fixed compilation problem with --enable-singleicon
133 - fixed compilation problem with WS_INDICATOR
134 - fixed crash bug with SGI (defaults.c) (Graham Whitted <gbw@sgrail.com>)
135 - fixed sloppyfocus problem in multihead dpys (Morten Bøgeskov
136                                                 <morten@bogeskov.dk>)
137 - fixed WorkspaceSpecificBackground bug in wmsetbg
138 - give preference to windows in window list when switching focus after
139   workspace change (Richard Kilgore <rkilgore@ece.utexas.edu>)
140 - brought back --locale cmd line option
141 - fixed bug with WorkspaceNameDisplayPosition (Emanuele Caratti <wiz@iol.it>)
142 - added missing kbd shortcut definitions for window shortcuts
143         (Michael Smith <mjsmith@spirit.com.au>)
144 - fixed floppy button layout in filepanel (Matthew Ashton <mrashton@home.com>)
145 - fixed bug with documentedited close button (Felipe A. Rodriguez 
146                                                 <farz@mindspring.com>)
147 - fixed some buffer overflows
148 - fixed some problem with the alpha
149 - fixed some problems with non gcc compilers.
150 - fixed problem with showing instance.class in the inspector window.
151 - fixed crash when displaying workspace name in some positions.
152 - fixed compilation problem when WS_INDICATOR was defined.
153 - added edge attraction. See NEWS.
154 - fixed buggy RSaveXPM() in wraster library. Its output was messed up, and
155   caused crashes for icons with more than 1024 colors.
156 - sinking windows (such as gmc icons) won't be calculated in edge resistance
157   or attraction.
158 - removed drop shadow for text on title bar code. (TITLE_TEXT_SHADOW)
159 - text on title bar is now possible to be drawn by plugin. See NEWS.
160 - WPrefs: added support for button4/5
161 - fixed scrolling of menus outside screen (Vito Caputo 
162                                                 <swivel@virtual-webworld.com)
163 - added dialog window for menu commands that can't be executed
164 - fixed crash when deiconifying windows when icons are disabled
165 - better smart placement (Gabor Melis <gabor.melis@essnet.se>)
166 - replaced old linkedlist code with WMBag
167 - fixed wmsetbg to use right bg color with transparent background images
168 - fixed crash with Assertion "bad_root_window" && 0' failed. on startup
169 - fixed crash when more than 1 dockapp fails to launch on startup
170 - added a different dock setup config for each screen size
171 - fixed PPosition handling
172 - New "Smart placement" mode. 'Smart' is no longer an alias to 'Auto' but
173   a different mode of placing windows. 'Auto' keeps the old behavior.
174 - added the dir where the menu is being read from to the search path
175   given to cpp
176 - doing a multiwindow selection shortcut and hitting the shortcut
177   repeatedly will cycle through the selected windows
178 - fixed crash when overwriting a string constant (default font specs) in WINGs
181 Changes since version 0.53.0:
182 .............................
184 - fixed a bug that caused icon overlaping in Clip, when icon was moved around.
185 - this time really added libwmfun to distribution.
186 - made deiconification not automatically focus window in sloppy focus
187 - fixed crash with DisableMiniwindows and icon pixmap changes
188 - fixed crash when changing icon of window without WM_CLASS
189 - added hysteresys for offscreen menu scrollback
190 - fixed bug with IgnoreFocusClick
191 - fixed crash with windows with width == 1 (Alban Hertroys 
192                                         <dalroi@wit401310.student.utwente.nl>)
193 - added SHEXEC command
194 - fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com)
195 - added balloon help everywhere
196 - fixed bug with FullMaximize attribute
197 - GNOME: button events not bound in wmaker are proxyized (to gmc)
198                                 (Paul Warren <pdw@ferret.lmh.ox.ac.uk>)
199 - fixed bug with restoration of maximized window after restart with
200   --enable-kde
201 - added high-quality filtered rescaling (smoothed rescaling) to wrlib/wmsetbg
202 - added SmoothWorkspaceBack
203 - fixed crash bug in Paths section of WPrefs
204 - optimized image rendering for 15/16 bpp
205 - user menus' paths were changed. See NEWS.
206 - added a timeout for the workspace name fading
207 - HP-UX compiler compatibility workarounds (Sebastien Bauer
208                                                 seb_bauer@bigfoot.com)
209 - fixed crash with attributes panel
210 - save state of all menus when exiting (Sebastien Bauer
211                                                 seb_bauer@bigfoot.com)
212 - added GNUstep info panel (still needs beautification..)
213 - made the paths selector in WPrefs.app use the open file panel
214 - fixed crash bug with hiding apps without dock/clip
215 - fixed a mem leak in superfluous mode caused by the ghost icon.
216 - added possibility to set omnipresent icons in Clip. See NEWS.
217 - fixed bug in WPrefs menu editor
218 - fixed crash when moving internal window with kbd
219 - fixed compilation problem on IRIX machines (Neil Muller
220                                                 <neil@octane.sun.ac.za>)
221 - replace xde support drop on dock with xdnd.
222 - added an (internal use) environment variable for telling WPrefs whats's
223   the name of the wmaker binary being ran.
224 - more elegant text entries in Clip's menu, regarding single/multiple
225   selected icons.
226 - fixed cosmetic bug in geom. dpy window for 8bpp
227 - removed --enable-kanji and added MultiByteText option
228 - rewrote font code to use WINGs
229 - made autoraise only work for the active window
230 - fixed compilation problem with OpenWindows and other non-X11R6 systems..
231 - fixed crash bug when iconsize=24
232 - fixed portability prob with raise() in SunOS
233 - fixed icon placement bug (Markus Schoder <Markus.Schoder@online.de>)
234 - added delete and floppy buttons in file panel.
237 Changes since version 0.52.0:
238 .............................
240 - patched wmsetbg to work with dynamically loadable texture renderer code
241 - added libwmfun to distribution (forgot to do so in 0.52.0)
242 - added MenuStyle option
243 - changed configuration updating to use notifications
244 - fixed window move through workspaces in nonopaquemove
245 - added message to immediately reread configuration data
246 - fixed some bug in XKB modelock toggling
247 - fixed crash bug when hiding apps with appicon disabled
248 - fixed wrong initial workspace # being shown on attributes panel
249 - XSMP updates
250 - update colorpanel
251 - applied WMSound patch from "Quinn, Anthony" <Anthony.Quinn@usa.xerox.com>
252 - fixed focus bug with unfocusable window (I swear I had fixed that before...)
253 - applied windoze cycle patch from  Paul Warren <pdw@ferret.lmh.ox.ac.uk>
254 - changed initscript and exitscript execution from fork()/exec() to system()
255 - added ResizebarBack and added appropriate backwards compat. hacks in setstyle
256 - applied ]d's patch to allow DEMATERIALIZE_ICON over windows
257 - made clip arrows gradiented
258 - added a crashing dialog panel to select what to do on crashes.
259 - fixed the problem with showing a window as focused in the window list menu
260   while it was on another workspace.
261 - show workspace name on screen when switching workspaces
262 - made setstyle support WorkspaceSpecificBack
263 - fixed getstyle prob with filenames with spaces (Pierre Phaneuf
264                                                 <pp@ludusdesign.com)
265 - fixed crash with InfoPanel in multihead dpy
266 - Fixed bug in WPrefs that added a new line at the end of autostart script
267   at every save, growing it indefinitely.
268 - fixed a memory leak in wrlib (Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>)
269 - fixed crash during forced shutdown of X (Wolfram Gloger
270                                            <wmglo@dent.med.uni-muenchen.de>)
273 Changes since version 0.51.2:
274 .............................
276 - made the Attributes panel be available for all windows, even
277   for completely broken apps (although settings wont be saved for
278   completely broken apps)
279 - fixed compilation problems with compile time #defines
280 - workaround for crash during startup related to hiding miniaturized windows
281   from Matt Armstrong <matt_armstrong@bigfoot.com>
282 - fixed focus problem with unfocusable windows
283 - fixed bug in WPrefs that changed EXIT to SHUTDOWN
284 - fixed menu title messup bug in WPrefs
285 - added a dot to mark hidden applications (compile time) (id@windowmaker.org)
286 - enhancements to the modelock patch (id@windowmaker.org)
287 - show kbd mode for modelock  (id@windowmaker.org)
288 - enhanced positioning of transient windows
289 - added dynamically loadable texture renderer code
290   from Tobias Gloth <gloth@online.de>
291 - added DisableMiniwindows option
292 - kde: miniaturize animation will match the taskbar icon (KWM_WIN_ICON_GEOMETRY)
293 - miniwindows show the title of the window if there is none set for it
294 - fixed crash on kpanel restart
295 - remember window shortcuts after restart
296 - change edge resistance to account for panels and stuffs
297 - narrower menus
298 - fixed auto raise/lower behaviour of clip for docked applications that have
299   their own window (applets).
300 - cleaned up Clip's autocollapsing code, and made it to be similar to the
301   auto raise/lower code (much cleaner).
302 - fixed a race condition in Clip behavior when changing workspaces, if set to
303   autocollapsing.
306 Changes since version 0.51.1:
307 .............................
309 - fixed bug with window that can get focus if both shaded and hidden.
310 - maximize for full screen
311 - fixed problem with frame drawing in non-opaque 
312 - fixed installation path prob [jmknoble@pobox.com]
313 - fixed bug moving window when only one window is on screen
314 - fixed bug with ignored GNUstep attributes
315 - fixed WPrefs crash in Mouse Preferences
316 - fixed crash bug in WINGs/wmaker startup
317 - added workaround for kde pager crash bug
318 - made %W in root menu and wmsetbg -w take numbers starting from 1
319 - fixed crash bugs with kpanel
321 Changes since version 0.51.0:
322 .............................
324 - put . to mark hidden apps
325 - fixed dont set xset stuff option in WPrefs
326 - fixed menu title messup in WPrefs
327 - fixed WPrefs message dialogs for invalid menus
328 - fixed workspace back setting in all screens
329 - fixed WorkspaceSpecificBack / wmsetbg
330 - added WindozeCycle patch (being rewritten)
331 - cleaned up focus/unfocus state transitions
332 - made WPrefs more robust
333 - fixed locale file (po) installation stuff
334 - fixed focus loss when dragging window across workspaces
335 - fixed workspace baby boom with nextworkspacekey
336 - removed ignore_next_unmap kluge
337 - install defaults data in /usr/local/etc
338 - added menu for miniwindow
339 - fixed remove resizebar from shaded window
340 - rewrote library/header search code in configure
341 - rewrote window move/edge resistance code
342 - added window border resistance
343 - changed EdgeResistance option to only YES/NO
344 - added workaround for glibc bug in sscanf("", bla, bla)
345 - hopefully fixed WM_COLORMAP_WINDOWS crash bug
346 - fixed searching of localized menus
347 - fixed --help option
348 - fixed handling of docked apps with . in their instance names
349 - RSupportedFileFormats() in wrlib will now return a static buffer
350 - fixed bug in StartHidden
351 - a little faster startup
352 - will rearrange icons after moving an icon if autoarrangeicons
353 - fixed icon overlap bug
354 - fixed crash with internal dialogs and multi-heads
355 - added standard colormap support to wrlib (taken from libXmu sources)
356 - fixed memory leak in attribute panel
357 - fixed crash with CalendarManager deiconify
358 - fixed heisencrash when mapping new windows
359 - fixed totally buggy wmaker.inst ~/.xinitrc checker
361 Changes since version 0.50.2:
362 .............................
364 - added some new icons made by Marco
365 - kde: fixed stacking order reporting for modules
366 - gnome: fixed state change request handling
367 - fixed handling of file names with non-alphanum characters in wmsetbg
368 - hopefully fixed timestamp problem that caused regeneration of configure
369 - fixed a bug in the auto raise code
370 - made SIGHUP exit wmaker and SIGUSR1 restart for GNOME compatibility
371 - fixed %a() bug (now it really is fixed!)
372 - fixed docking icons in last icon
373 - fixed WMInsertPopUpButtonItem()
374 - fixed bug that caused fonts of themes to be ignored
375 - fixed bug in path handling in getstyle
376 - stop icon explosion animation by clicking on root window
377 - made SAVE_SESSION save the state of the dock
378 - added command line option aliases that adhere to the GNU standards
379 - fixed png gamma bug (actually unmade buggy fix)
380 - fixed bug in property notify handling
381 - removed KeepTransientsOnTop
382 - fixed window focus when switching workspaces
383 - fixed attribute inspector Apply for dont bind keys
384 - fixed bad colormap bug (I hope)
385 - added acceleration to keyboard window move
386 - %W expand to current workspace #
387 - fixed background pixmap color problem (cpixmap etc)
388 - applied drop shadow patch
389 - fixed crash on startup with xconsole and xdm
390 - fixed portability prob with MkLinux/PPC
391 - fixed portability prob with Alpha
392 - added color panel to WINGs
393 - added support for olwm/OPEN LOOK(tm) hints
394 - added SaveYourself support
395 - fixed bug in start maximized
396 - added _WINDOWMAKER_NOTICEBOARD protocol
397 - added docklib
398 - updated utility parameter format to GNU standards
399 - removed libPropList from distribution and merged with GNOME one
401 Changes since version 0.50.1:
402 .............................
404 - fixed wmsetbg
405 - fixed parsing of WorkspaceSpecificBack
406 - fixed initial workspace for new windows
407 - added the workspace button proxy thingy for GNOME 
408 - added more GNOME compatibility fixes
409 - fixed bug in %a() macro in root menu
411 Changes since version 0.50.0:
412 .............................
414 - fixed bug that allowed docking of icons to outside the screen
415 - added extra code to handle kpager bug
416 - fixed crash when opening appicon menu
417 - fixed problem that caused Motif hints to be sometimes ignored
418 - fixed bug in layer treatment of GNOME hints
419 - fixed weirdness in initial window workspace
420 - fixed problem with Sun compilers
421 - fixed bug with () Workspace{Specific,}Back specs
422 - added --disable-rpath option (from KDE) by request
423 - maybe fixed bug with StarOffice
424 - fixed pipe fd inheritance mess
425 - fixed bug in kde workspace renaming
426 - fixed installation problems
428 Changes since version 0.20.3:
429 .............................
431 - window list is ordered by workspace
432 - preliminary grid move mode
433 - fixed prob with docked apps with the same name switching places (like wmmon
434   and wmmon -s)
435 - wrapping of workspace switching for 5button mice
436 - added restart in fallback menu
437 - fixed buglet in modifier error reporting
438 - extra options in window command menu
439 - changed select() used in wevent.c to poll()
440 - fixed bug in SGI boxes (black dialogs)
441 - added IconTitleBack, IconTitleColor
442 - made error checking stricter
443 - fixed crash when saving application supplied icons that have many colors
444 - added move threshold to menus
445 - added textured gradient textures
446 - added -nofont flag for setstyle
447 - added -p flag and theme pack support for getstyle
448 - fixed crash bug when clicking on menu title opened with kbd
449 - fixed bug that caused incorrect saving of icon configuration (the -name bug)
450 - scale pixmap texture for workspaceback type will maintain aspect ratio
451 - fixed memory leak in jpeg loader
452 - started XStandardColormap support
453 - added StartMaximized window flag
454 - fixed bug of mixed up Unfocusable and StartMiniaturized flags
455 - yet another try to switch to shared libraries
456 - workspace specific background images
457 - stack new windows to under focused window if autofocus is off (disabled)
458 - added kde support
459 - implemented the "GNOME Window Manager Compliance" stuff
460 - window move/resize by keyboard
461 - rewrote window attribute code to make it cleaner
462 - added --enable-lite configure option
463 - added support to change prompt in %a() for root menu
464 - rewrote exit code
465 - added KeepInsideScreen=YES; for scilab in default WMWindowAttributes
466 - added an option to the Clip, to allow automatic Raise/Lower when the mouse
467   cursor enter/leave the Clip.
470 Changes since version 0.20.2:
471 .............................
473 - hysteresis for menu item selection (delayed selection for selecting
474   submenu items)
475 - window shortcuts
476 - removed Hide Others from window commands menu
477 - window commands menu will close when the window for it is closed
478 - made shade not set the Iconic state
479 - fixed bug in miniaturizing atribute panel
480 - made frame rectangles be more visible in PseudoColor (8bpp)
481 - fixed bug for 64bit machines
482 - added support for ICCCM 2.0  WM_COLORMAP_NOTIFY message
483 - fixed bug for apps that put strings with . in WM_CLASS
484 - added handling for reparented client windows
485 - fixed bug with window positioning
486 - fixed cascade window placement to account for dock
487 - added modelock stuff
488 - added X include path in gfx header when configure searches for headers
489 - fixed bug in window positioning by clients
490 - added run-time test for shared pixmap support on server
491 - changed order of link flags in Makefiles
492 - fixed problem with random window placement
493 - fixed multiple window selection for multiheads
494 - grayscale and 8bit jpeg support
495 - fixed client restoration in restart/exit in multiheads
496 - started session management code
497 - fixed problem with docked programs that have names with spaces
498 - updated WPrefs.app for iconificationstyle
499 - added -static command line option
500 - put redundant NoWindowOverDock
501 - fixed overlapping clip icon bug
502 - extended window level code
503 - added KeepOnBottom hint
504 - added iconification style to WPrefs.app
505 - fixed crash with bad value in defaults file
506 - changed icon stacking code
507 - added primitive support for 5 button mouse (for switching workspaces)
508 - fixed BadAccess and crash on programs that do XGrabButton
509 - fixed bug with rootmenu Exec not working when stty is called from ~/.tcshrc
510 - fixed bug with Move menu and sloppy focus
511 - temporarily removed SHELL support in apps menu
513 Changes since version 0.20.1:
514 .............................
516 - fixed timer bug
517 - removed NoWindowUnderDock
518 - error reporting mechanism has changed in wrlib. Instead of a writing
519   the message in a string, it will place the error code in RErrorCode
520 - smoother icon selection
521 - persistent client supplied icon pixmaps
522 - fixed yet another crash on emacs exit bug
523 - fixed portability prob in wrlib shm code
524 - fixed bug in DISPLAY variable setting in multiheads
525 - fixed a few more portability problems related to storing struct properties
526 - fixed damaged balloons on Suns/8bpp (I guess)
527 - better "one of" type option handling
528 - added a timeout for some animations
529 - support for large binary files in wxcopy/wxpaste
530 - fixed bug of losing focus when resizing/moving windows
531 - fixed bug in libproplist
532 - fixed focus with sloppy
533 - changed permissions of shm segments to 0666. Now, if someone has a shm
534   leak, we can know who it is.
535 - faster titlebar texture update
536 - faster icon kaboom
537 - added different undocking animation
538 - updated wmaker -version to output "Window Maker" instead of WindowMaker
539 - fixed crash bug with transient windows (gimp etc)
540 - fixed bug with popen()+wwarning() - problem opening cpp'ed menus
541 - added test for header files in configure for gfx libraries
542 - simplified building process, making libPropList be always built
543 - fixed crash with bad mgradient color entry
544 - docked appicons that are being edited/killed cant be moved (mutex fix)
545 - more features in wxcopy/wxpaste
546 - fixed bug with state file in multiheads
547 - selection retrieval moved to WINGs
548 - fixed workspacekey to switch workspaces in the current layer
549 - fixed workspacekey to not switch to inexisting workspace unless
550   AdvanceToNewWorkspace is YES
551 - fixed bug with disappearing windows if a workspace switch is made on startup
552 - fixed blocking of window creation/destroy events when opening menu with kbd
553 - fixed aspect ratio setting bug
554 - fixed crashing when miniaturized window is closed during animation
555 - added XDE support
556 - fixed stupid bug in shape stuff
557 - raised threshold for removing docked icons
558 - fixed HideOthers for windows with NoAppIcon=YES
559 - if Cancel is pressed in dialog box of %a in menu cmd lines, the command
560   will be canceled
561 - slightly better dithering for 8bpp
562 - apps menu will use $SHELL, instead of /bin/sh to run EXEC menu commands
563 - cleaned up some code (GetNormalHints(), wManageWindow(),
564   wGetWindowSavedState() et al, )
567 Changes since version 0.20.0:
568 .............................
570 - fixed cpixmap to use the specified color for background around the image.
571 - fixed compiling problem in wrlib.
572 - fixed bug with bad shortcut names in menus.
573 - fixed some compiling compatibilities.
574 - added a new theme, named BlueWaves.
577 Changes since version 0.19.3:
578 .............................
580 - fixed crash when closing windows in autoraise
581 - fixed a memory leak 
582 - fixed a crash when closing Lotus Notes
583 - rewrote colormap code
584 - incomplete multihead support
585 - optimized wrlib dithering code
586 - new superfluous animation
587 - fixed cpixmap bug
588 - fixed sound bugs
589 - fixed miniaturization bug
590 - added script to be called when wmaker exits
591 - fixed GNUSTEP_WM_ATTR writing/reading
592 - added quick and dirty selection pasting in text fields
593 - fixed animation to be displayed again when unhiding an application.
594 - made the miniaturize animation a runtime option. See NEWS.
595 - fixed bug with reassigning keyboard shortcuts after they are changed.
596 - added edge resistance. See NEWS.
597 - fixed bug with long names when renaming workspaces.
598 - fixed clip's balloon to not overlap the clip's buttons.
599 - fixed bad update of clip's workspace menu after workspace name change.
600 - fixed bug with cpixmap in wmsetbg.
601 - fixed a memory allocation problem in wrlib.
602 - AIX bug compatibility in XmbTextEntents()
603 - fixed jpeg loading bug
605 Changes since version 0.19.2:
606 .............................
608 - fixed visual problem when mapping internal panels
609 - better looking bevels for solid textures
610 - centered pixmap texture (cpixmap)
611 - added compile-time selectable animations for miniaturization
612 - fixed bug with moveto workspace, omnipresent and miniaturize
613 - fixed doubleclick bug
614 - added GIF file support (through libgif)
615 - implemented close color allocation in WINGs
616 - fixed bug with visuals different than default
617 - finished balloons
619 Changes since version 0.19.1:
620 .............................
622 - clip balloon under the clip
623 - fixed setting of DISPLAY env var from wmaker.
624 - fixed bug of passing focus to shaded window in other workspace
625 - changed ballon font from titlebar font to displayfont
626 - update menu when menu file path is changed in WMRootMenu
627 - fixed OPEN_MENU stuff in WPrefs
628 - fixed bug with mdgradient
629 - fixed maximize with NoWindowOverIcons
630 - fixed bug with kbd focus change
631 - fixed race in autoraise
632 - fixed bug in menu section of WPrefs
633 - fixed problem with modifier keys
636 Changes since version 0.19.0:
637 .............................
639 - fixed bug in balloon titles
640 - fixed stupid bug in workspace renaming from menu
641 - fixed bug with iconsize != 64
642 - fixed forgotten menu saving in WPrefs
643 - fixed various bugs in WPrefs
644 - fixed kbd menu traversal bug
645 - fixed bug with multiple depth supporting servers
646 - fixed disappearing outer border of shaped windows
647 - kluged bug with shaped window resize
648 - fixed bug in WPrefs for systems without TIFF
649 - fixed bug with Info/Legal panel closure
650 - fixed Clip's look.
652 Changes since version 0.18.1:
653 .............................
655 - added shade indicator for window list
656 - fixed small problem in menu autoscrolling
657 - fixed bug when reading a corrupted defaults file
658 - visual depths different than the default works now
659 - fixed problem with non-ascii characters in localized dialogs
660 - workspace rename from clip menu
661 - fixed memory leak in internal proplist parser
662 - fixed infinite loop when parsing mgradient with bad color name
663 - fixed bug with paths containing ~ in iconchooser
664 - cleaned up double-click code
665 - balloon help
666 - fixed bug with launching of ForcedDock apps
667 - fixed cosmetic bug with miniwindows and titlebar
668 - fixed bug with applications that steal input focus
669 - EmulateAppIcon window attribute
670 - Revert in attribs panel will not apply the changes
671 - fixed bug with focus being left in old workspace after switching to an empty
672 workspace.
673 - finished clip remakeup
674 - more generic and faster icon placement algorithm
675 - icon yard
676 - fixed wxcopy bugs
679 Changes since version 0.18.0:
680 .............................
682 - fixed cosmetic bug in beveling of pixmap/gradient textures
683 - fixed bug in titlebar mouse bindings
684 - fixed some bugs in proplist menu
685 - fixed bug in window list menu indicator
686 - fixed a very old bug related to unwanted button grabs in non-click-to-focus
687 - fixed bug when opening settings panel for appicon with invalid icon file
688 - winspector appicon related bug fix
690 Changes since version 0.17.5:
691 .............................
693 - fixed handling of signals when the X event queue is empty
694 - fixed blank window titles 
695 - made current workspace entry be disabled in Move To window menu command, and
696   in the Clip's Move To submenu.
697 - fixed menu width calculation
698 - fixed bug with buttonpress/release events
699 - fixed problem with WMRootMenu with a ~ in the path
700 - fixed bug caused that caused the clip to not function properly,
701   unless a workspace switch was made
702 - added a hack to make everything work even if NumLock or ScrollLock is on
703 - added a little more verbosity to error messages
704 - fixed kluged workspace menu in clip
705 - removed workspace menu mapped through the microbutton in the clip. 
706 - remade clip button layout to be more usable
707 - fixed bug with keepontop and apps with Motif hints (x11amp)
708 - changed menu border drawing
709 - fixed bug in clip free slot finder code
710 - fixed infinite reproduction of OPEN_MENU submenus bug
711 - added support for future extension to dock totally broken apps (wharf-like
712   dumb launching)
713 - changed icon of close button when app doesn't understand WM_DELETE_WINDOW
714 - removed SwapMenuButton and added 3 finer grained equivalent options
715 - better docked application settings panel
716 - fixed positioning problem with attributes panel
717 - removed WorkspaceChangeDelay and cleaned up related stuff
718 - removed AClipColor and IClipColor
719 - added SelectKey back
720 - removed install -d from po/Makefile
721 - i18n support in WINGs (dialog panels)
722 - rewrote menu scrolling code (possibly fixed related crashing bug)
723 - fixed crash with icons bigger than the tile
724 - fixed bug in attributes editor to apply changes to dont bind {keys, mouse}
725 - fixed bug in unhide that unhided all windows in the same workspace
726 - moved noappicon to Application Specific options.
727 - fixed revert for StartHidden
728 - changed style in default WindowMaker domain file
729 - fixed bug in hash table
730 - fixed bug with transients for leaders that don't have their leader hint
731   set to themselves
732 - changed all window_flags to have default values of 0 (closable -> no_closable)
733 - fixed bug with workspace change of hidden miniwindows
734 - added descriptive icons in window list
735 - fixed bug of having to keep mouse over window to edit textfields
736   of wmaker panels
737 - extended menu shortcuts to proplist menus
738 - changed proplist menu format: removed redundant array for submenus
739 - made arrangement of icons when workspace is switched to not arrange moved
740   icons
741 - fixed bug in focusfollowmouse that made windows under the currently
742   focused window that close, to not get the focus
743 - if the app is a .app, it will try to find it's icon in the .app
744   directory and save it in the WMWindowAttributes, so that the dock can use it.
745 - drag docklets that select for mouse events to with Alt+drag
747 Changes since version 0.17.4:
748 .............................
750 - fixed bug titlebar when closing transient of unfocusable window
751 - fixed crashing bug with attributes editor when saving
753 Changes since version 0.17.3:
754 .............................
756 - added Info panel
757 - fixed crashing bug in libproplist
758 - do not crash anymore if config files are bad
759 - better handling of libjpeg errors
760 - changed method to select icons
761 - fixed bug in dock panel
762 - fixed bug in Remove Icon in clip
763 - fixed serious memory leak in wrlib
764 - fixed bug that allowed addition of more than 1 WORKSPACE_MENU
765 - rewrote proplist parser by hand. Seems to work with no crashes, but I'm
766   sure someone will crash it...
767 - fixed invisible text in geometry display when unfocused titlebar is black
768 - fixed bug with rootmenu that caused twin menus to be left mapped
769 - added DontConfirmKill option to remove confirmation panel for Kill
770 - fixed bug with hide of app with wmaker menu
771 - changed all NSsomething internal flags for the GNUstep attributes to 
772   WMsomething
774 Changes since version 0.17.2:
775 .............................
777 - fixed bug in attributes panel with Disable Resizebar
778 - fixed save in attribs panel with windows other than the client leader
779 - bug in  attribs panel with Revert that made it save attributes with the 
780   wrong name
781 - fixed (by kluging) bugs related to destroying dialog panels in a bad order
782 - fixed various bug with hide in empty screens
783 - fixed various potential races in miniaturize/shade code
784 - added Keep Icon command in clip
785 - made remove selected icons to remove current icon
786 - changed clientdata of clip to the clicked icon instead of the clip.
787 - renamed collect icons, made clip icons have a more uniform behaviour, added
788   keep icon command.
789 - fixed docking of apps that dont have WM_COMMAND and when the user clicks
790   Cancel in the command input dialog.
791 - fixed bugs in moving commandless icons between dock/clip or workspaces
792 - fixed bug hiding miniaturized windows
793 - fixed bug when reloading rootmenu with more than one shortcut
794 - fixed bug that launched shortcut entries without modifier together with
795   modified shortcuts
796 - even algorithm to find free slot in clip
798 Changes since version 0.17.1:
799 .............................
801 - Makefile.am fixes
802 - removed libtoolized libPropList
803 - fixed cascade placement
805 Changes since version 0.17.0:
806 .............................
808 - updated Makefile of the po directory
809 - removed useless strdup() in proplist.l
810 - fixed problem with systems that dont have PATH_MAX in <limits.h>
812 Changes since version 0.16.1:
813 .............................
815 - removed the Select key binding.
816 - changed Normal speed type to Medium and added UltraFast.
817 - Shift-dbl-click on appicon brings the app to current workspace.
818 - replaced menu based configuration of docked apps with a panel.
819 - added Unhide Here command for appicon menus
820 - partially corrected bug in icon selection code in window inspector. Was not
821   working correctly for multiwindow apps with appicon.
822 - added command menu for appicons
823 - removed global variables from winmenu.c
824 - fixed some memory leaks and removed redundant code in icon choosing code
825 - made Kill in dock menu to unconditionally XKillClient() the app. Sending
826   WM_DELETE_WINDOW would not close the app if the app had multiple windows
827 - added confirmation dialogs for Kill in appicon menus
828 - made ClipMaxIcons to be compile time settable
829 - renamed NoSound to DisableSound
830 - changed NoAutowrap to DontLinkWorkspaces
831 - fixed bug that prevented windows moved to other workspaces break Unhide
832 - fixed bug that made titlebar buttons disappear when font sizes were changed
833   in NewStyle
834 - changed Hide command binding in miniaturize button from Alt-Click to
835   Control-Click
836 - changed decoration window attributes to affect only decorations and their
837   names
838 - fixed MWM_HINTS support, removed MWMHints from WWindow
839 - removed Right button constrain window resize to horizontal only. It breaks
840   Alt-Right button resizes through the client area of window.
841 - fixed menu flicker problem when changing textures
842 - fixed bug miniaturizing shaded transient windows
843 - added shortcuts for menus
844 - remade titlebar bevel drawing
845 - fixed all known cosmetic bugs in titlebars and menu
846 - better algorithm to find free slot in clip
847 - user attributes have priority over program attributes
848 - removed LeftHanded and wLeftBtn/wRightBtn stuff
849 - added DisableWSMouseActions
850 - added SwapMenuButton
851 - renamed all NoSomething option names to DisableSomething, except NoWindow*
852 - removed ConstrainWindowSize
853 - fixed focus bug when changing workspaces in sloppy focus
854 - Changed the look of temporary attracted icons in Clip.
855 - Better detecting of graphic libraries.
856 - Made the menu scrolling with mouse button pressed to be smooth and clean.
857 - fixed a bug that left empty frames if a window was withdrawn on a different
858   workspace
859 - removed iconification animations for windows not in the current workspace
860 - readded shm support in wrlib
861 - merged libwwm.a with WINGs
862 - major cleanup of library function names.
863 - detect "lapses of memory" that cause forgetting to build libPropList and
864   build it automatically.
867 Changes since version 0.16.0:
868 .............................
870 - Fixed bug with applications set to start hidden.
871 - Fixed buggy getSpeed() that caused crash on some systems.
872 - Miscellaneous bug fixes.
873 - The resizebar cornewr handle is correctly rescaled when resizing.
874 - OPEN_MENU will read again menus from files.
875 - Right drag in corner handle of resizebar restrict resize to only horizontal.
876 - Corrected typo with default fonts used in WINGs.
877 - Implemented superfluous stuff as a runtime option. Is Superfluous = Yes/No;
878 - Disabling dock and/or clip can be done now from WindowMaker domain too.
879 - Selecting new style buttons is now done at run time. See NEWS.
880 - Fixed docked appicons to switch to last workspace the app was on when
881   unhiding (like not docked appicons do).
882 - Moved wNextEvent() and timer events stuff to WINGs.
883 - Added autoscroll for scrollers in WINGs.
884 - Optimized WMList and WMBrowser in WINGs.
885 - Button2 on clip opens workspace menu
886 - Changed cycling colors of selected icons. 
887 - Made icon chooser display a better rendering of alpha-channeled icons.
888 - Sorted list/browser entries.
889 - Fixed bug in timer code that was causing some timer events to be lost.
890 - New Pastel theme.
891 - Attracted icons in Clip will have a shadowed look if they are to be removed
892   when closed.
894 Changes since version 0.15.1:
895 .............................
897 - Modified how the wNextEvent() works, so it will go to sleep when there is
898   nothing to do. This changed the busy 5ms checking WindowMaker main loop,
899   with one that is active only when there are X events or timer events.
900 - Changed WorkspaceTiedMiniWindows option name to StickyIcons.
901 - Fixed some bugs with the miniwindows being sticky to workspace.
902 - WorkspaceBack now accepts the key None. WorkspaceBack = (None); will not set
903   any workspace back.
904 - Changed the fix for restoring window stacking order after restart and
905   fixed window stacking order on exit.
906 - OPEN_MENU command now expands paths with environment variables ($HOME) and
907   tildes (~user)
908 - automatic restart of another window manager on SIGSEGV, SIGFPE, SIGBUS
909 - removed HorizontalResizeThreshold option. To restrict resize to only
910   horizontal use Shift-drag in the corner handle.
911 - Added option to allow vertical maximizing not to overlap the minimized
912   windows. It is NoWindowOverIcons = Yes/No;
913 - Applications written with XForms library will get an app-icon now.
914 - Included the MWM hints for GNOME support. There is also a configure option
915   --with-gnome=yes/no.
916 - The dialog to enter the docked icon command is no longer called, if icons
917   are collected/attracted and the "Keep Attracted Icons" is not set.
918 - fixed start workspace in Attributes inspector. Current Workspace is the
919   workspace the user is when the app is started.
920 - clicking on the appicon switches to the workspace where the app was last
921   focused before unhiding
922 - fixed problem with aspect ratio setting (gr_osview etc.)
923 - changed some extensions in the default config/data files and removed 
924   Sound.{xpm,tif} because it seem to be copyrighted.
925 - added icon selection panel
926 - changed selection indication of icons. Removed SClipColor option
927 - simplified animation speed options (IconSlideDelay, IconDelayStep, 
928   MenuScrollDelay, MenuScrollStep etc. etc) to IconSlideSpeed etc.
929 - removed Start miniaturized/hidden items from Dock/Clip and added them
930   as attributes
931 - fixed Save in Attributes Panel. It should apply the changes before saving
932 - changed format of geometry information in WMState
933 - added DontSaveSession window attribute
934 - changed name of NextMenuBehaviour option to WrapMenus
935 - turned graphics_exposures off for all GCs created
936 - Fixed the big memory leak problem for oldstyle buttons in title bars.
937 - Solved problem with undefined ($RM) on Solaris, and maybe *BSD.
938 - Fixed how icon extension is set in WMWindowAttributes to be portable.
939 - Fixed buggy behavior when dragging a window from first workspace to next.
940 - Implemented selecting of miniwindows.
941 - Split the Clip menu to be smaller.
942 - Modified how selected app-icons/miniwindows are marked.
943 - Included patch for single appicon per instance.class pair.
944 - StartWorkspace was changed to take precedence over the workspace in which
945   application was started from Clip.
946 - Applications launched from dock will no longer start on the workspace they
947   were launched, but the one the user is in, when the window is mapping.
948 - Miscellaneous bug fixes.
952 Changes since version 0.15.0:
953 .............................
955 - Fixed bug that kept an appicon selected after detaching.
956 - Fixed bug that crashed WindowMaker if starting an application with.
957   NoAppIcon = Yes; while AutoArrangeIcons = True;
958 - Fixed the installed .xinitrc file.
959 - Fixed some ANSI C incompatibilities.
960 - Applications with omnipresent flag set will be mapped on the current
961   workspace, no matter from which Workspace Dock they were started from.
962 - mkmenu no longer gets installed, since is no longer needed.
963 - Fixed a problem for systems which do bad things for free(NULL);
964 - Attracted icons in Clip will not be saved in WMState if
965   "Keep Attracted Icons" is not set.
966 - Fixed code in defaults.c to use default hard coded values, if a syntax error
967   is encountered when parsing the default domain WindowMaker database.
968   This avoids a crashing bug if an image for spixmap or tpixmap is not found.
969 - Fixed some missing parameter in a call to wWarning() in texture.c which could
970   have caused hazardous (even crash) behavior if the pixmap image for texture
971   was not found.
972 - Fixed code in session handling, to save only one entry for applications with
973   multiple windows opened on screen.
974 - Implemented option to allow miniwindows to be workspace specific. It is named
975   WorkspaceTiedMiniWindows = Yes/No; It is set in WindowMaker domain. Read NEWS
976 - Fixed bug with incorrect height restoral of window when unshading requested
977   from client.
978 - Fixed problem with solid IconBack.
979 - Fixed problem with hardcoded /usr/local. The value given to configure with
980   --prefix=/some/path is now used.
981 - Implemented some workaround to avoid crashing of applications that expect
982   WM_STATE hint set before the window is mapped.
983 - Changed how the bevel for the menu title is drawn for solid color titlebars.
984   They now look nicer, and more consistent with the rest.
985 - Implemented a new animation method when blowing the detached icons. See NEWS.
986 - Fixed some places in code where hardcoded values (8) were used instead of
987   TITLEBAR_EXTRA_HEIGHT.
988 - Implemented a marking for the HorizontalResizeThreshold option. It will mark
989   the corresponding number of pixels on the resizebar corner if the option
990   is greater than 0.
991 - Changed WindowPlaceOrigin format from string to array. It should now be:
992   WindowPlaceOrigin = (64, 64); Default is (0, 0).
993 - The geometry window is now constrained to be always visible on screen, if
994   the geometry is set to be displayed Floating.
995 - The geometry window size is decided based on the font size. Also the geometry
996   window is correctly updated if the font size is changed while running.
997 - Deleted unnecessary redrawing code in moveres.c.
998 - Many fixes to moveres.c.
999 - Put all the keys from defaults.c in WindowMaker domain database. 
1000 - Fixed a crashing bug when workspace names were as long (or longer) as
1001   MAX_WORKSPACENAME_WIDTH (16 characters). In this case a right click on a
1002   window title caused WindowMaker to crash.
1003 - Included support for detecting if system requires to include libxpg4, which
1004   is needed by some FreeBSD systems, when using --enable-kanji.
1005 - Some fixes to configure.in and some Makefile.am files to allow the use of
1006   VPATH feature of 'make', which will let the source and build directories to
1007   be separate.
1008 - Changed the application launching code, so it put fork()-ed processes in
1009   process groups of their own, to avoid locking of entire session, due to a
1010   badly configure launching child. Only for systems which have setpgrp().
1011   This is autodetected by configure, and used if available, else it will revert
1012   to old behavior.
1013 - Added the AutoCollapse feature to clip. This (when set) will allow the clip
1014   to stay collapsed, and show when moving the mouse over it. When the mouse
1015   leaves it, it will collapse back after a delay. Read NEWS.
1019 Changes since version 0.14.1:
1020 .............................
1022 - Fixed icon tiles and icon titles to update correctly after changes in the
1023   configuration, without restarting.
1024 - Added code to deal with different visuals in wrlib. See NEWS.
1025 - Many things fixed in wrlib.
1026 - Fixed bug that crashed WindowMaker when the background image was no found.
1027 - Fixed crashing bug in wRemoveTimerInstance().
1028 - Changed name of fiend to Clip. It can also be refered like "Workspace dock".
1029   This means all references should be changed in all configuration files, and
1030   the command line options.
1031 - Fixed crashing bug when moving icon between dock and full Clip.
1032 - Fixed bug in wrlib (RCreateImage), that could crash WindowMaker if trying
1033   to create an image with not enough virtual memory.
1034 - Changed code for diagonal rendering in wrlib, to be faster.
1035 - Implemented multi-diagonal gradients.
1036 - Fixed problem when shading a window without titlebar.
1037 - Fixed code in rootmenu.c to substitute ~/ with user's homedir in OPEN_MENU.
1038 - Implemented sorting feature for OPEN_MENU. Now files in directories are
1039   sorted alphabetically, with directories first.
1040 - Some small fixes to the code in generic/list.c
1041 - Fixed jpeg and png loading in wrlib to be faster.
1042 - Renamed Style directory to Styles.
1043 - Striped the .style extension from the style file names. This is to let them
1044   better be handled by OPEN_MENU.
1045 - Changed Appereance submenu to include Theme support.
1046 - Fixed bug when updating clip's main icon.
1047 - Improved version of wmsetbg. See NEWS for new options.
1048 - Small gradient testing program in wrlib/testgrad.c
1049 - Fixed problem with zombie wmsetbg.
1050 - Integrated dockit in WindowMaker. dockit now gets installed with WindowMaker.
1051 - Implemented runtime option to allow user to select the origin from where
1052   windows are placed on screen with auto and cascade placement modes.
1053   Default is WindowPlaceOrigin = "0, 0"; See NEWS.
1054 - New behavior of OPEN_MENU. See NEWS.
1055 - Fixed applications autolaunched from Clip, to be mapped on the same workspace
1056   as the Clip they were autolaunched from.
1057 - A default WMState is now installed with WindowMaker, containing only the top
1058   most dock icon configured to run dockit.
1059 - Install will automatically detect if you have TIFF, PNG or XPM support
1060   compiled in WindowMaker (in this order), and update WMWindowAttributes
1061   accordingly with icon file extensions.
1062 - Directory structure under .../GNUstep/Library/WindowMaker changed to easily
1063   support themes.
1064 - Syntax of WMState was slightly modified. See NEWS.
1065 - Fixed WindowMaker when using -nodock and/or -noclip command line options
1066   to preserve the state of old dock and/or clip in WMState.
1067 - Fixed some mem leaks.
1068 - Fixed crashing bug in window.c.
1069 - Fixed bug that allowed a shaded window on other workspace to get focus.
1070 - New options in dock/clip menu. They allow one to start the app either
1071   miniaturized or hidden. See NEWS.
1072 - Applications launched from dock/clip now will be mapped on the workspace
1073   they were started from, even if meanwhile user change workspaces.
1074 - Implemented SAVE_SESSION, and CLEAR_SESSION commands for the root menu.
1075   They are intended to save (or clear) a shapshot a the current session state.
1076   Read NEWS for details.
1077 - Added SaveSessionOnExit = Yes/No; option in WindowMaker, to allow autosaving
1078   the state of the workspace on exit, and its restoral on next session.
1079   Defaults to No. See also NEWS.
1080 - Converted menu scrolling parameters to run time. They are (with default):
1081   MenuScrollDelay = 10; and MenuScrollStep = 5;
1082 - getstyle now accepts -t to get theme options too. Without -t getstyle will
1083   only get options for style (without WorkspaceBack and IconBack).
1084 - Added option in clip menu to allow moving of an icon to another workspace.
1085 - Fixed clip to remember the drop command over sessions.
1086 - Added option to clip menu to attract application icons from bottom of screen
1087   when they are launched, and attach them to the clip. Also there is a flag to
1088   allow the attracted icons to be kept in clip or destroyed when the
1089   application is closed. See NEWS.
1090 - Added option to dock/clip menu to allow one to set the icon image.
1091 - Fixed bug that not updated the default icon pixmap after the icon background
1092   changed.
1093 - Added posibility to (un)select icons in clip with Shift Left click, or
1094   using the clip menu. Read NEWS.
1095 - New option for color to mark selected icons. SClipColor = color;
1096 - Added option to clip to remove selected icons. Read NEWS.
1097 - Move between clips now applies to all selected icons, or if none selected,
1098   to the one the mouse was pressed on. See NEWS.
1099 - Fixed OPEN_MENU to accept names with spaces in them when used for opening
1100   directories. "foo bar" files or subdirectories are now correctly proccessed.
1101 - Fixed crashing bug when hiding/showing all windows with inspector panel open.
1102 - Fixed bug that raised unfocusable windows, (if RaiseDelay>0 and Sloppy or
1103   Auto focus mode was used) when the mouse pointer got over them. Unfocusable
1104   windows can still be raised, if selected from the window switch menu, or
1105   with click on title-bar. Meta click on titlebar will lower them.
1106 - Fixes in moveres.c to allow a smoother draw of frames while moving and
1107   resizing windows.
1108 - Fixed a problem when resizing with Meta+RightClick.
1109 - Fixed a bug that freezed WindowMaker when dragging a window from one
1110   workspace to other, with OpaqueMove = No;
1111 - WindowMaker now uses the values set for MoveToNewWorkspace and
1112   CycleWorkspaces when dragging windows from one workspace to other, making
1113   this more consistent with the behaviour of Clip and Next/PrevWorkspaceKeys.
1114 - Fixed problem with the geometry window not showing up, showing in the
1115   wrong place or with the wrong numbers in some cases.
1116 - Put all transparent drawing code into a single function, to ensure
1117   consistency.
1118 - Fixed really ugly crashing bug, when editing workspace names with
1119   Control-LeftClick on the workspace menu name, for workspaces above 10.
1120 - WindowMaker now reads domains from /usr/local/share/WindowMaker/Defaults
1121   and merge them with the user domain files. This way new options, or global
1122   settings are available for old users, without reinstalling these files for
1123   every user. See NEWS for details.
1124 - Basic icons needed to run WindowMaker are now part of the main package.
1125   They are icons for dock, clip, defaultAppIcon, sound server and for xterm.
1126   All the rest needed for apps that can be started from menu, and have entries
1127   in WMWindowAttributes, are in WindowMaker-data.tar.gz which can be found on
1128   http://windowmaker.org/ or ftp://ftp.windowmaker.org/pub/contrib/icons
1129 - Changed the SlideWindow() function to better adapt to slow machines. Also
1130   the animation constants are now run time. They are IconSlideDelay = 0;
1131   IconSlideStep = 5; and IconSlideSlowDown = 50; See NEWS for a more in depth
1132   description of how it works, and what all these options mean.
1133 - Changed behavior of AutoArrangeIcons to avoid unnecessarily shuffling of
1134   icons.
1135 - Changing icons in WMWindowAttributes domain, now automatically reflect on
1136   screen, without the need of restarting WindowMaker.
1137 - Added sound support in WindowMaker. Sound can now be enabled at compile
1138   time using --enable-sound option to configure. Also there is a runtime
1139   option named NoSound = Yes/No; See NEWS for details, as sound support is not
1140   yet fully functional.
1141 - Some animation constants are now runtime configurable. Please read NEWS file
1142   for a complete list of all the new entries in WindowMaker domain database.
1143 - Added option to clip menu to collect all icons on the screen that are not
1144   already docked.
1150 Changes since version 0.14.0:
1151 .............................
1153 - Fixed stacking problem with main fiend icon.
1154 - Fixed bug that made fiend's rewind button to not work on IRIX and PPC.
1155 - Removed "Default" button in panel 4 of the attribute editor and replaced
1156   with "Browse", to avoid confusion about it. But please note that Browse
1157   does not work yet.
1158 - Solved a bug in attribute editor that incorrectly create the appicon for
1159   an application. This could made WindowMaker to crash in certain conditions.
1160 - Fixed bug that gived focus to shaded&hidden windows.
1161 - Added keys to Raise/Lower the fiend. Read NEWS.
1162 - Added posibility to move app-icons between dock and fiend.
1163 - Fixed bug in winmenu.c, that caused incorrect menu item disabling in window
1164   menu, making the attribute editor inaccessible in certain cases.
1165 - Fiend enhancements. Read NEWS.
1166 - Added options for advancing to new workspace, and cycling through existing
1167   workspaces. Read NEWS.
1168 - Made the delay between changing workspaces with the fiend a runtime option.
1169 - Fixed bug that caused crash in certain condition when using Sloppy focus.
1170 - Fixed getstyle to include new options in WindowMaker configuration file.
1171 - Changed the default color for active fiend buttons and updated it in
1172   WindowMaker configuration file. You should update this, since the old active
1173   color was too close to the inactive color.
1174 - Made the fiend middle button have Active/Inactive color, corresponding
1175   to its normal/collapsed state.
1176 - Fixed a small mem-leak when destroying a workspace.
1177 - Fixed a bug in superfluous.c related to swapping dock position.
1178 - Fixed resize frame to show the window size numbers. Also fixed the numbers
1179   shown in that frame to reflect the real window size. Nicer arrows too.
1180 - Added posibility to send only a synthetic ConfigureNotify event, at the end
1181   of window moving, instead of every movement, to increase performance.
1182 - Fixed a bug in docking code, to allow strings with spaces in command name be
1183   properly quoted.
1184 - Changed the included asclock.tgz to better adapt to 8 bit displays.
1185 - Fixed window title updating after changes made with the attribute editor,
1186   when not using NEWSTYLE.
1187 - Made spixmap and tpixmap to work. See NEWS.
1188 - Theme support now available. See NEWS.
1189 - Fixed bug when loading missing domains that caused WindowMaker to crash.
1190 - Fixed typo in domain loading to count for global files if user files are
1191   not available.
1192 - Fixed bug in Attribute Editor, that crashed WindowMaker when restarting
1193   or exiting, while an Attribute Editor panel is open.
1194 - Put clip.tif, clip.png, clip.xpm, clip2.tif, clip2.xpm, Cone.xpm and
1195   Penguin.xpm in WindowMaker-data_tar.gz. These are icons intended for fiend.
1196   It can be found on ftp://ftp.windowmaker.org/pub/wmaker/contrib/icons
1200 Changes since version 0.13.1:
1201 .............................
1203 - put back libPropList tarball in archive. This will not count for people
1204   with already installed libPropList, since configure will first look for
1205   the installed version. Read the INSTALL file for details.
1206 - made a clean-up to let WindowMaker compile with DOCK undefined.
1207 - working fiend clone. Read the NEWS file for details.
1208 - fixed bug that caused crash when using FocusNext or FocusPrevious keys
1209   with no opened window.
1210 - some small bug fixes.
1211 - Added handler for SIGHUP. <kill -1 wmaker_pid> will cause wmaker to restart.
1213 Changes since version 0.13.0:
1214 .............................
1216 - Enhanced Attribute Editor. It will allow you to set options that apply
1217   to all windows. Also some new features. Read NEWS file.
1218 - Fixed bug in Attribute Editor that caused crash when icon was not found.
1219 - Fixed bug that crashed WindowMaker when some transient windows closed
1220   and the Attribute Editor remained open.
1221 - Fixed sloppy focus to correctly transfer the focus to the root window
1222   when there is no window open, or no window under the pointer.
1223 - Fixed sloppy focus to correctly focus the window under pointer after a
1224   restart or workspace change.
1225 - Fixed shift dbl-click on titlebar to not select the window.
1226 - libPropList is no more part of distribution. You need to have it installed
1227   or else you need to download it and compile. See INSTALL file.
1228 - Added Manome Tomonori's patch to fix kanji supprot. This added a new
1229   option to configure: --with-x-locale. See INSTALL and FAQ for more info.
1230 - Fix for clean compile under Irix.
1231 - Fixed autoarrange icons to do autoarrange after the dbl-click on app-icon.
1232   This way the appicon will not slip to the bottom left corner at the first
1233   touch, but let you first unhide the window.
1234 - Fixed icon box position when dock on the left side. Now dock will not cover
1235   the app-icons.
1236 - Fixed typo in application.c that inverted instance and class, thus making
1237   instance.class options saved in WMWindowAttributes unavailable.
1238 - Added option SelectKey in WindowMaker config file, that lets one bind a
1239   key to select/unselect the focused window. Also the same option added
1240   to the window menu. SelectKey = "some_key_bind";
1241 - Changed stream->_fileno to fileno(stream) in isEof() in misc.c for
1242   portability.
1243 - Fixed window to not place themselves under dock if dock on the left side
1244   and auto/cascade mode is used.
1245 - Fixed auto/cascade window placement to not place a new window over a
1246   shadowed window.
1247 - Fixed bug in wdefaults.c that do not correctly initialized all bits
1248   in WWindowAttributes structure to 1.
1250 Changes since version 0.12.3:
1251 .............................
1253 - Attribute editor is working.
1254 - Now menus positions are remembered between sesions if they are sticky
1255   when WindowMaker exits/restarts.
1256 - Fixed menu behaviour when using lousy Windoze behaviour, not to select
1257   the item under mouse pointer if the launching click is shorter than
1258   the default double-click time.
1259 - fixed window menu (Move to), to correctly update after a workspace delete.
1260 - fixed stacking order after restart.
1261 - fixed FocusPrevious/Next keybindings to skip windows with skip_window_list
1262   enabled.
1263 - added horizontal restricted resizing, if modifier key (Shift) is used to
1264   drag the corner handle of resizebar.
1265 - minor fixes in WINGs related to the return of some function and string
1266   update for NULL strings. Also a new function for getting the state of a
1267   button.
1268 - fixed some bugs that crashed WindowMaker because of NULL pointers.
1269 - fixed a crasing bug in the window stacking code.
1270 - fixed Hide item in window menu to be disabled for windows that do not have
1271   an application icon, or have set "NoAppIcon = YES".
1272 - fixed problems with hiding applications without application icon.
1273 - put back the patches that lost between 0.12.0 and 0.12.3
1274 - changed autoarrange icons from a compile-time to a runtime option.
1275   Use AutoArrangeIcons = YES/NO; in 'WindowMaker' options file. Default is NO.
1276 - added compile time option for shading the resizebar. Default is no shade,
1277   which is default Openstep/NextStep4.0 look.
1278 - added pipe menus. '"Name" OPEN_MENU | script_that_constructs_menu'
1279   See the NEWS file.
1280 - added configurable horizontal resize threshold.
1282 Changes since version 0.12.2:
1283 .............................
1285 - fixed typos and a bug that could cause a crash on machines where
1286   sizeof(int) was different from sizeof(pointer).
1287 - this is mainly intended for clarifying the confusion about patches that
1288   was done in the last releases.
1290 Changes since version 0.12.1:
1291 .............................
1293 - fixed stupid, stupid typographical error that caused menus to segfault when
1294   NexMenuBehaviour / ScrollableMenus were set to YES (which is/was default)
1295 - changed configure so you can specify the location of graphics libraries and
1296   their header files (useful for building on different architectures)
1297 - fixed window focus problem
1299 Changes since version 0.12.0:
1300 .............................
1302 - now maintained by Matthew Hawkins <matt@mail.goldweb.com.au> while our 
1303   esteemed friend Alfredo is away.  Have a great holiday in Japan, mate!
1304 - fixed __DuMmY install problems
1305 - made NextMenuBehaviour and ScrollableMenus run-time configuration options
1306   instead of compile-time options
1308 Changes since version 0.11.1:
1309 .............................
1311 - added Launch command in dock menu
1312 - fixed manual window placement
1313 - fixed problem during installation in po/ directory
1314 - changed Command format for dock state 
1315 - added OffiX DND support for the dock
1316 - added Move To submenu in window commands menu
1317 - right click on root window does not deselect windows (to allow workspace
1318         switch through menu)
1319 - various 8bpp Colormap related glitches fixed
1320 - fixed keyboard bindings when all windows are closed
1321 - OPEN_MENU in unreadable directory fix
1322 - changed PixmapPath format from : separated paths to array of paths
1323 - multi color horizontal and vertical gradient
1324 - fixed crash in unhide application with transient windows
1325 - OPEN_MENU with optional command
1327 Changes since version 0.11.0:
1328 .............................
1330 - fixed bug with menus that caused wmaker to crash 
1331 - brought program parameter dialog box back
1332 - fixed autoplacement
1333 - changed window matching precedence for WMWindowAttributes (complete, just
1334 instance, just class, global)
1335 - event compression while moving windows for slow videos and ultra-high
1336 mouse sampling rates
1337 - fixed private colormap change in 8bpp
1338 - fixed titlebar redraw on unshade
1339 - renamed atom _GNUSTEP_WM_MINIATURIZE_WINDOW to  _WINDOWMAKER_WM_MINIATURIZE_WINDOW
1340 - fixed a bug with focusing windows in AutoFocus=NO;
1342 Changes since version 0.10.2:
1343 .............................
1345 - fixed autoraise
1346 - fixed menu weirdness
1347 - many features brought back
1348 - fixed maximize bug
1349 - added a widget set and new dialog panels
1350 - fixed titlebar update after font change
1351 - renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION 
1352 - fixed bug with miniaturization of bad behaved apps (vtcl)
1354 Changes since version 0.10.1:
1355 .............................
1357 - fixed bug with "invisible" menus
1358 - added AutoFocus option
1359 - support for pixmap files for dock tile
1360 - fixed focusmode
1361 - tile pixmap for icons
1363 Changes since version 0.10.0:
1364 .............................
1366 - fixed bug with input focus in sloppy focus mode
1367 - implemented pixmap mask creation in wrlib
1368 - root window pixmap option
1369 - added ppm support in wrlib
1370 - fixed portability stuff in libPropList
1371 - merged wmsound and bug fix patches
1372 - fixed dock icon border width
1373 - readded focusable option
1374 - autostart apps on startup
1375 - added jpeg support in wrlib
1376 - fixed bug with menus that did not end with a newline
1377 - RaiseLower now acts on the window under the pointer, as in olwm
1378 - fixed docked icon move
1379 - option for left handed ppl (swap left button with right button)
1380 - generalized titlebar and window frame stuff for windows and menus
1381 - changed event handling
1382 - single piece titlebar gradients
1383 - option and escape expansion for dock commands
1384 - save workspace state
1385 - initial workspace window option
1386 - corrected order of window names for dock state file (was class.instance,
1387         is instance.class now)
1389 Changes since version 0.9.0:
1390 ............................
1392 - option to make maximize and window placement account for the Dock
1393 - fixed modifier binding
1394 - new menu configuration: OPEN_MENU. Get menu data from file, directory or
1395 pipe
1396 - removed rename_ws menu command
1397 - fixed IgnoreFocusClick
1398 - more apps can be docked (ghostview et. al)
1399 - fixed diagonal/horizontal resize detection to be like in NS
1400 - simplified titlebar button code: removed possibility to add more buttons
1401 - fixed window gravity handling (xclock -geometry 100x100-0-0) 
1402 - removed shadeable window attribute, added DontMoveOff
1403 - window resize with Meta-Click3 on window
1404 - fixed bug that caused keyboard locks if a invalid key was used in a shortcut
1406 Changes since version 0.6.3:
1407 ............................
1409 - moved to automake
1410 - changed preference directory from gnustep to GNUstep
1411 - added tiff support
1412 - changed preferences to be dynamically modifiable
1413 - several memory leaks fixed
1414 - changed meta-dblclick in dock button to start app to control-dblclick
1415 - fixed bug with unhide app and window list menu
1416 - miniaturized windows are now hidden when hiding an app
1417 - fixed bug in random window placement
1418 - renamed _GNUSTEP_WM_FUNCTION to _WINDOWMAKER_COMMAND
1419 - close stdin from forked processes, so that they don't block wmaker
1420 - fixed crash when closing a selected window
1421 - fixed timer event stuff to be more robust
1422 - rewrote dialog boxes with Athena
1423 - removed focusable window option
1424 - savews now puts -geometry as the first argument of the command line
1425 - new superfluous stuff: better ghost image/shadow for dock
1426 - changed handling of menus that fall outside of screen to be like in NS
1427 - icon caching
1428 - resize with button2 don't raise window
1429 - option to change menu highlight color
1430 - lower miniwindow when miniaturize
1431 - option for setting icon size
1432 - keyboard traversal of menus
1433 - all dock state information saved across sessions
1434 - must hold Alt to undock running app
1435 - added focused window indicator in window list
1436 - CirculateRaise option
1437 - ModifierKey option
1438 - fixed duplicated menu bug
1440 Changes since version 0.6.2:
1441 ............................
1443 - fixed problem with window command menu (click3 on titlebar)
1444 - fixed appmenus that were not unmapped when focus switched from the app
1445 - fixed bug with exit dialog when NEWSTYLE is defined
1446 - miniaturized menus are not mapped when activating an app
1448 Changes since version 0.6.1:
1449 ............................
1451 - dynamic update of WM_COMMAND hint
1452 - fixed crash bug with dock and application icons
1453 - fixed bug with application defined menus
1454 - selecting a window through the window list, brings windows that fall
1455 outside the visible area back
1456 - fixed bug with multiple window moving
1457 - various platform specific bug fixes
1458 - removed grab icon application icons
1460 Changes since version 0.6.0:
1461 ............................
1463 - --enable-shape is the default now
1464 - fixed group leader change for windows that are already mapped
1465 - NEWSTYLE button images have the same color as the title text
1466 - fixed noappicon bugs related to dock
1467 - fixed starticonic hint (-iconic)
1468 - broke menu code so that it will not work as OpenStep says. ie: submenus
1469         are not mapped below the mainmenu. If you want it to be like before,
1470         undefine SINGLE_MENULEVEL in src/wconfig.h
1471 - switch to next window (alt+tab) raises the window
1472 - fixed window title handling for titles that don't fit on the window
1473 - drag select for window command menu
1474 - gamma correction for 8bpp
1475 - fixed bug in full docks
1476 - workspace switching by window drag
1477 - added patches for smart and random placement
1478 - added dgradient fix patch
1479 - workspace state restoration after restart
1480 - added PNG support to wrlib
1481 - changed RLoadImage() support in wrlib
1482 - set DISPLAY environment variable to what was passed with -display option
1483 - added animations preference option
1484 - fixed winitrc
1485 - restore main menu, workspace menu and window list menu after restart
1486 - changed gethostname() with getenv("HOSTNAME") || getenv("HOST") to setup cpp
1487 - fixed bug with program defined titlebar button image in NEWSTYLE
1488 - added kluge for buggy MetroX servers (look at wconfig.h)
1489 - ignore CapsLock when handling windows
1490 - ability to drag windows between workspaces
1491 - ability to drag icons with a icon window
1492 - fixed bug with arrange icons for appicons without any window mapped
1493 - display window's workspace in window list menu
1494 - if a sticked menu is opened again, a new instance of the menu is created
1496 Changes since version 0.5.1:
1497 ............................
1499 - fixed bug that crashed wmaker on HPs
1500 - fixed bug that crashed wmaker with the window list
1501 - fixed bug with window focus after window miniturization
1502 - fixed bug that made wmaker crash when it didn't figure a docked app
1503 has quit. (probably the same problem with XFMail and others)
1504 - documented ColormapFollowsMouse option
1505 - workspace renaming through current selection
1506 - autolaunch indicator
1507 - dbl-click3 will not start app anymore
1508 - better handling of long text
1509 - limited windowlist menu width
1510 - fixed arrange icons
1511 - changed geometry display to account for base size if it's not in 
1512 the technical drawing style
1513 - meta-dbl-click on appicon does hide others 
1514 - changed RaiseOnFocus option with RaiseDelay
1515 - dbl-click on root window or open submenu entry brings the root menu 
1516 to the cursor.
1517 - removed AllowMenuLowering option and made menu ontopness work like on dock
1518 - changed meta-click on dock with meta-dbl-click, to change ontopness 
1519 - moved gradient and image code to a library. 
1520 - added support for icons with alpha channel
1521 - simplified dithering setup
1522 - many clean ups 
1523 - not-so-good looking gradients for 8bpp
1524 - changed application menu stuff 
1525 - started wmaker client library. Try out test/test.c
1528 Changes since version 0.5.0:
1529 ............................
1531 - startup stuff has changed!!! Instead of placing ~/.workspace_state in
1532 your .xinitrc, you must now call ~/gnustep/Library/WindowMaker/winitrc
1533 from there. Don't forget to update your menu files!!! Read the INSTALL file.
1535 - persistent root background colors (read the above item)
1536 - Spanish, Korean, Czech, Swedish and Dutch locales
1537 - menu commands can use the current selection as parameter
1538         (read the menu config file)
1539 - fixed bug in dock icons with 3 dots on some platforms
1540 - opaque window move
1541 - skipwindowlist option
1542 - better miniaturize animation
1543 - new silly animation(s) if --enable-superfluous is configured
1544 - button3 on miniaturize button hides the app
1545 - fixed bug on multi-window move
1546 - keyboard bindings ignores capslock state (but not NumLock, ScrollLock etc.)
1547 - fixed focus in unhide under sloppy focus mode
1549 Changes since version 0.4.3:
1550 ............................
1552 - dock remembers ontop state
1553 - OnTopTransients works correctly now
1554 - removed startWithdrawn option
1555 - added option to put text over icons (iconText)
1556 - fixed slippery window move
1557 - fixed another bug with NEWSTYLE
1558 - fixed problem with large app_options files
1559 - more i18n stuff. japanese, german and portuguese locale support.
1561 Changes since version 0.4.2:
1562 ............................
1564 - fixed black icon bug
1565 - fixed icon specification for dock
1566 - fixed docking on left side dock
1567 - fixed bug in window command menu
1568 - fixed bug in narrow windows with NEWSTYLE enabled
1569 - fixed Hide Others crash 
1570 - I18N fixes
1571 - hopefully stable again
1573 Changes since version 0.4.1:
1574 ............................
1576 - fixed some crash on startup bugs
1577 - fixed bug that made excessive use of colors in PseudoColor
1578 - (re)binding of application icons to Dock icons on (re)start
1579 - startWithdrawn window attribute
1580 - finished window list menu (button2)
1581 - implemented GSClientResizebar, GSMenuWindow, GSIconWindow,
1582 GSFullKeyboardEvents
1583 - implemented WINDOWMAKER_COMMAND ClientMessage handler
1584 - OffiX DND support in icons (for Trash)
1585 - portability fix for SunOS 4.x
1586 - fixed hide for windows with .noAppIcon: true
1587 - remember if window was hidden on restart
1588 - remember workspace on restart
1589 - do not auto-launch apps that are already running
1590 - asclock (and other docked apps) do not die on restart
1591 - forced application docking for undockable apps. See utils/dockapp
1592 - raiseOnFocus option for focus-follow-mouse mode
1593 - window command menu
1594 - fixed NEWSTYLE titlebars and converted menu titlebar button too
1596 Changes since version 0.4.0:
1597 ............................
1599 - fixed bug in I18N support
1600 - fixed bug that caused crash when patched xv was ran
1601 - cosmetic fix for transparent icon images
1602 - tell about apps that couldn't be launched
1603 - auto-launch in dock
1604 - patch for asclock to work on dock
1605 - raise/lower dock
1606 - fixed bug in workspace change when there are no windows
1607 - allow screen side change for dock
1609 Changes since version 0.3.2:
1610 ............................
1612 - application icons (not mini-windows) like I think how it is on NEXTSTEP(tm)
1613 - fixed "slippery" icon movement
1614 - added a Dock (not for GNUstep, as it will have it's own)
1616 Changes since version 0.3.1:
1617 ............................
1619 - fixed bug that caused window frames to be left after window closure
1620 - submenus are opened to the left/right if it is too close to the right/left 
1621 edge (not perfect, but better than before)
1622 - remember window state (shade) on restart
1623 - fixed resize bug
1624 - FreeBSD portability fixes
1625 - fixed bug in workspace menu with more than 9 workspaces
1626 - removed _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
1627 - fixed bug that caused crash when closing miniaturized apps
1628 - fixed little bug in resize
1629 - changed default shortcuts to be closer to NEXTSTEP(tm) (raise/lower window)
1631 Changes since version 0.3.0:
1632 ............................
1634 - added diagonal gradients
1635 - ignoreHideOthers window flag
1636 - optimized/fixed window raising and lowering
1637 - fixed menu handling: don't need to click on the menu after 
1638 it's opened to select items, just drag the pointer
1639 - _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
1640 - application specified titlebar button pixmaps
1641 - transient owners get a different titlebar color when the focus
1642 is in the transient (e.g, in NeXTese: mainWindow is highlighted correctly when
1643 the keyWindow is a panel)
1644 - when transient is closed, it's owner always get the focus
1645 - fixed XGrabButton/BadAccess bug
1646 - fixed window_count error (this time I'm 90% sure)
1647 - fixed focusNextWindow through Alt-Tab bug with non-focusable windows
1648 - fixed resize in windows without a titlebar
1649 - fixed bug with PAspect XSizeHint
1652 Changes since version 0.2.2:
1653 ............................
1655 - fixed problem that made multiple applications be launched
1656 with accidental dbl-clicks on the root menu.
1657 - _GNUSTEP_WM_MINIATURIZE_WINDOW protocol
1658 - added hideOtherApplications command (meta-dbl-click3 on titlebar)
1659 - new SHOW_ALL (windows) menu command
1660 - new HIDE_OTHERS (windows) menu command
1661 - changed icon/window title to show only end part of text if it doesn't fit
1662 - remade application group code (more stable)
1663 - undid stacking code change from 0.2.0
1664 - fixed bug that caused hangs (not sure)
1665 - fixed bug that caused window_count error and associated crashes 
1666 - remade application defined menus
1667 - vertical gradient
1668 - I18N support 
1669 - fixed multiple window selection bug with windows in other workspaces
1670 - changed workspace numbering
1671 - fixed problem with series of X errors when a window is destroyed
1672 - fixed cosmetic bug in gradient bevels
1673 - added UseSaveUnders option (problem with Netscape redrawing)
1675 Changes since version 0.2.1:
1676 ............................
1678 - fixed segfault on startup
1679 - changed source tree
1681 Changes since version 0.2.0:
1682 ............................
1684 - fixed various miscelaneous bugs
1685 - fixed icon pixmap update code
1686 - fixed bugs related to focus-follows-mouse mode (workspace switching,
1687 keyboard focus after unshading etc)
1688 - changed some options in preferences
1689 - changed window stacking order code
1690 - fixed icon handling
1691 - added option to display the root menu on startup
1692 - shaded windows are unshaded on restart, instead of getting iconified
1693 - fixed {ResizeDisplay,MoveDisplay}=corner
1694 - fixed problem with icon windows during restart
1695 - works OK from XDM
1697 Changes since version 0.1.3:
1698 ............................
1700 - fixed color freeing bug
1701 - fixed bug that allowed a window to keep the input focus when
1702 you focus a shaded window
1703 - fixed bug that allowed on top window to be lowered
1704 - disappearing xconsole and other initial-state==IconicState windows fixed
1705 - menus open always inside screen area
1706 - open submenus are moved with their parents 
1707 - keyboard support
1708 - faster menu drawing
1709 - hide for applications that use window_group hint fixed (LyX et al)
1710 - dynamic font setup (just a test)
1713 Changes since version 0.1.2:
1714 ............................
1716 - worked around problems when freeing colors under some buggy X servers
1717 - vertical gradients
1718 - floatingmenu option
1720 Changes since version 0.1.1:
1721 ............................
1723 - fixed list.c to compile in non-debug mode
1724 - sticked root menus cannot be unmapped clicking button3 (workspace
1725 unreachable problem)
1728 Changes since version 0.1.0:
1729 ............................
1731 - texture structure changed
1732 - application menu prototype (not finished)
1733 - arrange icons command
1734 - menu window levels  (menus are kept on top of other windows)
1735 - crash-on-alt-move-in-borderless-windows fixed
1736 - lot's of other bugs killed
1737 - delete last workspace command
1738 - titlebar text justification
1739 - start iconic hint is honored now
1740 - font setting in preferences
1741 - color setting in preferences
1742 - window dragging only occurs after 4 pixels of movement
1743 - restart command
1745 Changes since version 0.0.4:
1746 ............................
1748 - changed configuration file syntax (just a little bit)
1749 - removed box class
1750 - finished multiple window move
1751 - changed window list order from focus order to stacking order
1752 - implemented OpenStep window levels and OnTop windows
1753 - added refresh command to menu
1754 - added shutdown command to menu
1755 - make default menu when menu config can't be parsed
1756 - finally added window focusing when clicking on client window area
1757 - added visual clue to menu item invocation
1758 - shaped window support
1759 - in-memory size got bigger than AfterStep
1760 - various client window state transition bug fixes
1761 - icon placement
1762 - added multiple workspaces (no Pager yet)
1763 - added option for submenu alignment in relation to their parents
1764 - rewrote preference parser
1765 - added focus-follows-mouse and sloppy-focus
1766 - added cpp preprocessing
1767 - zombie process bug fixed
1768 - interactive and dumb (cascade) window placement
1769 - floating transient windows 
1770 - disable mapped submenu entry on parent
1771 - added colormap handling stolen from fvwm (temporary)
1774 Changes since version 0.0.3:
1775 ............................
1777 - hide application implemented (just for apps that have the window_group 
1778 field of WMHints set or the WM_CLIENT_LEADER property set, 
1779 apparently most Xt based apps)
1780 - fixed a crashing bug caused by icons 
1781 - internal change on button pixmap structure and other places
1782 - handling of property changes on mapped windows
1783 - fixed bug in event handling (MapRequest)
1784 - added support for systems without libXpm
1785 - added configure script, although it's still almost useless.
1786 - remade icon painting
1787 - icon background pixmap
1788 - internal icon pixmap dithering