Accepting request 104957 from X11:windowmanagers
- update to 2.6.4 new features: - FvwmIconMan no longer allows for itself to be transient - New command InfoStore -- to store key/value pairs of information to relieve the burden of the SetEnv command. - Speed-up improvements for fvwm-menu-desktop when generating XDG menus by removing unnecessary stat(2) calls. - BusyCursor and CursorStyle have been set to make the cursor look like a dot during Read/PipeRead commands, by default. Bug fixes: - FvwmRearrange now understands the "ewmhiwa" option when placing windows. - Client gravity for subwindows is honoured for reparenting windows, such as with XEmbed, when changing the parent's geometry. - Conditional command processing of !Layer n has now been fixed. - Fixed handling of swallowed windows for transient FvwmButtons'. - fvwm-menu-desktop now looks in /usr/share/applications for KDE legacy mode. - fvwm-config no longer accepts "--is-stable", "--is-released", "--is-final". (forwarded request 103010 from WernerFink) OBS-URL: https://build.opensuse.org/request/show/104957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=39
This commit is contained in:
commit
dc4c0502f8
@ -9,3 +9,14 @@
|
||||
int i;
|
||||
Bool do_iconv = True;
|
||||
const char *bidi_charset;
|
||||
--- fvwm/infostore.c
|
||||
+++ fvwm/infostore.c 2012-02-07 09:40:19.454433548 +0000
|
||||
@@ -58,7 +58,7 @@ MetaInfo *new_metainfo(void)
|
||||
{
|
||||
/* Initialise the main store. */
|
||||
mi_store = (MetaInfo *)safemalloc(sizeof(MetaInfo));
|
||||
- memset(&mi_store, '\0', sizeof(MetaInfo));
|
||||
+ memset(mi_store, '\0', sizeof(MetaInfo));
|
||||
}
|
||||
|
||||
mi = (MetaInfo *)safemalloc(sizeof(MetaInfo));
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8299b8f8d712f95305e51d8e416e3788e35805adcc0bb2e5bcb6cc33db126152
|
||||
size 2605294
|
3
fvwm-2.6.4.tar.bz2
Normal file
3
fvwm-2.6.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebf217cfcd19559559b330d8e1e8e49422dbfc0bc5340c146de8e7355bdc6f11
|
||||
size 2608895
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 09:25:57 UTC 2012 - werner@suse.de
|
||||
|
||||
- update to 2.6.4
|
||||
new features:
|
||||
- FvwmIconMan no longer allows for itself to be transient
|
||||
- New command InfoStore -- to store key/value pairs of information
|
||||
to relieve the burden of the SetEnv command.
|
||||
- Speed-up improvements for fvwm-menu-desktop when generating XDG
|
||||
menus by removing unnecessary stat(2) calls.
|
||||
- BusyCursor and CursorStyle have been set to make the cursor look
|
||||
like a dot during Read/PipeRead commands, by default.
|
||||
Bug fixes:
|
||||
- FvwmRearrange now understands the "ewmhiwa" option when placing
|
||||
windows.
|
||||
- Client gravity for subwindows is honoured for reparenting
|
||||
windows, such as with XEmbed, when changing the parent's
|
||||
geometry.
|
||||
- Conditional command processing of !Layer n
|
||||
has now been fixed.
|
||||
- Fixed handling of swallowed windows for transient FvwmButtons'.
|
||||
- fvwm-menu-desktop now looks in /usr/share/applications for KDE
|
||||
legacy mode.
|
||||
- fvwm-config no longer accepts "--is-stable", "--is-released",
|
||||
"--is-final".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 09:21:43 UTC 2012 - vcizek@suse.com
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: fvwm2
|
||||
BuildRequires: automake
|
||||
BuildRequires: freetype2-devel
|
||||
@ -29,7 +30,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-devel
|
||||
Provides: fvwm fvwmicns windowmanager xpmroot
|
||||
Obsoletes: fvwm xpmroot
|
||||
Version: 2.6.3
|
||||
Version: 2.6.4
|
||||
Release: 0
|
||||
Summary: Improved Version of FVWM Window Manager
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user