x11-screen: Correct version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 6 Nov 2017 23:02:54 +0000 (16:02 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 6 Nov 2017 23:02:54 +0000 (16:02 -0700)
src/x11-screen/NEWS
src/x11-screen/configure.ac
src/x11-screen/debian/changelog
src/x11-screen/make.scm

index b3800031e03de174541267aac868724486f15643..8b0b5b8dd9531083f2307bf5fec4a980397e6919 100644 (file)
@@ -28,6 +28,19 @@ 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-screen 0.2.3 - Matt Birkholz, 2017-11-05
+==============================================================
+
+Correct subsystem version number.
+
+mit-scheme-pucked-x11-screen 0.2.2 - Matt Birkholz, 2017-11-05
+==============================================================
+
+Steal the .svg icon and .desktop file from the core and use them to
+associate our "application" with the icon and the "Pucked" window
+class.  Previously, Edwin windows were confused with Emacs windows in
+Unity and GNOME.
+
 mit-scheme-pucked-x11-screen 0.2.1 - Matt Birkholz, 2017-05-23
 ==============================================================
 
index 70cf429ed8d9b70764f99c44e9532412336d7af9..18ad97583fb020240626fccdf2d063add25cfbbb 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked Edwin X11 Screen plugin],
-        [0.2.2],
+        [0.2.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11-screen])
 AC_CONFIG_SRCDIR([x11-screen.pkg])
index 3e981dbf207a7f9633b1a3fb750a2c57fe0e80e6..3c25bb8e0f56604deb93be756b58d3d05bd626bd 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11-screen (0.2.3) birchwood; urgency=low
+
+  * Correct subsystem version number.
+
+  -- Matt Birkholz <matt@birchwood-abbey.net>  Sun,  5 Nov 2017 15:00:00 -0700
+
 mit-scheme-pucked-x11-screen (0.2.2) birchwood; urgency=low
 
   * Steal the .svg icon and .desktop file from the core and use them
index 3ea839ae9df9c7ea4064ac772ee20807df2cc2c3..cad7d06f775407cf00da8fbd646e44005822ede7 100644 (file)
@@ -7,4 +7,4 @@ Load the X11-Screen option. |#
 (with-loader-base-uri (system-library-uri "x11-screen/")
   (lambda ()
     (load-package-set "x11-screen")))
-(add-subsystem-identification! "X11-Screen" '(0 2 1))
\ No newline at end of file
+(add-subsystem-identification! "X11-Screen" '(0 2 3))
\ No newline at end of file