[sawfish] switch from define-special-variable to devfar-setq



commit 12b58953bdbe31b3bb3b37d06ab8422733f077a5
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Tue Jul 20 18:49:49 2010 +0200

    switch from define-special-variable to devfar-setq

 ChangeLog                            |   10 ++++++++++
 README.IMPORTANT                     |    2 +-
 lisp/sawfish/wm/integration/gnome.jl |    2 +-
 lisp/sawfish/wm/integration/kde.jl   |    2 +-
 screenshotter/prep_config.sh         |    2 +-
 themes/Elberg-tabbed/INSTALL         |    2 +-
 themes/get-S-tabbed/INSTALL          |    2 +-
 7 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 718f869..495c760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
 2010-07-20  Christopher Bratusek <zanghar freenet de>
 	* config.h.in: updated
 
+	* configure.in: bump minimum librep to 0.90.7
+
+	* lisp/sawfish/wm/integration/gnome.jl
+	* lisp/sawfish/wm/integration/kde.jl
+	* themes/Elberg-tabbed/INSTALL
+	* themes/get-S-tabbed/INSTALL
+	* screenshotter/prep_config.sh
+	* README.IMPORTANT
 	* OPTIONS: syntax-update for librep 0.90.7
 
+	* man/news.texi: updated
+
 2010-07-03  Teika kazura <teika lavabit com>
 	* configure.in
 	* man/news.texi
diff --git a/README.IMPORTANT b/README.IMPORTANT
index f1efe0e..719cf15 100644
--- a/README.IMPORTANT
+++ b/README.IMPORTANT
@@ -96,6 +96,6 @@ it, so you need to double-click it.
 but: the old ui is -of course- still available, use:
 
 sawfish-config --flatten [in a terminal]
-(define-special-variable customize-program "sawfish-config --flatten") [in your config-file]
+(defvar-setq customize-program "sawfish-config --flatten") [in your config-file]
 
 - Christopher Bratusek <zanghar freenet de>
diff --git a/lisp/sawfish/wm/integration/gnome.jl b/lisp/sawfish/wm/integration/gnome.jl
index 36879ac..6bc24da 100644
--- a/lisp/sawfish/wm/integration/gnome.jl
+++ b/lisp/sawfish/wm/integration/gnome.jl
@@ -30,7 +30,7 @@
 
   (define-structure-alias gnome-int sawfish.wm.integration.gnome)
 
-  (define-special-variable want-poweroff-menu nil)
+  (defvar-setq want-poweroff-menu nil)
 
   ;; invoke the GNOME terminal instead of xterm
   (unless (variable-customized-p 'xterm-program)
diff --git a/lisp/sawfish/wm/integration/kde.jl b/lisp/sawfish/wm/integration/kde.jl
index 2980393..2b4f9e5 100644
--- a/lisp/sawfish/wm/integration/kde.jl
+++ b/lisp/sawfish/wm/integration/kde.jl
@@ -30,7 +30,7 @@
 
   (define-structure-alias kde-int sawfish.wm.integration.kde)
 
-  (define-special-variable want-poweroff-menu nil)
+  (defvar-setq want-poweroff-menu nil)
 
   ;; invoke the KDE terminal instead of xterm
   (unless (variable-customized-p 'xterm-program)
diff --git a/screenshotter/prep_config.sh b/screenshotter/prep_config.sh
index 532ee67..ddd3bdb 100755
--- a/screenshotter/prep_config.sh
+++ b/screenshotter/prep_config.sh
@@ -15,7 +15,7 @@ rm -rf ~/.sawfish/custom
 
 #echo "(custom-set-typed-variable (quote default-frame-style) (quote $1) \
 #(quote frame-style))" > ~/.sawfish/custom
-echo "(define-special-variable default-frame-style '$THEME \"Default frame style\")" > ~/.sawfish/rc
+echo "(defvar-setq default-frame-style '$THEME \"Default frame style\")" > ~/.sawfish/rc
 cat >> ~/.sawfish/rc << EOF
 (custom-set-typed-variable
   (quote match-window-profile)
diff --git a/themes/Elberg-tabbed/INSTALL b/themes/Elberg-tabbed/INSTALL
index a2c56b6..8f6b472 100644
--- a/themes/Elberg-tabbed/INSTALL
+++ b/themes/Elberg-tabbed/INSTALL
@@ -1,7 +1,7 @@
 To use this theme, you'll need to do slightly more than just unpack it and
 select it.  After untarring, add this to your sawfish config:
 
-  (define-special-variable default-frame-style 'Elberg-tabbed "Default frame style")
+  (defvar-setq default-frame-style 'Elberg-tabbed "Default frame style")
   (custom-set-typed-variable 'tab-left-dec-width '11 'number)
   (custom-set-typed-variable 'tab-right-dec-width '11 'number)
   (custom-set-typed-variable 'tab-left-margin '16 'number)
diff --git a/themes/get-S-tabbed/INSTALL b/themes/get-S-tabbed/INSTALL
index 7ce95d2..95aad69 100644
--- a/themes/get-S-tabbed/INSTALL
+++ b/themes/get-S-tabbed/INSTALL
@@ -1,7 +1,7 @@
 To use this theme, you'll need to do slightly more than just unpack it and
 select it.  After untarring, add this to your sawfish config:
 
-  (define-special-variable default-frame-style 'get-S-tabbed "Default frame style")
+  (defvar-setq default-frame-style 'get-S-tabbed "Default frame style")
   (custom-set-typed-variable 'tab-left-dec-width '5 'number)
   (custom-set-typed-variable 'tab-right-dec-width '5 'number)
   (custom-set-typed-variable 'tab-left-margin '14 'number)



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