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