Actually add the code for the "Split Window" factility
[pspp-builds.git] / src / ui / gui / ChangeLog
index 3a6202cc134e0eeca631e028e03b705730364a6e..88a42f1ffa5e6a192938dae1154a3811d3ba7080 100644 (file)
@@ -1,3 +1,25 @@
+2008-05-20  John Darrington <john@darrington.wattle.id.au>
+
+       * automake.mk: Added the -no-undefined flag so that dlls can be built
+       on w32 platforms.  Abstracted the dependencies of glade-register.c
+       into a new shared library libpsppwidgets.so, which can be either
+       linked directly by psppire or by libpsppire.so
+
+       * psppire-keypad.c: Changed snprintf to g_snprintf so as not to use
+       gnulib.
+
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Rename install-data-hook to yelp-check and mark it
+       phony.  This avoids an automake warning for duplicate
+       install-data-hook commands in doc/automake.mk and this file
+       (automake does not understand double-colon rules, since they are
+       not in POSIX).
+
+2008-05-09  John Darrington <john@darrington.wattle.id.au>
+
+       * automake.mk: On make install, warn about the non-existance of yelp.
+
 2008-05-08  Ben Pfaff  <blp@gnu.org>
 
        Patch #6505.  Reviewed by John Darrington.