sawfish r4292 - in branches/sawfish-experimental: . man



Author: jkozicki
Date: Wed Sep 17 18:01:22 2008
New Revision: 4292
URL: http://svn.gnome.org/viewvc/sawfish?rev=4292&view=rev

Log:
release 1.3.4-experimental is almost ready



Modified:
   branches/sawfish-experimental/THANKS
   branches/sawfish-experimental/configure.in
   branches/sawfish-experimental/man/news.texi

Modified: branches/sawfish-experimental/THANKS
==============================================================================
--- branches/sawfish-experimental/THANKS	(original)
+++ branches/sawfish-experimental/THANKS	Wed Sep 17 18:01:22 2008
@@ -10,7 +10,7 @@
  - Christopher Bratusek for numerous patches & cleanup and other active contribution
  - Dagfinn I. Mannsake for enter-click focus mode patch and xterm command patch
  - Derek Upham for his documentation
- - Fernando Carmona Varo for Scroll viewport patch and Warp-if-necessary when unmaximizing patch
+ - Fernando Carmona Varo for numerous patches
  - Fuchur for xinerama placement patch
  - GSR for patches and other active contribution
  - Harald van Dijk for QT menu focus patch, titlebar updates and parallel make

Modified: branches/sawfish-experimental/configure.in
==============================================================================
--- branches/sawfish-experimental/configure.in	(original)
+++ branches/sawfish-experimental/configure.in	Wed Sep 17 18:01:22 2008
@@ -18,14 +18,14 @@
 dnl  along with sawmill; see the file COPYING.  If not, write to
 dnl  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.141 $)
+AC_REVISION($Revision: 1.142 $)
 
 AC_INIT(src/sawmill.h)
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_AUX_DIR(etc)
 
 dnl Release versioning info
-version="1.3.4"
+version="1.3.4-experimental"
 subversion=""
 
 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\

Modified: branches/sawfish-experimental/man/news.texi
==============================================================================
--- branches/sawfish-experimental/man/news.texi	(original)
+++ branches/sawfish-experimental/man/news.texi	Wed Sep 17 18:01:22 2008
@@ -6,6 +6,40 @@
 they occurred between. For more detailed information see the
 @file{ChangeLog} files in the Sawfish source tree.
 
+ heading 1.3.4-experimental
+
+ itemize @bullet
+
+ item The sawfish-experimental 1.3.4 release has new features added for testing purposes
+
+ item New features:
+ itemize @minus
+
+ item Option to warp mouse cursor to active window has been exposed in configurator, by Christopher Bratusek
+
+ item When window is unmaximized it doesn't lose focus now, even if mouse pointer is outside the unmaximized window. But instead the mouse pointer is wrapped to this window (when this option is enabled), by Fernando Carmona Varo.
+
+ item An option allowing to warp the mouse pointer to windows while cycling was added, by Christopher Bratusek.
+
+ item Added an option for smooth animation when changing viewports (using specified number of steps), by Fernando Carmona Varo.
+
+ item Re-expose hidden options in sawfish-ui configurator by Christopher Bratusek: viewport bindings and dimensions, window animation options, tooltips options, window movement outline modes, move/resize options and edge-flip delay.
+
+ item A new error handler which allows printing errors to both: a file and onto screen dialog box, by Christopher Bratusek.
+
+ item A new hook after raise/lower window has been added, for future extensibility of tabbed windowing, by Fernando Carmona Varo.
+
+ end itemize
+
+ item Bug fixes:
+ itemize @minus
+
+ item Another code cleanup by Christopher Bratusek.
+
+ end itemize
+ end itemize
+
+
 @heading 1.3.4
 
 @itemize @bullet



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]