summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2006-09-14 05:06:10 +0000
committerElijah Newren <newren@src.gnome.org>2006-09-14 05:06:10 +0000
commitb004ef4e15ee0aa55e2225ab76a01364870ffa47 (patch)
tree8f4c18d8ebff744bbac3ad95656fdfe183b8a8cb
parent7c58ecb657765256a906910babb0122ef64f3bae (diff)
downloadmetacity-b004ef4e15ee0aa55e2225ab76a01364870ffa47.tar.gz
update -- we depend on gtk+ >= 2.10 since Vincent's July patches for
2006-09-13 Elijah Newren <newren gmail com> * HACKING: update -- we depend on gtk+ >= 2.10 since Vincent's July patches for #348633.
-rw-r--r--ChangeLog5
-rw-r--r--HACKING7
-rw-r--r--configure.in2
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f050be56..ad22aef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-13 Elijah Newren <newren gmail com>
+ * HACKING: update -- we depend on gtk+ >= 2.10 since Vincent's
+ July patches for #348633.
+
+2006-09-13 Elijah Newren <newren gmail com>
+
* src/window.c (meta_window_show): Patch from Thomas Andersen to
make windows be stacked correctly before showing them, to prevent
flicker with focus stealing prevention. #332385.
diff --git a/HACKING b/HACKING
index 44e090d3..0b6c864e 100644
--- a/HACKING
+++ b/HACKING
@@ -39,10 +39,11 @@ Minimal Building/Testing Environment
You do not need to _install_ a development version of Metacity to
build, run and test it; you can run it from some temporary
directory. Also, you do not need to build all of Gnome in order to
- build a development version of Metacity -- odds are, you can build
- metacity from CVS without building any other modules.
+ build a development version of Metacity -- odds are, you may be able
+ to build metacity from CVS without building any other modules.
- As long as you have gtk+ >= 2.6 with your distro, you should be able
+ As long as you have gtk+ >= 2.10 with your distro (gtk+ >= 2.6 if
+ you manually revert the change from bug 348633), you should be able
to install your distro's development packages (e.g. gtk2-devel,
GConf2-devel, startup-notification-devel on Fedora; also, remember
to install the gnome-common package which is needed for building cvs
diff --git a/configure.in b/configure.in
index c5f3ac7d..9a8a9131 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ GETTEXT_PACKAGE=metacity
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.34.90])
AC_PROG_CC
AC_ISC_POSIX
AC_HEADER_STDC