From: Matt Birkholz Date: Wed, 3 Jul 2019 23:15:18 +0000 (-0700) Subject: edwin 3.117.5 X-Git-Tag: mit-scheme-pucked-edwin-3.117.5^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=55b8df9ce34f50fd0cc2667c7fa041cc20a639c7;p=mit-scheme.git edwin 3.117.5 --- diff --git a/src/edwin/NEWS b/src/edwin/NEWS index ca71b19cc..eaad208cc 100644 --- a/src/edwin/NEWS +++ b/src/edwin/NEWS @@ -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 =========================================================== diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac index 5bf1a0085..65464fb7b 100644 --- a/src/edwin/configure.ac +++ b/src/edwin/configure.ac @@ -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]) diff --git a/src/edwin/debian/changelog b/src/edwin/debian/changelog index 46bac6553..3b70cd613 100644 --- a/src/edwin/debian/changelog +++ b/src/edwin/debian/changelog @@ -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 Wed, 03 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-edwin (3.117.4) birchwood; urgency=low * New release upstream. Minor build improvements. diff --git a/src/edwin/make.scm b/src/edwin/make.scm index 4cea24902..d6b0f9999 100644 --- a/src/edwin/make.scm +++ b/src/edwin/make.scm @@ -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