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