plugin NEWS, debian/changelog: Re-sync.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 25 May 2017 00:25:32 +0000 (17:25 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 25 May 2017 00:25:32 +0000 (17:25 -0700)
27 files changed:
src/blowfish/debian/changelog
src/cairo/NEWS
src/cairo/debian/changelog
src/devops/NEWS
src/devops/debian/changelog
src/edwin/NEWS
src/gdbm/NEWS
src/gdbm/debian/changelog
src/gl/NEWS
src/gl/debian/changelog
src/glib/NEWS
src/glib/debian/changelog
src/gtk-screen/NEWS
src/gtk/NEWS
src/gtk/debian/changelog
src/imail/NEWS
src/mcrypt/debian/changelog
src/md5/NEWS
src/md5/debian/changelog
src/mhash/debian/changelog
src/pango/NEWS
src/pango/debian/changelog
src/planetarium/NEWS
src/x11-screen/NEWS
src/x11-screen/debian/changelog
src/x11/NEWS
src/x11/debian/changelog

index f8362e9f5190613d8d5d7a0a7354eb3c56b3b767..6c018a9961a05260582d1dbe07f6edab069358b6 100644 (file)
@@ -1,13 +1,19 @@
 mit-scheme-pucked-blowfish (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.  Patched so that even
-    blowfish-set-key requires a bytevector (a digest from the md5
-    plugin).
+  * Upstream now uses byte vectors for binary data instead of strings.
+    This changes every global binding except blowfish-file? and
+    perhaps compute-blowfish-init-vector IF you don't care whether the
+    init vector is a string or something else.  Every procedure that
+    previously accepted/returned strings now requires/produces
+    bytevectors.  If it accepted/returned generic ports it now
+    requires/ produces binary ports.  If you are using the md5 plugin
+    to produce a digest for blowfish-set-key, you're winning, with
+    blowfish-set-key at least; md5 digests are now bytevectors too.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-blowfish (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
index 0260575884612d422179bd08bc4c678b16e0ba68..0a802d8aa44a7b35725179c1fc09e7953b239b04 100644 (file)
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-cairo 0.5 - Matt Birkholz, 2016-06-12
 =======================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
index 1087f7af8441d06243d8bdce16363cca5bcd48c2..4edc4c07003b2316d42833cce7f8b67f6998d175 100644 (file)
@@ -2,4 +2,4 @@ mit-scheme-pucked-cairo (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
index 629685089f4267f458a42034cdc87a91f2700071..0765faa3c5e4075cc458b74325d27bb00b8616b0 100644 (file)
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-mit-scheme-pucked-devops 0.1 - Matt Birkholz, 2017-02-27
+mit-scheme-pucked-devops 0.1 - Matt Birkholz, 2017-04-30
 ========================================================
 
-Created from a random collection of scripts.
+Created from a random collection of scripts.
index f217d97ba8b0fe71c2faafdb2b272a73096fefdf..8426d5c67de593015c4075a2c5df068e18882c29 100644 (file)
@@ -1,5 +1,5 @@
 mit-scheme-pucked-devops (0.1) birchwood; urgency=low
 
-  * New package created from a random collection of scripts.
+  * Created from a random collection of scripts.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 30 Apr 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 30 Apr 2017 00:00:00 -0700
index 2014f832127dd2f68b214a637e5713a2ee0ba9ea..0236b601f1d8620afdf37fff026b8cf724cdcd53 100644 (file)
@@ -26,10 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2017-03-01
+mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2017-02-06
 ===========================================================
 
-* Edwin is now a separately buildable and installable automake
-  package.  It requires only MIT/GNU Scheme Pucked to build and
-  operate, but will display only on a terminal.  To display in an X
-  window, it needs the pucked x11-screen option installed.
+Initial Debianization.
index daf48c59a55dff2d6e411d045eaa0cfe70bd8a9c..b61dec1887488bc52f2d4c2d289f7fec7e0b4b3f 100644 (file)
@@ -26,7 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-gdbm 0.2.1 - Matt Birkholz, 2017-03-18
+mit-scheme-pucked-gdbm 0.2.1 - Matt Birkholz, 2017-05-18
 ========================================================
 
 New upstream converts non-ASCII strings (keys and data) to UTF8.  This
index b159be1d131fa487c9fcca78c6bf439aa8088ae4..3ef15d678ad8023b5a7d7e554c0e4dd0c612f412 100644 (file)
@@ -1,11 +1,13 @@
 mit-scheme-pucked-gdbm (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using utf8 encoding.
+  * New upstream converts non-ASCII strings (keys and data) to UTF8.  This
+    assumes any other program adding non-ASCII keys or data is using the
+    same encoding.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-gdbm (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
index 3e3d76000919b0cfc1b466c5b314652c0361d1b7..ebb808b03f361e761e629e8200722bf40d324721 100644 (file)
@@ -22,5 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-gl 0.1 - Matt Birkholz, 2016-06-12
 ====================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.
+Initial Debianization.
index 41969bd9d7534742f871d17cc8d7fdcb05d0854c..fb2863e8ee0ba7da468634428663f73970ae601c 100644 (file)
@@ -2,4 +2,4 @@ mit-scheme-pucked-gl (0.1) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
index b2cc50479d9321cd53239468cb4a70fadad99a17..5a8035fa5b7823e2bc855a878a5575d19d914d9e 100644 (file)
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-glib 0.5 - Matt Birkholz, 2016-06-12
 ======================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
index 82caf17967dcba208a3a9fb1d6f1e6b968c09488..4678c0d5974542f17a58589ecebede7a65573a39 100644 (file)
@@ -2,4 +2,4 @@ mit-scheme-pucked-glib (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
index 3346659f8f13adf6dde903460e3f4088b457710f..885465fa41c4510323741d03db1256b0b838a38f 100644 (file)
@@ -19,8 +19,9 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-mit-scheme-pucked-gtk-screen 0.1 - Matt Birkholz, 2016-06-12
+mit-scheme-pucked-gtk-screen 0.1 - Matt Birkholz, 2017-02-06
 ============================================================
 
-* Use automake.  Use a -pucked project name.  Support Debian packaging
-  (dpkg-buildpackage).
+Implement cut/paste and mouse buttons.
+
+Initial Debianization.
index a52339cbf7899b71b982e48e921d8d3a9a3aa520..10f127041cd0947e411e22514e6eb807415cf016 100644 (file)
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-gtk 0.5 - Matt Birkholz, 2016-06-12
 =====================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
index d4ca02f84019c162ddc222818f0da48bfb91f5ec..b176c43110aebf89599a4bdc78d78d44d564ba07 100644 (file)
@@ -2,4 +2,4 @@ mit-scheme-pucked-gtk (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
index 401caee4e8ee21153430bfdfa21cbe10b95aa5f4..8e1e790276ecf8bb914750167dca532b440a1d61 100644 (file)
@@ -26,9 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2017-03-01
+mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2017-02-06
 ==========================================================
 
-* Imail is now a separately buildable and installable automake
-  package.  It requires only the MIT/GNU Scheme Pucked and its Edwin
-  plugin to build and operate.
+Initial Debianization.
index 9f8651b0a784ed52d79904a02f5c51fad26e1f1b..e527e0a5c8a83ca2230bcf8b2738f1d64044c308 100644 (file)
@@ -1,11 +1,17 @@
 mit-scheme-pucked-mcrypt (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.
+  * Upstream now uses byte vectors for binary data instead of strings.
+    Thus all keys and init vectors now must be byte vectors of the
+    appropriate length (per mcrypt-supported-key-sizes or mcrypt-init-
+    vector-size respectively).  The input and output arguments to
+    mcrypt-encrypt should now be byte vectors, and the input and
+    output arguments to mcrypt-encrypt-port must now be binary ports.
+    Other changes: mcrypt-encrypt! and mcrypt-decrypt! were added.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-mcrypt (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
index 90399c1f9c06971f237b44968fabc0de05c193e0..f7870c247622197ba26a7f3c04710b3346d770f8 100644 (file)
@@ -26,7 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-md5 0.2.1 - Matt Birkholz, 2017-03-18
+mit-scheme-pucked-md5 0.2.1 - Matt Birkholz, 2017-05-18
 =======================================================
 
 Upstream now uses byte vectors for binary data instead of strings.
index 515359ffcf7430d2e97a79e9ee39223c4b72e8a3..b895ea857b88ef50b8e2ce4eab6b985b0b955e45 100644 (file)
@@ -1,11 +1,17 @@
 mit-scheme-pucked-md5 (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.
+  * Upstream now uses byte vectors for binary data instead of strings.
+    Thus all digests are now byte vectors.  Other changes:
+    md5-bytevector was added, md5-string takes optional start and end
+    indices, so md5- substring was removed, and md5-sum->hexadecimal
+    and md5-sum->number were removed.  The latter can be replaced by
+    bytevector->hexadecimal and bytevector->exact-nonnegative-integer
+    respectively.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-md5 (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
index 715925221d7d94750dd61f8378e68b9a2a7f5135..e9cb9a40cb407d24a0248fdb765de8ebae798a2e 100644 (file)
@@ -1,11 +1,18 @@
 mit-scheme-pucked-mhash (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.
+  * Upstream now uses byte vectors for binary data instead of strings.
+    Thus all digests and salts now must be byte vectors; the -update
+    procedures must be fed byte subvectors, not substrings.  Other
+    changes: mhash-bytevector was added, mhash-string takes optional
+    start and end indices, so mhash-substring was removed, and mhash-
+    sum->hexadecimal and mhash-sum->number were removed.  The latter
+    can be replaced by bytevector->hexadecimal and bytevector->exact-
+    nonnegative-integer respectively.
 
  -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
 
 mit-scheme-pucked-mhash (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
index 09125d595cf313894902ff52345edb26f7b18345..37e5db5c522dbb9a0074a8ca108f0ea359919663 100644 (file)
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-pango 0.5 - Matt Birkholz, 2016-06-12
 =======================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
index 8f5dd8097f959ad804a17d8283de88cb8ac9007c..1e7a27273e8b037e51cbb3d8fbebcdbe585cb46c 100644 (file)
@@ -2,4 +2,4 @@ mit-scheme-pucked-pango (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
index 118d84d145616076d3dbea8219c8a1afd8105903..e069d114f4dfbd312cb4934ffa0df50cad6fb239 100644 (file)
@@ -19,8 +19,7 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-mit-scheme-pucked-planetarium 0.1 - Matt Birkholz, 2016-06-12
+mit-scheme-pucked-planetarium 0.1 - Matt Birkholz, 2017-02-06
 =============================================================
 
-* Use automake.  Use a -pucked project name.  Support Debian packaging
-  (dpkg-buildpackage).
+Initial Debianization.
index db12acbbb080817ca1938abdf2316adb29197446..b3800031e03de174541267aac868724486f15643 100644 (file)
@@ -36,6 +36,4 @@ New upstream using new string procedures.
 mit-scheme-pucked-x11-screen 0.1.1 - Matt Birkholz, 2017-03-01
 ==============================================================
 
-The Edwin display type x11-screen is now a separately buildable and
-installable automake package.  It requires MIT/GNU Scheme with an x11
-plugin to build and operate.
+Stole v0.1 from MIT/GNU Scheme.
index 7ba5eb57255385c6e1439fcd881103d1d4868db5..11f11c81202a29a19e689f5f6a728ae277b2379b 100644 (file)
@@ -1,5 +1,11 @@
+mit-scheme-pucked-x11-screen (0.2.1) birchwood; urgency=low
+
+  * New upstream using new string procedures.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue,  23 May 2017 00:00:00 -0700
+
 mit-scheme-pucked-x11-screen (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
index e51788f46e9843f88fef2e631acd27476aa65d80..022d5fddebb5d996ce463d12632f548258f42fdc 100644 (file)
@@ -26,7 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-x11 0.2.1 - Matt Birkholz, 2017-03-18
+mit-scheme-pucked-x11 0.2.1 - Matt Birkholz, 2017-05-23
 =======================================================
 
 New upstream converts (restricts) strings (atom names and xterm
@@ -37,4 +37,4 @@ characters to your xterms.
 mit-scheme-pucked-x11 0.1.1 - Matt Birkholz, 2017-03-01
 =======================================================
 
-Stole v0.1 from MIT/GNU Scheme.
+Stole v0.1 from MIT/GNU Scheme.
index a39be4fb2bb2b52c22761256e72e1c2fdd058d71..0dd34cfc097d19b649055f8935214b6b493d7c78 100644 (file)
@@ -1,12 +1,14 @@
 mit-scheme-pucked-x11 (0.2.1) birchwood; urgency=low
 
-  * New upstream converts strings (e.g. atom names, xterm content) to
-    UTF8 bytes for the foreign library.
+  * New upstream converts (restricts) strings (atom names and xterm
+    content) to iso8859-1.  This should be transparent if you were
+    using standard Latin1 property names and writing only Latin1
+    graphical characters to your xterms.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 23 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-x11 (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700