[sawfish] fixed a possible compilation-error



commit 3524247b54125e734d623f7401aae8d6b32c3bf5
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sun May 23 15:40:05 2010 +0200

    fixed a possible compilation-error

 ChangeLog                      |    3 +++
 lisp/sawfish/wm/util/prompt.jl |    3 ++-
 man/news.texi                  |    8 ++++++++
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0851d0a..39541db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-23  Christopher Roy Bratusek <zanghar freenet de>
+	* lisp/sawfish/wm/util/prompt.jl: fix an unconfirmed compilation-error that has been reported
+
 2010-05-16  Christopher Bratusek <zanghar freenet de>
 	* src/display.c: allow compilation with -DDEBUG
 
diff --git a/lisp/sawfish/wm/util/prompt.jl b/lisp/sawfish/wm/util/prompt.jl
index 96906f5..db436fd 100644
--- a/lisp/sawfish/wm/util/prompt.jl
+++ b/lisp/sawfish/wm/util/prompt.jl
@@ -57,7 +57,8 @@
 	  sawfish.wm.events
 	  sawfish.wm.custom
 	  sawfish.wm.commands
-	  sawfish.wm.fonts)
+	  sawfish.wm.fonts
+	  sawfish.wm.util.prompt)
 
   (defgroup messages "Messages" :group misc)
 
diff --git a/man/news.texi b/man/news.texi
index b11e781..36764a2 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -11,6 +11,14 @@ they occurred between. For more detailed information see the
 
 @heading 1.6.4 "Frozen Flame"
 
+ itemize @bullet
+ item Bugfixes
+ itemize @minus
+
+ item Fixed a possible compilation-error in prompt-jl [Harald van Dijk]
+ end itemize
+ end itemize
+
 @heading 1.6.3 "Hava Nagila"
 
 @itemize @bullet



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