updates
[blackbox.git] / ChangeLog-0.40.x
blob3226f8f2873122a662bb33754d7f5bc5c4f0c633
1 -- ChangeLog for Blackbox 0.40.x  - an X11 Window manager
2 -- Copyright (c) 1997 - 1999 by Brad Hughes, bhughes@tcac.net
3 --
4 --  This program is free software; you can redistribute it and/or modify
5 --  it under the terms of the GNU General Public License as published by
6 --  the Free Software Foundation; either version 2 of the License, or
7 --  (at your option) any later version.
8 --
9 --  This program is distributed in the hope that it will be useful,
10 --  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 --  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 --  GNU General Public License for more details.
14 --  You should have received a copy of the GNU General Public License
15 --  along with this program; if not, write to the Free Software
16 --  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 -- (See the included file COPYING / GPL-2.0)
21 ChangeLog for 0.40.xx:
22 ----------------------
24 Changes from 0.40.12 to 0.40.13:
25         - added some compile time parameters to allow for clean compiling
26         - added support for vertical/horizontal maximization (i did this by
27           hand, but kudos to John Martin for the idea ;)
28         - added basename() to the distribution... it will only be compiled in
29           if basename is not present in standard libraries
30         - window focus code has changed yet again... i've decided to completely
31           rewrite the focus handling code, instead of trying to fix it... let
32           me know how this does
33         - a new resource has been added to the style loader... a resource of
34           the form:  rootCommand: <shell command string> will execute this
35           command when the style is loaded, suitable for setting the root
36           window background to an image/pattern/color... this should make
37           style integration more seamless
40 Changes from 0.40.11 to 0.40.12:
41         - more migration to autoconf/automake/autoheader etc.
42         - changed the default installation prefix... /usr/local is now the
43           default... all default config files will be stored in
44           ${prefix}/share/Blackbox... any old files will not be used, and
45           should be removed
46         - a small internal rework has made the "Inverted" option for
47           pressed button textures obsolete... please update your configs
48         - Makefile.generic has been removed
49         - Laurie's tear off menu patch has been adapted into the source tree...
50           sorry Laurie, but i had to rework your patch to make it completely
51           bullet proof ;)
52         - rework of Image code... resizes and maximizations should be much
53           faster now
54         - existance of XConvertCase is checked by configure... if it is NOT
55           found, then when editing the workspace name, pressing shift will
56           not print capital letters... sorry... get an uptodate X distribution
57           (R6.3 or higher) so that XConvertCase exists...
58         - the date format on the clock is controlled by a new .blackboxrc
59           resource... session.dateFormat... accepted values are:
60                 American ( mm/dd/yy )  and
61                 European ( dd.mm.yy )
62           the default is american... if any other string is entered for the
63           resource, blackbox defaults again to american...
64         - changed some window positioning code so that windows aren't thrown
65           to the middle of the screen unless they are completely hidden when
66           shown
67         - time bugs have been fixed... this is too detailed to go into... so
68           read the source if you are curious, otherwise just hit Reconfigure
69           when ever you change the system time, and blackbox will update and
70           continue to monitor/display the correct time (also... wrt y2k...
71           blackbox is y2k compliant is your libc's localtime() is y2k
72           compliant)
73         - this release has a major internals rework... let me know of any
74           problems... i would also love to hear about improved/degraded
75           performance... enjoy people... 
78 Changes from 0.40.10 to 0.40.11:
79         - changed the blackbox distribution to use autoconf instead of
80           imake... let me know how this works
81         - removed all the Imakefiles and Imakeconfig in favor of autoconf...
82         - added necessary files for automake and autoconf
83         - fixed a bug that would automatically shift focus to the workspace
84           label after switching to an empty workspace which would edit the
85           workspace name if pressing ctrl-arrow...
86         - fixed a bug that wouldn't focus any windows with alt-tab after
87           switching workspaces
88         - new feature:  click button 1 on the clock to display today's date
89           releasing the mouse button redraws the current time
90         - implemented double-click window shading by adapting David Edwards'
91           <david@dt031n1a.tampabay.rr.com> shade patch
92         - added new .blackboxrc resource - session.doubleClickInterval - which
93           controls the time between double clicks... used by the double-click
94           shade feature... defaults to 250ms is not specified
97 Changes from 0.40.9 to 0.40.10:
98         - fixed the broken menu highlights - they are now a dot in front of
99           the menu label
100         - enhanced the image rendering code to prebuild dithering lookup
101           tables... this saves some multiply and divide instructions during the
102           rendering loop... it makes a noticable difference on my lowly p133 ;)
103         - just for completeness... i've added some error output for various
104           things that could (but rarely do) go awry
105         - the focus code has been updated yet again... but this time it's for
106           the better ;)  the ctrl arrow keys continue working after a window
107           has been closed etc. etc... this should be the final change... unless
108           i find more bugs in it
110 Changes from 0.40.8 to 0.40.9:
111         - fixed a menu bug to keep as much of the menu on screen as possible
112         - added a patch from Peter Kovacs <kovacsp@egr.uri.edu> to raise the
113           current focused window when the user clicks on the window label on
114           the toolbar
115         - changed some window gravity defaults... nothing major here
116         - focus handling code has been spruced up... and majorly tested...
117           0.40.8's focus code was about as good as a full tank of gas but
118           no corvette... let me know how the focus handles in 0.40.9
121 Changes from 0.40.7 to 0.40.8:
122         - more menu fixes... highlights are handled as normal... constant
123           highlights are draw differently... the rounded edges minus the
124           highlighted bar...
125         - hand strength reduction in the BImage::renderXImage() method...
126           this doesn't offer much of a speed up... but every little bit
127           counts
128         - stuck clients that open transients now have their transients stuck
129           by default
130         - changed some input focus code to better handle the sloppy focus
131           model... the little annoyances like two focused windows should now
132           be fixed...
133         - removed gcc specific code... changed use of strsep to strtok (which
134           is defined by ANSI C)
135         - this is strictly a maintainence release... no new features have
136           been introduced
139 Changes from 0.40.6 to 0.40.7:
140         - changed bhughes@arn.net to bhughes@tcac.net throughout the source
141           tree
142         - menu sanity fixes... like unmapping a submenu when an item is removed
143         - image code fixes... no memory is allocated during the rendering...
144           only when the BImage is created... thanks to lee.salzman@lvdi.net for
145           the frame work for these changes
146         - fewer floating point division in gradient rendering routines... again
147           thanks to lee.salzman@lvdi.net for the basis of these changes
148         - reading workspace names is now a little more robust, but probably not
149           bullet proof... events are handled normally while reading the
150           workspace name... instead of blocking them all... the label changes
151           color... and reverts back to normal when enter is pressed (which
152           applies the new workspace name)
153         - the window geometry label drawn during window resizing has moved to
154           inside the window frame, this allows us to see what size windows are
155           being resized to when the right edge is close to the edge of root
156         - a lock system has been implemented for the blackbox objects... this
157           fixes a nasty little problem of stale windows (decorations with no
158           client window) because of on object grabbing the server and another
159           unlocking it... the current system works similar to XLockDisplay
160           (which is used in threaded X programs).
161         - icccm code enhancements for XWMHints and NormalHints
162         - window maximizing now properly returns the maximized client to its
163           previous location (this is a bug fix... maximize netscape, then
164           maximize an xterm... unmaximizing netscape will put it where the
165           xterm was previously)
168 Changes from 0.40.5 to 0.40.6:
169         - the workspace and client menus now keep the current workspace and
170           focus window highlighted so that we know which window is in focus
171           (especially useful with multiple xterms in the same workspace)
172         - image dithering code has been updated slightly to hopefully squeeze
173           every last drop of performance out of it
174         - pixel computation has been simplified
175         - gradient code has been changed to use less floating point division
176           this breaks Jon Denardis' gradient hack, but the option has been
177           left in place in case Jon wants to re-implement it :)
178         - more ICCCM compliance code added... window colormap focus has a
179           click-to-focus policy... any window that wants to use it's own
180           colormap (i.e.  netscape -install) will have it's colormap installed
181           when button1 is pressed anywhere on the decorations (like when
182           raising)  the default root colormap is reinstalled when pressing
183           button1 on the root window
184         - workspace names can now be changed on the fly... they are stored in
185           the users ~/.blackboxrc file, and may be edited from there, although
186           any changes made to the file will be over written when blackbox is
187           shutdown or restarted...
188         - workspace names can be edited *while blackbox is running* by pressing
189           button3 on the workspace label on the toolbar... pressing enter ends
190           the edit and normal event processing resumes... these names are saved
191           on exit/restart for convienence
192         - support for window gravity has been added... this is addition is
193           another step closer to complete ICCCM compliance
194         - window resizing is a bit more sane now... a bug once pointed out long
195           ago that i never noticed plagued me the other day... when resizing a
196           window to a large size... blackbox can delay a bit while it renders
197           the new decorations... if the user tries to move the window before
198           these decorations are finished... the window is resized again... this
199           has been fixed
202 Changes from 0.40.4 to 0.40.5:
203         - updated the default style to reflect the button resource change in
204           0.40.4
205         - added internal menu alignment
206         - added internal linked list insertion at a certain point, used in
207           menus
208         - submenus now update their parent menu to reflect that the submenu
209           is no longer open
210         - right clicking anywhere on the rootmenu or window menus will now
211           unmap them... NOTE: this doesn't work on submenus or the rootmenu
212           or on the SendToWorkspaceMenu
213         - cleaned up some of the image rendering code to use less comparisons
214           while rendering an image... also removed alot of
215           multiplication/division use in beveling loops to increase speed
216         - changed dithering error distribution to make images smoother at
217           15 and 8bpp (8bpp got the most benefit from this change)
218         - changed the toolbar appearance... removed the raise/lower button,
219           changing the level of the toolbar isn't possible as of yet... a new
220           button has been added on the left of the toolbar, pressing it will
221           map the workspace menu, which has a few changes
222         - the workspace menu now conatins submenus of all the window lists of
223           all workspaces... it is now possible to see which window is on which
224           workspace... also... the icon button has been removed from the
225           toolbar and the iconmenu is now a submenu of the workspace menu
226         - window placement has been slightly modified... if clients request a
227           certain position, the request is honored, otherwise the client is
228           cascaded... if either the cascade or requested position obscures part
229           of the window when the window is created, the window is centered in 
230           the root window...
231         - window state updated... when blackbox is restarted, all client
232           windows are placed on the workspace they were previously occupying...
233           this is only between restarts... not when X is restarted...
234           however... applications may be coded specifically for blackbox to
235           start on a certain workspace... for more information on this, email
236           me
237         - window menu placement has been made a little more sane
240 Changes from 0.40.3 to 0.40.4:
241         - removed the window.handle{.color,.colorTo} resources... the handle
242           is now treated as a button, and uses the button resources
243         - added window.focus.button and window.unfocus.button resources to the
244           style file... this allows colors to be set different from the
245           titlebar... the colors are controlled with window.focus.button.color,
246           window.focus.button.colorTo, window.unfocus.button.color and
247           window.unfocus.button.colorTo
248         - transient focus policy has changed... if any window has an open
249           transient window... focus is awarded to the trasient instead of the
250           parent window, even if the mouse doesn't occupy the trasient window
251         - cleaned up some namespace in Basemenu.cc and Basemenu.hh
252         - changed dithering error diffusion
253         - fixed Bevel2 so that it doesn't sig11 anymore
254         - changed stacking code slightly... "stuck" windows now are placed
255           in relation to the toolbar... i.e. if the toolbar is on top... stuck
256           windows are on top of any other client windows... if the toolbar
257           is underneath client windows... stuck windows are also stacked
258           underneath the client windows
259         - major reworking of Window.cc and Window.hh to fully support the
260           _MOTIF_WM_HINTS on client windows... if this hint is present... then
261           the window is decorated according to those hints... all the move/
262           resize/configure code had to be updated because of this... one step
263           closer to gnome compliance
264         - window menus now contain different items based on the functions
265           available to the client window... if a window cannot be maximized...
266           then no maximize item is present in the window menu... also, "Close"
267           and "Kill Client" are no longer present at the same time... if the
268           client supports the WM_DELETE_WINDOW Protocol, then "Close" is
269           present, "Kill Client" is only present for clients that do not
270           support the protocol
271         - windows may now be moved by the titlebar, handle or thin border
272           around the window... window menus are also accessible by pressing
273           button 3 on any of these 3 windows
274         - a new focus model has been added... it works... but is mostly
275           untested... session.focusModel: AutoRaiseSloppyFocus in .blackboxrc
276           will retain the sloppy focus model... but raise windows to the
277           top when focused...
280 Changes from 0.40.2 to 0.40.3:
281         - fixed a bug in Blackbox::nextFocus that would put blackbox into an
282           infinite loop when 2 windows where open, window 0 was iconified and
283           window 1 had focus and pressing alt-tab or the next window button
284           on the toolbar
285         - completely recoded all the graphics stuffs to support all visual
286           classes and color depths, also the image code is more compact and
287           faster than previous releases
288         - removed graphics.cc and graphics.hh from the distribution and added
289           Image.cc and Image.hh for the new graphics implementation.  a new
290           class called BImageControl is now in charge of all pixmap caching
291           and color allocation on displays that don't run/support TrueColor...
292           this takes the job away from the Blackbox class... whose job is now
293           to manage all it's children and disperse events read from the display
294         - fixed bug that didn't handle windows created before blackbox is
295           running (again :/)
298 Changes from 0.40.1 to 0.40.2:
299         - added a variable initialize line of code to keep blackbox from
300           splattering from a sigsegv on startup
303 Changes from 0.35.0 to 0.40.1:
304         - cosmetic menu rendering fixes, changed the way the submenu dot is
305           sized; changed an off by one error in drawing the rounded edges;
306           fixed the text to be draw in the center of the item instead of at the
307           bottom
308         - major changes to the toolbar (formerly the workspace manager) to
309           change the way it looks and works.  The large blank space is gone,
310           and the toolbar is now half the height it used to be (roughly). the
311           workspace label displays the current workspace, with the workspace
312           menu accessible by clicking button 1 on the label. the two buttons
313           directly to the right of the workspace label change the workspace
314           when pressed. the window label displays the current focused window,
315           which makes it easier to identify which window has input focus (for
316           some people like me that have very dark or very closely colored
317           decorations).  the window menu is accessible by pressing button
318           one on the window label, and selecting an item from the window menu
319           will set input focus to that window (if it can receive focus). the
320           two buttons to the right of the window label circulate focus (up and
321           down, respectively) through the window list, skipping windows that
322           cannot receive focus.  the icon button displays a menu of all
323           iconified applications.  both the icon menu and the window menu will
324           not become visible if they are empty.  the next button on the toolbar
325           is a raise/lower button for the workspace manager. the toolbar is
326           stacked on startup according to the resource set in ~/.blackboxrc,
327           but this button will raise and lower the workspace to the users
328           desire, saving the stack order when blackbox is exited or restarted.
329           the clock is still the same, but editing the session.clockFormat
330           will change it from normal time (session.clockFormat: 12) to 24hour
331           format (session.clockFormat: 24)
332         - a pixmap cache has been implemented. a linked list stores all images
333           rendered, removing them from the list and freeing them with the X
334           server when all applications have removed references to them. for
335           those who start man instances of the same applications will benefit
336           greatly from this, as the same decorations are not redraw for each
337           and every window.  this greatly reduces the load on the X server
338           (my X server went from taking 20-28mb of memory to 8-11mb, a dramatic
339           improvement, especially on this 32mb machine).  as a result of this,
340           reconfiguring is faster, as is startup and restarting.
341         - click to focus has been implemented, with some restrictions. other
342           window managers allow the user to click anywhere on the decorations
343           OR the client itself to set focus.  i have not found an elegant way
344           to do this yet, so focus can only be set by pressing button 1 on
345           the decorations (like the titlebar, handle, buttons, border, etc.)
346           just not on the client itself.  i am looking more into this, but
347           don't expect anymore than what is in place now.  to use
348           click-to-focus, put session.focusModel: ClickToFocus in ~/.blackboxrc
349         - 2 new commands have been added to the menu syntax, [include] and
350           [style]... the [reconfig] command still has the option to reconfigure
351           after a command has been run, but probably will be faded out...
352           [include] (/path/to/file) includes the file inline with the current
353           menu, meaning that a submenu isnot created for the separate file,
354           if a submenu is desired, the file should include the [submenu] and
355           [end] tags explicitly.
356           [style] is a new addition for the style file support. syntax is:
357           [style] (label here) {/path/to/style/file} which will read the new
358           style file and reconfigure when selected.
359         - style files have been added to allow for easier switching between
360           configurations.  the style file resources are dramtically different
361           from those in 0.3x.x, see app-defaults/Blackbox-style.ad for an
362           example...
363         - with the addition of style files, menus have been given their own
364           justification resource, allowing (for example) menus to be left
365           justified while titles are center or right justified.
366         - please read the sample configuration files in app-defaults/ for the
367           new and improved configuration system.  NOTE: Blackbox.ad is a
368           sample ~/.blackboxrc, but you shouldn't copy this file to
369           ~/.blackboxrc, as Blackbox will store the resources it needs
370           automatically
371         - an unofficial release numbered 0.40.0 was given out to some 
372           testers, and even this release needs the same treatment as 0.35.0
373           with respect to the new config system (0.40.0 only implemented the
374           pixmap cache, the new toolbar and *part* of the new config system,
375           but not the style files or automatic generation of ~/.blackboxrc)
378 ChangeLog for 0.3x.xx:
379 ----------------------
380           
381 Changes from 0.34.5 to 0.35.0:
382         - changed the way menus are draw to round both end of the highlight...
383         - cosmetic enhancements for the various justifications...
384         - this is the first stable release of blackbox
387 Changes from 0.34.4 to 0.34.5:
388         - hopefully... this will be the last bug fix... so i can begin working
389           on new features... i fixed event mask selection on client windows
390           after reparenting them to the decoration frame... this should get
391           xv working again...
392         - changed the signal hander to core on sigsegv and sigfpe... sigint and
393           sigterm will just exit blackbox cleanly... sighup will cause blackbox
394           to reconfigure itself
395         - changed the way the version string is printed... 
398 Changes from 0.34.3 to 0.34.4:
399         - changed the window stacking code to stack windows and their menus
400           more sanely... window menus are stacked directly ontop of the client
401           windows... instead of on top of every other client window... the
402           workspace manager is now by default stacked above client windows...
403         - reworked alot of code in Window.cc, blackbox.cc, Workspace.cc and
404           WorkspaceManager.cc to properly handle ICCCM state hints... the
405           startup and shutdown code has been completely reworked as a result of
406           this
408 Changes from 0.34.2 to 0.34.3:
409         - this was a small change in the code... but a BIG change for the user
410           base... the X error handler is now non fatal... yes... this means if
411           blackbox encounters an X error (like a bad window or a bad match) it
412           will fprintf() the error and continue running... the quick window bug
413           has been mostly fixed... i have a small app that i wrote that quickly
414           maps a window, calls XSync()... then destroys the window and exits...
415           the first time i ran this little beauty... blackbox died a horrible
416           death... blackbox now handles this app nicely... but does
417           occasionally report an error (during the decoration creation... which
418           is promptly destroyed from the destroy notify event placed in the
419           queue by the X server... thus... no memory leaks... no memory
420           corruption... blackbox just keeps chugging along nicely
423 Changes from 0.34.1 to 0.34.2 (unreleased):
424         - fixed MSBFirst byte order image rendering at 32bpp (24bpp pending)
425           (for machines better than this intel machine of mine)
426         - changed BImage to allocate dithering space when the image is created
427           and to delete it when the image is destroyed... instead of allocating
428           the space and deleting the space each time the image is rendered to 
429           an XImage... hopefully this will provide a speed increase (albeit a
430           small one)
431         - changed blackbox to call XListPixmapFormats once at startup...
432           instead of each time an image is rendered... this should afford some
433           speed increase (a small one at best :)
434         - fixed a bug in Window.cc that re-reads the window name...
435           Jon Denardis discovered this bug while playing with netscape 4.5...
436           the validation call is now directly before the XFetchName call...
437           instead of before an if() { } block that calls strcmp and XFree()
438         - edit Window.cc to change the way buttons are decorated and sized
439           the associatedWindow.button.color(To) resources have been removed,
440           but the associatedWindow.button texture resource is still there
443 Changes from 0.34.0 to 0.34.1:
444         - fixed the unmanaged rxvt/xconsole/whatever problem that didn't
445           decorate windows at start up... just a little logic error that was
446           fixed with a few braces
447         - fixed the shutdown code so that X and blackbox don't die a gruesome
448           death while reparenting the small applets on the workspace manager
449           toolbar... the above bug fixed also fixed a bug that didn't reparent
450           any existing app windows...
451         - updated libBox code to allow for flaws in it's design (forgotten from
452           0.34.0)
453         - removed #include <sys/select.h> from blackbox.cc so that it compiles
454           on any platform (since select is supposed to be defined in unistd.h)
455         - removed the NEED_STRNCASECMP block in blackbox.cc until i can get
456           a working posix like routine to work (needed for OS2 platforms)
457         - edited the Imakefile scheme to have the the toplevel Imakefile and 
458           Imakefiles in app-defaults/ lib/ and src/... there now is Imakeconfig
459           which includes all the options in one file... so that editing all
460           the Imakefiles is no longer necessary
463 Changes from 0.33.6 to 0.34.0:
464         - edited some Imakefiles so that rpm creaters have an easier time
465         - added stuff to lib/  which contains a small (VERY small) library for
466           letting applications open a window on the workspace manager toolbar
467           this is very very new... restarting will cause the app to crash
468           (at best) or take X with it (the worst)... play with it an let me
469           know how it works
470         - further revised window.cc and blackbox.cc to provide better error
471           checking... window.cc received the most updates... validating a
472           window is now done in the statement before the window is used... not
473           at the beginning of the function the window is used in...
474         - fixed the stacking order bug when changing workspaces... the windows
475           will now be restored in the order that you left them... not in the
476           order they were created in...
477         - updated the README... a little bit anyway :)
478         - updated BlackboxWindow::maximizeWindow() in window.cc to properly
479           maximize windows that have specified size increments
480         - fixed BlackboxWindow::configureWindow so that shaded windows that re
481           size themselves only resize the titlebar
482         - added ccmalloc 0.2.3 to the main source tree to aid in debugging...
483           this is NOT maintained by myself, see the source tree for details
484         - eliminated a double delete call with the aid of ccmalloc!@#!
485         
487 Changes from 0.33.5 to 0.33.6:
488         - added Makefile.generic for those of you with foobared imake configs.
489           the use of xmkmf -a (i.e. imake) is still prefered... but this should
490           work on any system... with a little editing
491         - added static int handleXErrors(Display *, XErrorEvent *) in
492           blackbox.cc to handle any and all X lib errors while blackbox is
493           running... this should produce a coredump and thus the -moron
494           community should be able to flood my inbox with stack trace upon
495           stack trace :)
496         - added some sub directories and moved the sources around, this allows
497           for easier inclusion of the library for blackbox specific programs
498           (which will run in the dock)
499         - hopefully fixed the "disappearing-rxvt-trick"... since i can't
500           reproduce it i don't know for sure
501         - removed the use of alloca in graphics.cc... i was noticing very odd
502           behaviour from malloc() and free()... where blackbox would sig11 
503           when exiting because of XCloseDisplay doing something naughty...
504           and this seems to have done the trick... no more sig11's from malloc
505           or new... everything i've thrown at blackbox is gently but firmly
506           beaten into submission...
507         - added docboy's curved gradient hack as a compile time option... see
508           src/Imakefile and src/graphics.cc
511 Changes from 0.33.4 to 0.33.5:
512         - added a small test to cascade windows that start out partially hidden
513           (like netscape, Xnest, xv, etc.)
514         - changed icon handling to include a menu of icons accessible from the
515           workspace manager toolbar
516         - deiconifying a window now takes it to the top of the stack
517         - clicking on a menuitem that has a submenu no longer hides the submenu
518         - added resource "workspaceManager.24hourClock",  a value of True turns
519           on the 24hour clock on the toolbar
520         - removed icon pixmap/window/mask support/handling from window.cc and
521           window.hh... since icons are now handled in a menu, this is no
522           longer needed
523         - added session.handleWidth and session.bevelWidth
524           to control window sizes (instead of hardcoded defaults)
525         - changed parts of Basemenu.cc and WorkspaceManager.cc to follow the
526           sizes set by session.bevelWidth
527         - fixed Alt-Tab window switching... also fixed some focus handling bugs
528           which let two windows become focused at the same time (which is bad
529           mojo)
532 Changes from 0.33.3 to 0.33.4:
533         - corrected a typo in the sample Blackbox.ad file to correctly show
534           which resource to set for the menu file
535         - added moderate window group support for programs like netscape and 
536           other motif applications... modified window stacking code and
537           internal list code to support window groups (this makes transients
538           behave properly... another step towards more complete ICCCM
539           compliance)
540         - modified focus event handlers to stop applications from focusing out
541           when pressing menubars... also window focus is returned to root if 
542           the focus window is closed... if another window is under the focus
543           window when it is closed... that window is awarded input focus
544         - fixed tiny little bug that didn't move the close button when resizing
545           a window
548 Changes from 0.33.2 to 0.33.3: 
549         - changed some of the menu code ("updated" in 0.33.1) back to the
550           original 0.33.0, which seems to perform better.  Reason behind it? -
551           blackbox died too often with 0.33.1/2
552         - added "Kill Client" option to window menus... for those applications
553           that don't accept the WM_DELETE_WINDOW atom
554         - menus that are not partially moved off the root window are shifted to
555           a visible position when the pointer enters the frame... it is also
556           shifted back to it's original position when left (this is new... let
557           me know how it works)
560 Changes from 0.33.1 to 0.33.2: (unreleased)
561         - changed BlackboxIcon to not try and read its config when it was
562           created.  This was forgotten from the 0.31.0 -> 0.33.0 move :/
565 Changes from 0.33.0 to 0.33.1: (unreleased)
566         - improved menu handling, less possibilty for SIGSEGV
567         - menus now make copies of all label, exec strings and titles, to
568           make less loose pointers
569         - fixed typo to allow submenus of submenus of submenus (...)
570         - fixed workspace menu and window list menu placements
573 Changes from 0.31.0 to 0.33.0:
574         - added #ifdef statements so the C preprocessor doesn't complain about
575           _GNU_SOURCE being redefined.
576         - changed internal resource data structures
577         - added Sticky windows functionality
578         - remove old animation code bound with #ifdef ANIMATIONS
579         - fixed a silly little bug that sometimes mapped a submenu when its
580           parent was unmapping itself
581         - added ExecReconfigure option to execute a shell statement before
582           performing reconfiguration
583         - rearranged window config code to reduce wait time while resizing
584         - added internal macro BImageNoDitherSolid to make window frame
585           rendering faster (dithering a solid image is silly anyway)
586         - added new menu file format
587         - added Blackbox::validateWindow to provide a stabler environment for
588           Blackbox.  This gives blackbox more error checking and greater
589           stability.  For me, random crashes have (nearly) disappeared.
590         - removed window name/class dependant frame texture/color
591         - with 0.31.0, each entity read it's configuration from the rc database
592           loaded at start.  this has changed back to the old behaviour of
593           reading all configuration parameters at start, no database reads are
594           performed after the initial setup (save for reconfiguring).
595         - configuration has changed to be a little cleaner, and a little more
596           thorough.  See the Blackbox.ad and BlackboxMenu.ad for exmaples.