From: Scott L. <sl...@cs...> - 2002-03-30 23:42:16
|
I'm done testing cascade.scm. Needed a little polish and one bug fix. Here's the changelog: * cascade.scm: Added a couple of missing modules, flash-window and flux. Made 'meta-apply' plublic and gave it a doc string. Clarified 'cascade-windows' doc. Made #:raise #t work for 'cascade-windows'. Made #:reverse #t the default for 'cascade' since 'cascade-windows' processes from bottom to top but most of our lists are top to bottom. Made 'cascade' listify atoms passed in #:only and #:except to be more consistent with the style stuff. Made selections get processed in selection order, so the first selected window is put on the bottom. Updated to use 'push-undo-global' since 'insert-undo-global' is both broken and deprecated. * flux.scm: Changed 'select-window-group' to return the list of windows in the order selected. Enjoy. - Scott |