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