SF.net SVN: geany:[3588] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Mon Feb 16 13:18:20 UTC 2009
Revision: 3588
http://geany.svn.sourceforge.net/geany/?rev=3588&view=rev
Author: ntrel
Date: 2009-02-16 13:18:20 +0000 (Mon, 16 Feb 2009)
Log Message:
-----------
Don't build Split Window plugin on Windows (doesn't work).
Add note about ChangeLog.pre-0-17.
Modified Paths:
--------------
trunk/ChangeLog
trunk/plugins/makefile.win32
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-02-15 14:10:10 UTC (rev 3587)
+++ trunk/ChangeLog 2009-02-16 13:18:20 UTC (rev 3588)
@@ -1,3 +1,9 @@
+2009-02-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * plugins/makefile.win32:
+ Don't build Split Window plugin on Windows (doesn't work).
+
+
2009-02-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* ChangeLog, Makefile.am: Rotate ChangeLog.
@@ -4,3 +10,6 @@
* 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 ***
Modified: trunk/plugins/makefile.win32
===================================================================
--- trunk/plugins/makefile.win32 2009-02-15 14:10:10 UTC (rev 3587)
+++ trunk/plugins/makefile.win32 2009-02-16 13:18:20 UTC (rev 3588)
@@ -54,11 +54,13 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list