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