diff --git a/ChangeLog b/ChangeLog index dd1dbfb8..9012dd1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ Changes since version 0.65.1: - fixed bug in positioning of window list menu when opened by kbd - internal code clean-up with notifications for window state change and other stuff +- added snprintf implementation for systems that don't have this function - removed the libPropList dependancy by adding property list handling code to WINGs. This code is not only better integrated with the other WINGs data structures, but it's also more robust. Also a backward diff --git a/util/Makefile.am b/util/Makefile.am index f697db59..81d132e6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -9,7 +9,7 @@ bin_SCRIPTS = wmaker.inst wm-oldmenu2new wsetfont wmchlocale wkdemenu.pl\ wcopy wpaste EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wsetfont directjpeg.c \ - wkdemenu.pl wmchlocale.in + wkdemenu.pl wmchlocale.in wcopy wpaste INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \ @HEADER_SEARCH_PATH@ \