Comments from the announcement:
Version 2.5.28 is a beta maintenance release that fixes a couple of
bugs and adds some minor features. Please be aware that any features
introduced in the 2.5.x development versions may be renamed, changed or
removed without notice before 2.6.0.
* New features:
- New differentiated options for SnapAttraction when snapping
against screen edges:
"None", "ScreenWindows", "ScreenIcons", "ScreenAll"
- New option to the BugOpts command: TransliterateUtf8.
* Bug fixes:
- Fixed non-visible Qt windows after a Qt deferred map (e.g.
Skype profile windows).
- Fixed the use of the X-resource "fvwmstyle".
- Fixed segmentation fault in FvwmEvent when parsing an
undefined event name, or an undefined environment variable
to the RPlayHost option.
- Fixed the events startup, shutdown and unknown in FvwmEvent.
- Fvwm now retains utf8 window names when the WM_NAME changes,
and the utf8 name converted to the default charset match
the old WM_NAME.
- Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
- Fixed SnapAttraction: Option SameType/Icons/Windows did
falsely not affect conditions of option "Screen" and option
"SameType" snapped falsely icons and windows together.
- Fixed a problem where modules would get incorrect stacking
information if many windows were restacked at the same time.
- Fixed BugOpts parsing of more than one option at a time and
restoring of default value for the last option
in the command line when omitted.
- 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
Run past: marcus (portsmgr hat)
Feature safe: Yes
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
* New features:
- The command Scroll can now be used for interactive scrolling.
* Bug Fixes:
- Fixed Tile...Placement styles (SmartPlacement) that were
broken in 2.5.20.
- use @dirrmtry
- Remove an extra blank line that annoyed portlint
PR: ports/95831
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout