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