[sawfish] ChangeLog NEWS



commit 97fdd9233f2658bc9a1cfef350da4f2b5766a126
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sun Sep 19 14:29:00 2010 +0200

    ChangeLog NEWS

 ChangeLog     |   17 +++++++++++++++--
 man/news.texi |    6 ++++++
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 041c026..2dbbbf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,23 @@
 
 	* lisp/sawfish/wm/ext/3d-hack.jl: removed.
 
-	* po/POTFILES.in: updated
-
+	* lisp/sawfish/cfg/Makefile.in
+	* lisp/sawfish/gtk/Makefile.in
+	* po/POTFILES.in
 	* po/sawfish.pot: updated
 
+	* lisp/sawfish/gtk/widgets/simple-dialog.jl: fix in it's define-structure
+
+	* lisp/sawfish/cfg/utils.jl: added. contains `remove-newlines' and
+	`beautify-symbol-name' functions.
+
+	* lisp/sawfish/cfg/layout.jl
+	* lisp/sawfish/cfg/widgets/command.jl
+	* lisp/sawfish/cfg/widgets/keymap.jl
+	* lisp/sawfish/cfg/widgets/match-window.jl: removed multiple definitons
+	of `remove-newlines' and `beautify-symbol-name' functions. Modules now
+	use sawfish.cfg.utils instead.
+
 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'
diff --git a/man/news.texi b/man/news.texi
index 6c426dc..42b9ac9 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -286,6 +286,12 @@ The close-button of a window now calls @code{delete-window-safely}
 rather than @code{delete-window}. It's less aggressive and honours
 the @code{never-close} window-matcher, too.
 
+ item @code{sawfish.cfg.utils} module [Christopher Bratusek]
+
+Previously the functions @code{remove-newlines} and
+ code{beautify-symbol-name} were defined in several modules. No
+there are only defined once in @code{sawfish.cfg.utils}
+
 @item Doc improvements
 
 FAQ items, on how to hide the mouse-pointer, and on application execution  *



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