From: <dom...@us...> - 2013-04-29 08:24:39
|
Revision: 316 http://sourceforge.net/p/fvwm-crystal/code/316 Author: dominique_libre Date: 2013-04-29 08:24:36 +0000 (Mon, 29 Apr 2013) Log Message: ----------- NEWS update Modified Paths: -------------- ChangeLog NEWS Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-28 21:30:29 UTC (rev 315) +++ ChangeLog 2013-04-29 08:24:36 UTC (rev 316) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Lundi 29 Avril 2013 Dominique Michel + NEWS update + Dimanche 28 Avril 2013 Dominique Michel functions/Window-Buttons; functions/Fullscreen: cleanup of WindowResize and associated functions. Simpler and better than ever; updated French Modified: NEWS =================================================================== --- NEWS 2013-04-28 21:30:29 UTC (rev 315) +++ NEWS 2013-04-29 08:24:36 UTC (rev 316) @@ -1,54 +1,7 @@ -DONE ----- -- Fix the Amiga (click to focus without raise), MXWindow - (click to focus with raise) and FVWM-Crystal with raise - (enter to focus with raise) focus policies when NumLock - is on. - -- Rewrite of the audio and multimedia players. - The common functions was moved in 2 files, one for the audio - players, the other for mplayer and mplayer2. - Some bug fixes. - mplayer use now dvdnav for DVD watching. - Oreliminary DVB support using mplayer(2). - Capture enabled for mplayer(2) using the "c" key (see man mplayer). - This will produce usable files only with mpeg sources (man mplayer again). - -Work in progress ----------------- -What is done in the CVS is to eliminate 2 long standing -bugs. One was introduced by the icon generation of -fvwm-crystal.generate-menu. Some of the icons was producing -libpng warnings at stderr. The second one was due to habak. -It was used at first choice to draw the wallpaper, and produced -X BadValue Errors at restart. Habak support has been dropped -in favor of feh. As feh is huge, hsetroot is now the first -avaible choice. - -It took me much time to find those bugs, following different clues, -and with different method, Finally, I forgot every thing I read -or try, and commented out all the modules into a recipe. -The 2 issues was still here and that was very confusin at first. -I begun to comment out what was left, and finally found which -functions was issuing those warnings/errors. - -The good news is not only I found those bugs, but also I can -move forward, which is the most important for every one using -Fvwm-Crystal. - - TODO ---- -What I have at home seam to be less broken than the CVS (which is -mostly usable anyway), so I will be revieving my changes one by one. -I don't know exactly how I will merge them, and will decide -case by case. +Check the bindings and decide which version number it will be. -Hurray! I find a simple way to fix the long standing issue covered by -the FVWM FAQ Question 5.5: The NumLonk interferences on the Amiga, -FVWM-Crystal with raise and MSWindow focus policy styles should -be history now. - Version 3.0.7 ------------- Not released @@ -57,6 +10,14 @@ - Font and Font Size preferences. That's a big change! +- Full rewrite and debugging of the different maximize functions, + including the full-screened mode. Fullscreen have been extended + with a Disapear function, which give us one of the best feature + of the Amiga OS, the ability to cycle trough the full-sceened + applications and the workbench (dekstop). See that as another way + to cycle trough desktop space. + A new Minimize is includded as well. It will reduce the window size. + - The Amiga recipe is almost fully rewritted. It provide a double top bar that is more AmigaOS like (mac users will like it too). The notification aera is moved near the media @@ -64,8 +25,15 @@ The buttons at the bottom are now in a range, with the possibility to show only some of them. +- NumLock Fix for the focus policies. The NumLonk interferences on the + Amiga, FVWM-Crystal with raise and MSWindow focus policy styles should + be history now. + - New Wing-Commander recipe by Peter McConnell. Nice and fonctionnal. +- New Fullscreen recipe. A work in progress but still usable, if you + like to have nothing on your desk. + - A lot of style loading order fixes. The FvwmForm and FvwmIdent windows doesn't need anymore a restart to be readable. @@ -73,26 +41,31 @@ - The mixer controls are moved into a unique file. -- Music controls in 2 parts, one file for the common functions, - one file per player for the player specific functions. +- Music controls in 2 parts, 1 file for the common functions of the + players, and one file per player for their specific functions. - Media preferences moved to the media button or menu. - Unified media button with recipes that support it. -- Full rewrite and debugging of the different maximize functions. - It is still a few things to do, but it is allready much better. - The main change is that they remember pretty well the last used - size now. Another change is a new "minimize" function that will - reduce the window size. +- The MPlayer control use now dvdnav. DVB support and capture of MPEG + sources have been added. Capture use the standard MPlayer "c" key. -- Some syntax changes in order to support fvwm-2.5.31. +- Some environment variables, including some preferences, have been + comverted to the new InfoStore FVWM variables. FVWM-Crystal will + check the user preferences and convert them when needed at startup. + +- FVWM versions older 2.6.5 are not supported anymore. -- Older fvwm versions than 2.5.31 are not supported anymore. - - Launch of Info browser using xemacs, tkinfo or pinfo from the developer menu. +- Fixed the icon generation of fvwm-crystal.generate-menu. Some of + the icons was producing libpng warnings at stderr. + +- Dropped habak support, which produced X BadValue Errors at restart, in + favor of feh. As feh is huge, hsetroot is now the first avaible choice. + For a complete list of the changes, please read the ChangeLog file. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |