1*** NOTE: THIS DISTRIBUTION OF FSPANEL IS NOT THE OFFICIAL VERSION AS RELEASED 2BY THE AUTHOR. THIS VERSION HAS BEEN UPDATED BY FRANK HALE <frankhale@yahoo.com> 3AND BY OTHERS INVOLVED WITH THE SAPPHIRE PROJECT. ALL COMMENTS REGARDING THIS 4VERSION SHOULD BE DIRECTED TO <frankhale@yahoo.com>. *** 5 6F***ing Small Panel 7~~~~~~~~~~~~~~~~~~~ 8 9What is it and what can it do? 10 11It's a panel for Linux that lists all your windows, but the difference 12is that it's tiny. The binary is about 10k and it takes barely any 13memory. It works under any gnome compliant window manager (eg. E, SawFish, 14WindowMaker, IceWM) and supports KDE's mini icons (the KWM_WIN_ICON atom). 15 16See http://www.chatjunkies.org/fspanel/ for more information. 17 18Changes in 0.7 19~~~~~~~~~~~~~~ 20* Windows that set their icons after mapping no longer get the 21 generic icon. 22* A new generic icon (looks better, I think). 23* Fixed lockup when large amount of windows are open. 24* Desktop switching arrows look different. 25* Panel height and width are customizable at the top of fspanel.c. 26 Made the default 24 (previously 22) and font 12. This seems to 27 suite 1024x768 well, change to what suites you. 28* Now uses the unified window manager spec to find the list of 29 windows. Falls back to gnome spec if unavailable. This might make 30 fspanel work on KDE? Note: this is only partially supported and 31 uses the unified spec only for a client list, everything else 32 still uses the gnome window manager spec. 33* Optimized more code - i386-linux binary is now 9280 bytes! 34 35Changes in 0.6 36~~~~~~~~~~~~~~ 37* The clock now updates on-the-minute. 38* Optimized some code - binary is 300 bytes smaller :) 39* Made it possible to compile without libXpm. 40* Included some Makefiles for FreeBSD and Solaris. 41* No crash when display fails to open. 42 43Changes in 0.5 44~~~~~~~~~~~~~~ 45* Fix refresh for XFree86 4. 46* Fix switching desktops (works in Sawfish now too). 47* Make windows focus when raising. 48 49