"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "WindowMaker-0.92.0/ChangeLog" of archive WindowMaker-0.92.0.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Changes since version 0.91.0:
    2 .............................
    3 
    4 - fixed crash with info panel and alt-tabbing
    5 - updated Japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
    6 - allow disable of switch panel when SwitchPanelImages=None
    7 - added X Input Methods support in WINGs
    8 - fixed issues with compiling on Solaris with openwin
    9 - reduced minimum required version number for the Xft library to 2.1.0
   10 - fixed some compilation issues with gcc-2.9x
   11 - removed --with-appsdir option and replaced it with --with-gnustepdir. Also,
   12   default installation path (for non GNUstep users) is now $(prefix)/bin
   13 - fixed bug with infinite loop in some circumstances in fitText() in WINGs
   14 - fixed to allow parallel builds on SMP systems using make -j
   15 - updated Italian translation (Marco Colombo <m.colombo@ed.ac.uk>)
   16 - applied .AppInfo --> Library path rename patch (Alex Perez <aperez@student.santarosa.edu>)
   17 - added code to automatically update the icon paths from the old .AppInfo
   18   style to the new Library/WindowMaker style in WMWindowAttributes when
   19   Window Maker starts to make transition transparent for users.
   20 - fixed issue with window being moved by 1 pixel up and left when the window
   21   move was initiated by the client
   22 - improved hide/unhide animation for applications with multiple windows
   23   (only animate the active window hiding/unhiding, which makes Window Maker
   24   faster and more responsive for such applications). This also makes the
   25   restart operation much faster.
   26 - fixed bug with windows shrinking to very small sizes when Unmaximize was
   27   used on them, after they were closed in a maximized state.
   28 - fixed bug with restoring maximized state from NetWM atoms.
   29 - fixed issue with GNUstep applications losing focus when all their windows
   30   are closed and there remains only their menu (Matt Rice <ratmice@yahoo.com>)
   31 - try fixed font for the technical drawing font if helvetica-12 is not
   32   available to avoid crashing (Timo Juhani Lindfors <timo.lindfors@iki.fi>)
   33 - new algorithm for placing miniwindows after unhiding the application they
   34   belong to, that works without auto-arranging the icons, while still avoiding
   35   multiple icons in the same spot by moving the miniwindows to a new slot if
   36   their old slot was occupied in the meantime.
   37 - double clicking an appicon will also raise the miniwindows that belong to
   38   that application to the front (along with the normal windows).
   39 
   40 
   41 Changes since version 0.90.0:
   42 .............................
   43 
   44 - added _NET_WM_NAME, _NET_WM_ICON_NAME and _NET_WM_ICON to WINGs
   45 - new WPrefs icon (thanks to Largo)
   46 - replaced VirtualEdgeThickness option, with EnableVirtualDesktop (boolean)
   47 - enhanced alt-tab panel, added theming ability
   48 - fixed issues with broken crash dialog
   49 - removed obsoleted options from wconfig.h
   50 - changed animation delay constants to fix issues with 2.6.x linux kernels
   51   (patch provided by Eric Piel <Eric.Piel@lifl.fr>)
   52 - fixed several broken po files
   53 - increased libwraster version number to 3.1.0 (added a RCopyArea function)
   54 
   55 
   56 Changes since version 0.80.2:
   57 .............................
   58 
   59 - Some updates to WINGs WMConnection. See WINGs/ChangeLog for details.
   60 - Fixed empty window list menu, if the window list menu was launched through
   61   the root menu (sent by "Marc-Christian Petersen" <m.c.p@wolk-project.de>)
   62 - Fixed dock's menu mapping position when dock is on the right side.
   63 - Map clip's menu so that it never gets out of screen on the left or the right.
   64 - Patch to add binary mode on opening files (needed for Windows with Cygwin)
   65   (sent by luke <luke@posh.optushome.com.au>)
   66 - Updated French translations (Antoine Hulin <antoine@origan.fdn.org>)
   67 - Removed Hermes lib dependency in wrlib
   68 - Put back asm/MMX code in wrlib
   69 - Updated Russian locale files ("Andrew W. Nosenko" <awn@bcs.zp.ua>)
   70 - API change in WINGs for WMDraw*String(). Details in WINGs/Changelog
   71 - Removed obsoleted acconfig.h and implemented its functionality using
   72   AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends.
   73   This will definitely enforce the need to use autoconf 2.5x
   74 - Added Xft2 support to WINGs, for rendering antialiased fonts with 
   75   transparency. Details in WINGs/ChangeLog.
   76 - Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin 
   77   <cavassin@conectiva.com.br>)
   78 - Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO 
   79   <sato@cvs-net.co.jp>)
   80 - Added Belarusian translation (Ihar Viarheichyk <iverg@mail.ru>)
   81 - Fixed wrlib not to load braindead images with 0 sized width or height
   82 - Removed double no-position-display when cycling position display types
   83   with Shift key while moving windows.
   84 - Changed the default position display while moving a window to 'Center'.
   85 - Better outline when drawing balloons.
   86 - Fixed wrlib to not accept too large images (fixes buffer overflow)
   87 - Patched FAQ (David Coe <davidc@debian.org>)
   88 - Fixed bug with resizebars appearing out of nothing when reloading configs
   89 - Fixed sloppy focus bug (Pawel S. Veselov <Pawel.Veselov@Sun.COM>)
   90 - Applied Xinerama patch (after fixes) from (Peter Zijlstra
   91   <a.p.zijlstra@chello.nl>)
   92 - Added switch to enable/disable antialiased fonts in WPrefs's Expert Settings
   93   panel. (Temporary until the Font Settings panel in WPrefs is finished).
   94 - Added a check that only %d is used in a font specification in WMGLOBAL and at
   95   most once for each font in a fontset (eliminates a possible security exploit)
   96 - Added fontpanel callback
   97 - Fixed focus handling for windows that set WM_HINTS.take_focus = False.
   98 - Fixed a problem in the stacking code which could lead to segmentation faults
   99   (Jeff Teunissen <deek@d2dc.net>)
  100 - Fixed a crashing bug in the menu code with modal panels involved.
  101 - Fixed incorrect focusing of application's windows after an unhide (sometimes
  102   the incorrect window got focus instead of the apps's last focused window)
  103 - Unshade application's shaded windows when Dbl-MiddleClick-ing its appicon.
  104   (this is to be consistent with deminiaturizing application's miniwindows
  105   which also happens in this case, since shading is a form of miniaturization)
  106 - Fixed bug with tpixmap from previous xinerama patch (reported by g0sh)
  107 - Fixed edge resistance and move/resize frame drawing for borderless windows
  108 - Fixed wrong display position for the move/resize widgets after xinerama
  109   patch (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  110 - Fixed bug with cursor locked in drag mode after Alt-dragging a window
  111 - Added Catalan translation (Ernest Adrogué <eadrogue@gmx.net>)
  112 - Fixed a bug with deminiaturizing windows when the application is hidden and
  113   the miniaturized window is selected from the window list menu
  114 - Fixed a bug with not showing shaded window frames when the application is
  115   hidden and another window belonging to the app is selected in the window
  116   list menu
  117 - Autoarrange icons after unhiding an application that has miniaturized
  118   windows, else they may cover other icons which are now in the positions
  119   they have occupied before hiding
  120 - Fixed Clip's workspace menu mapping to be consistent with the others
  121 - Fixed bug in wmsetbg that caused scale and maxscale to both do maxscale
  122   (Alexey Voinov <voins@voins.program.ru>)
  123 - Fixed bug with scrolling menus introduced by the xinerama patch.
  124 - Fixed bug that could cause SIGSEGV by accessing beyond the end of text in
  125   a WINGs textfield widget.
  126 - Fixed small memory leak in WINGs' font panel code.
  127 - Fixed memory leak in WINGs' file panel code.
  128 - Updated Bulgarian translations (Anton Zinoviev <zinoviev@debian.org>)
  129 - Fixed a bug in WINGs' hashtable which free'd the wrong memory in the
  130   WMResetHashTable() function (possible source of SIGSEGVs)
  131 - Fixed 2 syntax errors in plmenu.zh_TW.Big5 (Mike FABIAN <mfabian@suse.de>)
  132 - Some .po file fixes (Mike FABIAN <mfabian@suse.de>)
  133 - Fixed the problem with the root menu code changing the locale setting as
  134   a side effect of loading a localized menu
  135 - Fixed e memory leak in the code that reads a localized root menu
  136 - Added support for generating pkgconfig files for WINGS, wmlib and wrlib.
  137   ("Marcelo E. Magallon" <mmagallo@debian.org>)
  138 - Support for multiline balloons (Vitaly Ovtchinnikov <ov@rbcmail.ru>)
  139 - Improved wsetfont (Mike FABIAN <mfabian@suse.de>)
  140 - Updated single-click contrib patch (steve lion <steve.lion@verizon.net>
  141   and vlaad)
  142 - Updated French translations (Antoine Hulin <antoine@origan.fdn.org>)
  143 - Xinerama support for Solaris
  144 - Added global menu support (see NEWS)
  145 - Fixed sloppy focus bug
  146 - Made maximize behave differently with keyboard/mouse for xinerama
  147   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  148 - A few leftover xinerama fixes (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  149 - Extended the 'strut' to multiple heads 
  150   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  151 - Icon placement now takes into account the new xinerama extended 'strut'
  152   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  153 - Icon arrangement that takes the new extended xinerama 'strut' into account
  154   (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  155 - Fixed the 'KDE omnipresent' bug.
  156 - Fixed bug with focusing a deminiaturized window with sloppy focus mode
  157 - Fixed aspect of window list menu (window name was too close to workspace
  158   indicator)
  159 - Fixed menu panel in WPrefs.app. Explanatory text did not fit into the label
  160 - Implemented a better logic to preserve the window's old geometry when
  161   maximizing to support succesive maximizations in different directions
  162   without the need to do an intermediary un-maximize step (eliminates flicker)
  163 - Made keyboard/mouse maximization behavior consinstent relative to each other
  164 - Enhanced wmsetbg's man page with description for -b | --back-color
  165   (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>)
  166 - Do not use the disabled clip color for the clip's workspace navigation arrows
  167   when the clip is collapsed (it made them look like disabled)
  168 - Fixed bug with incorrect un-escaping if there is a dot in wm_class.
  169 - Updated Catalan translations (Ernest Adrogue <eadrogue@gmx.net>)
  170 - Updated Spanish translation of WPrefs (Alberto Gimenez <algibe@teleline.es>)
  171 - Fixed synchronization problem between hair cursor and mouse cursor in
  172   wmagnify with mouse cursor at the screen edge (Jon Diercks <jon@diercks.net>)
  173 - Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
  174 - Fixed a bug that made the crash panel to be shown again and again when the
  175   'Restart Window Maker' option was selected, under some circumstances.
  176 - Added workaround in global WMWindowAttributes, to avoid creating a second
  177   appicon when a KDE3 application opens a config panel.
  178 - Updated slovak translation (Jan Tomka <judas@linux.sk>)
  179 - Added xdnd v3 support in WINGs (Sylvain Reynal <sreynal@nerim.net>)
  180 - Check whether libXft is at least version 2.1.2 else refuse to compile.
  181 - Fixed bug in icon chooser dialog that could cause a segmentation fault
  182   in some cases (Pascal Hofstee <caelian@gmail.com>)
  183 - Fixed crash in asm code in wrlib, with new versions of gcc.
  184 - Fixed bug in the x86_PseudoColor_32_to_8() function which incorrectly
  185   used the r, g, b fields in the conversion.
  186 - Fixed x86 ASM code in wrlib to work on 64 bit architectures.
  187 - Fixed the focus flicker seen with some apps (notably gtk2)
  188   (Alexey Spiridonov <snarkmaster@gmail.com>)
  189 - Fixed all crashing bugs that were generated by wmaker starting with the
  190   WMState file missing.
  191 - Added NetWM support (a modified version of the patch originaly written
  192   by Peter Zijlstra <a.p.zijlstra@chello.nl>)
  193 - Applied patch to enhance the Virtual Desktop behaviour, and to integrate
  194   it with the NetWM code (Peter Zijlstra <a.p.zijlstra@chello.nl>)
  195 - Applied a few xinerama and placement fixes (Peter Zijlstra 
  196     <a.p.zijlstra@chello.nl>)
  197 - Fixed memory leak in dock code.
  198 - Fixed and enhanced the text wrapping in WINGs.
  199 - Fixed the layout of some elements in WPrefs.app
  200 - Added workaround for aplications that don't set the required hints on the
  201   client leader window, but they set them on normal windows (observer with
  202   KDE 3.3.0 mainly). This will allow these apps to get an appicon again.
  203   (they should be fixed still)
  204 - Added workaround for applications that do not set a command with
  205   XSetCommand(), but instead they set the _NET_WM_PID property. This works
  206   with operating systems that offer a /proc interface similar to what linux
  207   has. (This also is to fix problems with KDE 3.3.0 apps, but not only them).
  208 - Fixed bug with autostart and exit scripts not being executed if user
  209   GNUstep path was different from ~/GNUstep (when setting GNUSTEP_USER_ROOT)
  210 - Removed legacy OFFIX_DND support code
  211 - Fixed the signal handler for crashes (ie, removed it) and made wmaker
  212   restarting be made automatically by a monitoring process.
  213 - Made NetWM support be enabled by default
  214 - Removed old code to store/restore workspace state (now relies on netwm)
  215 - Added a (simple) Font Configuration for fontconfig fonts
  216 - MacOS X style window switching panel (navigate through windows with Alt-Tab
  217   or arrow keys)
  218 - Added support for NET_WM_NAME/NET_WM_ICON_NAME
  219 - Moved out font name conversion code from getstyle/setstyle/convertfonts and 
  220   made it support fontsets
  221 - Converted all menu and po files to UTF-8
  222 - Updated de.po (Thomas Otto <3.1415926535897932384626433832@gmx.net>)
  223 - Fixed a crash bug when switching workspaces
  224 - Removed obsoleted scripts from util: wsetfont, wmchlocale, wcopy, wpaste
  225 
  226 
  227 Changes since version 0.80.1:
  228 .............................
  229 
  230 - Fixed a buffer overflow when allocating a RImage struct.
  231 
  232 
  233 Changes since version 0.80.0:
  234 .............................
  235 
  236 - Fixed a bug that crashed wmaker when closing a window if multiple screens
  237   were managed by wmaker (Valery Kotchiev <aggregator@nospam.dk>)
  238 - Fixed a problem that crashed wmaker when trying to read an unexisting
  239   WMState.<number> file on multihead system.
  240 - Fixed problem with keyboard shortcuts executed an every screen for
  241   multihead systems.
  242 - Updated traditional chinese translations 
  243 - Fixed buglet in non-caching rootmenu option 
  244   ("John H. Robinson, IV" <jhriv@ucsd.edu>)
  245 - Added Malay translation
  246 - Fixed problem with kcalc not having a miniaturize button.
  247 - Added "Hide Others" to the window menu.
  248 - Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>)
  249 - Separated the font caches for normal fonts and fontsets in WINGs (they can
  250   have the same names and collide in the cache giving unwanted results)
  251 - Fixed Legal Panel not to display rectangles in place of new lines.
  252 - Fixed problem with losing focus when changing to an empty workspace and back.
  253 - Fixed another focus related problem when changing workspaces.
  254 - Fixed problem with saving session when shared appicon is enabled (not
  255   all instances were saved in the session, only one per shared appicon)
  256 - Added support for the ukrainian language in wsetfont
  257   (Bohdan Vlasyuk <bohdan@bodq.vstu.vinnica.ua>)
  258 - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
  259   option for a window using the window Inspector.
  260 - Let XRender transparent window be see-through to desktop
  261 - Added Greek (el) language pixmap (Michalis Kabrianis <Michalis@bigfoot.com>)
  262 - Fixes icons being reduced twice when icon size != 64x64
  263   Eduardo Pereira Habkost <ehabkost@conectiva.com.br>
  264 - Fixed a bug that crashed wmaker when selecting the "Start alternate window 
  265   manager" option in the crashing dialog panel.
  266 - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
  267   it is defined) to overwrite the default hardcoded fallback window manager.
  268 - Fixed marks for menu entries to be grayed as the text for disabled entries.
  269 - Fixed Clip's "Autoraise" option to be marked as disabled when the
  270   "Keep on Top" option is active.
  271 - Added ability to browse for files/directories in the WPrefs menu editor.
  272 - Added Czech translations of documentation (Jiri Hnidek <Jiri.Hnidek@vslib.cz>)
  273 - Fixed segfault with incomplete WM_CLASS specifications. 
  274 - Fixed a bug about arranging subviews in a WMBox after removing a subview
  275   and a memleak occuring in the same situation.
  276 - Fixed a bug in wdread
  277 - Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
  278   will not receive focus at all.
  279 - Fixed a buffer overflow in winmenu.c
  280 
  281 
  282 Changes since version 0.70.0:
  283 .............................
  284 
  285 - Disabled window birth animation by default (while it was ok with normal 
  286   windows, it was very annoying with menus editing in WPrefs.app)
  287 - Added ability to shade/unshade a window using the mouse wheel.
  288 - Fixed compilation for systems that required -lintl for WINGs
  289   (Jim Knoble <jmknoble@pobox.com>)
  290 - Removed redundant include/lib paths from the get-*-flags scripts
  291 - Updated slovak .po files (Jan Tomka <judas@linux.sk>)
  292 - Added "Save workspace state" switch button on the exit confirmation panel
  293   (based on a patch sent by Jan Tomka <judas@linux.sk>)
  294 - Fixed WPrefs crash when clicking on the menu editor to keep the current menu
  295   (Alexey Voinov <voins@voins.program.ru>)
  296 - Added patch to fix some gnome issues (Les Schaffer <schaffer@optonline.net>)
  297 - SIGTERM is now handled and saves the internal state before exiting (like
  298   SIGHUP and SIGINT already do). Now a "kill wmaker_pid" will exit cleanly
  299   saving dock/clip/session information on exit.
  300 - Added an internal strcasecmp() to WINGs (only on systems where's not present)
  301 - Deminiaturizing a window that is also shaded, will perform an unshade too.
  302   (Note that this only applies to deminiaturizing shaded windows. Unhiding 
  303   an application will keep the shaded/unshaded state of windows.)
  304 - Removed compile time option for definable cursors and made them available by
  305   default.
  306 - Mapping a new window that belongs to a running application that is hidden,
  307   will unhide the application.
  308 - Added || pipe menu for generating non-cached menus
  309 - Removed the collapse appicons thing.
  310 - Added real appicon sharing (apps of the same kind will have a single shared 
  311   appicon).
  312 - Fixed user and global defaults domain merging to preserve values present in
  313   global but not in user, in sub-dictionaries.
  314 - Made dock/clip steal appicons of applications that were started from a
  315   shell/xterm or from the main menu, if there is a docked appicon of that
  316   class that is not running at the time the app is launched.
  317 - Added animation to show that the appicon was stolen by the dock (the way
  318   NEXTSTEP did - map an appicon as it normally would have been, then slide it
  319   to the position the docked appicon is).
  320 - Updated the animation constants for scrolling/sliding/shading to better
  321   adapt to newer/faster machines. Also used wusleep(10) when the delay was 0
  322   to get rid of the jerky animation when there was no delay.
  323 - Fixed bug with Unhide mapping windows from other workspaces.
  324 - keyboard shortcuts are active during mouse window drag
  325 - Saving a domain file will first strip all entries that are also present in
  326   the global domain as well and are exactly the same. This fixes a bug where
  327   settings from the global domain file were merged in the user domain file
  328   and further changes in the global domain file for those merged values was
  329   ignored making a system admin unable to set global defaults for all users
  330   using the global domains.
  331 - Fixed bug with improper setting of root/titlebar cursor (definable cursors).
  332 
  333 Changes since version 0.65.1:
  334 .............................
  335 
  336 - fixed crash when saving empty menu item in WPrefs
  337 - Fixed some more bash specific constructs in wsetfont.
  338     (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>)
  339 - fixed crash with broken apps that set null WM_CLASS
  340 - fixed crash when with gnome panel and multi-screens, some menu
  341   updates and applied various other patches from 
  342   (Crutcher Dunnavant <crutcher@redhat.com>)
  343 - po file fixes (Crutcher Dunnavant <crutcher@redhat.com>)
  344 - replaced I18N_MB with I18N in one place in src/wconfig.h.in
  345 - fixed default clip title font in WindowMaker.in
  346 - fixed some locale related problems (Yukihiro Nakai <ynakai@redhat.com>)
  347 - fixed a bug in RCombineAreaWithOpaqueness() (Brad <lists@anomie.yi.org>)
  348 - added spanish INSTALL file (Efrain Maximiliano Palermo <max_drake2001@yahoo.com.ar>)
  349 - updated Finnish pots (Tomi Kajala <tomi@iki.fi>)
  350 - copy/paste launching in Dock
  351 - fixed switch to wrong workspace bug (Masashi Shimbo <shimbo@cis.ibaraki.ac.jp>)
  352 - added snprintf and removed XConvertCase usage for portability
  353 - added wcopy/wpaste scripts from (<luke@research.canon.com.au>)
  354 - added Xinerama support: see details in NEWS
  355 - fixed artifact pattern left in TrueColor dithering code (visible with
  356   tiled gradients)
  357 - fixed bug in positioning of window list menu when opened by kbd
  358 - internal code clean-up with notifications for window state change and other
  359   stuff
  360 - removed the libPropList dependancy by adding property list handling
  361   code to WINGs. This code is not only better integrated with the other
  362   WINGs data structures, but it's also more robust. Also a backward
  363   compatibility header file is provided which maps old libPropList
  364   function names to the new WINGs based proplist names allowing old code
  365   to be linked to WINGs with minimal changes. For details on how to use
  366   the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h
  367   More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
  368   Say bye, bye libPropList =)
  369 - rewrote all Window Maker code to use the new WINGs based proplist functions.
  370 - fixed a few compilation warnings and a problem caused by an uninitialized 
  371   variable.
  372 
  373 
  374 Changes since version 0.65.0:
  375 .............................
  376 
  377 - removed FocusFollowMouse from wmaker and WPrefs
  378 - fixed problem with alpha images showing a blue tint on big endian machines
  379 - fixed problem with WINGs based apps exiting with a "X_RotateProperties"
  380   related error when text was selected in a textfiled (including WPrefs.app
  381   and Window Maker itself).
  382 - fixed bug with maximization of windows with fixed resize increments
  383 - added None geometry display type
  384 - fixed window enumeration bug
  385 - removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>)
  386 - added slovakian translations from (tomka@oalevice.sk)
  387 - added WINGs i18n patch from tomka@oalevice.sk
  388 - fixed wmsetbg.c to work in servers capable of multiple depths (overlay)
  389 - added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>)
  390 - fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>)
  391 - added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>)
  392 - Fixed some non-portable shell constructs used in installed scripts
  393   (Johnny C. Lam <lamj@stat.cmu.edu>)
  394 - Fixed crash with long titles in the window list menu (buffer overflow)
  395   (Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by
  396    Robert Marshall <robert@chezmarshall.freeserve.co.uk>)
  397 - Replaced almost all sprintf() calls with snprintf()
  398 - fixed crash when removing menu entry for Window List or Workspace submenu
  399 - added WINDOW_BIRTH_ZOOM2 (Éric Tremblay <delt@razorback.yi.org>)
  400 
  401 Changes since version 0.64.0:
  402 .............................
  403 - fix with gnome hints stuff, related to tasklist/bar
  404 - ripped off single appicon stuff
  405 - added better appicon handling of apps of the same type
  406 - applied patch for wkdemenu (Malcolm Cowe <malk@bruhaha.co.uk>)
  407 - added WINDOWS_MENU submenu type for root menu (Bastien Nocera <hadess@hadess.net>)
  408 - added kbd shortcuts for icon chooser
  409 - use Hermes in wrlib
  410 - removed MOUSE_WS_WHEEL #defines
  411 - fixed bug with multibyte text on libc5 systems (Osamu Ajiki <osam-a@astroarts.co.jp>)
  412 - fixed race conditions on signal handlers 
  413 - SIGINT will gently exit, SIGTERM will not be handled
  414 - When Window Maker calls wmsetbg to set the background, it will consider the
  415   value of the DisableDithering option and pass the right switch to wmsetbg.
  416 - fixed a memleak in the dialog panels.
  417 - made "Keep on Top" in the dock/clip menu a checked menu entry. It's _much_
  418   easier to work with it this way.
  419 - Fixed problem with GNOME apps that have windows which need to stay on the
  420   desktop level.
  421 - Fixed incorrect parsing of display and screen number from $DISPLAY.
  422 - Organized the inspector panel a bit better.
  423 - Replaced bags with arrays wherever appropriate. This will improve 
  424   performance a bit.
  425 - Made the Gnome tasklist skip the windows with the "Skip window list" flag
  426   enabled. (Bastien Nocera <hadess@hadess.net>)
  427 - Fixed crashing bug when name and class were empty for a docked app.
  428 - Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from
  429   WINGs.
  430 - Added a hint that Window Maker crashed, to allow windows to be placed
  431   correctly after a crash situation.
  432 - Added a hint that Window Maker crashed, to allow windows to be placed
  433   in their correct previous positions after a crash situation and also to
  434   preserve their state before the crash (minimized, shaded, hidden, ...)
  435 - Fixed wrong mapping position of the "Docked Applications Panel" for some
  436   icons.
  437 - Smoother animation for the smiley =)
  438 - Added retain/release mechanism for RImages. RDestroyImage() has become
  439   obsolete. More about this can be found in wrlib/Changelog and wrlib/NEWS.
  440 - Small API change in WINGs to allow images with alpha blending set as the
  441   application icons be shown correctly. More about this in WINGs/Changelog 
  442   and WINGs/NEWS.
  443 - Made images with alpha blending be shown correctly in the panels and the
  444   icon chooser.
  445 - The icon image set to be shown in panels ("Logo.WMPanel") will be 
  446   automatically updated if its entry in WMWindowAttributes changes (without
  447   a need to restart as until now).
  448 - Fixed a bug in the icon chooser dialog that made the selected icon look
  449   wrong if it had alpha blending.
  450 - Removed the following 3 options from configuration: SelectWindowsMouseButton,
  451   WindowListMouseButton and ApplicationMenuMouseButton.
  452 - Added 4 options to the configuration file for binding workspace actions to
  453   mouse buttons: MouseLeftButtonAction, MouseMiddleButtonAction,
  454   MouseRightButtonAction and MouseWheelAction. They replace the above 3
  455   removed options, but use a different semantic. More in NEWS.
  456 - client supplied icons that were saved by Window Maker in the directory
  457   ~/GNUstep/.AppInfo/WindowMaker/ will be recreated if missing when the
  458   application starts.
  459 - fixed a small memleak when the client supplied icon was extracted and saved.
  460 
  461 
  462 Changes since version 0.63.1:
  463 .............................
  464 - fixed messup in get-{wings,wutil,wraster}-flags
  465 - fixed #wmdatadir# substitution in wmaker.inst 
  466 	(Seiichi SATO <sato@cvs-net.co.jp>)
  467 - Removed spurious focus disabling for GNUstep applications - but retain
  468   code that lets GNUstep apps control their window titlebar.
  469 	(Richard Frith-Macdonald <rfm@gnu.org>)
  470 - Fixed broken panels.
  471 - Renamed se.po to sv.po
  472 - New version of wkdemenu.pl (from Malcolm Cowe <malk@bruhaha.co.uk>)
  473 - new updated Slovak translations (Jan Tomka/judas@hell <tomka@oalevice.sk>)
  474 - integrated the 'no polling' patch from Jim Knoble <jmknoble@jmknoble.cx>.
  475 - new wsetfont script (Anton Zinoviev <zinoviev@debian.org>)
  476 - lots of i18n fixes (Jan Tomka/judas@hell <tomka@oalevice.sk>)
  477 - window levels changed to match GNUstep <rfm@gnu.org> ...  src/GNUstep.h
  478   src/WindowMaker.h src/window.c wmlib/WMaker.h WINGs/WINGs/WINGs.h
  479 
  480 
  481 Changes since version 0.63.0:
  482 .............................
  483 - fixed compile prob with SGI compiler
  484 - decreased nice() value in wmsetbg
  485 - applied gnome panel not-covering patch from (Bastien Nocera <hadess@hadess.net>)
  486 - added item copy to WPrefs menu editor
  487 - added locale selection code for menu in wmaker.inst (Eliphas Levy Theodoro <eliphas@conectiva.com.br>)
  488 - fixed bug in built-in xpm support (Alessandro Strada <a.strada@libero.it>)
  489 - removed plugin support
  490 - fixed a crash bug in WPrefs menu editor
  491 - added es and pt potfiles from conectiva/eliphas
  492 - added updated galician potfile (Jesus Bravo Alvarez <jba@pobox.com>)
  493 - added update hungarian potfiles (HORVATH Szabolcs <horvaths@inf.elte.hu>)
  494 - added updated single-click patch from John Morrissey <jwm@horde.net>
  495 - added updated danish translations (Birger Langkjer <birger.langkjer@image.dk>)
  496 - fixed WindozeCycling config in WPrefs
  497 - fixed circulate raise withour WindozeCycling
  498 
  499 
  500 Changes since version 0.62.1:
  501 .............................
  502 - added blackbox style igradient (interwoven)
  503 - added wmagnify utility
  504 - changed behaviour of control/shift double click on titlebar for maximize
  505 - updated getstyle to account for extendspace options
  506 - fixed weird color bug in jpeg loader 
  507 	(Alban Hertroys <dalroi@wit401310.student.utwente.nl>)
  508 - improved and simplified fonts configuration for multibyte languages
  509 	(Tomohiro KUBOTA <kubota@debian.or.jp>)
  510 - cleaned ParseCommand() and renamed to TokenizeString()
  511 - rewrote menu editor in WPrefs
  512 - added definable workspace border (0..5 pixels). See NEWS.
  513 - fixed circulateraise on non-windoze cycling mode
  514 - fixed bug in RCombineAreaWithOpaqueness (Tim Malone <tmalone3@uswest.net>)
  515 - fixed bug with hangling of WM_COMMAND update in client.c (Andrew M. Langmead <aml@world.std.com>)
  516 - fixed bug with incorrect reading of ppm files (Adam Fedor <fedor@gnu.org>)
  517 - fixed bug with incorrect window placement using automatic placement, while
  518   there were shaded windows on other workspaces
  519 - fixed some buffer overflow issues in WINGs
  520 - fixed bug with WPrefs.app not selecting the menu appearance options after 
  521   startup.
  522 - replaced free() with wfree() wherever appropriate
  523 - fixed some memory leaks generated by wstrappend()
  524 - fixed code that was dependant on the order of evaluation in wrlib. This
  525   fixed a number of problems, like greyscale jpegs that showed up in red
  526   and possibly the problems with pseudocolor displays.
  527 - made clicks on unfocused windows be effective on focus follow mouse/sloppy
  528 
  529 
  530 Changes since version 0.62.0:
  531 .............................
  532 - made shortcuts available during alt+tab
  533 - save lowered state of menus
  534 - fixed portability bugs for old X servers
  535 - added check for XInternAtoms in configure and replacement code
  536 - fixed window cycling with single key shortcut
  537 - fixed WPrefs crash on menu editor
  538 - install only needed icons for WPrefs.app
  539 - updated Finnish translations
  540 - fixed user-whining-windoze-cycling bug
  541 - added option for f'n windoze cycling..
  542 - added --create-stdcmap and made std colormap creation off by default
  543 - updated get/setstyle to account for new options
  544 - fixed crash on restart bug
  545 - made GNOME wm hints take precedence over KDE.. KDE hint will only be read
  546   if GNOME hints dont exist
  547 - updated kwm hint support (maximize hint)
  548 - added memory usage in info panel
  549 - fixed sticky hint handling in GNOME
  550 - fixed saving of maximized state for restart
  551 
  552 
  553 Changes since version 0.61.1:
  554 .............................
  555 
  556 - fixed bug with menu editor in WPrefs placing cut/paste-ed entries in wrong
  557   positions.
  558 - removed "Keep Attracted Icons" option from Clip's menu. See NEWS.
  559 - fixed bug in Xdnd code to be able to work with QT. (This is QT's bug so
  560   it will change again in future)
  561 - replaced debugging output stuff with Nana
  562 - fixed problem with session restoring and dock autolaunch (Jacek Naglak
  563 							<nag@promail.pl>)
  564 - put WorkspaceNamePosition in WPrefs
  565 - added a lock to docked icons
  566 - fixed crashing bug in WPrefs.app's Appearance section.
  567 - fixed sorting of names in icon chooser, and file browser.
  568 - fixed name completion problem in file browser.
  569 - added new sound events (from pascal)
  570 - fixed bug when moving/resizing internal windows
  571 - propagation of -noext for submenus (David Reviejo <dreviejo@arrakis.es>)
  572 - fixed problem with mouse sampling rate in SGIs
  573 - optimized frame drawing (Swivel <swivel@gnugeneration.com>)
  574 - removed broken optimized frame drawing patch
  575 - added Select Window button in attribute inspector
  576 - made icon images scale by a constant factor when changing icon size
  577 - added support for standard colormaps in PseudoColor visuals
  578 - changed geometry view for move/resize to a WINGs widget
  579 - removed DisplayFont option
  580 - added NoBorder attribute
  581 - changed semantics of GNUstep window attribute hints
  582 - added get-wings-flags and get-wutil-flags with the same purpose as
  583   get-wraster-flags, but for compiling and linking with WINGs/WUtil
  584 - fixed bug handling non-string values given to string valued options in 
  585   defaults.c
  586 - fixed colormap_window crash bug (appears when launching some apps from dock,
  587   or removing apps from gnome panel etc)
  588 - added DONT_SCALE_ICONS #define
  589 - added --no-autolaunch patch (John Bafford <dshadow@zort.net>)
  590 - made Apply button work on window inspector for windows with no WM_CLASS
  591 - changed sound server code to be more efficient
  592 - fixed crash with broken apps that set mask size != pixmap size in icons
  593 - made wmsetbg accept relative paths for images that are not in PixmapPath
  594 - fixed windoze cycling
  595 - replaced XSync with XFlush in wUnshadeWindow()
  596 - added GNUstep window recognition through WM_CLASS->class == GNUstep
  597 - made window focusing not change titlebar color of GNUstep windows
  598 - disabled passive mouse grabbing in client area of GNUstep window
  599   when they are unfocused
  600 - added Jim Knoble <jmknoble@pobox.com>'s cursor thing patch
  601 - fixed lock of wmaker when clicking on menu multiple times
  602 - made transients appear near their owner
  603 - fixed crash bug with broken java implementations (Miguel Covarrubias 
  604 							<mcovarr@tigr.org>)
  605 - made Revert on attributes panel apply the reverted changes immediately
  606   to avoid inconsistent internal state
  607 - color dragging works correctly now
  608 - arbitrary stacking levels
  609 - save window shortcuts in state
  610 - changed license of Marco's icons to GPL
  611 - added --dont-restore cmd line option to not restore previous state
  612 - fixed focus bug when moving wmaker panel windows in focus-follow mouse
  613 
  614 Changes since version 0.61.0:
  615 .............................
  616 
  617 - fixed Xdnd by cropping filename with ""
  618 - fixed OPEN_MENU
  619 - fixed crash when moving a shaded window with keyboard
  620 - fixed problem with window shortcut assignment from the menu
  621 - fixed problem with fonts in WINGs (Masahide -mac- NODA 
  622 					<mac@flab.fujitsu.co.jp>)
  623 - fixed multihead bugs (Morten Bøgeskov" <mb@dbc.dk>)
  624 - fixed crashing bug when saving session information.
  625 - fixed crashing bug related to onmipresent icons in Clip
  626 - added _WINDOWMAKER_ICON_TILE and _WINDOWMAKER_ICON_SIZE hint in
  627   the noticeboard window
  628 
  629 
  630 Changes since version 0.60.0:
  631 .............................
  632 
  633 - fixed bug in window attribute panel
  634 - SGI portability fix (Graham Whitted <gbw@sgrail.com>)
  635 - fixed compilation problem with --enable-singleicon
  636 - fixed compilation problem with WS_INDICATOR
  637 - fixed crash bug with SGI (defaults.c) (Graham Whitted <gbw@sgrail.com>)
  638 - fixed sloppyfocus problem in multihead dpys (Morten Bøgeskov
  639 						<morten@bogeskov.dk>)
  640 - fixed WorkspaceSpecificBackground bug in wmsetbg
  641 - give preference to windows in window list when switching focus after
  642   workspace change (Richard Kilgore <rkilgore@ece.utexas.edu>)
  643 - brought back --locale cmd line option
  644 - fixed bug with WorkspaceNameDisplayPosition (Emanuele Caratti <wiz@iol.it>)
  645 - added missing kbd shortcut definitions for window shortcuts
  646 	(Michael Smith <mjsmith@spirit.com.au>)
  647 - fixed floppy button layout in filepanel (Matthew Ashton <mrashton@home.com>)
  648 - fixed bug with documentedited close button (Felipe A. Rodriguez 
  649 						<farz@mindspring.com>)
  650 - fixed some buffer overflows
  651 - fixed some problem with the alpha
  652 - fixed some problems with non gcc compilers.
  653 - fixed problem with showing instance.class in the inspector window.
  654 - fixed crash when displaying workspace name in some positions.
  655 - fixed compilation problem when WS_INDICATOR was defined.
  656 - added edge attraction. See NEWS.
  657 - fixed buggy RSaveXPM() in wraster library. Its output was messed up, and
  658   caused crashes for icons with more than 1024 colors.
  659 - sinking windows (such as gmc icons) won't be calculated in edge resistance
  660   or attraction.
  661 - removed drop shadow for text on title bar code. (TITLE_TEXT_SHADOW)
  662 - text on title bar is now possible to be drawn by plugin. See NEWS.
  663 - WPrefs: added support for button4/5
  664 - fixed scrolling of menus outside screen (Vito Caputo 
  665 						<swivel@virtual-webworld.com)
  666 - added dialog window for menu commands that can't be executed
  667 - fixed crash when deiconifying windows when icons are disabled
  668 - better smart placement (Gabor Melis <gabor.melis@essnet.se>)
  669 - replaced old linkedlist code with WMBag
  670 - fixed wmsetbg to use right bg color with transparent background images
  671 - fixed crash with Assertion "bad_root_window" && 0' failed. on startup
  672 - fixed crash when more than 1 dockapp fails to launch on startup
  673 - added a different dock setup config for each screen size
  674 - fixed PPosition handling
  675 - New "Smart placement" mode. 'Smart' is no longer an alias to 'Auto' but
  676   a different mode of placing windows. 'Auto' keeps the old behavior.
  677 - added the dir where the menu is being read from to the search path
  678   given to cpp
  679 - doing a multiwindow selection shortcut and hitting the shortcut
  680   repeatedly will cycle through the selected windows
  681 - fixed crash when overwriting a string constant (default font specs) in WINGs
  682 
  683 
  684 Changes since version 0.53.0:
  685 .............................
  686 
  687 - fixed a bug that caused icon overlaping in Clip, when icon was moved around.
  688 - this time really added libwmfun to distribution.
  689 - made deiconification not automatically focus window in sloppy focus
  690 - fixed crash with DisableMiniwindows and icon pixmap changes
  691 - fixed crash when changing icon of window without WM_CLASS
  692 - added hysteresys for offscreen menu scrollback
  693 - fixed bug with IgnoreFocusClick
  694 - fixed crash with windows with width == 1 (Alban Hertroys 
  695 					<dalroi@wit401310.student.utwente.nl>)
  696 - added SHEXEC command
  697 - fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com)
  698 - added balloon help everywhere
  699 - fixed bug with FullMaximize attribute
  700 - GNOME: button events not bound in wmaker are proxyized (to gmc)
  701 				(Paul Warren <pdw@ferret.lmh.ox.ac.uk>)
  702 - fixed bug with restoration of maximized window after restart with
  703   --enable-kde
  704 - added high-quality filtered rescaling (smoothed rescaling) to wrlib/wmsetbg
  705 - added SmoothWorkspaceBack
  706 - fixed crash bug in Paths section of WPrefs
  707 - optimized image rendering for 15/16 bpp
  708 - user menus' paths were changed. See NEWS.
  709 - added a timeout for the workspace name fading
  710 - HP-UX compiler compatibility workarounds (Sebastien Bauer
  711 						seb_bauer@bigfoot.com)
  712 - fixed crash with attributes panel
  713 - save state of all menus when exiting (Sebastien Bauer
  714 						seb_bauer@bigfoot.com)
  715 - added GNUstep info panel (still needs beautification..)
  716 - made the paths selector in WPrefs.app use the open file panel
  717 - fixed crash bug with hiding apps without dock/clip
  718 - fixed a mem leak in superfluous mode caused by the ghost icon.
  719 - added possibility to set omnipresent icons in Clip. See NEWS.
  720 - fixed bug in WPrefs menu editor
  721 - fixed crash when moving internal window with kbd
  722 - fixed compilation problem on IRIX machines (Neil Muller
  723 						<neil@octane.sun.ac.za>)
  724 - replace xde support drop on dock with xdnd.
  725 - added an (internal use) environment variable for telling WPrefs whats's
  726   the name of the wmaker binary being ran.
  727 - more elegant text entries in Clip's menu, regarding single/multiple
  728   selected icons.
  729 - fixed cosmetic bug in geom. dpy window for 8bpp
  730 - removed --enable-kanji and added MultiByteText option
  731 - rewrote font code to use WINGs
  732 - made autoraise only work for the active window
  733 - fixed compilation problem with OpenWindows and other non-X11R6 systems..
  734 - fixed crash bug when iconsize=24
  735 - fixed portability prob with raise() in SunOS
  736 - fixed icon placement bug (Markus Schoder <Markus.Schoder@online.de>)
  737 - added delete and floppy buttons in file panel.
  738 
  739 
  740 Changes since version 0.52.0:
  741 .............................
  742 
  743 - patched wmsetbg to work with dynamically loadable texture renderer code
  744 - added libwmfun to distribution (forgot to do so in 0.52.0)
  745 - added MenuStyle option
  746 - changed configuration updating to use notifications
  747 - fixed window move through workspaces in nonopaquemove
  748 - added message to immediately reread configuration data
  749 - fixed some bug in XKB modelock toggling
  750 - fixed crash bug when hiding apps with appicon disabled
  751 - fixed wrong initial workspace # being shown on attributes panel
  752 - XSMP updates
  753 - update colorpanel
  754 - applied WMSound patch from "Quinn, Anthony" <Anthony.Quinn@usa.xerox.com>
  755 - fixed focus bug with unfocusable window (I swear I had fixed that before...)
  756 - applied windoze cycle patch from  Paul Warren <pdw@ferret.lmh.ox.ac.uk>
  757 - changed initscript and exitscript execution from fork()/exec() to system()
  758 - added ResizebarBack and added appropriate backwards compat. hacks in setstyle
  759 - applied ]d's patch to allow DEMATERIALIZE_ICON over windows
  760 - made clip arrows gradiented
  761 - added a crashing dialog panel to select what to do on crashes.
  762 - fixed the problem with showing a window as focused in the window list menu
  763   while it was on another workspace.
  764 - show workspace name on screen when switching workspaces
  765 - made setstyle support WorkspaceSpecificBack
  766 - fixed getstyle prob with filenames with spaces (Pierre Phaneuf
  767 						<pp@ludusdesign.com)
  768 - fixed crash with InfoPanel in multihead dpy
  769 - Fixed bug in WPrefs that added a new line at the end of autostart script
  770   at every save, growing it indefinitely.
  771 - fixed a memory leak in wrlib (Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>)
  772 - fixed crash during forced shutdown of X (Wolfram Gloger
  773 					   <wmglo@dent.med.uni-muenchen.de>)
  774 
  775 
  776 Changes since version 0.51.2:
  777 .............................
  778 
  779 - made the Attributes panel be available for all windows, even
  780   for completely broken apps (although settings wont be saved for
  781   completely broken apps)
  782 - fixed compilation problems with compile time #defines
  783 - workaround for crash during startup related to hiding miniaturized windows
  784   from Matt Armstrong <matt_armstrong@bigfoot.com>
  785 - fixed focus problem with unfocusable windows
  786 - fixed bug in WPrefs that changed EXIT to SHUTDOWN
  787 - fixed menu title messup bug in WPrefs
  788 - added a dot to mark hidden applications (compile time) (id@windowmaker.org)
  789 - enhancements to the modelock patch (id@windowmaker.org)
  790 - show kbd mode for modelock  (id@windowmaker.org)
  791 - enhanced positioning of transient windows
  792 - added dynamically loadable texture renderer code
  793   from Tobias Gloth <gloth@online.de>
  794 - added DisableMiniwindows option
  795 - kde: miniaturize animation will match the taskbar icon (KWM_WIN_ICON_GEOMETRY)
  796 - miniwindows show the title of the window if there is none set for it
  797 - fixed crash on kpanel restart
  798 - remember window shortcuts after restart
  799 - change edge resistance to account for panels and stuffs
  800 - narrower menus
  801 - fixed auto raise/lower behaviour of clip for docked applications that have
  802   their own window (applets).
  803 - cleaned up Clip's autocollapsing code, and made it to be similar to the
  804   auto raise/lower code (much cleaner).
  805 - fixed a race condition in Clip behavior when changing workspaces, if set to
  806   autocollapsing.
  807 
  808 
  809 Changes since version 0.51.1:
  810 .............................
  811 
  812 - fixed bug with window that can get focus if both shaded and hidden.
  813 - maximize for full screen
  814 - fixed problem with frame drawing in non-opaque 
  815 - fixed installation path prob [jmknoble@pobox.com]
  816 - fixed bug moving window when only one window is on screen
  817 - fixed bug with ignored GNUstep attributes
  818 - fixed WPrefs crash in Mouse Preferences
  819 - fixed crash bug in WINGs/wmaker startup
  820 - added workaround for kde pager crash bug
  821 - made %W in root menu and wmsetbg -w take numbers starting from 1
  822 - fixed crash bugs with kpanel
  823 
  824 Changes since version 0.51.0:
  825 .............................
  826 
  827 - put . to mark hidden apps
  828 - fixed dont set xset stuff option in WPrefs
  829 - fixed menu title messup in WPrefs
  830 - fixed WPrefs message dialogs for invalid menus
  831 - fixed workspace back setting in all screens
  832 - fixed WorkspaceSpecificBack / wmsetbg
  833 - added WindozeCycle patch (being rewritten)
  834 - cleaned up focus/unfocus state transitions
  835 - made WPrefs more robust
  836 - fixed locale file (po) installation stuff
  837 - fixed focus loss when dragging window across workspaces
  838 - fixed workspace baby boom with nextworkspacekey
  839 - removed ignore_next_unmap kluge
  840 - install defaults data in /usr/local/etc
  841 - added menu for miniwindow
  842 - fixed remove resizebar from shaded window
  843 - rewrote library/header search code in configure
  844 - rewrote window move/edge resistance code
  845 - added window border resistance
  846 - changed EdgeResistance option to only YES/NO
  847 - added workaround for glibc bug in sscanf("", bla, bla)
  848 - hopefully fixed WM_COLORMAP_WINDOWS crash bug
  849 - fixed searching of localized menus
  850 - fixed --help option
  851 - fixed handling of docked apps with . in their instance names
  852 - RSupportedFileFormats() in wrlib will now return a static buffer
  853 - fixed bug in StartHidden
  854 - a little faster startup
  855 - will rearrange icons after moving an icon if autoarrangeicons
  856 - fixed icon overlap bug
  857 - fixed crash with internal dialogs and multi-heads
  858 - added standard colormap support to wrlib (taken from libXmu sources)
  859 - fixed memory leak in attribute panel
  860 - fixed crash with CalendarManager deiconify
  861 - fixed heisencrash when mapping new windows
  862 - fixed totally buggy wmaker.inst ~/.xinitrc checker
  863 
  864 Changes since version 0.50.2:
  865 .............................
  866 
  867 - added some new icons made by Marco
  868 - kde: fixed stacking order reporting for modules
  869 - gnome: fixed state change request handling
  870 - fixed handling of file names with non-alphanum characters in wmsetbg
  871 - hopefully fixed timestamp problem that caused regeneration of configure
  872 - fixed a bug in the auto raise code
  873 - made SIGHUP exit wmaker and SIGUSR1 restart for GNOME compatibility
  874 - fixed %a() bug (now it really is fixed!)
  875 - fixed docking icons in last icon
  876 - fixed WMInsertPopUpButtonItem()
  877 - fixed bug that caused fonts of themes to be ignored
  878 - fixed bug in path handling in getstyle
  879 - stop icon explosion animation by clicking on root window
  880 - made SAVE_SESSION save the state of the dock
  881 - added command line option aliases that adhere to the GNU standards
  882 - fixed png gamma bug (actually unmade buggy fix)
  883 - fixed bug in property notify handling
  884 - removed KeepTransientsOnTop
  885 - fixed window focus when switching workspaces
  886 - fixed attribute inspector Apply for dont bind keys
  887 - fixed bad colormap bug (I hope)
  888 - added acceleration to keyboard window move
  889 - %W expand to current workspace #
  890 - fixed background pixmap color problem (cpixmap etc)
  891 - applied drop shadow patch
  892 - fixed crash on startup with xconsole and xdm
  893 - fixed portability prob with MkLinux/PPC
  894 - fixed portability prob with Alpha
  895 - added color panel to WINGs
  896 - added support for olwm/OPEN LOOK(tm) hints
  897 - added SaveYourself support
  898 - fixed bug in start maximized
  899 - added _WINDOWMAKER_NOTICEBOARD protocol
  900 - added docklib
  901 - updated utility parameter format to GNU standards
  902 - removed libPropList from distribution and merged with GNOME one
  903 
  904 Changes since version 0.50.1:
  905 .............................
  906 
  907 - fixed wmsetbg
  908 - fixed parsing of WorkspaceSpecificBack
  909 - fixed initial workspace for new windows
  910 - added the workspace button proxy thingy for GNOME 
  911 - added more GNOME compatibility fixes
  912 - fixed bug in %a() macro in root menu
  913 
  914 Changes since version 0.50.0:
  915 .............................
  916 
  917 - fixed bug that allowed docking of icons to outside the screen
  918 - added extra code to handle kpager bug
  919 - fixed crash when opening appicon menu
  920 - fixed problem that caused Motif hints to be sometimes ignored
  921 - fixed bug in layer treatment of GNOME hints
  922 - fixed weirdness in initial window workspace
  923 - fixed problem with Sun compilers
  924 - fixed bug with () Workspace{Specific,}Back specs
  925 - added --disable-rpath option (from KDE) by request
  926 - maybe fixed bug with StarOffice
  927 - fixed pipe fd inheritance mess
  928 - fixed bug in kde workspace renaming
  929 - fixed installation problems
  930 
  931 Changes since version 0.20.3:
  932 .............................
  933 
  934 - window list is ordered by workspace
  935 - preliminary grid move mode
  936 - fixed prob with docked apps with the same name switching places (like wmmon
  937   and wmmon -s)
  938 - wrapping of workspace switching for 5button mice
  939 - added restart in fallback menu
  940 - fixed buglet in modifier error reporting
  941 - extra options in window command menu
  942 - changed select() used in wevent.c to poll()
  943 - fixed bug in SGI boxes (black dialogs)
  944 - added IconTitleBack, IconTitleColor
  945 - made error checking stricter
  946 - fixed crash when saving application supplied icons that have many colors
  947 - added move threshold to menus
  948 - added textured gradient textures
  949 - added -nofont flag for setstyle
  950 - added -p flag and theme pack support for getstyle
  951 - fixed crash bug when clicking on menu title opened with kbd
  952 - fixed bug that caused incorrect saving of icon configuration (the -name bug)
  953 - scale pixmap texture for workspaceback type will maintain aspect ratio
  954 - fixed memory leak in jpeg loader
  955 - started XStandardColormap support
  956 - added StartMaximized window flag
  957 - fixed bug of mixed up Unfocusable and StartMiniaturized flags
  958 - yet another try to switch to shared libraries
  959 - workspace specific background images
  960 - stack new windows to under focused window if autofocus is off (disabled)
  961 - added kde support
  962 - implemented the "GNOME Window Manager Compliance" stuff
  963 - window move/resize by keyboard
  964 - rewrote window attribute code to make it cleaner
  965 - added --enable-lite configure option
  966 - added support to change prompt in %a() for root menu
  967 - rewrote exit code
  968 - added KeepInsideScreen=YES; for scilab in default WMWindowAttributes
  969 - added an option to the Clip, to allow automatic Raise/Lower when the mouse
  970   cursor enter/leave the Clip.
  971 
  972 
  973 Changes since version 0.20.2:
  974 .............................
  975 
  976 - hysteresis for menu item selection (delayed selection for selecting
  977   submenu items)
  978 - window shortcuts
  979 - removed Hide Others from window commands menu
  980 - window commands menu will close when the window for it is closed
  981 - made shade not set the Iconic state
  982 - fixed bug in miniaturizing atribute panel
  983 - made frame rectangles be more visible in PseudoColor (8bpp)
  984 - fixed bug for 64bit machines
  985 - added support for ICCCM 2.0  WM_COLORMAP_NOTIFY message
  986 - fixed bug for apps that put strings with . in WM_CLASS
  987 - added handling for reparented client windows
  988 - fixed bug with window positioning
  989 - fixed cascade window placement to account for dock
  990 - added modelock stuff
  991 - added X include path in gfx header when configure searches for headers
  992 - fixed bug in window positioning by clients
  993 - added run-time test for shared pixmap support on server
  994 - changed order of link flags in Makefiles
  995 - fixed problem with random window placement
  996 - fixed multiple window selection for multiheads
  997 - grayscale and 8bit jpeg support
  998 - fixed client restoration in restart/exit in multiheads
  999 - started session management code
 1000 - fixed problem with docked programs that have names with spaces
 1001 - updated WPrefs.app for iconificationstyle
 1002 - added -static command line option
 1003 - put redundant NoWindowOverDock
 1004 - fixed overlapping clip icon bug
 1005 - extended window level code
 1006 - added KeepOnBottom hint
 1007 - added iconification style to WPrefs.app
 1008 - fixed crash with bad value in defaults file
 1009 - changed icon stacking code
 1010 - added primitive support for 5 button mouse (for switching workspaces)
 1011 - fixed BadAccess and crash on programs that do XGrabButton
 1012 - fixed bug with rootmenu Exec not working when stty is called from ~/.tcshrc
 1013 - fixed bug with Move menu and sloppy focus
 1014 - temporarily removed SHELL support in apps menu
 1015 
 1016 Changes since version 0.20.1:
 1017 .............................
 1018 
 1019 - fixed timer bug
 1020 - removed NoWindowUnderDock
 1021 - error reporting mechanism has changed in wrlib. Instead of a writing
 1022   the message in a string, it will place the error code in RErrorCode
 1023 - smoother icon selection
 1024 - persistent client supplied icon pixmaps
 1025 - fixed yet another crash on emacs exit bug
 1026 - fixed portability prob in wrlib shm code
 1027 - fixed bug in DISPLAY variable setting in multiheads
 1028 - fixed a few more portability problems related to storing struct properties
 1029 - fixed damaged balloons on Suns/8bpp (I guess)
 1030 - better "one of" type option handling
 1031 - added a timeout for some animations
 1032 - support for large binary files in wxcopy/wxpaste
 1033 - fixed bug of losing focus when resizing/moving windows
 1034 - fixed bug in libproplist
 1035 - fixed focus with sloppy
 1036 - changed permissions of shm segments to 0666. Now, if someone has a shm
 1037   leak, we can know who it is.
 1038 - faster titlebar texture update
 1039 - faster icon kaboom
 1040 - added different undocking animation
 1041 - updated wmaker -version to output "Window Maker" instead of WindowMaker
 1042 - fixed crash bug with transient windows (gimp etc)
 1043 - fixed bug with popen()+wwarning() - problem opening cpp'ed menus
 1044 - added test for header files in configure for gfx libraries
 1045 - simplified building process, making libPropList be always built
 1046 - fixed crash with bad mgradient color entry
 1047 - docked appicons that are being edited/killed cant be moved (mutex fix)
 1048 - more features in wxcopy/wxpaste
 1049 - fixed bug with state file in multiheads
 1050 - selection retrieval moved to WINGs
 1051 - fixed workspacekey to switch workspaces in the current layer
 1052 - fixed workspacekey to not switch to inexisting workspace unless
 1053   AdvanceToNewWorkspace is YES
 1054 - fixed bug with disappearing windows if a workspace switch is made on startup
 1055 - fixed blocking of window creation/destroy events when opening menu with kbd
 1056 - fixed aspect ratio setting bug
 1057 - fixed crashing when miniaturized window is closed during animation
 1058 - added XDE support
 1059 - fixed stupid bug in shape stuff
 1060 - raised threshold for removing docked icons
 1061 - fixed HideOthers for windows with NoAppIcon=YES
 1062 - if Cancel is pressed in dialog box of %a in menu cmd lines, the command
 1063   will be canceled
 1064 - slightly better dithering for 8bpp
 1065 - apps menu will use $SHELL, instead of /bin/sh to run EXEC menu commands
 1066 - cleaned up some code (GetNormalHints(), wManageWindow(),
 1067   wGetWindowSavedState() et al, )
 1068 
 1069 
 1070 Changes since version 0.20.0:
 1071 .............................
 1072 
 1073 - fixed cpixmap to use the specified color for background around the image.
 1074 - fixed compiling problem in wrlib.
 1075 - fixed bug with bad shortcut names in menus.
 1076 - fixed some compiling compatibilities.
 1077 - added a new theme, named BlueWaves.
 1078 
 1079 
 1080 Changes since version 0.19.3:
 1081 .............................
 1082 
 1083 - fixed crash when closing windows in autoraise
 1084 - fixed a memory leak 
 1085 - fixed a crash when closing Lotus Notes
 1086 - rewrote colormap code
 1087 - incomplete multihead support
 1088 - optimized wrlib dithering code
 1089 - new superfluous animation
 1090 - fixed cpixmap bug
 1091 - fixed sound bugs
 1092 - fixed miniaturization bug
 1093 - added script to be called when wmaker exits
 1094 - fixed GNUSTEP_WM_ATTR writing/reading
 1095 - added quick and dirty selection pasting in text fields
 1096 - fixed animation to be displayed again when unhiding an application.
 1097 - made the miniaturize animation a runtime option. See NEWS.
 1098 - fixed bug with reassigning keyboard shortcuts after they are changed.
 1099 - added edge resistance. See NEWS.
 1100 - fixed bug with long names when renaming workspaces.
 1101 - fixed clip's balloon to not overlap the clip's buttons.
 1102 - fixed bad update of clip's workspace menu after workspace name change.
 1103 - fixed bug with cpixmap in wmsetbg.
 1104 - fixed a memory allocation problem in wrlib.
 1105 - AIX bug compatibility in XmbTextEntents()
 1106 - fixed jpeg loading bug
 1107 
 1108 Changes since version 0.19.2:
 1109 .............................
 1110 
 1111 - fixed visual problem when mapping internal panels
 1112 - better looking bevels for solid textures
 1113 - centered pixmap texture (cpixmap)
 1114 - added compile-time selectable animations for miniaturization
 1115 - fixed bug with moveto workspace, omnipresent and miniaturize
 1116 - fixed doubleclick bug
 1117 - added GIF file support (through libgif)
 1118 - implemented close color allocation in WINGs
 1119 - fixed bug with visuals different than default
 1120 - finished balloons
 1121 
 1122 Changes since version 0.19.1:
 1123 .............................
 1124 
 1125 - clip balloon under the clip
 1126 - fixed setting of DISPLAY env var from wmaker.
 1127 - fixed bug of passing focus to shaded window in other workspace
 1128 - changed ballon font from titlebar font to displayfont
 1129 - update menu when menu file path is changed in WMRootMenu
 1130 - fixed OPEN_MENU stuff in WPrefs
 1131 - fixed bug with mdgradient
 1132 - fixed maximize with NoWindowOverIcons
 1133 - fixed bug with kbd focus change
 1134 - fixed race in autoraise
 1135 - fixed bug in menu section of WPrefs
 1136 - fixed problem with modifier keys
 1137 
 1138 
 1139 Changes since version 0.19.0:
 1140 .............................
 1141 
 1142 - fixed bug in balloon titles
 1143 - fixed stupid bug in workspace renaming from menu
 1144 - fixed bug with iconsize != 64
 1145 - fixed forgotten menu saving in WPrefs
 1146 - fixed various bugs in WPrefs
 1147 - fixed kbd menu traversal bug
 1148 - fixed bug with multiple depth supporting servers
 1149 - fixed disappearing outer border of shaped windows
 1150 - kluged bug with shaped window resize
 1151 - fixed bug in WPrefs for systems without TIFF
 1152 - fixed bug with Info/Legal panel closure
 1153 - fixed Clip's look.
 1154 
 1155 Changes since version 0.18.1:
 1156 .............................
 1157 
 1158 - added shade indicator for window list
 1159 - fixed small problem in menu autoscrolling
 1160 - fixed bug when reading a corrupted defaults file
 1161 - visual depths different than the default works now
 1162 - fixed problem with non-ascii characters in localized dialogs
 1163 - workspace rename from clip menu
 1164 - fixed memory leak in internal proplist parser
 1165 - fixed infinite loop when parsing mgradient with bad color name
 1166 - fixed bug with paths containing ~ in iconchooser
 1167 - cleaned up double-click code
 1168 - balloon help
 1169 - fixed bug with launching of ForcedDock apps
 1170 - fixed cosmetic bug with miniwindows and titlebar
 1171 - fixed bug with applications that steal input focus
 1172 - EmulateAppIcon window attribute
 1173 - Revert in attribs panel will not apply the changes
 1174 - fixed bug with focus being left in old workspace after switching to an empty
 1175 workspace.
 1176 - finished clip remakeup
 1177 - more generic and faster icon placement algorithm
 1178 - icon yard
 1179 - fixed wxcopy bugs
 1180 
 1181 
 1182 Changes since version 0.18.0:
 1183 .............................
 1184 
 1185 - fixed cosmetic bug in beveling of pixmap/gradient textures
 1186 - fixed bug in titlebar mouse bindings
 1187 - fixed some bugs in proplist menu
 1188 - fixed bug in window list menu indicator
 1189 - fixed a very old bug related to unwanted button grabs in non-click-to-focus
 1190 - fixed bug when opening settings panel for appicon with invalid icon file
 1191 - winspector appicon related bug fix
 1192 
 1193 Changes since version 0.17.5:
 1194 .............................
 1195 
 1196 - fixed handling of signals when the X event queue is empty
 1197 - fixed blank window titles 
 1198 - made current workspace entry be disabled in Move To window menu command, and
 1199   in the Clip's Move To submenu.
 1200 - fixed menu width calculation
 1201 - fixed bug with buttonpress/release events
 1202 - fixed problem with WMRootMenu with a ~ in the path
 1203 - fixed bug caused that caused the clip to not function properly,
 1204   unless a workspace switch was made
 1205 - added a hack to make everything work even if NumLock or ScrollLock is on
 1206 - added a little more verbosity to error messages
 1207 - fixed kluged workspace menu in clip
 1208 - removed workspace menu mapped through the microbutton in the clip. 
 1209 - remade clip button layout to be more usable
 1210 - fixed bug with keepontop and apps with Motif hints (x11amp)
 1211 - changed menu border drawing
 1212 - fixed bug in clip free slot finder code
 1213 - fixed infinite reproduction of OPEN_MENU submenus bug
 1214 - added support for future extension to dock totally broken apps (wharf-like
 1215   dumb launching)
 1216 - changed icon of close button when app doesn't understand WM_DELETE_WINDOW
 1217 - removed SwapMenuButton and added 3 finer grained equivalent options
 1218 - better docked application settings panel
 1219 - fixed positioning problem with attributes panel
 1220 - removed WorkspaceChangeDelay and cleaned up related stuff
 1221 - removed AClipColor and IClipColor
 1222 - added SelectKey back
 1223 - removed install -d from po/Makefile
 1224 - i18n support in WINGs (dialog panels)
 1225 - rewrote menu scrolling code (possibly fixed related crashing bug)
 1226 - fixed crash with icons bigger than the tile
 1227 - fixed bug in attributes editor to apply changes to dont bind {keys, mouse}
 1228 - fixed bug in unhide that unhided all windows in the same workspace
 1229 - moved noappicon to Application Specific options.
 1230 - fixed revert for StartHidden
 1231 - changed style in default WindowMaker domain file
 1232 - fixed bug in hash table
 1233 - fixed bug with transients for leaders that don't have their leader hint
 1234   set to themselves
 1235 - changed all window_flags to have default values of 0 (closable -> no_closable)
 1236 - fixed bug with workspace change of hidden miniwindows
 1237 - added descriptive icons in window list
 1238 - fixed bug of having to keep mouse over window to edit textfields
 1239   of wmaker panels
 1240 - extended menu shortcuts to proplist menus
 1241 - changed proplist menu format: removed redundant array for submenus
 1242 - made arrangement of icons when workspace is switched to not arrange moved
 1243   icons
 1244 - fixed bug in focusfollowmouse that made windows under the currently
 1245   focused window that close, to not get the focus
 1246 - if the app is a .app, it will try to find it's icon in the .app
 1247   directory and save it in the WMWindowAttributes, so that the dock can use it.
 1248 - drag docklets that select for mouse events to with Alt+drag
 1249 
 1250 Changes since version 0.17.4:
 1251 .............................
 1252 
 1253 - fixed bug titlebar when closing transient of unfocusable window
 1254 - fixed crashing bug with attributes editor when saving
 1255 
 1256 Changes since version 0.17.3:
 1257 .............................
 1258 
 1259 - added Info panel
 1260 - fixed crashing bug in libproplist
 1261 - do not crash anymore if config files are bad
 1262 - better handling of libjpeg errors
 1263 - changed method to select icons
 1264 - fixed bug in dock panel
 1265 - fixed bug in Remove Icon in clip
 1266 - fixed serious memory leak in wrlib
 1267 - fixed bug that allowed addition of more than 1 WORKSPACE_MENU
 1268 - rewrote proplist parser by hand. Seems to work with no crashes, but I'm
 1269   sure someone will crash it...
 1270 - fixed invisible text in geometry display when unfocused titlebar is black
 1271 - fixed bug with rootmenu that caused twin menus to be left mapped
 1272 - added DontConfirmKill option to remove confirmation panel for Kill
 1273 - fixed bug with hide of app with wmaker menu
 1274 - changed all NSsomething internal flags for the GNUstep attributes to 
 1275   WMsomething
 1276 
 1277 Changes since version 0.17.2:
 1278 .............................
 1279 
 1280 - fixed bug in attributes panel with Disable Resizebar
 1281 - fixed save in attribs panel with windows other than the client leader
 1282 - bug in  attribs panel with Revert that made it save attributes with the 
 1283   wrong name
 1284 - fixed (by kluging) bugs related to destroying dialog panels in a bad order
 1285 - fixed various bug with hide in empty screens
 1286 - fixed various potential races in miniaturize/shade code
 1287 - added Keep Icon command in clip
 1288 - made remove selected icons to remove current icon
 1289 - changed clientdata of clip to the clicked icon instead of the clip.
 1290 - renamed collect icons, made clip icons have a more uniform behaviour, added
 1291   keep icon command.
 1292 - fixed docking of apps that dont have WM_COMMAND and when the user clicks
 1293   Cancel in the command input dialog.
 1294 - fixed bugs in moving commandless icons between dock/clip or workspaces
 1295 - fixed bug hiding miniaturized windows
 1296 - fixed bug when reloading rootmenu with more than one shortcut
 1297 - fixed bug that launched shortcut entries without modifier together with
 1298   modified shortcuts
 1299 - even algorithm to find free slot in clip
 1300 
 1301 Changes since version 0.17.1:
 1302 .............................
 1303 
 1304 - Makefile.am fixes
 1305 - removed libtoolized libPropList
 1306 - fixed cascade placement
 1307 
 1308 Changes since version 0.17.0:
 1309 .............................
 1310 
 1311 - updated Makefile of the po directory
 1312 - removed useless strdup() in proplist.l
 1313 - fixed problem with systems that dont have PATH_MAX in <limits.h>
 1314 
 1315 Changes since version 0.16.1:
 1316 .............................
 1317 
 1318 - removed the Select key binding.
 1319 - changed Normal speed type to Medium and added UltraFast.
 1320 - Shift-dbl-click on appicon brings the app to current workspace.
 1321 - replaced menu based configuration of docked apps with a panel.
 1322 - added Unhide Here command for appicon menus
 1323 - partially corrected bug in icon selection code in window inspector. Was not
 1324   working correctly for multiwindow apps with appicon.
 1325 - added command menu for appicons
 1326 - removed global variables from winmenu.c
 1327 - fixed some memory leaks and removed redundant code in icon choosing code
 1328 - made Kill in dock menu to unconditionally XKillClient() the app. Sending
 1329   WM_DELETE_WINDOW would not close the app if the app had multiple windows
 1330 - added confirmation dialogs for Kill in appicon menus
 1331 - made ClipMaxIcons to be compile time settable
 1332 - renamed NoSound to DisableSound
 1333 - changed NoAutowrap to DontLinkWorkspaces
 1334 - fixed bug that prevented windows moved to other workspaces break Unhide
 1335 - fixed bug that made titlebar buttons disappear when font sizes were changed
 1336   in NewStyle
 1337 - changed Hide command binding in miniaturize button from Alt-Click to
 1338   Control-Click
 1339 - changed decoration window attributes to affect only decorations and their
 1340   names
 1341 - fixed MWM_HINTS support, removed MWMHints from WWindow
 1342 - removed Right button constrain window resize to horizontal only. It breaks
 1343   Alt-Right button resizes through the client area of window.
 1344 - fixed menu flicker problem when changing textures
 1345 - fixed bug miniaturizing shaded transient windows
 1346 - added shortcuts for menus
 1347 - remade titlebar bevel drawing
 1348 - fixed all known cosmetic bugs in titlebars and menu
 1349 - better algorithm to find free slot in clip
 1350 - user attributes have priority over program attributes
 1351 - removed LeftHanded and wLeftBtn/wRightBtn stuff
 1352 - added DisableWSMouseActions
 1353 - added SwapMenuButton
 1354 - renamed all NoSomething option names to DisableSomething, except NoWindow*
 1355 - removed ConstrainWindowSize
 1356 - fixed focus bug when changing workspaces in sloppy focus
 1357 - Changed the look of temporary attracted icons in Clip.
 1358 - Better detecting of graphic libraries.
 1359 - Made the menu scrolling with mouse button pressed to be smooth and clean.
 1360 - fixed a bug that left empty frames if a window was withdrawn on a different
 1361   workspace
 1362 - removed iconification animations for windows not in the current workspace
 1363 - readded shm support in wrlib
 1364 - merged libwwm.a with WINGs
 1365 - major cleanup of library function names.
 1366 - detect "lapses of memory" that cause forgetting to build libPropList and
 1367   build it automatically.
 1368 
 1369 
 1370 Changes since version 0.16.0:
 1371 .............................
 1372 
 1373 - Fixed bug with applications set to start hidden.
 1374 - Fixed buggy getSpeed() that caused crash on some systems.
 1375 - Miscellaneous bug fixes.
 1376 - The resizebar cornewr handle is correctly rescaled when resizing.
 1377 - OPEN_MENU will read again menus from files.
 1378 - Right drag in corner handle of resizebar restrict resize to only horizontal.
 1379 - Corrected typo with default fonts used in WINGs.
 1380 - Implemented superfluous stuff as a runtime option. Is Superfluous = Yes/No;
 1381 - Disabling dock and/or clip can be done now from WindowMaker domain too.
 1382 - Selecting new style buttons is now done at run time. See NEWS.
 1383 - Fixed docked appicons to switch to last workspace the app was on when
 1384   unhiding (like not docked appicons do).
 1385 - Moved wNextEvent() and timer events stuff to WINGs.
 1386 - Added autoscroll for scrollers in WINGs.
 1387 - Optimized WMList and WMBrowser in WINGs.
 1388 - Button2 on clip opens workspace menu
 1389 - Changed cycling colors of selected icons. 
 1390 - Made icon chooser display a better rendering of alpha-channeled icons.
 1391 - Sorted list/browser entries.
 1392 - Fixed bug in timer code that was causing some timer events to be lost.
 1393 - New Pastel theme.
 1394 - Attracted icons in Clip will have a shadowed look if they are to be removed
 1395   when closed.
 1396 
 1397 Changes since version 0.15.1:
 1398 .............................
 1399 
 1400 - Modified how the wNextEvent() works, so it will go to sleep when there is
 1401   nothing to do. This changed the busy 5ms checking WindowMaker main loop,
 1402   with one that is active only when there are X events or timer events.
 1403 - Changed WorkspaceTiedMiniWindows option name to StickyIcons.
 1404 - Fixed some bugs with the miniwindows being sticky to workspace.
 1405 - WorkspaceBack now accepts the key None. WorkspaceBack = (None); will not set
 1406   any workspace back.
 1407 - Changed the fix for restoring window stacking order after restart and
 1408   fixed window stacking order on exit.
 1409 - OPEN_MENU command now expands paths with environment variables ($HOME) and
 1410   tildes (~user)
 1411 - automatic restart of another window manager on SIGSEGV, SIGFPE, SIGBUS
 1412 - removed HorizontalResizeThreshold option. To restrict resize to only
 1413   horizontal use Shift-drag in the corner handle.
 1414 - Added option to allow vertical maximizing not to overlap the minimized
 1415   windows. It is NoWindowOverIcons = Yes/No;
 1416 - Applications written with XForms library will get an app-icon now.
 1417 - Included the MWM hints for GNOME support. There is also a configure option
 1418   --with-gnome=yes/no.
 1419 - The dialog to enter the docked icon command is no longer called, if icons
 1420   are collected/attracted and the "Keep Attracted Icons" is not set.
 1421 - fixed start workspace in Attributes inspector. Current Workspace is the
 1422   workspace the user is when the app is started.
 1423 - clicking on the appicon switches to the workspace where the app was last
 1424   focused before unhiding
 1425 - fixed problem with aspect ratio setting (gr_osview etc.)
 1426 - changed some extensions in the default config/data files and removed 
 1427   Sound.{xpm,tif} because it seem to be copyrighted.
 1428 - added icon selection panel
 1429 - changed selection indication of icons. Removed SClipColor option
 1430 - simplified animation speed options (IconSlideDelay, IconDelayStep, 
 1431   MenuScrollDelay, MenuScrollStep etc. etc) to IconSlideSpeed etc.
 1432 - removed Start miniaturized/hidden items from Dock/Clip and added them
 1433   as attributes
 1434 - fixed Save in Attributes Panel. It should apply the changes before saving
 1435 - changed format of geometry information in WMState
 1436 - added DontSaveSession window attribute
 1437 - changed name of NextMenuBehaviour option to WrapMenus
 1438 - turned graphics_exposures off for all GCs created
 1439 - Fixed the big memory leak problem for oldstyle buttons in title bars.
 1440 - Solved problem with undefined ($RM) on Solaris, and maybe *BSD.
 1441 - Fixed how icon extension is set in WMWindowAttributes to be portable.
 1442 - Fixed buggy behavior when dragging a window from first workspace to next.
 1443 - Implemented selecting of miniwindows.
 1444 - Split the Clip menu to be smaller.
 1445 - Modified how selected app-icons/miniwindows are marked.
 1446 - Included patch for single appicon per instance.class pair.
 1447 - StartWorkspace was changed to take precedence over the workspace in which
 1448   application was started from Clip.
 1449 - Applications launched from dock will no longer start on the workspace they
 1450   were launched, but the one the user is in, when the window is mapping.
 1451 - Miscellaneous bug fixes.
 1452 
 1453 
 1454 
 1455 Changes since version 0.15.0:
 1456 .............................
 1457 
 1458 - Fixed bug that kept an appicon selected after detaching.
 1459 - Fixed bug that crashed WindowMaker if starting an application with.
 1460   NoAppIcon = Yes; while AutoArrangeIcons = True;
 1461 - Fixed the installed .xinitrc file.
 1462 - Fixed some ANSI C incompatibilities.
 1463 - Applications with omnipresent flag set will be mapped on the current
 1464   workspace, no matter from which Workspace Dock they were started from.
 1465 - mkmenu no longer gets installed, since is no longer needed.
 1466 - Fixed a problem for systems which do bad things for free(NULL);
 1467 - Attracted icons in Clip will not be saved in WMState if
 1468   "Keep Attracted Icons" is not set.
 1469 - Fixed code in defaults.c to use default hard coded values, if a syntax error
 1470   is encountered when parsing the default domain WindowMaker database.
 1471   This avoids a crashing bug if an image for spixmap or tpixmap is not found.
 1472 - Fixed some missing parameter in a call to wWarning() in texture.c which could
 1473   have caused hazardous (even crash) behavior if the pixmap image for texture
 1474   was not found.
 1475 - Fixed code in session handling, to save only one entry for applications with
 1476   multiple windows opened on screen.
 1477 - Implemented option to allow miniwindows to be workspace specific. It is named
 1478   WorkspaceTiedMiniWindows = Yes/No; It is set in WindowMaker domain. Read NEWS
 1479 - Fixed bug with incorrect height restoral of window when unshading requested
 1480   from client.
 1481 - Fixed problem with solid IconBack.
 1482 - Fixed problem with hardcoded /usr/local. The value given to configure with
 1483   --prefix=/some/path is now used.
 1484 - Implemented some workaround to avoid crashing of applications that expect
 1485   WM_STATE hint set before the window is mapped.
 1486 - Changed how the bevel for the menu title is drawn for solid color titlebars.
 1487   They now look nicer, and more consistent with the rest.
 1488 - Implemented a new animation method when blowing the detached icons. See NEWS.
 1489 - Fixed some places in code where hardcoded values (8) were used instead of
 1490   TITLEBAR_EXTRA_HEIGHT.
 1491 - Implemented a marking for the HorizontalResizeThreshold option. It will mark
 1492   the corresponding number of pixels on the resizebar corner if the option
 1493   is greater than 0.
 1494 - Changed WindowPlaceOrigin format from string to array. It should now be:
 1495   WindowPlaceOrigin = (64, 64); Default is (0, 0).
 1496 - The geometry window is now constrained to be always visible on screen, if
 1497   the geometry is set to be displayed Floating.
 1498 - The geometry window size is decided based on the font size. Also the geometry
 1499   window is correctly updated if the font size is changed while running.
 1500 - Deleted unnecessary redrawing code in moveres.c.
 1501 - Many fixes to moveres.c.
 1502 - Put all the keys from defaults.c in WindowMaker domain database. 
 1503 - Fixed a crashing bug when workspace names were as long (or longer) as
 1504   MAX_WORKSPACENAME_WIDTH (16 characters). In this case a right click on a
 1505   window title caused WindowMaker to crash.
 1506 - Included support for detecting if system requires to include libxpg4, which
 1507   is needed by some FreeBSD systems, when using --enable-kanji.
 1508 - Some fixes to configure.in and some Makefile.am files to allow the use of
 1509   VPATH feature of 'make', which will let the source and build directories to
 1510   be separate.
 1511 - Changed the application launching code, so it put fork()-ed processes in
 1512   process groups of their own, to avoid locking of entire session, due to a
 1513   badly configure launching child. Only for systems which have setpgrp().
 1514   This is autodetected by configure, and used if available, else it will revert
 1515   to old behavior.
 1516 - Added the AutoCollapse feature to clip. This (when set) will allow the clip
 1517   to stay collapsed, and show when moving the mouse over it. When the mouse
 1518   leaves it, it will collapse back after a delay. Read NEWS.
 1519 
 1520 
 1521 
 1522 Changes since version 0.14.1:
 1523 .............................
 1524 
 1525 - Fixed icon tiles and icon titles to update correctly after changes in the
 1526   configuration, without restarting.
 1527 - Added code to deal with different visuals in wrlib. See NEWS.
 1528 - Many things fixed in wrlib.
 1529 - Fixed bug that crashed WindowMaker when the background image was no found.
 1530 - Fixed crashing bug in wRemoveTimerInstance().
 1531 - Changed name of fiend to Clip. It can also be refered like "Workspace dock".
 1532   This means all references should be changed in all configuration files, and
 1533   the command line options.
 1534 - Fixed crashing bug when moving icon between dock and full Clip.
 1535 - Fixed bug in wrlib (RCreateImage), that could crash WindowMaker if trying
 1536   to create an image with not enough virtual memory.
 1537 - Changed code for diagonal rendering in wrlib, to be faster.
 1538 - Implemented multi-diagonal gradients.
 1539 - Fixed problem when shading a window without titlebar.
 1540 - Fixed code in rootmenu.c to substitute ~/ with user's homedir in OPEN_MENU.
 1541 - Implemented sorting feature for OPEN_MENU. Now files in directories are
 1542   sorted alphabetically, with directories first.
 1543 - Some small fixes to the code in generic/list.c
 1544 - Fixed jpeg and png loading in wrlib to be faster.
 1545 - Renamed Style directory to Styles.
 1546 - Striped the .style extension from the style file names. This is to let them
 1547   better be handled by OPEN_MENU.
 1548 - Changed Appereance submenu to include Theme support.
 1549 - Fixed bug when updating clip's main icon.
 1550 - Improved version of wmsetbg. See NEWS for new options.
 1551 - Small gradient testing program in wrlib/testgrad.c
 1552 - Fixed problem with zombie wmsetbg.
 1553 - Integrated dockit in WindowMaker. dockit now gets installed with WindowMaker.
 1554 - Implemented runtime option to allow user to select the origin from where
 1555   windows are placed on screen with auto and cascade placement modes.
 1556   Default is WindowPlaceOrigin = "0, 0"; See NEWS.
 1557 - New behavior of OPEN_MENU. See NEWS.
 1558 - Fixed applications autolaunched from Clip, to be mapped on the same workspace
 1559   as the Clip they were autolaunched from.
 1560 - A default WMState is now installed with WindowMaker, containing only the top
 1561   most dock icon configured to run dockit.
 1562 - Install will automatically detect if you have TIFF, PNG or XPM support
 1563   compiled in WindowMaker (in this order), and update WMWindowAttributes
 1564   accordingly with icon file extensions.
 1565 - Directory structure under .../GNUstep/Library/WindowMaker changed to easily
 1566   support themes.
 1567 - Syntax of WMState was slightly modified. See NEWS.
 1568 - Fixed WindowMaker when using -nodock and/or -noclip command line options
 1569   to preserve the state of old dock and/or clip in WMState.
 1570 - Fixed some mem leaks.
 1571 - Fixed crashing bug in window.c.
 1572 - Fixed bug that allowed a shaded window on other workspace to get focus.
 1573 - New options in dock/clip menu. They allow one to start the app either
 1574   miniaturized or hidden. See NEWS.
 1575 - Applications launched from dock/clip now will be mapped on the workspace
 1576   they were started from, even if meanwhile user change workspaces.
 1577 - Implemented SAVE_SESSION, and CLEAR_SESSION commands for the root menu.
 1578   They are intended to save (or clear) a shapshot a the current session state.
 1579   Read NEWS for details.
 1580 - Added SaveSessionOnExit = Yes/No; option in WindowMaker, to allow autosaving
 1581   the state of the workspace on exit, and its restoral on next session.
 1582   Defaults to No. See also NEWS.
 1583 - Converted menu scrolling parameters to run time. They are (with default):
 1584   MenuScrollDelay = 10; and MenuScrollStep = 5;
 1585 - getstyle now accepts -t to get theme options too. Without -t getstyle will
 1586   only get options for style (without WorkspaceBack and IconBack).
 1587 - Added option in clip menu to allow moving of an icon to another workspace.
 1588 - Fixed clip to remember the drop command over sessions.
 1589 - Added option to clip menu to attract application icons from bottom of screen
 1590   when they are launched, and attach them to the clip. Also there is a flag to
 1591   allow the attracted icons to be kept in clip or destroyed when the
 1592   application is closed. See NEWS.
 1593 - Added option to dock/clip menu to allow one to set the icon image.
 1594 - Fixed bug that not updated the default icon pixmap after the icon background
 1595   changed.
 1596 - Added posibility to (un)select icons in clip with Shift Left click, or
 1597   using the clip menu. Read NEWS.
 1598 - New option for color to mark selected icons. SClipColor = color;
 1599 - Added option to clip to remove selected icons. Read NEWS.
 1600 - Move between clips now applies to all selected icons, or if none selected,
 1601   to the one the mouse was pressed on. See NEWS.
 1602 - Fixed OPEN_MENU to accept names with spaces in them when used for opening
 1603   directories. "foo bar" files or subdirectories are now correctly proccessed.
 1604 - Fixed crashing bug when hiding/showing all windows with inspector panel open.
 1605 - Fixed bug that raised unfocusable windows, (if RaiseDelay>0 and Sloppy or
 1606   Auto focus mode was used) when the mouse pointer got over them. Unfocusable
 1607   windows can still be raised, if selected from the window switch menu, or
 1608   with click on title-bar. Meta click on titlebar will lower them.
 1609 - Fixes in moveres.c to allow a smoother draw of frames while moving and
 1610   resizing windows.
 1611 - Fixed a problem when resizing with Meta+RightClick.
 1612 - Fixed a bug that freezed WindowMaker when dragging a window from one
 1613   workspace to other, with OpaqueMove = No;
 1614 - WindowMaker now uses the values set for MoveToNewWorkspace and
 1615   CycleWorkspaces when dragging windows from one workspace to other, making
 1616   this more consistent with the behaviour of Clip and Next/PrevWorkspaceKeys.
 1617 - Fixed problem with the geometry window not showing up, showing in the
 1618   wrong place or with the wrong numbers in some cases.
 1619 - Put all transparent drawing code into a single function, to ensure
 1620   consistency.
 1621 - Fixed really ugly crashing bug, when editing workspace names with
 1622   Control-LeftClick on the workspace menu name, for workspaces above 10.
 1623 - WindowMaker now reads domains from /usr/local/share/WindowMaker/Defaults
 1624   and merge them with the user domain files. This way new options, or global
 1625   settings are available for old users, without reinstalling these files for
 1626   every user. See NEWS for details.
 1627 - Basic icons needed to run WindowMaker are now part of the main package.
 1628   They are icons for dock, clip, defaultAppIcon, sound server and for xterm.
 1629   All the rest needed for apps that can be started from menu, and have entries
 1630   in WMWindowAttributes, are in WindowMaker-data.tar.gz which can be found on
 1631   http://windowmaker.org/ or ftp://ftp.windowmaker.org/pub/contrib/icons
 1632 - Changed the SlideWindow() function to better adapt to slow machines. Also
 1633   the animation constants are now run time. They are IconSlideDelay = 0;
 1634   IconSlideStep = 5; and IconSlideSlowDown = 50; See NEWS for a more in depth
 1635   description of how it works, and what all these options mean.
 1636 - Changed behavior of AutoArrangeIcons to avoid unnecessarily shuffling of
 1637   icons.
 1638 - Changing icons in WMWindowAttributes domain, now automatically reflect on
 1639   screen, without the need of restarting WindowMaker.
 1640 - Added sound support in WindowMaker. Sound can now be enabled at compile
 1641   time using --enable-sound option to configure. Also there is a runtime
 1642   option named NoSound = Yes/No; See NEWS for details, as sound support is not
 1643   yet fully functional.
 1644 - Some animation constants are now runtime configurable. Please read NEWS file
 1645   for a complete list of all the new entries in WindowMaker domain database.
 1646 - Added option to clip menu to collect all icons on the screen that are not
 1647   already docked.
 1648 
 1649 
 1650 
 1651 
 1652 
 1653 Changes since version 0.14.0:
 1654 .............................
 1655 
 1656 - Fixed stacking problem with main fiend icon.
 1657 - Fixed bug that made fiend's rewind button to not work on IRIX and PPC.
 1658 - Removed "Default" button in panel 4 of the attribute editor and replaced
 1659   with "Browse", to avoid confusion about it. But please note that Browse
 1660   does not work yet.
 1661 - Solved a bug in attribute editor that incorrectly create the appicon for
 1662   an application. This could made WindowMaker to crash in certain conditions.
 1663 - Fixed bug that gived focus to shaded&hidden windows.
 1664 - Added keys to Raise/Lower the fiend. Read NEWS.
 1665 - Added posibility to move app-icons between dock and fiend.
 1666 - Fixed bug in winmenu.c, that caused incorrect menu item disabling in window
 1667   menu, making the attribute editor inaccessible in certain cases.
 1668 - Fiend enhancements. Read NEWS.
 1669 - Added options for advancing to new workspace, and cycling through existing
 1670   workspaces. Read NEWS.
 1671 - Made the delay between changing workspaces with the fiend a runtime option.
 1672 - Fixed bug that caused crash in certain condition when using Sloppy focus.
 1673 - Fixed getstyle to include new options in WindowMaker configuration file.
 1674 - Changed the default color for active fiend buttons and updated it in
 1675   WindowMaker configuration file. You should update this, since the old active
 1676   color was too close to the inactive color.
 1677 - Made the fiend middle button have Active/Inactive color, corresponding
 1678   to its normal/collapsed state.
 1679 - Fixed a small mem-leak when destroying a workspace.
 1680 - Fixed a bug in superfluous.c related to swapping dock position.
 1681 - Fixed resize frame to show the window size numbers. Also fixed the numbers
 1682   shown in that frame to reflect the real window size. Nicer arrows too.
 1683 - Added posibility to send only a synthetic ConfigureNotify event, at the end
 1684   of window moving, instead of every movement, to increase performance.
 1685 - Fixed a bug in docking code, to allow strings with spaces in command name be
 1686   properly quoted.
 1687 - Changed the included asclock.tgz to better adapt to 8 bit displays.
 1688 - Fixed window title updating after changes made with the attribute editor,
 1689   when not using NEWSTYLE.
 1690 - Made spixmap and tpixmap to work. See NEWS.
 1691 - Theme support now available. See NEWS.
 1692 - Fixed bug when loading missing domains that caused WindowMaker to crash.
 1693 - Fixed typo in domain loading to count for global files if user files are
 1694   not available.
 1695 - Fixed bug in Attribute Editor, that crashed WindowMaker when restarting
 1696   or exiting, while an Attribute Editor panel is open.
 1697 - Put clip.tif, clip.png, clip.xpm, clip2.tif, clip2.xpm, Cone.xpm and
 1698   Penguin.xpm in WindowMaker-data_tar.gz. These are icons intended for fiend.
 1699   It can be found on ftp://ftp.windowmaker.org/pub/wmaker/contrib/icons
 1700 
 1701 
 1702 
 1703 Changes since version 0.13.1:
 1704 .............................
 1705 
 1706 - put back libPropList tarball in archive. This will not count for people
 1707   with already installed libPropList, since configure will first look for
 1708   the installed version. Read the INSTALL file for details.
 1709 - made a clean-up to let WindowMaker compile with DOCK undefined.
 1710 - working fiend clone. Read the NEWS file for details.
 1711 - fixed bug that caused crash when using FocusNext or FocusPrevious keys
 1712   with no opened window.
 1713 - some small bug fixes.
 1714 - Added handler for SIGHUP. <kill -1 wmaker_pid> will cause wmaker to restart.
 1715 
 1716 Changes since version 0.13.0:
 1717 .............................
 1718 
 1719 - Enhanced Attribute Editor. It will allow you to set options that apply
 1720   to all windows. Also some new features. Read NEWS file.
 1721 - Fixed bug in Attribute Editor that caused crash when icon was not found.
 1722 - Fixed bug that crashed WindowMaker when some transient windows closed
 1723   and the Attribute Editor remained open.
 1724 - Fixed sloppy focus to correctly transfer the focus to the root window
 1725   when there is no window open, or no window under the pointer.
 1726 - Fixed sloppy focus to correctly focus the window under pointer after a
 1727   restart or workspace change.
 1728 - Fixed shift dbl-click on titlebar to not select the window.
 1729 - libPropList is no more part of distribution. You need to have it installed
 1730   or else you need to download it and compile. See INSTALL file.
 1731 - Added Manome Tomonori's patch to fix kanji supprot. This added a new
 1732   option to configure: --with-x-locale. See INSTALL and FAQ for more info.
 1733 - Fix for clean compile under Irix.
 1734 - Fixed autoarrange icons to do autoarrange after the dbl-click on app-icon.
 1735   This way the appicon will not slip to the bottom left corner at the first
 1736   touch, but let you first unhide the window.
 1737 - Fixed icon box position when dock on the left side. Now dock will not cover
 1738   the app-icons.
 1739 - Fixed typo in application.c that inverted instance and class, thus making
 1740   instance.class options saved in WMWindowAttributes unavailable.
 1741 - Added option SelectKey in WindowMaker config file, that lets one bind a
 1742   key to select/unselect the focused window. Also the same option added
 1743   to the window menu. SelectKey = "some_key_bind";
 1744 - Changed stream->_fileno to fileno(stream) in isEof() in misc.c for
 1745   portability.
 1746 - Fixed window to not place themselves under dock if dock on the left side
 1747   and auto/cascade mode is used.
 1748 - Fixed auto/cascade window placement to not place a new window over a
 1749   shadowed window.
 1750 - Fixed bug in wdefaults.c that do not correctly initialized all bits
 1751   in WWindowAttributes structure to 1.
 1752 
 1753 Changes since version 0.12.3:
 1754 .............................
 1755 
 1756 - Attribute editor is working.
 1757 - Now menus positions are remembered between sesions if they are sticky
 1758   when WindowMaker exits/restarts.
 1759 - Fixed menu behaviour when using lousy Windoze behaviour, not to select
 1760   the item under mouse pointer if the launching click is shorter than
 1761   the default double-click time.
 1762 - fixed window menu (Move to), to correctly update after a workspace delete.
 1763 - fixed stacking order after restart.
 1764 - fixed FocusPrevious/Next keybindings to skip windows with skip_window_list
 1765   enabled.
 1766 - added horizontal restricted resizing, if modifier key (Shift) is used to
 1767   drag the corner handle of resizebar.
 1768 - minor fixes in WINGs related to the return of some function and string
 1769   update for NULL strings. Also a new function for getting the state of a
 1770   button.
 1771 - fixed some bugs that crashed WindowMaker because of NULL pointers.
 1772 - fixed a crasing bug in the window stacking code.
 1773 - fixed Hide item in window menu to be disabled for windows that do not have
 1774   an application icon, or have set "NoAppIcon = YES".
 1775 - fixed problems with hiding applications without application icon.
 1776 - put back the patches that lost between 0.12.0 and 0.12.3
 1777 - changed autoarrange icons from a compile-time to a runtime option.
 1778   Use AutoArrangeIcons = YES/NO; in 'WindowMaker' options file. Default is NO.
 1779 - added compile time option for shading the resizebar. Default is no shade,
 1780   which is default Openstep/NextStep4.0 look.
 1781 - added pipe menus. '"Name" OPEN_MENU | script_that_constructs_menu'
 1782   See the NEWS file.
 1783 - added configurable horizontal resize threshold.
 1784 
 1785 Changes since version 0.12.2:
 1786 .............................
 1787 
 1788 - fixed typos and a bug that could cause a crash on machines where
 1789   sizeof(int) was different from sizeof(pointer).
 1790 - this is mainly intended for clarifying the confusion about patches that
 1791   was done in the last releases.
 1792 
 1793 Changes since version 0.12.1:
 1794 .............................
 1795 
 1796 - fixed stupid, stupid typographical error that caused menus to segfault when
 1797   NexMenuBehaviour / ScrollableMenus were set to YES (which is/was default)
 1798 - changed configure so you can specify the location of graphics libraries and
 1799   their header files (useful for building on different architectures)
 1800 - fixed window focus problem
 1801 
 1802 Changes since version 0.12.0:
 1803 .............................
 1804 
 1805 - now maintained by Matthew Hawkins <matt@mail.goldweb.com.au> while our 
 1806   esteemed friend Alfredo is away.  Have a great holiday in Japan, mate!
 1807 - fixed __DuMmY install problems
 1808 - made NextMenuBehaviour and ScrollableMenus run-time configuration options
 1809   instead of compile-time options
 1810 
 1811 Changes since version 0.11.1:
 1812 .............................
 1813 
 1814 - added Launch command in dock menu
 1815 - fixed manual window placement
 1816 - fixed problem during installation in po/ directory
 1817 - changed Command format for dock state 
 1818 - added OffiX DND support for the dock
 1819 - added Move To submenu in window commands menu
 1820 - right click on root window does not deselect windows (to allow workspace
 1821  	switch through menu)
 1822 - various 8bpp Colormap related glitches fixed
 1823 - fixed keyboard bindings when all windows are closed
 1824 - OPEN_MENU in unreadable directory fix
 1825 - changed PixmapPath format from : separated paths to array of paths
 1826 - multi color horizontal and vertical gradient
 1827 - fixed crash in unhide application with transient windows
 1828 - OPEN_MENU with optional command
 1829 
 1830 Changes since version 0.11.0:
 1831 .............................
 1832 
 1833 - fixed bug with menus that caused wmaker to crash 
 1834 - brought program parameter dialog box back
 1835 - fixed autoplacement
 1836 - changed window matching precedence for WMWindowAttributes (complete, just
 1837 instance, just class, global)
 1838 - event compression while moving windows for slow videos and ultra-high
 1839 mouse sampling rates
 1840 - fixed private colormap change in 8bpp
 1841 - fixed titlebar redraw on unshade
 1842 - renamed atom _GNUSTEP_WM_MINIATURIZE_WINDOW to  _WINDOWMAKER_WM_MINIATURIZE_WINDOW
 1843 - fixed a bug with focusing windows in AutoFocus=NO;
 1844 
 1845 Changes since version 0.10.2:
 1846 .............................
 1847 
 1848 - fixed autoraise
 1849 - fixed menu weirdness
 1850 - many features brought back
 1851 - fixed maximize bug
 1852 - added a widget set and new dialog panels
 1853 - fixed titlebar update after font change
 1854 - renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION 
 1855 - fixed bug with miniaturization of bad behaved apps (vtcl)
 1856 
 1857 Changes since version 0.10.1:
 1858 .............................
 1859 
 1860 - fixed bug with "invisible" menus
 1861 - added AutoFocus option
 1862 - support for pixmap files for dock tile
 1863 - fixed focusmode
 1864 - tile pixmap for icons
 1865 
 1866 Changes since version 0.10.0:
 1867 .............................
 1868 
 1869 - fixed bug with input focus in sloppy focus mode
 1870 - implemented pixmap mask creation in wrlib
 1871 - root window pixmap option
 1872 - added ppm support in wrlib
 1873 - fixed portability stuff in libPropList
 1874 - merged wmsound and bug fix patches
 1875 - fixed dock icon border width
 1876 - readded focusable option
 1877 - autostart apps on startup
 1878 - added jpeg support in wrlib
 1879 - fixed bug with menus that did not end with a newline
 1880 - RaiseLower now acts on the window under the pointer, as in olwm
 1881 - fixed docked icon move
 1882 - option for left handed ppl (swap left button with right button)
 1883 - generalized titlebar and window frame stuff for windows and menus
 1884 - changed event handling
 1885 - single piece titlebar gradients
 1886 - option and escape expansion for dock commands
 1887 - save workspace state
 1888 - initial workspace window option
 1889 - corrected order of window names for dock state file (was class.instance,
 1890 	is instance.class now)
 1891 
 1892 Changes since version 0.9.0:
 1893 ............................
 1894 
 1895 - option to make maximize and window placement account for the Dock
 1896 - fixed modifier binding
 1897 - new menu configuration: OPEN_MENU. Get menu data from file, directory or
 1898 pipe
 1899 - removed rename_ws menu command
 1900 - fixed IgnoreFocusClick
 1901 - more apps can be docked (ghostview et. al)
 1902 - fixed diagonal/horizontal resize detection to be like in NS
 1903 - simplified titlebar button code: removed possibility to add more buttons
 1904 - fixed window gravity handling (xclock -geometry 100x100-0-0) 
 1905 - removed shadeable window attribute, added DontMoveOff
 1906 - window resize with Meta-Click3 on window
 1907 - fixed bug that caused keyboard locks if a invalid key was used in a shortcut
 1908 
 1909 Changes since version 0.6.3:
 1910 ............................
 1911 
 1912 - moved to automake
 1913 - changed preference directory from gnustep to GNUstep
 1914 - added tiff support
 1915 - changed preferences to be dynamically modifiable
 1916 - several memory leaks fixed
 1917 - changed meta-dblclick in dock button to start app to control-dblclick
 1918 - fixed bug with unhide app and window list menu
 1919 - miniaturized windows are now hidden when hiding an app
 1920 - fixed bug in random window placement
 1921 - renamed _GNUSTEP_WM_FUNCTION to _WINDOWMAKER_COMMAND
 1922 - close stdin from forked processes, so that they don't block wmaker
 1923 - fixed crash when closing a selected window
 1924 - fixed timer event stuff to be more robust
 1925 - rewrote dialog boxes with Athena
 1926 - removed focusable window option
 1927 - savews now puts -geometry as the first argument of the command line
 1928 - new superfluous stuff: better ghost image/shadow for dock
 1929 - changed handling of menus that fall outside of screen to be like in NS
 1930 - icon caching
 1931 - resize with button2 don't raise window
 1932 - option to change menu highlight color
 1933 - lower miniwindow when miniaturize
 1934 - option for setting icon size
 1935 - keyboard traversal of menus
 1936 - all dock state information saved across sessions
 1937 - must hold Alt to undock running app
 1938 - added focused window indicator in window list
 1939 - CirculateRaise option
 1940 - ModifierKey option
 1941 - fixed duplicated menu bug
 1942 
 1943 Changes since version 0.6.2:
 1944 ............................
 1945 
 1946 - fixed problem with window command menu (click3 on titlebar)
 1947 - fixed appmenus that were not unmapped when focus switched from the app
 1948 - fixed bug with exit dialog when NEWSTYLE is defined
 1949 - miniaturized menus are not mapped when activating an app
 1950 
 1951 Changes since version 0.6.1:
 1952 ............................
 1953 
 1954 - dynamic update of WM_COMMAND hint
 1955 - fixed crash bug with dock and application icons
 1956 - fixed bug with application defined menus
 1957 - selecting a window through the window list, brings windows that fall
 1958 outside the visible area back
 1959 - fixed bug with multiple window moving
 1960 - various platform specific bug fixes
 1961 - removed grab icon application icons
 1962 
 1963 Changes since version 0.6.0:
 1964 ............................
 1965 
 1966 - --enable-shape is the default now
 1967 - fixed group leader change for windows that are already mapped
 1968 - NEWSTYLE button images have the same color as the title text
 1969 - fixed noappicon bugs related to dock
 1970 - fixed starticonic hint (-iconic)
 1971 - broke menu code so that it will not work as OpenStep says. ie: submenus
 1972 	are not mapped below the mainmenu. If you want it to be like before,
 1973 	undefine SINGLE_MENULEVEL in src/wconfig.h
 1974 - switch to next window (alt+tab) raises the window
 1975 - fixed window title handling for titles that don't fit on the window
 1976 - drag select for window command menu
 1977 - gamma correction for 8bpp
 1978 - fixed bug in full docks
 1979 - workspace switching by window drag
 1980 - added patches for smart and random placement
 1981 - added dgradient fix patch
 1982 - workspace state restoration after restart
 1983 - added PNG support to wrlib
 1984 - changed RLoadImage() support in wrlib
 1985 - set DISPLAY environment variable to what was passed with -display option
 1986 - added animations preference option
 1987 - fixed winitrc
 1988 - restore main menu, workspace menu and window list menu after restart
 1989 - changed gethostname() with getenv("HOSTNAME") || getenv("HOST") to setup cpp
 1990 - fixed bug with program defined titlebar button image in NEWSTYLE
 1991 - added kluge for buggy MetroX servers (look at wconfig.h)
 1992 - ignore CapsLock when handling windows
 1993 - ability to drag windows between workspaces
 1994 - ability to drag icons with a icon window
 1995 - fixed bug with arrange icons for appicons without any window mapped
 1996 - display window's workspace in window list menu
 1997 - if a sticked menu is opened again, a new instance of the menu is created
 1998 
 1999 Changes since version 0.5.1:
 2000 ............................
 2001 
 2002 - fixed bug that crashed wmaker on HPs
 2003 - fixed bug that crashed wmaker with the window list
 2004 - fixed bug with window focus after window miniturization
 2005 - fixed bug that made wmaker crash when it didn't figure a docked app
 2006 has quit. (probably the same problem with XFMail and others)
 2007 - documented ColormapFollowsMouse option
 2008 - workspace renaming through current selection
 2009 - autolaunch indicator
 2010 - dbl-click3 will not start app anymore
 2011 - better handling of long text
 2012 - limited windowlist menu width
 2013 - fixed arrange icons
 2014 - changed geometry display to account for base size if it's not in 
 2015 the technical drawing style
 2016 - meta-dbl-click on appicon does hide others 
 2017 - changed RaiseOnFocus option with RaiseDelay
 2018 - dbl-click on root window or open submenu entry brings the root menu 
 2019 to the cursor.
 2020 - removed AllowMenuLowering option and made menu ontopness work like on dock
 2021 - changed meta-click on dock with meta-dbl-click, to change ontopness 
 2022 - moved gradient and image code to a library. 
 2023 - added support for icons with alpha channel
 2024 - simplified dithering setup
 2025 - many clean ups 
 2026 - not-so-good looking gradients for 8bpp
 2027 - changed application menu stuff 
 2028 - started wmaker client library. Try out test/test.c
 2029 
 2030 
 2031 Changes since version 0.5.0:
 2032 ............................
 2033 
 2034 - startup stuff has changed!!! Instead of placing ~/.workspace_state in
 2035 your .xinitrc, you must now call ~/gnustep/Library/WindowMaker/winitrc
 2036 from there. Don't forget to update your menu files!!! Read the INSTALL file.
 2037 
 2038 - persistent root background colors (read the above item)
 2039 - Spanish, Korean, Czech, Swedish and Dutch locales
 2040 - menu commands can use the current selection as parameter
 2041 	(read the menu config file)
 2042 - fixed bug in dock icons with 3 dots on some platforms
 2043 - opaque window move
 2044 - skipwindowlist option
 2045 - better miniaturize animation
 2046 - new silly animation(s) if --enable-superfluous is configured
 2047 - button3 on miniaturize button hides the app
 2048 - fixed bug on multi-window move
 2049 - keyboard bindings ignores capslock state (but not NumLock, ScrollLock etc.)
 2050 - fixed focus in unhide under sloppy focus mode
 2051 
 2052 Changes since version 0.4.3:
 2053 ............................
 2054 
 2055 - dock remembers ontop state
 2056 - OnTopTransients works correctly now
 2057 - removed startWithdrawn option
 2058 - added option to put text over icons (iconText)
 2059 - fixed slippery window move
 2060 - fixed another bug with NEWSTYLE
 2061 - fixed problem with large app_options files
 2062 - more i18n stuff. japanese, german and portuguese locale support.
 2063 
 2064 Changes since version 0.4.2:
 2065 ............................
 2066 
 2067 - fixed black icon bug
 2068 - fixed icon specification for dock
 2069 - fixed docking on left side dock
 2070 - fixed bug in window command menu
 2071 - fixed bug in narrow windows with NEWSTYLE enabled
 2072 - fixed Hide Others crash 
 2073 - I18N fixes
 2074 - hopefully stable again
 2075 
 2076 Changes since version 0.4.1:
 2077 ............................
 2078 
 2079 - fixed some crash on startup bugs
 2080 - fixed bug that made excessive use of colors in PseudoColor
 2081 - (re)binding of application icons to Dock icons on (re)start
 2082 - startWithdrawn window attribute
 2083 - finished window list menu (button2)
 2084 - implemented GSClientResizebar, GSMenuWindow, GSIconWindow,
 2085 GSFullKeyboardEvents
 2086 - implemented WINDOWMAKER_COMMAND ClientMessage handler
 2087 - OffiX DND support in icons (for Trash)
 2088 - portability fix for SunOS 4.x
 2089 - fixed hide for windows with .noAppIcon: true
 2090 - remember if window was hidden on restart
 2091 - remember workspace on restart
 2092 - do not auto-launch apps that are already running
 2093 - asclock (and other docked apps) do not die on restart
 2094 - forced application docking for undockable apps. See utils/dockapp
 2095 - raiseOnFocus option for focus-follow-mouse mode
 2096 - window command menu
 2097 - fixed NEWSTYLE titlebars and converted menu titlebar button too
 2098 
 2099 Changes since version 0.4.0:
 2100 ............................
 2101 
 2102 - fixed bug in I18N support
 2103 - fixed bug that caused crash when patched xv was ran
 2104 - cosmetic fix for transparent icon images
 2105 - tell about apps that couldn't be launched
 2106 - auto-launch in dock
 2107 - patch for asclock to work on dock
 2108 - raise/lower dock
 2109 - fixed bug in workspace change when there are no windows
 2110 - allow screen side change for dock
 2111 
 2112 Changes since version 0.3.2:
 2113 ............................
 2114 
 2115 - application icons (not mini-windows) like I think how it is on NEXTSTEP(tm)
 2116 - fixed "slippery" icon movement
 2117 - added a Dock (not for GNUstep, as it will have it's own)
 2118 
 2119 Changes since version 0.3.1:
 2120 ............................
 2121 
 2122 - fixed bug that caused window frames to be left after window closure
 2123 - submenus are opened to the left/right if it is too close to the right/left 
 2124 edge (not perfect, but better than before)
 2125 - remember window state (shade) on restart
 2126 - fixed resize bug
 2127 - FreeBSD portability fixes
 2128 - fixed bug in workspace menu with more than 9 workspaces
 2129 - removed _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
 2130 - fixed bug that caused crash when closing miniaturized apps
 2131 - fixed little bug in resize
 2132 - changed default shortcuts to be closer to NEXTSTEP(tm) (raise/lower window)
 2133 
 2134 Changes since version 0.3.0:
 2135 ............................
 2136 
 2137 - added diagonal gradients
 2138 - ignoreHideOthers window flag
 2139 - optimized/fixed window raising and lowering
 2140 - fixed menu handling: don't need to click on the menu after 
 2141 it's opened to select items, just drag the pointer
 2142 - _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
 2143 - application specified titlebar button pixmaps
 2144 - transient owners get a different titlebar color when the focus
 2145 is in the transient (e.g, in NeXTese: mainWindow is highlighted correctly when
 2146 the keyWindow is a panel)
 2147 - when transient is closed, it's owner always get the focus
 2148 - fixed XGrabButton/BadAccess bug
 2149 - fixed window_count error (this time I'm 90% sure)
 2150 - fixed focusNextWindow through Alt-Tab bug with non-focusable windows
 2151 - fixed resize in windows without a titlebar
 2152 - fixed bug with PAspect XSizeHint
 2153 
 2154 
 2155 Changes since version 0.2.2:
 2156 ............................
 2157 
 2158 - fixed problem that made multiple applications be launched
 2159 with accidental dbl-clicks on the root menu.
 2160 - _GNUSTEP_WM_MINIATURIZE_WINDOW protocol
 2161 - added hideOtherApplications command (meta-dbl-click3 on titlebar)
 2162 - new SHOW_ALL (windows) menu command
 2163 - new HIDE_OTHERS (windows) menu command
 2164 - changed icon/window title to show only end part of text if it doesn't fit
 2165 - remade application group code (more stable)
 2166 - undid stacking code change from 0.2.0
 2167 - fixed bug that caused hangs (not sure)
 2168 - fixed bug that caused window_count error and associated crashes 
 2169 - remade application defined menus
 2170 - vertical gradient
 2171 - I18N support 
 2172 - fixed multiple window selection bug with windows in other workspaces
 2173 - changed workspace numbering
 2174 - fixed problem with series of X errors when a window is destroyed
 2175 - fixed cosmetic bug in gradient bevels
 2176 - added UseSaveUnders option (problem with Netscape redrawing)
 2177 
 2178 Changes since version 0.2.1:
 2179 ............................
 2180 
 2181 - fixed segfault on startup
 2182 - changed source tree
 2183 
 2184 Changes since version 0.2.0:
 2185 ............................
 2186 
 2187 - fixed various miscelaneous bugs
 2188 - fixed icon pixmap update code
 2189 - fixed bugs related to focus-follows-mouse mode (workspace switching,
 2190 keyboard focus after unshading etc)
 2191 - changed some options in preferences
 2192 - changed window stacking order code
 2193 - fixed icon handling
 2194 - added option to display the root menu on startup
 2195 - shaded windows are unshaded on restart, instead of getting iconified
 2196 - fixed {ResizeDisplay,MoveDisplay}=corner
 2197 - fixed problem with icon windows during restart
 2198 - works OK from XDM
 2199 
 2200 Changes since version 0.1.3:
 2201 ............................
 2202 
 2203 - fixed color freeing bug
 2204 - fixed bug that allowed a window to keep the input focus when
 2205 you focus a shaded window
 2206 - fixed bug that allowed on top window to be lowered
 2207 - disappearing xconsole and other initial-state==IconicState windows fixed
 2208 - menus open always inside screen area
 2209 - open submenus are moved with their parents 
 2210 - keyboard support
 2211 - faster menu drawing
 2212 - hide for applications that use window_group hint fixed (LyX et al)
 2213 - dynamic font setup (just a test)
 2214 
 2215 
 2216 Changes since version 0.1.2:
 2217 ............................
 2218 
 2219 - worked around problems when freeing colors under some buggy X servers
 2220 - vertical gradients
 2221 - floatingmenu option
 2222 
 2223 Changes since version 0.1.1:
 2224 ............................
 2225 
 2226 - fixed list.c to compile in non-debug mode
 2227 - sticked root menus cannot be unmapped clicking button3 (workspace
 2228 unreachable problem)
 2229 
 2230 
 2231 Changes since version 0.1.0:
 2232 ............................
 2233 
 2234 - texture structure changed
 2235 - application menu prototype (not finished)
 2236 - arrange icons command
 2237 - menu window levels  (menus are kept on top of other windows)
 2238 - crash-on-alt-move-in-borderless-windows fixed
 2239 - lot's of other bugs killed
 2240 - delete last workspace command
 2241 - titlebar text justification
 2242 - start iconic hint is honored now
 2243 - font setting in preferences
 2244 - color setting in preferences
 2245 - window dragging only occurs after 4 pixels of movement
 2246 - restart command
 2247 
 2248 Changes since version 0.0.4:
 2249 ............................
 2250 
 2251 - changed configuration file syntax (just a little bit)
 2252 - removed box class
 2253 - finished multiple window move
 2254 - changed window list order from focus order to stacking order
 2255 - implemented OpenStep window levels and OnTop windows
 2256 - added refresh command to menu
 2257 - added shutdown command to menu
 2258 - make default menu when menu config can't be parsed
 2259 - finally added window focusing when clicking on client window area
 2260 - added visual clue to menu item invocation
 2261 - shaped window support
 2262 - in-memory size got bigger than AfterStep
 2263 - various client window state transition bug fixes
 2264 - icon placement
 2265 - added multiple workspaces (no Pager yet)
 2266 - added option for submenu alignment in relation to their parents
 2267 - rewrote preference parser
 2268 - added focus-follows-mouse and sloppy-focus
 2269 - added cpp preprocessing
 2270 - zombie process bug fixed
 2271 - interactive and dumb (cascade) window placement
 2272 - floating transient windows 
 2273 - disable mapped submenu entry on parent
 2274 - added colormap handling stolen from fvwm (temporary)
 2275 
 2276 
 2277 Changes since version 0.0.3:
 2278 ............................
 2279 
 2280 - hide application implemented (just for apps that have the window_group 
 2281 field of WMHints set or the WM_CLIENT_LEADER property set, 
 2282 apparently most Xt based apps)
 2283 - fixed a crashing bug caused by icons 
 2284 - internal change on button pixmap structure and other places
 2285 - handling of property changes on mapped windows
 2286 - fixed bug in event handling (MapRequest)
 2287 - added support for systems without libXpm
 2288 - added configure script, although it's still almost useless.
 2289 - remade icon painting
 2290 - icon background pixmap
 2291 - internal icon pixmap dithering
 2292