SF.net SVN: geany: [2601] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon May 19 12:52:38 UTC 2008


Revision: 2601
          http://geany.svn.sourceforge.net/geany/?rev=2601&view=rev
Author:   ntrel
Date:     2008-05-19 05:52:38 -0700 (Mon, 19 May 2008)

Log Message:
-----------
Add deprecated p_encoding alias for p_encodings.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/plugins/pluginmacros.h

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-19 12:40:35 UTC (rev 2600)
+++ trunk/ChangeLog	2008-05-19 12:52:38 UTC (rev 2601)
@@ -24,6 +24,8 @@
  * src/msgwindow.c, src/editor.c:
    Fix doxygen-1.4.6 warnings about undocumented function parameters
    when using documentation comments e.g. for TODO.
+ * plugins/pluginmacros.h:
+   Add deprecated p_encoding alias for p_encodings.
 
 
 2008-05-18  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/plugins/pluginmacros.h
===================================================================
--- trunk/plugins/pluginmacros.h	2008-05-19 12:40:35 UTC (rev 2600)
+++ trunk/plugins/pluginmacros.h	2008-05-19 12:52:38 UTC (rev 2601)
@@ -91,6 +91,7 @@
 #define tagmanager		geany_functions->p_tm
 #define ui				geany_functions->p_ui
 #define utils			geany_functions->p_utils
+#define p_encoding		p_encodings
 
 #endif
 


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