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