summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/ChangeLog5
-rw-r--r--libguile/ChangeLog8
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog
index f6a1c548a..b76a8cd38 100644
--- a/doc/ref/ChangeLog
+++ b/doc/ref/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ * scheme-scripts.texi: Describe new 1.4 compatability behavior of
+ -e option.
+
2005-01-14 Kevin Ryde <user42@zip.com.au>
* api-data.texi (Mapping Folding and Unfolding): In
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 133b514bc..7280c69bd 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ Recognize 1.4 -e syntax.
+
+ * script.c (sym_at, sym_atat, sym_main, all_symbols): New.
+ (scm_compile_shell_switches): Use them to recognize and convert
+ 1.4 "-e" syntax.
+
2005-01-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* deprecated.h, deprecated.c, strings.h, strings.c: Turn all