SF.net SVN: geany: [2401] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Mon Mar 24 17:34:18 UTC 2008
Revision: 2401
http://geany.svn.sourceforge.net/geany/?rev=2401&view=rev
Author: eht16
Date: 2008-03-24 10:33:50 -0700 (Mon, 24 Mar 2008)
Log Message:
-----------
Add p_filetype.
Modified Paths:
--------------
trunk/ChangeLog
trunk/plugins/pluginmacros.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-03-24 17:29:50 UTC (rev 2400)
+++ trunk/ChangeLog 2008-03-24 17:33:50 UTC (rev 2401)
@@ -3,6 +3,8 @@
* src/plugins.c, src/plugindata.h:
Add document_set_filetype() and filetypes_get_from_uid() to
the plugin API.
+ * plugins/pluginmacros.h:
+ Add p_filetype.
2008-03-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/plugins/pluginmacros.h
===================================================================
--- trunk/plugins/pluginmacros.h 2008-03-24 17:29:50 UTC (rev 2400)
+++ trunk/plugins/pluginmacros.h 2008-03-24 17:33:50 UTC (rev 2401)
@@ -40,6 +40,7 @@
#define p_dialogs geany_data->dialogs
#define p_document geany_data->documents
#define p_encoding geany_data->encoding
+#define p_filetype geany_data->filetype
#define p_highlighting geany_data->highlighting
#define p_keybindings geany_data->keybindings
#define p_msgwindow geany_data->msgwindow
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