aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-21 07:49:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-21 07:49:18 +0000
commit84f02f03be6df32262e9202eb3142c7b191e4acd (patch)
treed7121be58863d316f06df102d6ac9aa66f7416ed /ChangeLog
parent4d39a00f69998880ba73565f15220538aacba98f (diff)
fixed compilation error with Fink + OS X (Bug #42).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3019 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c41e7d1..0578cc65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-02-21
+ * libsylph/Makefile.am
+ src/Makefile.am
+ plugin/test/Makefile.am
+ plugin/attachment_tool/Makefile.am
+ configure.in: fixed compilation error with Fink + OS X (Bug #42).
+ (moved -I$(top_srcdir)/* to the beginning of INCLUDES)
+
+2012-02-21
+
* src/prefs_filter.c: fixed a bug that filter settings are removed
if Escape key is pressed quickly on auto filter rule creation.
Also made it update filter.xml file only when the list is modified.