diff --git a/ChangeLog b/ChangeLog index 9ee64d150..1d1cc1cc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ +2009-02-15 Nick Treleaven + + * plugins/makefile.win32: + Don't build Split Window plugin on Windows (doesn't work). + + 2009-02-15 Enrico Tröger * ChangeLog, Makefile.am: Rotate ChangeLog. * configure.in, geany.nsi, geany_private.rc, win32-config.h, wscript, doc/geany.txt, doc/geany.html, src/geany.h: Post-release version bump. + + +*** See ChangeLog.pre-0-17 for earlier changes *** diff --git a/plugins/makefile.win32 b/plugins/makefile.win32 index 06f51d7a0..4436cca0b 100644 --- a/plugins/makefile.win32 +++ b/plugins/makefile.win32 @@ -54,11 +54,13 @@ plugins: \ demoplugin.dll \ classbuilder.dll \ export.dll \ - splitwindow.dll \ vcdiff.dll \ saveactions.dll \ filebrowser.dll +# Split Window is broken on Windows +# splitwindow.dll + clean: -$(RM) deps.mak *.o *.dll