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