From: Greg B. <ba...@cs...> - 2002-03-27 06:02:28
|
This is great! It's amazing how many bugs you can get when no one is thoroughly and methodically testing! This is perhaps a testament to the value of classical testing (over the free-software-world's organic testing from end-user early adopters). (But it could be lots of other things, too!) Thanks, Greg Scott Lenser <sl...@cs...> writes: > I'm _finally_ done testing window-configuration.scm. > > Ugh, what a load of bugs (mostly not in the code I was testing, > which was just woefully incomplete). > > I put the bugs on the bug tracking thingy on sourceforge > if you want details. > > Basically, saving window configuration now works for saving > the position/size/stickiness of deiconified windows and saves > the iconified status of iconified windows. > > It is now pretty safe to do > > (restore-global-connfiguration (global-configuration)) > > as it correctly acts like a no-op. > > - Scott |