From: <dom...@us...> - 2014-01-22 23:54:26
|
Revision: 587 http://sourceforge.net/p/fvwm-crystal/code/587 Author: dominique_libre Date: 2014-01-22 23:54:23 +0000 (Wed, 22 Jan 2014) Log Message: ----------- Time for a new release Modified Paths: -------------- AUTHORS ChangeLog NEWS fvwm/components/functions/About Modified: AUTHORS =================================================================== --- AUTHORS 2014-01-11 15:33:44 UTC (rev 586) +++ AUTHORS 2014-01-22 23:54:23 UTC (rev 587) @@ -29,6 +29,10 @@ - some ideas - Gentoo ebuild +Martin Vath +- various sh syntax fixes +- constructive remarks + Michael Stilkerich <sti...@uc...> - Makefile script - Clock scripts Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-11 15:33:44 UTC (rev 586) +++ ChangeLog 2014-01-22 23:54:23 UTC (rev 587) @@ -1,10 +1,13 @@ ChangeLog for FVWM-Crystal -Version 3.2.8 +Version 3.3.0 ------------- +Lundi 21 Janvier 2014 Dominique Michel +- NEWS, functions/About: update to 3.3.0 + Samedi 11 Janvier 2014 Dominique Michel -- removed flock from Applications Darabase +- removed flock from Applications-Database Vendredi 10 janvier 2014 Dominique Michel styles/Applications-Icons-22-32: commented out FuncResizeTerm, this should be @@ -71,7 +74,7 @@ fvwm-crystal: introduced code to remove orphaned control files in /tmp at startup. fvwm-crystal.play-movies: interval change to make it work in any directory. apps/DesktopIcons: use bash instead of sh. Bash is the de facto standard GNU/Linux - shell and it is allready in use by FVWM-Crystal. use killall instead of killall -9 + shell andis allready in use by FVWM-Crystal. use killall instead of killall -9 to kill the helper script; separated Quit and ToRestart functions. scripts/DesktopCheckMounts: use 1 temporary file to control it state. Cleanup this file at exit or fvwm exit/crash. @@ -92,7 +95,7 @@ SilentHacker recipe: fixed the update infoline that was not updating well. + scripts/UpdateInfoline: helper script for dito. + styles/FocusPolicy-NeverFocus: policy for stufs like FvwmButtons. - styles/FocusPolicy-*: fix the styles at wallpaper redraw. This fix the errotic buzzy cursor. + styles/FocusPolicy-*: fix the styles at wallpaper redraw. This fix the erratic buzzy cursor. + scripts/PrefVars/PrefVars: FvwmScript to update the lost preferences like the media directoories. functions/Preferences-Menu: + menu for dito. apps/DesktopIcons: fix 2 shism. Modified: NEWS =================================================================== --- NEWS 2014-01-11 15:33:44 UTC (rev 586) +++ NEWS 2014-01-22 23:54:23 UTC (rev 587) @@ -1,3 +1,54 @@ +Version 3.2.8 +------------- + +FVWM-Crystal-3.3.0 is out. The major new features are: + +- New menu option Preference editor that launch an editor for the previously + lost preferences. +- New menu option for random loop wallpapers. This work only with the + wallpapers in $FVWM_USERDIR. +- A few new applications for the menu. Removed an old entry and the wrongly + spelled "Rythm" category. +- The nested X sessions are now launched in full screen. +- A Key Modifer Editor. It can be launched from the prefenrece menu and + replace the non working Ardour key bindings. +- A pot file is now present into the addons directory. + You can use it as a base for new translations. + All the non sorted locale files was also sorted in alphabetical order. + +Fixes and other features: +- More bashisms fixes in various places. A big thank you to Martin Vath for the + review and the fixes! +- Fixes for the focus policy styles at wallpaper redraw and with Fvwm-Buttons: + That fixes the erratic buzzy cursor with some recipes. +- Fix the update info line function in the Silent Hacker and Amiga recipe. + This fix contribute to fix the random buzzy cursor issue. +- Fix the redraw of stalonetray at wallpaper changes. +- Workaround for the Load file menu with mplyaer with a new preferences setting. + If you encounter issues with directories not being displayed in that menu, + choose No icon in the preferences. It will work much better. + For the detail, see the ChangeLog. +- The fullscreen function now remove its temporary files in /tmp. +- The FVWM-Crystal Icon manager clean up its helper script at FVWM-Crystal + exit or FVWM exit/crash. +- FVWM-Crystal check for orphaned files in /tmp at statup and clean up them if any. +- When used as nested sessions, FVWM and FVWM-Themes will not mix their files + with Crystal any more. +- Fix for the focus of buggy Wine windows. +- Removed outdated and non working Ardour key bindings. +- A few minor fixes into the manus like typos, etc. +- Fixed one more time the A and AT function for the recent syntax changes of + xfce4-terminal and x-terminal-emulator (Debian terminal). +- Fix for the A function with infostore variables. +- The Mplayer control will create the ~/.mplayer directory if it doesn't exist, + this before making its pipe in that directory. +- Fix moving of FVWMCrystalFAQ file during the asciidoc man page generation. +- Added userconfig examples in FAQ: 3.2. +- Moved the terminal geometries from the styles to addons/Xdefault. This is + where theys must be and that made possible to remove a fvwm-event, + and fix the issue wit terminal being placed outside of the screen. + Another big thank you to Martin Vath for pointing that out. + Version 3.2.7 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2014-01-11 15:33:44 UTC (rev 586) +++ fvwm/components/functions/About 2014-01-22 23:54:23 UTC (rev 587) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.8" +*About: Text "$[gt.Version]: 3.3.0" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |