From da9bd88484550a56535b88264aa54baa249d51f5 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Wed, 26 Mar 2008 13:29:43 +0000 Subject: [PATCH] Forgot ChangeLog. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2407 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b0bc754..2aceabbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-26 Nick Treleaven + + * plugins/pluginmacros.h: + Rename p_filetype p_filetypes to keep the symmetry with filetypes_*, + and define it also when GEANY_DISABLE_DEPRECATED is not set. + + 2008-03-24 Enrico Tröger * src/plugins.c, src/plugindata.h: @@ -20,6 +27,7 @@ * src/symbols.c: Make Go to Tag commands look for the tag in the current document before searching the workspace. + Fix memory leaks when using tm_tags_extract(). 2008-03-23 Enrico Tröger