New commits:
commit 89c198d03af9994ca4666b0d5b539ebcf97cafef
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
scribe: fixed case in scribe update message
commit 318895a375e6a2c3f1ce26309a04a0ba989513e9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libsorcery: improved printing of the grimoire changelog
(cherry picked from commit 387ac9304221e65b443f5ce5d75de2aca49bdec4)
(cherry picked from commit 4df5fa98df1f1dbc78abb74f91087239bb8c25d3)
(cherry picked from commit 87e986803a511c53979dd0941769d5a8e9c007d9)
diff --git a/ChangeLog b/ChangeLog
index c0fb25c..6729c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@
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
+ improved printing of the grimoire changelog
* config: added defaults for COLOR, CONFIG_LOC and GATHER_DOCS
+ * scribe: fixed case in scribe update message
2008-04-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsorcery: don't clear the line on every queuing progress bar
update
diff --git a/usr/sbin/scribe b/usr/sbin/scribe
index 7bef158..b615b41 100755
--- a/usr/sbin/scribe
+++ b/usr/sbin/scribe
@@ -315,7 +315,7 @@ function scribe_add_update_worker() {
message "Grimoire \"$grimoire\" successfully added to your codex."
else
scribe_reindex $grimoire
- message "$grim_name Updated!"
+ message "$grim_name updated!"
grimoire_history $grimoire
fi
diff --git a/var/lib/sorcery/modules/libsorcery
b/var/lib/sorcery/modules/libsorcery
index 6e6f053..2633666 100755
--- a/var/lib/sorcery/modules/libsorcery
+++ b/var/lib/sorcery/modules/libsorcery
@@ -1164,16 +1164,18 @@ function get_new_changes() {