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