summaryrefslogtreecommitdiff
path: root/guile-readline
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-07-06 11:52:50 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-07-06 11:52:50 +0000
commit590f893b3b188cc72a28ae9591523aaf24962a49 (patch)
tree8f9774eb3e400433f24c750a4949746d80ac985e /guile-readline
parent00874d5fb023fd68c03f0df33eccb6554da32ea2 (diff)
*** empty log message ***
Diffstat (limited to 'guile-readline')
-rw-r--r--guile-readline/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog
index db4c503d6..8e5793efd 100644
--- a/guile-readline/ChangeLog
+++ b/guile-readline/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ * readline.c: Replaced all uses of deprecated SCM_FALSEP,
+ SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and SCM_BOOLP with
+ scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool,
+ respectively.
+
2004-06-16 Rob Browning <rlb@defaultvalue.org>
* configure.in: move package and version args to AC_INIT as is now