*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 22 Mar 1999 12:05:28 +0000 (12:05 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 22 Mar 1999 12:05:28 +0000 (12:05 +0000)
RELEASE
libguile/ChangeLog

diff --git a/RELEASE b/RELEASE
index 2fd56ae..d3f4bbb 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -17,6 +17,7 @@ In release 1.3.4:
 - remove names evalext.c: serial-map,
                ramap.c:   serial-array-copy!, serial-array-map!
 - remove module (ice-9 getopt-gnu-style)
+- remove kw.h, scm_tc16_kw
 
 Modules sort.c and random.c should be factored out into separate
 modules (but still be distributed with guile-core) when we get a new
index b55d69f..959a2a7 100644 (file)
@@ -1,3 +1,14 @@
+1999-03-22  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
+
+       * keywords.c (scm_tc16_kw): Added for backward compatibility.
+       Will be removed in next release.
+
+       * Makefile.am (modinclude_HEADERS): Added kw.h;
+       
+       * kw.h: New file.
+
+       * libguile.h: #include "libguile/kw.h"
+
 1999-03-22  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED.