aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-07-28 00:42:11 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-07-28 00:42:11 +0800
commit08de5e9e147248b84bc1fa618f7cc9d892ddb136 (patch)
tree4d1b07578b9152c2c94318d70cf06083fc4145bd /widgets/ChangeLog
parentf0d21ded368b4fc2bc2285767f08587c5a821185 (diff)
downloadgsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.gz
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.zst
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.zip
Collect all the required package versions in one place and explicitly
2007-07-27 Matthew Barnes <mbarnes@redhat.com> * configure.in: Collect all the required package versions in one place and explicitly require GTK+ 2.10 or higher. (#380354) * Adapt various Makefile.am files. svn path=/trunk/; revision=33863
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 49be5eaf93..a58f6539e6 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-27 Matthew Barnes <mbarnes@redhat.com>
+
+ * text/Makefile.am:
+ Rename EXTRA_GNOME_CFLAGS to GNOME_PLATFORM_CFLAGS.
+ Similarly for EXTRA_GNOME_LIBS.
+
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* text/e-text.c: (e_text_dispose): Plugged memory leak.