From 66d33784324dae3a95763dfc89a7d702e88ab764 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 10 Jan 2005 17:42:33 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 711a78363..560fd85cc 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2005-01-10 Marius Vollmer + + * deprecated.h, deprecated.c (SCM_CHARS, SCM_UCHARS, SCM_LENGTH, + scm_i_object_chars, scm_i_object_length): Brought back from the + dead. + 2005-01-10 Marius Vollmer * ramap.c: Replaced single-index uses of scm_array_set_x with