X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=88a42f1ffa5e6a192938dae1154a3811d3ba7080;hb=bf41b320c23b395b96a00e35375f7aeb7a9046d3;hp=3a6202cc134e0eeca631e028e03b705730364a6e;hpb=d23bd9d2e8d942bcf432140298947f075f6a1f7b;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 3a6202cc..88a42f1f 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,25 @@ +2008-05-20 John Darrington + + * 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 + + * 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 + + * automake.mk: On make install, warn about the non-existance of yelp. + 2008-05-08 Ben Pfaff Patch #6505. Reviewed by John Darrington.