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