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