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