Commit Graph

80 Commits

Author SHA1 Message Date
54be14a8e6 Autogen help/Makefile.
* configure.in: Autogen help/Makefile.

* Makefile.am (SUBDIRS): Add help.  [#38234]

svn path=/trunk/; revision=20528
2003-03-26 23:02:26 +00:00
1d9a3023e5 #include bonobo-activation instead of oaf. (main): Initialize using
* 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
2003-01-27 18:54:56 +00:00
05114bc495 For now, do not install the evolution.1 manpage. Install all the other
* data/Makefile.am: For now, do not install the evolution.1
manpage.  Install all the other files with a -$(BASE_VERSION)
suffix.
(dtappintegrate): Update for the new location of cde_app_root.
(dtappunintegrate): Likewise.

* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am
(cdeappmanagerdir): Version using $(BASE_VERSION).
* data/cde_app_root/dt/appconfig/types/C/Makefile.am
(cdetypesdir): Likewise.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am
(cdeiconsdir): Likewise.

* sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION).

* configure.in: Define BASE_VERSION.  Set idldir to
$datadir/idl/evolution-$BASE_VERSION instead of just
$datadir/idl/evolution.

svn path=/trunk/; revision=19550
2003-01-22 20:02:32 +00:00
e220812ac4 intltool, not xml-i18n-tools
2003-01-14  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am (EXTRA_DIST): intltool, not xml-i18n-tools

svn path=/trunk/; revision=19439
2003-01-14 15:50:26 +00:00
5c410ab142 add po
* Makefile.am (SUBDIRS): add po

	* configure.in: Move ALL_LINGUAS definition to before
	AM_GLIB_GNU_GETTEXT, or else no linguas for you!

svn path=/trunk/; revision=19267
2003-01-07 21:04:50 +00:00
cd6da3a0c9 Use "Evolution", not "evolution", since that becomes the value of the
* configure.in (AC_INIT): Use "Evolution", not "evolution", since
	that becomes the value of the PACKAGE variable
	(privlibdir): parse $VERSION by hand since.
	EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying
	to pass a variable to AC_INIT won't work). This and the above
	change fix the problem that privlibdir was being defined as
	"${libdir}/Evolution/." instead of "${libdir}/evolution/1.3"
	(GAL_VERSION): AC_SUBST this since it's needed in the .pc files
	(idldir): define this here rather than in each Makefile.am that
	needs it.
	(AC_OUTPUT): Add .pc files

	* Makefile.am (pkgconfig_DATA): Add pc files.
	(confexec_DATA): Remove this (fooConf.sh files)
	(SUBDIRS): Move filter earlier in the build. (I think it was
	calendar that depends on it now?)
	(%Conf.sh): Remove this. The .pc files are output by configure.in
	now.

	* camel.pc.in, evolution-addressbook.pc.in,
	evolution-calendar.pc.in, evolution-shell.pc.in: Replace the
	*Conf.sh files with these. In addition to the basic variables,
	include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES
	and privlibdir (in the others).

svn path=/trunk/; revision=19241
2003-01-06 14:16:59 +00:00
b07f8852a6 (changelogs): Add my-evolution.
svn path=/trunk/; revision=18864
2002-11-20 22:00:20 +00:00
761d415678 re-added filter, mail, composer
2002-11-13  Not Zed  <NotZed@Ximian.com>

	* Makefile.am (SUBDIRS): re-added filter, mail, composer

	* configure.in: Added EVOLUTION_MAIL settings, and mail/makefile.

svn path=/trunk/; revision=18737
2002-11-13 10:09:03 +00:00
233d008420 remove tools for now, it's not in configure.in.
2002-11-11  Joe Shaw  <joe@ximian.com>

	* Makefile.am (SUBDIRS): remove tools for now, it's not in
	configure.in.

svn path=/trunk/; revision=18714
2002-11-11 23:43:40 +00:00
3d74e7f17d add addressbook.
2002-11-11  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): add addressbook.

svn path=/trunk/; revision=18713
2002-11-11 23:17:49 +00:00
94983782e6 added camel and filters to the build
svn path=/trunk/; revision=18617
2002-11-06 23:32:58 +00:00
dfea470a85 add wombat.
2002-11-05  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): add wombat.

svn path=/trunk/; revision=18566
2002-11-05 21:38:36 +00:00
255e65abb3 enabled libwombat.
2002-11-05  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in: enabled libwombat.

svn path=/trunk/; revision=18545
2002-11-05 11:22:35 +00:00
4cd8e78e09 added libversit directory to build.
2002-11-04  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in:
	* Makefile.am: added libversit directory to build.

svn path=/trunk/; revision=18536
2002-11-04 21:53:31 +00:00
a2c2672cbe (SUBDIRS): Add shell.
svn path=/trunk/; revision=18535
2002-11-04 19:06:48 +00:00
4adcdd069d re-added calendar component (only non-UI stuff).
2002-11-03  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in:
	* Makefile.am: re-added calendar component (only non-UI stuff).

	* data/Makefile.am: use intltools instead of xml-i18n-tools.

svn path=/trunk/; revision=18514
2002-11-03 22:24:03 +00:00
9c73777f22 First big sync of my GNOME 2 porting work (incomplete, and still
pretty broken).

Weeeeee!

svn path=/trunk/; revision=18503
2002-11-02 08:25:03 +00:00
fbc229598c New. New. New. New. New. New. New. New. New. New.
* data/cde_app_root/Makefile.am: New.
* data/cde_app_root/dt/Makefile.am: New.
* data/cde_app_root/dt/appconfig/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/C/Makefile.am: New.

* configure.in: Add a `--with-cde-path' option.  Check for
dtappintegrate in that path.  Define HAVE_DTAPPINTEGRATE and
GNOME_PREFIX.  Also, generate
data/cde_app_root/dt/appconfig/types/C/Ximian.dt.in and
shell/evolution-nognome.

svn path=/trunk/; revision=18083
2002-09-16 21:01:46 +00:00
75455ef4a1 (SUBDIRS): Put po on the top.
svn path=/trunk/; revision=18045
2002-09-11 19:44:57 +00:00
8de16a8141 Updated with the new 1.2 features (unfinished).
* NEWS: Updated with the new 1.2 features (unfinished).

* NEWS-1.0: New, contains the changes up to version 1.0.8.

svn path=/trunk/; revision=17996
2002-09-05 21:18:39 +00:00
515ebfd45c Install libversit.a so that people compiling against the addressbook can
2002-07-09  Peter Williams  <peterw@ximian.com>

       * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so
       that people compiling against the addressbook can do so successfully.

       * Makefile.am: create our *Conf.sh files and dist them and install
       them.

       * configure.in: Define and subst some variables that the Conf.sh
       file need.

 2002-07-08  Peter Williams  <peterw@ximian.com>

       * backend/ebook/Makefile.am: Install libebook-static.la.
       Also change --all-static to -all-static, which is the right flag.

       * backend/pas/Makefile.am: Install the PAS headers in
       $(includedir)/evolution/pas. Install libpas.a


2002-07-08  Peter Williams  <peterw@ximian.com>

       * cal-util/Makefile.am: Install libcal-util-static.la
       and fix the -all-static flag to make it install statically.

       * pcs/Makefile.am: Install libpcs.a and its headers.

       * pcs/cal-backend-util.h: Same sort of include namespacing fix,
       but for pcs.

       * pcs/cal.h:
       * pcs/query.h:
       * pcs/cal-factory.h:
       * pcs/cal-backend.h:
       * pcs/cal-backend-file.h: Same.

2002-07-17  Peter Williams  <peterw@ximian.com>

       * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're
       using libtool as our LD, we can reference .la's and libtool
       will DTRT for us.

       * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here.


2002-07-03  Peter Williams  <peterw@ximian.com>

       * Makefile.am: Install libeutil, libeconduit, and libedb3util and
       their headers.


2002-07-08  Peter Williams  <peterw@ximian.com>

       * Makefile.am: Reference the new libefilterbar.a.

 2002-07-12  Peter Williams  <peterw@ximian.com>

       * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical
       for the generated ical.h (some headers rely on this because
       they too get installed.)


2002-07-09  Peter Williams  <peterw@ximian.com>

       * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical;
       some headers that we rely on get installed, so they point to the ical.h that
       gets generated and installed; consequently we need to be able to find the
       generated ical.h

       * misc/Makefile.am: Install libemiscwidgets.a and its headers. However,
       break EFilterBar into a separate libefilterbar.a because we don't want
       the installed library to depend on libfilter.

svn path=/trunk/; revision=17496
2002-07-17 21:03:19 +00:00
1abcbe057e Don't generate libibex/Makefile anymore.
2002-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Don't generate libibex/Makefile anymore.

	* Makefile.am: Removed libibex from SUBDIRS.

svn path=/trunk/; revision=16613
2002-04-27 00:12:04 +00:00
3c81b8f46c added sounds.
2002-02-08  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (SUBDIRS): added sounds.

	* configure.in (AC_OUTPUT): added sounds/Makefile.

	* sounds/Makefile.am: new file.
	* sounds/default_alarm.wav: default alarm sound, currently only used
	when vCalendar files are imported with audio alarms. We need a better
	sound.

svn path=/trunk/; revision=15627
2002-02-09 00:51:53 +00:00
4a1da6f289 *Makefile.am: added "help" to subdirs.
2001-08-19  Aaron Weber  <aaron@ximian.com>

	*Makefile.am: added "help" to subdirs.

svn path=/trunk/; revision=12315
2001-08-20 17:05:35 +00:00
512423460a Libical compile order
svn path=/trunk/; revision=12169
2001-08-17 18:58:51 +00:00
7e677fe91b Added omf-install to the build. Adjust for the move of the user docs.
2001-08-16  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Added omf-install to the build.
	* configure.in: Adjust for the move of the user docs.

svn path=/trunk/; revision=12088
2001-08-16 15:23:03 +00:00
120ab4c153 Build the composer after the addressbook, as it needs some CORBA stuff
* Makefile.am (SUBDIRS): Build the composer after the addressbook,
as it needs some CORBA stuff from the latter.

svn path=/trunk/; revision=10663
2001-07-02 00:59:41 +00:00
6138aaf220 added new directory for the libwombat library, which will contain the
2001-06-21  Rodrigo Moya <rodrigo@gnome-db.org>

	* libwombat/: added new directory for the libwombat library, which
	will contain the implementation of all CORBA interfaces defined
	in the wombat.idl file

svn path=/trunk/; revision=10361
2001-06-21 15:51:11 +00:00
d09d496299 Committing the new My Evolution.
svn path=/trunk/; revision=10163
2001-06-08 20:47:52 +00:00
3ca3f79dbe Return the serialized EDestinations (rather than just a string w/ e-mail
2001-05-18  Jon Trowbridge  <trow@ximian.com>

        * gui/component/select-names/e-select-names-bonobo.c
        (entry_get_property_fn): Return the serialized EDestinations
        (rather than just a string w/ e-mail addresses) through the bonobo
        component's property bag.

        * gui/component/select-names/e-select-names-model.c
        (e_select_names_model_export_destinationv): Added.  A convenience routine
        for serializing the model's EDestinations into a string.

        * gui/component/select-names/e-select-names-popup.c
        (add_html_mail): Added.  Puts in a check menu item for whether or
        not the recipient wants HTML mail.
        (popup_menu_card): Add menu item for HTML mail.  Enable edit
        contact info item.
        (popup_menu_nocard): Add menu item for HTML mail.  Enable edit
        contact info item.

        * backend/ebook/e-book-util.c (e_book_use_local_address_book):
        Added.  Fetches the local addressbook and caches it on the first
        call.  This is meant to be an easy and efficient way to get at the
        local addressbook with the minimum of code.
        (e_book_query_address_locally): Added.  Convenience code that
        does an e-mail only e_book_name_and_email_query against the
        local address book.

        * backend/ebook/e-destination.c
        (e_destination_set_html_mail_pref): Added.  Allows the intended
        recipient's HTML mail preference to be manipulated.
        (e_destination_get_email_verbose): Added.  Cleaned up to use
        e_destination_get_name.
        (e_destination_get_html_mail_pref): Added.  Read the recipient's HTML mail
        preference.  If the destination is linked to a card, the
        preference is taken from the card (unless it has been explicitly
        overridden by a called to e_destination_set_html_mail_pref).
        (e_destination_get_address_textv): Added.  Form a unified address string
        from a NULL-terminated vector of EDestinations.
        (e_destination_export): Added.  Serialize an EDestination to a string.
        (e_destination_import): Added.  Unserialize a string to build an
        EDestination.
        (e_destination_exportv): Added.  Serialize a NULL-terminated vector of
        EDestinations to a string.
        (e_destination_importv): Added.  Unserialize a string to build a
        NULL-terminated vector of EDestinations.

        * gui/component/select-names/e-select-names-completion.c:
        Implemented local versions of g_strcasecmp and g_strncasecmp
        (which should really be in glib, I think...) for utf8, and used
        them to make this code utf8-safe.

2001-05-18  Jon Trowbridge  <trow@ximian.com>

        * Makefile.am (evolution_mail_LDADD): Added libebook.la (which is
        now required by the composer.)

2001-05-18  Jon Trowbridge  <trow@ximian.com>

        * e-msg-composer-hdrs.c (set_recipients): Properly unserialize the
        string returned by the "text" property of the bonobo control,
        convert it into EDestinations, and use them to get the e-mail
        addresses of our recipients.

22001-05-18  Jon Trowbridge  <trow@ximian.com>

        * Makefile.am (SUBDIRS): Changed build order.  Now addressbook
        gets built before mail.

svn path=/trunk/; revision=9878
2001-05-18 07:10:04 +00:00
c64eccfe00 Importer changes
svn path=/trunk/; revision=9722
2001-05-08 22:53:41 +00:00
c8ace927b9 Documentation building fixes merged from the evolution-0-10-branch:
Get the docs to build and install properly.  Temporarily disable the
  importer devel docs as they seem to be pretty broken.

svn path=/trunk/; revision=9507
2001-04-23 16:06:53 +00:00
d0df7bb293 Pull up fix from the branch:
Check for Editor.idl in the GNOME_PATH as well.  Add `doc' to the
  SUBDIRS in the top-level Makefile.

svn path=/trunk/; revision=9376
2001-04-16 15:52:49 +00:00
8391885d18 Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15  Gediminas Paulauskas <menesis@delfi.lt>

Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile

svn path=/trunk/; revision=8727
2001-03-15 03:46:54 +00:00
63a09dc65b Added views stuff.
2001-03-01  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am (SUBDIRS), configure.in: Added views stuff.

svn path=/trunk/; revision=8461
2001-03-01 21:52:18 +00:00
ac9abd5e60 Getting almost full and proper use of xml-i18n-tools.
Removed all files where glade writes strings.
Changed Makefile.am to not distribute them.
Changed all glade files to not write strings to those files.

Removed *.desktop and evolution.keys files, because they are generated.
Added them to .cvsignore
Added *.desktop.in evolution.keys.in files without transalted strings.
Added all existing entries from desktop files to po files.
Changed Makefile.am to distribute only .in files, and merge translations into
desktop files.

Removed obsolete files from po/ dir

svn path=/trunk/; revision=8164
2001-02-11 02:56:16 +00:00
a47e213411 Remove cmdline for now
svn path=/trunk/; revision=7695
2001-01-22 04:15:53 +00:00
a15d2d0dc6 The Doc directory was removed because it does not build, and Dave Camp cant spend the day fixing doc stuff. Make sure your doc infrastructure works for everyone and passes make distcheck before commiting again. Love
svn path=/trunk/; revision=7681
2001-01-21 07:02:27 +00:00
e3297a5f71 Um, why was the doc directory removed from SUBDIRS?
2001-01-18  Federico Mena Quintero  <federico@ximian.com>

	* Makefile.am: Um, why was the doc directory removed from SUBDIRS?

svn path=/trunk/; revision=7626
2001-01-18 18:00:31 +00:00
c90d8e6799 Removed addressbook/gui/widgets/test-minicard-view.c,
001-01-17  Dave Camp <dave@ximian.com>

        * POTFILES.in: Removed addressbook/gui/widgets/test-minicard-view.c,
        camel/providers/local/camel-mbox-provider.c,
        notes/component-factory.c, notes/main.c, and
        calendar/gui/gnome-month-item.c, and calendar/gui/alarm-notify.c.

svn path=/trunk/; revision=7611
2001-01-18 05:11:02 +00:00
84e5443d05 Oops, that shouldn't have gone in :-)
svn path=/trunk/; revision=6862
2000-12-08 17:53:13 +00:00
d0aff6462a Remove test3 from build until the files show up
2000-12-08  JP Rosevear  <jpr@helixcode.com>

	* tests/message/Makefile.am: Remove test3 from build until the files
	show up

2000-12-08  JP Rosevear  <jpr@helixcode.com>

	* Makefile.am: Remove files from extra_dist since they are already
	listed

svn path=/trunk/; revision=6861
2000-12-08 17:52:28 +00:00
6b07a364e2 Added a copy of the GNU Free Documentation License.
2000-11-29  Federico Mena Quintero  <federico@helixcode.com>

	* COPYING-DOCS: Added a copy of the GNU Free Documentation
	License.

	* Makefile.am (EXTRA_DIST): Added COPYING-DOCS.

svn path=/trunk/; revision=6714
2000-11-29 16:14:21 +00:00
2039485191 Summary is back in :D
Fixed a silly size issue for composer file selectors.

svn path=/trunk/; revision=6187
2000-10-25 23:03:33 +00:00
329fe7df32 Build fixes from Jacob, same as the other branch.
svn path=/trunk/; revision=6035
2000-10-19 17:47:39 +00:00
1444e103b9 Disable executive-summary
svn path=/trunk/; revision=5871
2000-10-11 23:56:53 +00:00
9c6aafaf72 Add the executive summary stuff
svn path=/trunk/; revision=5737
2000-10-05 00:34:54 +00:00
9964204c9c The Commit from hell that breaks all UI related stuff;
Anything UI related that breaks is now my fault; apologies in advance.

svn path=/trunk/; revision=5415
2000-09-13 23:40:42 +00:00
c9e3992d96 double oops. /me kicks self
svn path=/trunk/; revision=4690
2000-08-10 17:40:06 +00:00
8cb514d6dd Merge with camel-async.
svn path=/trunk/; revision=4687
2000-08-10 17:30:50 +00:00