diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-28 05:22:37 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-28 05:22:37 +0800 |
commit | 4cbcd49a8bed07221be190b80e84e23f0ad7d449 (patch) | |
tree | 29eac92a416e1ccd54694bc79183f6025003af08 /configure.in | |
parent | 6fa46ef11d80a615733338bfe1f76acaef5eab48 (diff) | |
download | gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.gz gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.bz2 gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.lz gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.xz gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.zst gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.zip |
Bump required gal version for new accessors in ETree.
2001-06-27 Peter Williams <peterw@ximian.com>
* configure.in (gal): Bump required gal version for new accessors
in ETree.
mail:
2001-06-27 Peter Williams <peterw@ximian.com>
* folder-browser-ui.c: Uncomment EditSelectThread. Yaay!
* mail-callbacks.c (select_thread): New function. Self-explanatory
name. Implementation is a little hairy.
* mail-callbacks.h: Prototype it here.
* mail-callbacks.c (invert_selection): Here too.
(select_all): Here too.
* subscribe-dialog.c (subscribe_select_all): Update to use new
ETree accessors.
(subscribe_invert_selection): Here too.
calendar:
2001-06-27 Peter Williams <peterw@ximian.com>
* conduits/*/Makefile.am (INCLUDES): More srcdir != builddir
fixes.
svn path=/trunk/; revision=10544
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 12c4e0187c..49874d944c 100644 --- a/configure.in +++ b/configure.in @@ -498,7 +498,7 @@ EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3) EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.8.99.2) +EVO_CHECK_LIB(GAL, gal, 0.8.99.5) dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for dnl changes in Editor.idl (menesis) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.9.3) |