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