plugin READMEs: Update.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 2 Jul 2017 22:07:23 +0000 (15:07 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 2 Jul 2017 22:07:23 +0000 (15:07 -0700)
Punt mention of nonexistent microcode modules and conflicting bindings.
Punt import-blowfish and import-gdbm2.  Fix stale references to GDBM2.

src/blowfish/README
src/edwin/README
src/gdbm/README
src/imail/README
src/mcrypt/README
src/md5/README
src/mhash/README
src/x11-screen/README
src/x11/README

index 60186b802107f93ea5e6a10b25ca7026b258c005..dee08ef31cc8a7f85e239fd0821025c407d0a25a 100644 (file)
@@ -1,8 +1,7 @@
 The Blowfish option.
 
-This plugin creates a (blowfish) package, a drop-in replacement for
-the microcode module based (runtime blowfish) package.  It is built in
-the customary GNU way:
+This plugin creates a (blowfish) package.  It is built in the
+customary GNU way:
 
     ./configure [--with-openssl=directory]...
     make all check install
@@ -10,12 +9,6 @@ the customary GNU way:
 To use:
 
     (load-option 'blowfish)
-    (import-blowfish)
-
-Import-blowfish will modify the REPL's current environment by adding
-bindings linked to the plugin's exports.  They are not exported to the
-global environment because they would conflict with the exports from
-(runtime blowfish).
 
 To import into a CREF package set, add this to your .pkg file:
 
index 804f52a808af287a5b9d869b733f645e21bbdc30..52c3c027edd317d0982bd9732508ec4ac4906505 100644 (file)
@@ -1,3 +1,12 @@
+The EDWIN option.
+
+This option extends Scheme with a source code (text) editor.  After
+loading this option, a global procedure named `edit' should be
+available.
+
+For more information see the accompanying user / reference manual.
+
+
 Notes on the Edwin sources:
 
 If you want to add a new file to the source tree, you need to 
index 89c7aa238e1e181d6b06131692593e41d6103b40..91673b3d82c611c1eee9d50843c7dc95c17b78da 100644 (file)
@@ -1,21 +1,14 @@
-The GDBM2 option.
+The GDBM option.
 
-This plugin creates a (gdbm) package, a drop-in replacement for the
-microcode module based (runtime gdbm) package.  It is built in the
-customary GNU way:
+This plugin creates a (gdbm) package.  It is built in the customary
+GNU way:
 
     ./configure ...
     make all check install
 
 To use:
 
-    (load-option 'gdbm2)
-    (import-gdbm2)
-
-Import-gdbm2 will modify the REPL's current environment by adding
-bindings linked to the plugin's exports.  They are not exported to the
-global environment because they would conflict with the exports from
-(runtime gdbm).
+    (load-option 'gdbm)
 
 To import into a CREF package set, add this to your .pkg file:
 
index 804f52a808af287a5b9d869b733f645e21bbdc30..d87b282f1ab09102ebe1f8c4a51fac7d5bcfd035 100644 (file)
@@ -1,3 +1,11 @@
+The IMAIL option.
+
+This option extends Edwin with an IMAP email reader.  After loading
+this option, an Edwin command named `imail' should be available.
+
+For more information see the accompanying user / reference manual.
+
+
 Notes on the Edwin sources:
 
 If you want to add a new file to the source tree, you need to 
index 99e3112f7e76bbd912808344b6c972ab58944432..c08876358cea0f34e69c418845672b404c4e2387 100644 (file)
@@ -1,8 +1,7 @@
 The Mcrypt option.
 
-This plugin creates an (mcrypt) package, a drop-in replacement for the
-microcode module based mcrypt-* procedures in the (runtime crypto)
-package.  It is built in the customary GNU way:
+This plugin creates an (mcrypt) package.  It is built in the customary
+GNU way:
 
     ./configure ...
     make all check install
index eb5da29a5714870a9d6469d26bb63b6caa182b89..b1635a40a48da93122bdb354977f57ccfeb523bd 100644 (file)
@@ -1,8 +1,7 @@
 The MD5 option.
 
-This plugin creates an (md5) package, a drop-in replacement for the
-microcode module based md5-* procedures in the (runtime crypto)
-package.  It is built in the customary GNU way:
+This plugin creates an (md5) package.  It is built in the customary
+GNU way:
 
     ./configure [--with-openssl=directory]...
     make all check install
index ce97f35b8bd267017173e8381cc7f04e4ae819e8..729f89bb666756d829bcf952b6b10f15efbfa517 100644 (file)
@@ -1,8 +1,7 @@
 The Mhash option.
 
-This plugin creates an (mhash) package, a drop-in replacement for the
-microcode module based mhash-* procedures in the (runtime crypto)
-package.  It is built in the customary GNU way:
+This plugin creates an (mhash) package.  It is built in the customary
+GNU way:
 
     ./configure ...
     make all check install
index 6fe2f9959d8a9c6b296f7300fbf127a192d2364a..b94de5b65b48b057bd4006210f4fe5354885323f 100644 (file)
@@ -1,8 +1,7 @@
 The X11-SCREEN option.
 
 This plugin creates an (edwin screen x11-screen) package that
-registers an Edwin display type named X11, an exact replacement for
-the microcode module based X screen type.  The plugin is built in the
+registers an Edwin display type named X11.  The plugin is built in the
 customary GNU way:
 
     ./configure ...
@@ -15,4 +14,4 @@ To load:
 Loading this plugin re-assigns bindings in (edwin) and (edwin
 x-commands); any existing Edwin screens will stop working.  You must
 load this option before starting Edwin.  If the DISPLAY environment
-variable is set, Edwin will create X11 screens.
+variable is set, Edwin will then create X11 screens.
index fda45ea36f3bf7bd865a61ef2304d96f3c420946..57b69f1f86232e0a92bd087763b37fafbff3f877 100644 (file)
@@ -1,8 +1,7 @@
 The X11 option.
 
 This plugin creates an (x11) package that registers a graphics device
-type named X11, an exact replacement for the microcode module based X
-graphics device type.  The plugin is built in the customary GNU way:
+type named X11.  The plugin is built in the customary GNU way:
 
     ./configure ...
     make all check install