From 357d27bb3a52c8ec2bf914db02ca9349df1b91b8616bb8c83dce5ad5b4f42afd Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 23 Jan 2008 23:02:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=3 --- WindowMaker-event.patch | 48 ++++++++ WindowMaker.changes | 5 + WindowMaker.spec | 244 ++++++++++++++++++++-------------------- 3 files changed, 176 insertions(+), 121 deletions(-) create mode 100644 WindowMaker-event.patch diff --git a/WindowMaker-event.patch b/WindowMaker-event.patch new file mode 100644 index 0000000..4492b43 --- /dev/null +++ b/WindowMaker-event.patch @@ -0,0 +1,48 @@ +--- src/event.c ++++ src/event.c +@@ -107,27 +107,27 @@ + + + static void saveTimestamp(XEvent *event); +-static void handleColormapNotify(); +-static void handleMapNotify(); +-static void handleUnmapNotify(); +-static void handleButtonPress(); +-static void handleExpose(); +-static void handleDestroyNotify(); +-static void handleConfigureRequest(); +-static void handleMapRequest(); +-static void handlePropertyNotify(); +-static void handleEnterNotify(); +-static void handleLeaveNotify(); +-static void handleExtensions(); +-static void handleClientMessage(); +-static void handleKeyPress(); +-static void handleFocusIn(); +-static void handleMotionNotify(); +-static void handleVisibilityNotify(); ++static void handleColormapNotify(XEvent *event); ++static void handleMapNotify(XEvent *event); ++static void handleUnmapNotify(XEvent *event); ++static void handleButtonPress(XEvent *event); ++static void handleExpose(XEvent *event); ++static void handleDestroyNotify(XEvent *event); ++static void handleConfigureRequest(XEvent *event); ++static void handleMapRequest(XEvent *event); ++static void handlePropertyNotify(XEvent *event); ++static void handleEnterNotify(XEvent *event); ++static void handleLeaveNotify(XEvent *event); ++static void handleExtensions(XEvent *event); ++static void handleClientMessage(XEvent *event); ++static void handleKeyPress(XEvent *event); ++static void handleFocusIn(XEvent *event); ++static void handleMotionNotify(XEvent *event); ++static void handleVisibilityNotify(XEvent *event); + + + #ifdef SHAPE +-static void handleShapeNotify(); ++static void handleShapeNotify(XEvent *event); + #endif + + /* called from the signal handler */ diff --git a/WindowMaker.changes b/WindowMaker.changes index cc97027..424d39b 100644 --- a/WindowMaker.changes +++ b/WindowMaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 23 12:41:58 CET 2008 - nadvornik@suse.cz + +- fixed declaration of functions in event.c [#355254] + ------------------------------------------------------------------- Sat Mar 3 17:31:44 CET 2007 - aj@suse.de diff --git a/WindowMaker.spec b/WindowMaker.spec index 8f485ad..57fe4ae 100644 --- a/WindowMaker.spec +++ b/WindowMaker.spec @@ -1,7 +1,7 @@ # # spec file for package WindowMaker (Version 0.92.0) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,16 +12,16 @@ Name: WindowMaker BuildRequires: freetype2-devel gcc-c++ giflib-devel hermes-devel libpng-devel libtiff-devel update-desktop-files xorg-x11-devel -License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware Group: System/GUI/Other -URL: http://www.windowmaker.info/ +Url: http://www.windowmaker.info/ Obsoletes: wmaker Provides: wmaker windowmanager Requires: xdg-menu -Autoreqprov: on +AutoReqProv: on Summary: A Colorful and Flexible Window Manager Version: 0.92.0 -Release: 58 +Release: 132 Source: WindowMaker-%{version}.tar.bz2 Source1: WindowMaker-extra-0.1.tar.bz2 Source2: SuSE-theme.tar.bz2 @@ -44,17 +44,17 @@ Patch33: WindowMaker-refcount.patch Patch34: WindowMaker-crash.patch Patch35: WindowMaker-fonts.patch Patch36: WindowMaker-exec.patch +Patch37: WindowMaker-event.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build + %package devel Requires: WindowMaker libtiff-devel libjpeg-devel xorg-x11-devel libpng-devel zlib-devel giflib-devel Summary: Includes and static libraries for Window Maker Group: Development/Libraries/X11 %description -Window Maker is a colorful and flexible window manager and the -designated successor of AfterStep. - -The themes make it very interesting. For more details, check +Window Maker is a colorful and flexible window manager and +thedesignnated successor of AfterStep. nFor more details, check http://www.windowmaker.org. @@ -63,7 +63,6 @@ Authors: -------- Alfredo K. Kojima - %description devel Includes and static libraries for Window Maker @@ -93,6 +92,7 @@ cp WindowMaker/{menu.*,plmenu.*} menu.orig %patch34 %patch35 %patch36 +%patch37 cp %{S:4} . cp %{S:6} . rename no nb po/no.* @@ -179,129 +179,131 @@ rm -rf "$RPM_BUILD_ROOT" /usr/%{_lib}/*.la %changelog -* Sat Mar 03 2007 - aj@suse.de +* Wed Jan 23 2008 nadvornik@suse.cz +- fixed declaration of functions in event.c [#355254] +* Sat Mar 03 2007 aj@suse.de - /usr/share/xsessions is now part of filesystem. -* Mon Oct 23 2006 - nadvornik@suse.cz +* Mon Oct 23 2006 nadvornik@suse.cz - reverted previous change [#213889] - added an offer to update the config files to start script - documented the possibility of compatibility symlinks in README.SuSE -* Mon Oct 16 2006 - lnussel@suse.de +* Mon Oct 16 2006 lnussel@suse.de - add compatibility symlinks /usr/X11R6/GNUstep and /usr/X11R6/share/WindowMaker as those directories are still referenced in old config files -* Thu Aug 17 2006 - nadvornik@suse.cz +* Thu Aug 17 2006 nadvornik@suse.cz - changed prefix /usr/X11R6 -> /usr -* Tue Mar 14 2006 - nadvornik@suse.cz +* Tue Mar 14 2006 nadvornik@suse.cz - fixed the previous change -* Thu Mar 09 2006 - anicka@suse.cz +* Thu Mar 09 2006 anicka@suse.cz - close file descriptors before exec [#155502] -* Wed Mar 08 2006 - anicka@suse.cz +* Wed Mar 08 2006 anicka@suse.cz - change default fonts to work with all languages [#154758] -* Tue Jan 31 2006 - nadvornik@suse.cz +* Tue Jan 31 2006 nadvornik@suse.cz - fixed invalid usage of snprintf [#117663] -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Mon Nov 28 2005 - nadvornik@suse.cz +* Mon Nov 28 2005 nadvornik@suse.cz - fixed color reference counting [#119439] -* Fri Oct 14 2005 - nadvornik@suse.cz +* Fri Oct 14 2005 nadvornik@suse.cz - fixed another missing return value warning -* Fri Oct 07 2005 - mmj@suse.de +* Fri Oct 07 2005 mmj@suse.de - fix wrong printf calls -* Mon Sep 12 2005 - nadvornik@suse.cz +* Mon Sep 12 2005 nadvornik@suse.cz - increased MAX_WORKSPACENAME_WIDTH because ru.po contains longer strings [#116475] -* Fri Jul 22 2005 - nadvornik@suse.cz +* Fri Jul 22 2005 nadvornik@suse.cz - fixed fullscreen in OpenOffice.org presentations [#74375] - fixed char comparison [#95091] -* Thu Jul 14 2005 - nadvornik@suse.cz +* Thu Jul 14 2005 nadvornik@suse.cz - updated to 0.92.0: * added support for X Input Methods * improved hiding/unhiding animations to be quicker and do less icon shuffling -* Thu May 12 2005 - nadvornik@suse.cz +* Thu May 12 2005 nadvornik@suse.cz - fixed bug in WINGs that caused wmaker crash [#82768] -* Wed Apr 06 2005 - nadvornik@suse.cz +* Wed Apr 06 2005 nadvornik@suse.cz - fixed to compile with gcc4 - added gettext-devel to neededforbuild -* Tue Mar 22 2005 - nadvornik@suse.cz +* Tue Mar 22 2005 nadvornik@suse.cz - fixed crash with KDE applications on 64bit archs [#74246] - fixed german translation [#74254] -* Thu Feb 17 2005 - nadvornik@suse.cz +* Thu Feb 17 2005 nadvornik@suse.cz - do not strip binaries -* Tue Feb 15 2005 - nadvornik@suse.cz +* Tue Feb 15 2005 nadvornik@suse.cz - use the correct exec in desktop file -* Thu Feb 10 2005 - adrian@suse.de +* Thu Feb 10 2005 adrian@suse.de - add session desktop file -* Sat Feb 05 2005 - meissner@suse.de +* Sat Feb 05 2005 meissner@suse.de - fixed missing getenv prototype, added format attributes and fixes found by the attributes. -* Wed Jan 26 2005 - nadvornik@suse.cz +* Wed Jan 26 2005 nadvornik@suse.cz - fixed 64bit bug [#50203] -* Mon Jan 17 2005 - ro@suse.de +* Mon Jan 17 2005 ro@suse.de - added c++ to neededforbuild (for libtiff) -* Wed Jan 05 2005 - nadvornik@suse.cz +* Wed Jan 05 2005 nadvornik@suse.cz - updated to 0.91.0: * NetWM support * UTF-8 support included upstream * antialiased text support included upstream -* Fri Oct 22 2004 - nadvornik@suse.cz +* Fri Oct 22 2004 nadvornik@suse.cz - do not install locale files with codeset [#47262] -* Thu Oct 21 2004 - ro@suse.de +* Thu Oct 21 2004 ro@suse.de - locale rename: no -> nb -* Sat Oct 02 2004 - wimer@suse.de +* Sat Oct 02 2004 wimer@suse.de - adding new bgs for 9.2 -* Thu Apr 29 2004 - nadvornik@suse.cz +* Thu Apr 29 2004 nadvornik@suse.cz - fixed high CPU load on omnipresent windows [#38570] -* Mon Apr 19 2004 - nadvornik@suse.cz +* Mon Apr 19 2004 nadvornik@suse.cz - fixed missing return values -* Mon Apr 05 2004 - nadvornik@suse.cz +* Mon Apr 05 2004 nadvornik@suse.cz - updated SUSE theme [#30775] -* Tue Mar 30 2004 - nadvornik@suse.cz +* Tue Mar 30 2004 nadvornik@suse.cz - more fixed widget sizes in WPrefs [#35915] -* Thu Mar 18 2004 - nadvornik@suse.cz +* Thu Mar 18 2004 nadvornik@suse.cz - better handling of utf8 charset - fixed widget sizes in WPrefs (some localized texts did not fit in) [#35915] -* Thu Mar 11 2004 - nadvornik@suse.cz +* Thu Mar 11 2004 nadvornik@suse.cz - better handle invalid multibyte characters [#35247] - added README.SuSE describing the problem -* Tue Feb 03 2004 - nadvornik@suse.cz +* Tue Feb 03 2004 nadvornik@suse.cz - fixed temp file handling [#34078] - run xdg_menu on startup to cache output - compile with -fno-strict-aliasing -* Sat Jan 10 2004 - adrian@suse.de +* Sat Jan 10 2004 adrian@suse.de - add %%run_ldconfig -* Tue Sep 23 2003 - nadvornik@suse.cz +* Tue Sep 23 2003 nadvornik@suse.cz - fixed changing background color with wmsetbg [#31567] -* Mon Sep 22 2003 - nadvornik@suse.cz +* Mon Sep 22 2003 nadvornik@suse.cz - update old SUSE theme on startup, because images from the old theme are no longer present -* Fri Sep 19 2003 - nadvornik@suse.cz +* Fri Sep 19 2003 nadvornik@suse.cz - new SuSE theme [#30775] -* Fri Sep 12 2003 - nadvornik@suse.cz +* Fri Sep 12 2003 nadvornik@suse.cz - fixed updating WMRootMenu on startup [#29508] -* Wed Sep 03 2003 - nadvornik@suse.cz +* Wed Sep 03 2003 nadvornik@suse.cz - fixed workspace cycling problem [#29720] - fixed broken exit dialog in de_DE locale [#29728] -* Mon Sep 01 2003 - nadvornik@suse.cz +* Mon Sep 01 2003 nadvornik@suse.cz - fix SuSE menu location in WMRootMenu on startup -* Wed Aug 27 2003 - nadvornik@suse.cz +* Wed Aug 27 2003 nadvornik@suse.cz - fixed focus bug [#29004] - suse menu is cached -* Tue Aug 26 2003 - ro@suse.de +* Tue Aug 26 2003 ro@suse.de - make sure iconv_menu_files is executable -* Mon Aug 25 2003 - nadvornik@suse.cz +* Mon Aug 25 2003 nadvornik@suse.cz - added fix for focus flickering [#27175] - moved config files to /etc/X11 - use xdg-menu for SuSE menu -* Mon May 26 2003 - ro@suse.de +* Mon May 26 2003 ro@suse.de - add pkgconfig files to devel subpackage - remove not-packaged sk man-pages from buildroot -* Tue May 06 2003 - mfabian@suse.de +* Tue May 06 2003 mfabian@suse.de - another improvment to wsetfont by Gerd Knorr : make the font size easily configurable when using Xft by adding a "--size" option to wsetfont. -* Tue May 06 2003 - mfabian@suse.de +* Tue May 06 2003 mfabian@suse.de - update to current CVS (0.80.2.20030506) - improve wsetfont to set AntialiasedText=YES/NO depending on whether the font setup is for Xft or X11 core fonts (and remove @@ -312,14 +314,14 @@ rm -rf "$RPM_BUILD_ROOT" - add configure test to distinguish between Xft1 and Xft2 and remove check for RENDER extension only when Xft2 is available. -* Mon May 05 2003 - mfabian@suse.de +* Mon May 05 2003 mfabian@suse.de - WindowMaker-wsetfont.patch: use "-*-" instead of "-xftdummy-" in the foundry because the latest version of fontconfig now actually uses the foundry and inserting an dummy value doesn't work anymore. - remove "fontconfig fontconfig-devel" from neededforbuild again and replace xf86 by x-devel-packages -* Mon Apr 28 2003 - mfabian@suse.de +* Mon Apr 28 2003 mfabian@suse.de - update to current CVS (0.80.2.20030428) - improved wsetfont now included upstream - add "fontconfig fontconfig-devel" to neededforbuild, @@ -327,18 +329,18 @@ rm -rf "$RPM_BUILD_ROOT" - add option "--no-fonts" to setstyle when installing the SuSE-theme in /usr/X11R6/bin/windowmaker to avoid overwriting the font done by wsetfont. -* Wed Apr 23 2003 - mfabian@suse.de +* Wed Apr 23 2003 mfabian@suse.de - update to current CVS (0.80.2.20030423) - improve "wsetfont" to make it work on FreeBSD as well - remove: WindowMaker-nls.patch, WindowMaker-plmenu.zh_TW.Big5.patch (included upstream) - remove Vladimir's WindowMaker-LocMenu.patch, a similar fix is now included upstream -* Thu Apr 17 2003 - mfabian@suse.de +* Thu Apr 17 2003 mfabian@suse.de - disable use of assembler mmx stuff because it makes WindowMaker crash immediately. This assembler code was recently introduced in CVS, but apparently it doesn't work yet. -* Wed Apr 16 2003 - mfabian@suse.de +* Wed Apr 16 2003 mfabian@suse.de - update to current CVS (0.80.2.20030415) and adapt patches - add "freetype2 freetype2-devel expat" to neededforbuild to enable Xft. @@ -350,11 +352,11 @@ rm -rf "$RPM_BUILD_ROOT" settings for Xft. Also include Support for CP1251 (Bulgarian and Belarussian) and ISO 8859-5 (Macedonian, Cyrillic Serbian) by Anton Zinoviev -* Wed Mar 12 2003 - nadvornik@suse.cz +* Wed Mar 12 2003 nadvornik@suse.cz - fixed bug in opening localized menu [#25144] -* Mon Mar 03 2003 - nadvornik@suse.cz +* Mon Mar 03 2003 nadvornik@suse.cz - use GNUSTEP_USER_ROOT in windowmaker script [#24418] -* Fri Dec 20 2002 - mfabian@suse.de +* Fri Dec 20 2002 mfabian@suse.de - update to 0.80.2 - remove WindowMaker-overflow.patch (included upstream) - remove obsolete configure option --enable-kanji @@ -368,135 +370,135 @@ rm -rf "$RPM_BUILD_ROOT" - fix syntax error in plmenu.zh_TW.Big5 - patch plmenu.ja the same way the other plmenu.* files are patched -* Tue Nov 12 2002 - nadvornik@suse.cz +* Tue Nov 12 2002 nadvornik@suse.cz - fixed overflow in RCreateImage() -* Tue Jul 02 2002 - nadvornik@suse.cz +* Tue Jul 02 2002 nadvornik@suse.cz - updated to 0.80.1: bugfix release -* Wed Apr 24 2002 - nadvornik@suse.cz +* Wed Apr 24 2002 nadvornik@suse.cz - used macro %%{_lib} -* Fri Feb 22 2002 - nadvornik@suse.cz +* Fri Feb 22 2002 nadvornik@suse.cz - fixed file permissions -* Fri Feb 22 2002 - nadvornik@suse.cz +* Fri Feb 22 2002 nadvornik@suse.cz - replaced /home/mawa with $HOME in german menu -* Thu Feb 21 2002 - adrian@suse.de +* Thu Feb 21 2002 adrian@suse.de - add SuSE default theme by Ken - change behaviour of LMB on background (menu instead of selection) -* Mon Feb 18 2002 - nadvornik@suse.cz +* Mon Feb 18 2002 nadvornik@suse.cz - added bugfixes from CVS: - fixed crash when setting "Emulate AppIcon" [bug #13380] - fixed problem with saving session when shared appicon is enabled - fixed focus related problems - fixes for multihead systems -* Thu Feb 14 2002 - nadvornik@suse.cz +* Thu Feb 14 2002 nadvornik@suse.cz - set MultiByteText to yes in WMGLOBAL -* Fri Feb 01 2002 - ro@suse.de +* Fri Feb 01 2002 ro@suse.de - changed neededforbuild to -* Tue Jan 08 2002 - nadvornik@suse.cz +* Tue Jan 08 2002 nadvornik@suse.cz - updated to 0.80.0 - shared appicons between applications of the same class - Dock/Clip can steal appicons of applications started by other means (main menu, terminal) and attach them - many bugs fixed -* Fri Nov 16 2001 - nadvornik@suse.cz +* Fri Nov 16 2001 nadvornik@suse.cz - set MultiByteText to yes by default -* Mon Oct 08 2001 - nadvornik@suse.cz +* Mon Oct 08 2001 nadvornik@suse.cz - updated to 0.70.0 libPropList is no longer required many bugs fixed -* Sun Sep 16 2001 - mfabian@suse.de +* Sun Sep 16 2001 mfabian@suse.de - fix wsetfont script for Japanese and Korean -* Thu Jul 26 2001 - nadvornik@suse.cz +* Thu Jul 26 2001 nadvornik@suse.cz - update to 0.65.1 -* Wed Jun 06 2001 - nadvornik@suse.cz +* Wed Jun 06 2001 nadvornik@suse.cz - updated to 0.65.0 - compiled with hermes -* Thu Apr 26 2001 - nadvornik@suse.cz +* Thu Apr 26 2001 nadvornik@suse.cz - fixed problems with saving icons -* Tue Apr 24 2001 - nadvornik@suse.cz +* Tue Apr 24 2001 nadvornik@suse.cz - fixed segfault in WPrefs -* Thu Apr 19 2001 - nadvornik@suse.cz +* Thu Apr 19 2001 nadvornik@suse.cz - fixes for ia64 -* Fri Apr 06 2001 - nadvornik@suse.cz +* Fri Apr 06 2001 nadvornik@suse.cz - better integration of menus generated by susewm -* Thu Mar 29 2001 - nadvornik@suse.cz +* Thu Mar 29 2001 nadvornik@suse.cz - fixed bug in keyboard handling - used RPM_OPT_FLAGS -* Tue Mar 13 2001 - nadvornik@suse.cz +* Tue Mar 13 2001 nadvornik@suse.cz - created devel subpackage -* Mon Feb 26 2001 - nadvornik@suse.cz +* Mon Feb 26 2001 nadvornik@suse.cz - update to 0.64.0 -* Fri Jan 26 2001 - nadvornik@suse.cz +* Fri Jan 26 2001 nadvornik@suse.cz - update to 0.63.1 -* Fri Dec 15 2000 - nadvornik@suse.cz +* Fri Dec 15 2000 nadvornik@suse.cz - added paths for package icons -* Thu Nov 23 2000 - nadvornik@suse.cz +* Thu Nov 23 2000 nadvornik@suse.cz - added Provides: wmaker windowmanager - removed Requires: wterm -* Wed Nov 15 2000 - ro@suse.de +* Wed Nov 15 2000 ro@suse.de - fixed neededforbuild for libPropList -* Wed Nov 01 2000 - egger@suse.de +* Wed Nov 01 2000 egger@suse.de - Updated specfile to new long packagenames. - Reworked specfile. - Probably needs some more work; I'm taking care of that. -* Tue Oct 10 2000 - nadvornik@suse.cz +* Tue Oct 10 2000 nadvornik@suse.cz - fixed list of doc files -* Mon Oct 02 2000 - nadvornik@suse.cz +* Mon Oct 02 2000 nadvornik@suse.cz - fixed start script - used bzip2 -* Mon Aug 14 2000 - nadvornik@suse.cz +* Mon Aug 14 2000 nadvornik@suse.cz - fixed bug in shutdown.c -* Fri Aug 11 2000 - nadvornik@suse.cz +* Fri Aug 11 2000 nadvornik@suse.cz - fixed bug in menu.c -* Thu Jul 27 2000 - nadvornik@suse.cz +* Thu Jul 27 2000 nadvornik@suse.cz - "EXEC SAVE_WORKSPACE" replaced with "SAVE_SESSION" in menu (bug #3640) -* Tue May 09 2000 - nadvornik@suse.cz +* Tue May 09 2000 nadvornik@suse.cz - update to 0.62.1 -* Wed May 03 2000 - nadvornik@suse.cz +* Wed May 03 2000 nadvornik@suse.cz - build with i18n support -* Fri Apr 21 2000 - nadvornik@suse.cz +* Fri Apr 21 2000 nadvornik@suse.cz - added BuildRoot -* Mon Apr 10 2000 - bk@suse.de +* Mon Apr 10 2000 bk@suse.de - added suse update config macro -* Wed Mar 01 2000 - choeger@suse.de +* Wed Mar 01 2000 choeger@suse.de - added mandir -* Tue Feb 29 2000 - choeger@suse.de +* Tue Feb 29 2000 choeger@suse.de - added wterm to requires -* Mon Oct 25 1999 - ro@suse.de +* Mon Oct 25 1999 ro@suse.de - switched to libungif -* Tue Oct 19 1999 - choeger@suse.de +* Tue Oct 19 1999 choeger@suse.de - new version, 0.61.1 -* Tue Sep 28 1999 - choeger@suse.de +* Tue Sep 28 1999 choeger@suse.de - added KDE-Support -* Thu Sep 23 1999 - choeger@suse.de +* Thu Sep 23 1999 choeger@suse.de - new version -* Mon Sep 20 1999 - ro@suse.de +* Mon Sep 20 1999 ro@suse.de - added provides windowmanager -* Tue Sep 14 1999 - ro@suse.de +* Tue Sep 14 1999 ro@suse.de - finally removed libproplist-files from filelist -* Mon Sep 13 1999 - bs@suse.de +* Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. -* Thu Aug 19 1999 - choeger@suse.de +* Thu Aug 19 1999 choeger@suse.de - removed proplist from source archives and using the already present version of SuSE Dist. -* Fri Jul 16 1999 - choeger@suse.de +* Fri Jul 16 1999 choeger@suse.de - add script windowmaker - changed wmaker.inst not to touch .xinitrc -* Tue Jul 06 1999 - choeger@suse.de +* Tue Jul 06 1999 choeger@suse.de - added GNOME-Support (--enable-gnome) -* Wed Apr 28 1999 - choeger@suse.de +* Wed Apr 28 1999 choeger@suse.de - new version 0.53.0 -* Tue Mar 23 1999 - choeger@suse.de +* Tue Mar 23 1999 choeger@suse.de - bugfix for spec-file (make clean in the Default-Config-Dir) -* Thu Mar 11 1999 - choeger@suse.de +* Thu Mar 11 1999 choeger@suse.de - new version 0.51.1 -* Tue Jan 19 1999 - choeger@suse.de +* Tue Jan 19 1999 choeger@suse.de - actual version 0.50.2 -* Mon Dec 21 1998 - choeger@suse.de +* Mon Dec 21 1998 choeger@suse.de - actual version 0.20.3 -* Thu Jul 09 1998 - ro@suse.de +* Thu Jul 09 1998 ro@suse.de - removed doc/libproplist/COPYING.LIB (simply doesn't exist) -* Wed Jul 01 1998 - maddin@suse.de +* Wed Jul 01 1998 maddin@suse.de - first S.u.S.E. version 0.15.1 - changed configure so it works right for libPropList - moved documentation