2003-04-21 Rodney Dawes <dobey@ximian.com>
* configure.in: Fix KDE_APPLNK_DIR to not install to a diff prefix,
and disable installing the file to the KDE applnk path by default
svn path=/trunk/; revision=20915
* tools/Makefile.am (privlibexec_SCRIPTS, privlibexec_PROGRAMS):
Install these in privlibexecdir, not privdatadir. Move killev from
SCRIPTS to PROGRAMS.
(killev_SOURCES, killev_LDADD): Add
* tools/killev.c: New C port of killev, since
"bonobo-activation-query" does not return as much information as
"oaf-client" did. Also has prettier output. (Still shells out to
killall/pkill to do the actual killing.)
* tools/killev: Gone
* tools/evolution-move-tasks: Removed since the evolution-calendar
code that called it is also gone now.
svn path=/trunk/; revision=20700
2003-04-04 Chris Toshok <toshok@ximian.com>
* acinclude.m4 (EVO_LDAP_CHECK): bleah, add "" in for the "no"
case in with_static_ldap.
svn path=/trunk/; revision=20674
2003-04-03 Chris Toshok <toshok@ximian.com>
* acinclude.m4 (EVO_LDAP_CHECK): the existence of libldap.la
should have no bearing on whether or not we try to statically link
ldap.
svn path=/trunk/; revision=20666
2003-03-19 Not Zed <NotZed@Ximian.com>
* configure.in (CAMEL_*, E_UTIL_*, ): Add gthread-2.0, to get any
thread-specific flags (like -D_REENTRANT). Duh. For #39886.
(LIBIBEX*): Removed old libibex stuff.
svn path=/trunk/; revision=20353
2003-03-14 Chris Toshok <toshok@ximian.com>
* tools/evolution-addressbook-export.c (save_cards): use
bonobo_main_quit, and clean this up a bit.
svn path=/trunk/; revision=20305
2003-02-27 Chris Toshok <toshok@ximian.com>
* tools/.cvsignore: ignore some stuff, yo.
* tools/Makefile.am: add in the evolution-launch-composer stuff.
* tools/evolution-launch-composer.c: port this from the 1.2 branch.
svn path=/trunk/; revision=20098
2003-02-19 Jeffrey Stedfast <fejj@ximian.com>
* configure.in (ENABLE_IPv6): AC_DEFINE() ENABLE_IPv6 if it should
be enabled.
svn path=/trunk/; revision=19953
* configure.in: Update AC_DEFINEs to use the new syntax to make
acconfig.h unnecessary. (Remove unneeded HAVE_KDE_APPLNK define).
Call GNOME_COMPILE_WARNINGS and add $WARN_CFLAGS to CFLAGS to get
back to the evo 1.2 behavior of defaulting to -Wall everywhere.
Fix up privlibdir definition to avoid undefined variables in
evolution-shell.pc.
* acinclude.m4: Update AC_DEFINE
* acconfig.h: Gone
svn path=/trunk/; revision=19742
2003-02-03 Chris Toshok <toshok@ximian.com>
* configure.in (EVOLUTION_MAIL): add gnome-vfs-module-2.0 to the
deps so we pick up the right include path.
svn path=/trunk/; revision=19724
2003-01-28 Jeffrey Stedfast <fejj@ximian.com>
* configure.in (HAVE_KRB5): Updated to add gssapi libs, since this
is what we use krb5 for :-)
svn path=/trunk/; revision=19675
* tools/evolution-addressbook-export.c: #include bonobo-activation
instead of oaf.
(main): Initialize using gnome_program_init().
(save_cards): Use g_main_loop_quit() instead of gtk_exit().
* tools/evolution-addressbook-import.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(unref_executable): Use g_main_loop_quit() instead of gtk_exit().
(add_cb): Likewise.
* tools/evolution-addressbook-abuse.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(use_addressbook): Use g_object_unref() instead of
gtk_object_unref().
(main): Use g_timeout_add() instead of gtk_timeout_add().
(add_cb): Use g_main_loop_quit() instead of gtk_exit().
* configure.in (AC_SUBST): Add tools/Makefile.
* Makefile.am (SUBDIRS): Add tools/ back into the list.
* tools/Makefile.am: Install everything in
$(datadir)/evolution-$(BASE_VERSION)/tools.
(INCLUDES): Add the defines that gnome_program_init() likes and
also add the _DISABLE_DEPRECATED stuff.
svn path=/trunk/; revision=19656