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