[sawfish] ChangeLog NEWS



commit 54a59151fc04743a7e93b35041813284455cf593
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sat Sep 18 22:48:50 2010 +0200

    ChangeLog NEWS

 ChangeLog     |   13 +++++++++++++
 man/news.texi |   19 +++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index db322d7..80fcbd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-18  Christopher Bratusek <zanghar freenet de>
+	* lisp/sawfish/gtk/widgets/simple-dialog.jl: renamed sawfish.gtk.stock
+	to sawfish.gtk.widgets.simple-dialog as the functions `about-dialog'
+	-(replaced by native gtk-about-dialog) and `stock-button' (replaced by
+	native gtk-button-new-from-stock) have been removed and `simple-dialog'
+	is the only remaining function. A wrong export has been removed, too.
+
+	* lisp/sawfish/cfg/shell.jl
+	* lisp/sawfish/cfg/apply.jl
+	* lisp/sawfish/cfg/widgets/keymap.jl
+	* lisp/sawfish/cfg/widgets/match-window.jl
+	* lisp/sawfish/gtk/widget-dialog.jl: updated for above change
+
 2010-09-17  Christopher Brautsek <zanghar freenet de>
 	* lisp/sawfish/wm/ext/match-window.jl
 	* lisp/sawfish/wm/windows.jl: added `never-delete' window-matcher.
diff --git a/man/news.texi b/man/news.texi
index 55828a1..381d2ba 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -125,6 +125,11 @@ User options @code{workspace-boundary-mode} and
 @code{workspace-send-boundary-mode} couldn't be set from the
 configurator, but this is fixed.
 
+ item Removed wrong export [Christopher Bratusek]
+
+The function @code{make-url-widget}, which has been removed in
+version 1.6.0 was still exported by it's former modules, it's fixed.
+
 @item Command @code{xterm} fix [Teika kazura] *
 It couldn't be invoked as a key binging if the optional ``command''
 argument was unset by the configurator, i.e. if it was an empty
@@ -211,6 +216,20 @@ if you want to draw on the screen directly use @code{x-draw-text}
 (@pxref{X Drawing}.)
 @end itemize
 
+ item Removed Features
+
+ itemize @minus
+ item @code{about-dialog} function [Christopher Bratusek]
+
+The custom @code{about-dialog} function has been replaced by
+gtk-about-dialog in version 1.6.0. Now the function is removed.
+
+ item @code{stock-button} function [Christopher Bratusek]
+
+The @code{stock-button} function has been replaced by directly
+using gtk-button-new-from-stock.
+ end itemize
+
 @item Updated translations
 @itemize @minus
 @item British English (en_GB)



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