edwin 3.117.5 mit-scheme-pucked-edwin-3.117.5
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:15:18 +0000 (16:15 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:15:18 +0000 (16:15 -0700)
src/edwin/NEWS
src/edwin/configure.ac
src/edwin/debian/changelog
src/edwin/make.scm

index ca71b19ccd82c1a75fdb4e695ac45e32392a696e..eaad208cc4a65cb167fe39b9a23f3d1cf7577005 100644 (file)
@@ -26,6 +26,13 @@ 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.117.5 - Matt Birkholz, 2019-07-03
+===========================================================
+
+New release upstream removed lisppaste support and fixed a number of
+bugs including one that caused the whole display to redraw on paren
+flash.
+
 mit-scheme-pucked-edwin 3.117.4 - Matt Birkholz, 2019-02-18
 ===========================================================
 
index 5bf1a00859777ec5995297988c32356bf3cf5851..65464fb7b4a33977a7ba43e33cf9fe02c4a9bfcb 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked edwin plugin],
-        [3.117.4],
+        [3.117.5],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-edwin])
 AC_CONFIG_SRCDIR([edwin.pkg])
index 46bac6553dc6d9d86cd17b73f5e2d5b7356c7b72..3b70cd613e7f87c8712c9f9c42bf412973b7d1d2 100644 (file)
@@ -1,3 +1,11 @@
+mit-scheme-pucked-edwin (3.117.5) birchwood; urgency=low
+
+  * New release upstream removed lisppaste support and fixed a number of
+  bugs including one that caused the whole display to redraw on paren
+  flash.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-edwin (3.117.4) birchwood; urgency=low
 
   * New release upstream.  Minor build improvements.
index 4cea24902efe6f7848c52f0532f56f6c53b15af2..d6b0f9999767e538777270d4c19ef9e408460c69 100644 (file)
@@ -36,4 +36,4 @@ USA.
       `((alternate-package-loader
         . ,(load "edwin.bld" system-global-environment))))))
 
-(add-subsystem-identification! "Edwin" '(3 117 4))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 117 5))
\ No newline at end of file