* New features: - Handle the STATE_ADD command of the EWMH _NET_WM_STATE message from version 1.3 of the EWMH spec. - Support transparency in ARGB windows * Bug Fixes: - Fixed problem with windows disappearing when created unless the style Unmanaged was used. - Edge move delay was used as resistance for the top edge. - Fixed a parsing problem of the screen argument of the SnapAttraction style. - Some html documentation files were not installed. - Fixed a memory leak in internationalized font handling. - Fixed a bug in MinOverlap placement. - Fixed the StickyAcrossPages style in the FvwmPager. - Fixed the determination of the X charset on UTF-8 systems. - Fixed a crash when certain EWMH messages were sent to unmanaged windows. - Fixed a memory leak in multibyte codepage code. - Ignore the EWMH staysontop and staysonbottom hints if the EWMHIgnoreStackingOrderHints style is used. - Fixed a sporadic crash when the root background set by gnome, fvwm-root, esetroot etc. changes and a root transparent colour set is used. - Fixed spradic crash in modules with root transparent background from colour sets. - Fixed a possible crash if the last active module fails.
22 lines
788 B
Text
22 lines
788 B
Text
$NetBSD: patch-aa,v 1.7 2008/02/27 16:58:18 martti Exp $
|
|
|
|
We have a separate package for xpmroot
|
|
|
|
--- bin/Makefile.in.orig 2007-09-01 10:30:54.000000000 +0000
|
|
+++ bin/Makefile.in 2007-11-07 08:14:22.000000000 +0000
|
|
@@ -728,14 +728,8 @@
|
|
_fvwm-perllib.1
|
|
|
|
install-exec-local:
|
|
- @rm -f $(DESTDIR)$(bindir)/xpmroot
|
|
- @$(LN_S) fvwm-root $(DESTDIR)$(bindir)/xpmroot || \
|
|
- echo "Minor warning: $(bindir)/xpmroot symlink was not created"
|
|
-
|
|
install-data-local:
|
|
- @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1
|
|
- @$(LN_S) fvwm-root.1 $(DESTDIR)$(mandir)/man1/xpmroot.1 || \
|
|
- echo "Minor warning: $(mandir)/man1/xpmroot.1 symlink was not created"
|
|
+
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|