New commits:
commit 34d02ab4b8c888643723d5cbe1bd5631091d1911
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
sorcery: rewrote feature_menu to be much more concise and removed
the extra
variable fallbacks, since most are already in the sorcery config
config: added defaults for COLOR, CONFIG_LOC and GATHER_DOCS
diff --git a/ChangeLog b/ChangeLog
index c2fb4e8..c0fb25c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2008-04-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* sorcery: sanitized the saving of CCACHE in the feature_menu
fixed CCACHE and STORE_CONF_LOG not being disablable
+ rewrote feature_menu to be much more concise and removed the extra
+ variable fallbacks, since most are already in the sorcery config
+ * config: added defaults for COLOR, CONFIG_LOC and GATHER_DOCS
2008-04-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsorcery: don't clear the line on every queuing progress bar
update
diff --git a/etc/sorcery/config b/etc/sorcery/config
index acbe773..df3fad9 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -29,6 +29,9 @@ shopt -u expand_aliases
EXTENSION=${EXTENSION:=.bz2}
SET_TERM_TITLE=${SET_TERM_TITLE:=off}
PER_SPELL_CFLAGS=${PER_SPELL_CFLAGS:=off}
+ COLOR=${COLOR:=on}
+ CONFIG_LOC=${CONFIG_LOC:=on}
+ GATHER_DOCS=${GATHER_DOCS:=on}
STRICT_SCM_UPDATE=${STRICT_SCM_UPDATE:=off}
NICE=${NICE:=+10}
UMASK=${UMASK:=0022}
diff --git a/usr/sbin/sorcery b/usr/sbin/sorcery
index 2f42e92..8f933a9 100755
--- a/usr/sbin/sorcery
+++ b/usr/sbin/sorcery
@@ -1541,29 +1541,6 @@ feature_menu() {
local SCR_HELP="Toggle usage of screen in cast"
local PSC_HELP="Ask for custom cflags for each spell"