pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/sawfish



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jul 14 10:33:28 UTC 2009

Modified Files:
        pkgsrc/wm/sawfish: Makefile PLIST distinfo
        pkgsrc/wm/sawfish/patches: patch-aa

Log Message:
Update to sawfish-1.5.0. Changes:

1.5.0
=====
* New/Updated requirements:
 - librep 0.17 -> 0.90.0
 - rep-gtk 0.18.3 -> 0.18.4
* User visible changes:
 - Fully renamed from "sawmill" to "sawfish" If your `.sawfishrc' has a
   line `(require 'sawmill-defaults)', then change it to
   `(require 'sawfish-defaults)'.
   If your configuration file is named `~/.sawmillrc', then rename it
   to `~/.sawfish/rc' or `~/.sawfishrc'.
 - Configurator GUI's default style is tree view of categories.
   Configurator GUI (sawfish-ui) used to display categories in flat row,
   but now arranges them in tree diagram. To use the old style, put
   `(define-special-variable customize-program "sawfish-ui --flatten")'
   in your configuration file.
* Bugs fixed:
 - Fixed an compilation-error caused by glib
 - Make building with imlib1 instead of gdk-pixbuf work again
 - Create src/build.h, since it has been missing before
 - Fixed an "unknown remote error" that might appear
 - Make "make uninstall" work again
 - Fixed the issue that apps did not start iconified, even if requested
 - First create $datadir/applications, then install the desktop file
 - Fixed default animation outline coordinates
 - Don't ignore datarootdir setting
 - Make Sawfish more error-tolerant if an app has an incomplete WM_CLASS
 - Make sure we don't mix Super and Hyper
 - Fixup the last incomplete AC_DEFINE
 - Fixed a speed-issue with microGUI
 - Make properly use of WM_NAME in Elberg-tabbed
* New features:
 - UTF-8 Support in Windowmenus
 - UTF-8 Support in GTK Widgets
 - Tabbed Windowing Support
 - Improved KDE3 Integration
 - Replaced hardcoded focus logic by focus-revert function
 - Tabbed Windowing Support: Raise Tabs on hover
 - Warp cursor to cycled windows, if warp-cursor is enabled
 - Warp cursor to unmaximied windows, if warp-cursor is enabled
 - 3 New Window-Animators: cross, elliptical and draft
 - Shrinking/Yanking Support
 - Infinite Desktop Feature (make the virtual desktop bigger than
   the physical)
 - Make Viewport commands appear in Sawfish-UI
 - Make Window History appear in Sawfish-UI
 - Added cycle-among-groups(,-backwards) commands (cycle between the
   most recently used window of groups)
 - Interactive placement-mode now also for transients
 - Improved prompt.jl (allows changing font, fg and bg color)
 - Expose fixed-position, never-iconify, never-maximize in the
   Window-Matcher UI
* Other changes:
 - To build with XFree86/X.Org < 7.0 add -without-xorg-x11r7 flag
 - To build without Pango add -without-pango flag
 - To prevent installing translations add -without-nls flag
 - Set RestartStyleHint to 2
 - When matching window to alist try WM_NAME if WM_CLASS is unset
 - Major Documentation update
 - New Sound Theme
 - Added ebuild
 - Added session desktop file
 - rep.m4 has been dropped use librep.pc/rep-gtk.pc instead
 - Added sawfish.pc
 - Improved Makefile's distclean rule
 - Updated .desktop files for gnome-session >=2.23
 - Fixed autogen for libtool >2.2
 - Major configure script rework
 - Don't ship config.sub config.guess and install-sh in $srcdir/etc
 - Reworked Sawfish-UI
 - Dropped libgnome|gnomeui|gnomecanvas widgets, use pure gtk instead
 - Merged changes from sawfish-pager
 - Major update of the spec file
 - Print usefull stuff at the end of configure
 - Add distclean rule to all Makefiles
 - Add KEYBINDINGS file, containing a list of all default keybindings
 - Updated OPTIONS for all new options
 - Cleaned Up Makedefs.in
 - Move 'avoid' window-matcher from placement to state
 - Updated compat.jl
 - Removed all old ChangeLog files
 - Make move-cursor.jl export all functions described in the doc

1.3.5
=====
* The 1.3.5 version has new features and bugfixes
* New/Updated requirements:
 - librep 0.14 -> 0.17
 - rep-gtk 0.18 -> 0.18.3
* New features:
 - Support _NET_WM_USER_TIME
 - Added ATK-A11Y Support
 - Added Viewport-Boundary
 - Added Error-Handler "both"
 - Added 2 new Buttonlayouts to Crux "complete" and "complete inverse"
 - Honour ICCCM Aspect Ratio
 - Expose all Keybindings in SawfishUI
 - Added Animated Viewport Scrolling
 - Also expose the "Stagger" and "Off-Center" placement-modes
 - Add a new hook: "before-slide-hook"
 - Expose all smart placement-modes, "Best-Fit", "Best-Fit-Group",
   "First-Fit-Or-Interactively"
 - Better GNOME Integration
* Bugfixes:
 - Minimum pango version is 1.8.0 not 1.16.0
 - Fix Installation of mxflat
* Other Changes:
 - Remove all ^L in the source
 - Small Code-cleanup to make build with "-Wall -ansi -pedantic"
   possible again (also requires recent librep for this to work)
 - Major Documentation Update
 - updated the shipped config.sub and config.guess


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/wm/sawfish/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/sawfish/PLIST pkgsrc/wm/sawfish/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/sawfish/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index