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