aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Use "Evolution", not "evolution", since that becomes the value of theDan Winship2003-01-061-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Define COMPONENT_DIR.Ettore Perazzoli2002-12-051-0/+4
| | | | | | | | | * configure.in: Define COMPONENT_DIR. * Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in ${prefix}/evolution/components. svn path=/trunk/; revision=19008
* Add NSPR CFLAGS and LDFLAGS to the E_UTIL build flags.Jeffrey Stedfast2002-11-231-0/+5
| | | | | | | | | 2002-11-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add NSPR CFLAGS and LDFLAGS to the E_UTIL build flags. svn path=/trunk/; revision=18892
* AC_OUTPUT(my-evoluton/Makefile).Ettore Perazzoli2002-11-211-0/+4
| | | | svn path=/trunk/; revision=18866
* (changelogs): Add my-evolution.Ettore Perazzoli2002-11-211-0/+4
| | | | svn path=/trunk/; revision=18864
* cvs removed it all. Not much use having it around anymore.Not Zed2002-11-201-0/+5
| | | | | | | | | 2002-11-20 Not Zed <NotZed@Ximian.com> * libibex/*: cvs removed it all. Not much use having it around anymore. svn path=/trunk/; revision=18854
* Check for gconftool-2, and addedEttore Perazzoli2002-11-201-0/+5
| | | | | | AM_GCONF_SOURCE_2. svn path=/trunk/; revision=18846
* Added back IMPORTERS_CFLAGS and mail/importers/MakefileNot Zed2002-11-181-0/+5
| | | | | | | | | 2002-11-18 Not Zed <NotZed@Ximian.com> * configure.in: Added back IMPORTERS_CFLAGS and mail/importers/Makefile svn path=/trunk/; revision=18820
* we require >= 0.0.9.99 of gal.Chris Toshok2002-11-171-0/+4
| | | | | | | | 2002-11-16 Chris Toshok <toshok@ximian.com> * configure.in: we require >= 0.0.9.99 of gal. svn path=/trunk/; revision=18815
* Set up the my-evolution flags properly, do notEttore Perazzoli2002-11-161-0/+5
| | | | | | AC_SUBST GNOME_Evolution_Mail.server.in. svn path=/trunk/; revision=18789
* re-added filter, mail, composerNot Zed2002-11-131-0/+6
| | | | | | | | | | 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
* remove tools for now, it's not in configure.in.Joe Shaw2002-11-121-0/+5
| | | | | | | | | 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
* add addressbook.Chris Toshok2002-11-121-0/+4
| | | | | | | | 2002-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): add addressbook. svn path=/trunk/; revision=18713
* add some more addressbook paths.Chris Toshok2002-11-081-0/+4
| | | | | | | | 2002-11-08 Chris Toshok <toshok@ximian.com> * configure.in: add some more addressbook paths. svn path=/trunk/; revision=18669
* Added composer/Makefile & gtkhtml-3.0 deps.Not Zed2002-11-081-0/+4
| | | | | | | | 2002-11-08 Not Zed <NotZed@Ximian.com> * configure.in: Added composer/Makefile & gtkhtml-3.0 deps. svn path=/trunk/; revision=18662
* GNOME_Evolution_Summary.oaf.in = > GNOME_Evolution_Summary.server.inChris Toshok2002-11-081-0/+5
| | | | | | | | | 2002-11-07 Chris Toshok <toshok@ximian.com> * configure.in (AC_OUTPUT): GNOME_Evolution_Summary.oaf.in = > GNOME_Evolution_Summary.server.in svn path=/trunk/; revision=18656
* update e-util and calendar compile flagsJP Rosevear2002-11-081-0/+4
| | | | | | | | 2002-11-07 JP Rosevear <jpr@ximian.com> * configure.in: update e-util and calendar compile flags svn path=/trunk/; revision=18647
* added libgnome-2.0 to camel requirements.Rodrigo Moya2002-11-081-0/+4
| | | | | | | | 2002-11-07 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added libgnome-2.0 to camel requirements. svn path=/trunk/; revision=18634
* add some more addressbook dirs to AC_OUTPUT.Chris Toshok2002-11-061-0/+4
| | | | | | | | 2002-11-06 Chris Toshok <toshok@ximian.com> * configure.in: add some more addressbook dirs to AC_OUTPUT. svn path=/trunk/; revision=18592
* Re-enable the filter cflags/libs stuff.Jeffrey Stedfast2002-11-061-0/+4
| | | | | | | | 2002-11-05 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Re-enable the filter cflags/libs stuff. svn path=/trunk/; revision=18580
* add wombat.Chris Toshok2002-11-061-0/+4
| | | | | | | | 2002-11-05 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): add wombat. svn path=/trunk/; revision=18566
* add wombat and addressbook compile flags, and add wombat and someChris Toshok2002-11-061-0/+5
| | | | | | | | | 2002-11-05 Chris Toshok <toshok@ximian.com> * configure.in: add wombat and addressbook compile flags, and add wombat and some addressbook dirs to AC_OUTPUT. svn path=/trunk/; revision=18565
* change the commented-out soup check to refer to the new soup 2.0 in theDan Winship2002-11-061-0/+5
| | | | | | | * configure.in: change the commented-out soup check to refer to the new soup 2.0 in the libsoup module svn path=/trunk/; revision=18559
* use correct libgtkhtml-3.0 for calendar and added generation of calendarRodrigo Moya2002-11-051-0/+5
| | | | | | | | | 2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * configure.in: use correct libgtkhtml-3.0 for calendar and added generation of calendar GUI's directories. svn path=/trunk/; revision=18549
* enabled libwombat.Rodrigo Moya2002-11-051-0/+4
| | | | | | | | 2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * configure.in: enabled libwombat. svn path=/trunk/; revision=18545
* added libversit directory to build.Rodrigo Moya2002-11-051-0/+5
| | | | | | | | | 2002-11-04 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: added libversit directory to build. svn path=/trunk/; revision=18536
* (SUBDIRS): Add shell.Ettore Perazzoli2002-11-051-0/+4
| | | | svn path=/trunk/; revision=18535
* added calendar/idl/Makefile to AC_OUTPUTRodrigo Moya2002-11-041-0/+4
| | | | | | | | 2002-11-04 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added calendar/idl/Makefile to AC_OUTPUT svn path=/trunk/; revision=18530
* Add an AM_GLIB_GNU_GETTEXT.Ettore Perazzoli2002-11-041-0/+4
| | | | svn path=/trunk/; revision=18527
* re-added calendar component (only non-UI stuff).Rodrigo Moya2002-11-041-0/+7
| | | | | | | | | | | 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
* AC_PROG_INTLTOOL instead ofEttore Perazzoli2002-11-041-0/+5
| | | | | | AM_PROG_XML_I18N_TOOLS. svn path=/trunk/; revision=18509
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-0/+12
| | | | | | | | pretty broken). Weeeeee! svn path=/trunk/; revision=18503
* 1.1.90.99.Ettore Perazzoli2002-10-311-1/+5
| | | | svn path=/trunk/; revision=18468
* Sync for 1.1.90.Ettore Perazzoli2002-10-291-0/+6
| | | | svn path=/trunk/; revision=18465
* Update dep for GAL to 0.21.0.Chris Toshok2002-10-251-0/+4
| | | | | | | | 2002-10-23 Chris Toshok <toshok@ximian.com> * configure.in: Update dep for GAL to 0.21.0. svn path=/trunk/; revision=18434
* Update version number to 1.1.2.99.Ettore Perazzoli2002-10-081-0/+6
| | | | svn path=/trunk/; revision=18349
* Sync for 1.1.2.Ettore Perazzoli2002-10-081-0/+4
| | | | svn path=/trunk/; revision=18347
* It's a grand old string-review! Nitpicky and minor changes; details in the ↵Aaron Weber2002-10-011-0/+7
| | | | | | appropriate ChangeLog files. svn path=/trunk/; revision=18268
* use pkg-config for gtkhtmlRadek Doulik2002-09-241-0/+4
| | | | | | | | 2002-09-23 Radek Doulik <rodo@ximian.com> * configure.in: use pkg-config for gtkhtml svn path=/trunk/; revision=18177
* fix kde applnk test to not test for things if disabledJP Rosevear2002-09-241-1/+9
| | | | | | | | | | | | 2002-09-23 JP Rosevear <jpr@ximian.com> * configure.in: fix kde applnk test to not test for things if disabled * configure.in: Fix up mozilla tests and allow static linking of nss/nspr (Frank Belew <frb@ximian.com>) svn path=/trunk/; revision=18173
* Update URLs for mailing lists, Evolution application page, helpAaron Weber2002-09-231-0/+12
| | | | | | | | | | | | | | | | | 2002-09-23 Aaron Weber <aaron@ximian.com> * README: Update URLs for mailing lists, Evolution application page, help information. Remove note that Evolution is beta. In general, changes to the "soft" data. Also, jeff's commit to this file from 2001-11-21 seems to have been lost, so I re-removed the stuff he took out. And changed libnspr to mozilla-nspr, and libnss3 to mozilla-nss. * data/evolution.1: Update with information about where the real help is. Clarify example formatting. svn path=/trunk/; revision=18167
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-171-0/+19
| | | | | | | | | | | | | | | | | | | | | * 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
* 1.1.1.99.Ettore Perazzoli2002-09-131-0/+4
| | | | svn path=/trunk/; revision=18055
* (SUBDIRS): Put po on the top.Ettore Perazzoli2002-09-121-0/+6
| | | | svn path=/trunk/; revision=18045
* Sync for 1.1.1.Ettore Perazzoli2002-09-101-3/+4
| | | | svn path=/trunk/; revision=18024
* Bump some requirements. Update accordingly.Ettore Perazzoli2002-09-071-0/+5
| | | | | | | * configure.in: Bump some requirements. * README: Update accordingly. svn path=/trunk/; revision=18008
* update with some gtkhtml features.Larry Ewing2002-09-071-0/+4
| | | | | | | | 2002-09-06 Larry Ewing <lewing@ximian.com> * NEWS: update with some gtkhtml features. svn path=/trunk/; revision=18007
* Updated with the new 1.2 features (unfinished).Ettore Perazzoli2002-09-061-0/+6
| | | | | | | | * 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
* Remove this from here.Dan Winship2002-09-051-0/+10
| | | | | | | | | | | | * acinclude.m4 (EVO_CHECK_TIMEZONE): Remove this from here. * configure.in: Put it here. (Connector no longer needs to share it). Also, check "tm_gmtoff" before "timezone", and if we have "timezone", check for "altzone" too. * acconfig.h: Add HAVE_ALTZONE svn path=/trunk/; revision=17970
* e-util now requires soup and gconf flags.Jeffrey Stedfast2002-08-291-0/+4
| | | | | | | | 2002-08-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: e-util now requires soup and gconf flags. svn path=/trunk/; revision=17894
* Use default book, not local one.Dan Winship2002-08-131-0/+9
| | | | | | | | | | | * tools/evolution-addressbook-import.c (main): Use default book, not local one. * tools/evolution-addressbook-export.c (main): Likewise. * tools/evolution-addressbook-abuse.c (abuse_timeout): Likewise. svn path=/trunk/; revision=17766
* Update required gal and gtkhtml dependency information.Jeffrey Stedfast2002-08-111-0/+4
| | | | | | | | 2002-08-11 Jeffrey Stedfast <fejj@ximian.com> * README: Update required gal and gtkhtml dependency information. svn path=/trunk/; revision=17758
* Need to check for gal 0.19.99.18 for e_xml_save_file().Jeffrey Stedfast2002-08-071-0/+5
| | | | | | | | | 2002-08-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in (THREADS_CFLAGS): Need to check for gal 0.19.99.18 for e_xml_save_file(). svn path=/trunk/; revision=17719
* Update Soup information and remove hard spaces.Ettore Perazzoli2002-08-021-0/+7
| | | | | | | | | * README: Update Soup information and remove hard spaces. * configure.in: Check for Soup 0.7 or later. [Hm, we should make sure that it's actually a 0.7.x version.] svn path=/trunk/; revision=17673
* Add checks for IPv6 support.Jeffrey Stedfast2002-07-311-0/+4
| | | | | | | | 2002-07-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for IPv6 support. svn path=/trunk/; revision=17649
* added soup to compile flags.Not Zed2002-07-301-0/+4
| | | | | | | | 2002-07-30 Not Zed <NotZed@Ximian.com> * configure.in (EVOLUTION_MAIL): added soup to compile flags. svn path=/trunk/; revision=17639
* If no --with-kde-applnk-path is given, try toEttore Perazzoli2002-07-241-0/+7
| | | | | | detect the directory using `kde-config'. svn path=/trunk/; revision=17565
* Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT,Dan Winship2002-07-231-5/+21
| | | | | | | | | | | | | | | | | | * acinclude.m4: Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT, EVO_TIMEZONE_CHECK, and EVO_LDAP_CHECK from stuff in configure.in. (This stuff is also used by Connector.) * configure.in: Remove the stuff that was moved to acinclude.m4. * evolution_addressbookConf.sh.in: Remove db3 and ldap references since pas-backend-file and pas-backend-ldap are no longer in libpas, and those flags weren't doing anything useful here before anyway. (Our attempts to force static linking to those libraries end up getting mangled when passed through gnome-config.) * evolution_calendarConf.sh.in: Likewise, remove db3 references. svn path=/trunk/; revision=17531
* Check if we're trying to build with the old libversit module borrowed fromDan Winship2002-07-221-0/+9
| | | | | | | | | | | * configure.in: Check if we're trying to build with the old libversit module borrowed from gnome-pim instead of our own new one, and refuse to build if so. * libversit/Makefile.am: Remove libversit.la stuff since we don't want it and it messes up the build slightly. svn path=/trunk/; revision=17526
* Prepend "$(WERROR)" to all the *_CFLAGS variablesEttore Perazzoli2002-07-191-0/+6
| | | | | | | so you can do `make WERROR=-Werror' to turn all compiler warnings into errors. svn path=/trunk/; revision=17509
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-151-0/+8
| | | | | | | | | | | | | | | | | | | | | 2002-07-10 Peter Williams <peterw@ximian.com> * configure.in (privlibdir): Define a versioned library directory that we can use for things that are ABI-sensitive: camel providers, importers... Define camel_providerder in terms of this, resulting in a new location for the providers. Camel will have to be rebuilt for it to get the new -D flag. mail: 2002-07-10 Peter Williams <peterw@ximian.com> * Makefile.am (importerdir): Define this in terms of the new privlibdir, again resulting in a new directory name. * importers/Makefile.am (importersdir): Here too. svn path=/trunk/; revision=17457
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-131-1/+1
| | | | | | | | | | 2002-07-12 Peter Williams <peterw@ximian.com> * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf in e-passwords.c and e-categories-master-list-wombat.c, so reflect that here. ** And the e-port code needs THREADS_LIBS. ** svn path=/trunk/; revision=17442
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-131-0/+6
| | | | | | | | | | 2002-07-12 Peter Williams <peterw@ximian.com> * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf in e-passwords.c and e-categories-master-list-wombat.c, so reflect that here. svn path=/trunk/; revision=17440
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-07-09 Peter Williams <peterw@ximian.com> * tools/Makefile.am (INCLUDES): Add include lines to get ebook headers relative to <ebook/foo.h>, not "foo.h". addressbook: 2002-07-08 Peter Williams <peterw@ximian.com> * backend/ebook/e-book.h: Normalize includes to <ebook/foo.h>, so that the installed headers will work sanely. * backend/ebook/e-card-cursor.h: * backend/ebook/e-book-view.h: * backend/ebook/e-card-simple.h: * backend/ebook/e-card.h: * backend/ebook/e-destination.h: Same. * printing/Makefile.am (INCLUDES): add -Iaddressbook/backend to access the ebook headers. Also the builddir version to get the generated addressbook.h * gui/widgets/Makefile.am (INCLUDES): Same builddir fix. * gui/merging/e-card-merging.c: Fix an ebook #include. * gui/merging/Makefile.am (INCLUDES): Same idea. * gui/contact-list-editor/Makefile.am (INCLUDES): Same. * gui/contact-editor/Makefile.am (INCLUDES): Same builddir change. calendar: 2002-07-08 Peter Williams <peterw@ximian.com> * gui/Makefile.am (INCLUDES): Change the -I flags to get it to play nicely with the new Ebook header paradigm. * gui/dialogs/Makefile.am: Same. * gui/e-meeting-model.c: More of the same. * gui/dialogs/e-delegate-dialog.c: * gui/dialogs/e-meeting-model.c: * gui/dialogs/comp-editor-util.c: Fix include lines to get ebook headers. * pcs/Makefile.am: Same. composer: 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am (INCLUDES): Fix cflags for ebook header namespacing. importers: 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am: Fix cflags to get at ebook headers correctly. * pine-importer.c: Fix include lines to get ebook headers the "right" way. * evolution-gnomecard-importer.c: Same. mail: 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am (INCLUDES): Add -I flags to get the ebook headers. svn path=/trunk/; revision=17411
* re-order nss and nspr flags92002-07-101-0/+4
| | | | | | | | 2002-07-09 <jpr@ximian.com> * configure.in: re-order nss and nspr flags svn path=/trunk/; revision=17389
* Fix the URL for the DB 3.1.17 package; it's moved.Peter Williams2002-07-041-0/+4
| | | | | | | | 2002-07-03 Peter Williams <peterw@ximian.com> * README: Fix the URL for the DB 3.1.17 package; it's moved. svn path=/trunk/; revision=17361
* (Categories): Added.Ettore Perazzoli2002-06-291-0/+6
| | | | svn path=/trunk/; revision=17328
* Hack around a libtool/make problem that was causing libversit.a to beDan Winship2002-06-281-0/+6
| | | | | | | | * libversit/Makefile.am: Hack around a libtool/make problem that was causing libversit.a to be rebuilt at "make install" time, causing further relinking down the line. svn path=/trunk/; revision=17316
* check for libsoftokn3 if we couldn't link the first timeJP Rosevear2002-06-191-0/+5
| | | | | | | | | 2002-06-18 JP Rosevear <jpr@ximian.com> * configure.in: check for libsoftokn3 if we couldn't link the first time svn path=/trunk/; revision=17220
* fix a braindead typo that caused us to leak strings in certainChris Toshok2002-06-161-0/+7
| | | | | | | | | | | 2002-06-14 Chris Toshok <toshok@ximian.com> * libversit/vobject.c (unUseStr): fix a braindead typo that caused us to leak strings in certain circumstances (when the string being freed was second in the list, the head of the list would get lost.) svn path=/trunk/; revision=17193
* Changed the required version of gal to 0.19.99.17.Christopher James Lahey2002-06-061-0/+4
| | | | | | | | 2002-06-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal to 0.19.99.17. svn path=/trunk/; revision=17123
* Changed the required version of gal to 0.19.99.16.Christopher James Lahey2002-06-041-0/+4
| | | | | | | | 2002-06-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal to 0.19.99.16. svn path=/trunk/; revision=17101
* require gtkhtml-1.1.1.1 aka multicite.Larry Ewing2002-06-031-0/+4
| | | | | | | | 2002-06-02 Larry Ewing <lewing@ximian.com> * configure.in: require gtkhtml-1.1.1.1 aka multicite. svn path=/trunk/; revision=17071
* Document "evolution default:mail"Dan Winship2002-05-151-0/+4
| | | | | | * data/evolution.1: Document "evolution default:mail" svn path=/trunk/; revision=16784
* Add an explanation/warning about why we want Berkeley DB 3.1.17 andEttore Perazzoli2002-05-091-0/+5
| | | | | | | * README: Add an explanation/warning about why we want Berkeley DB 3.1.17 and nothing else. svn path=/trunk/; revision=16726
* Ooops missed this earlier.Larry Ewing2002-05-031-0/+4
| | | | | | | | 2002-04-28 Larry Ewing <lewing@ximian.com> * configure.in: require gtkhtml-1.1.1. svn path=/trunk/; revision=16664
* Bumped the required version number of gal to 0.19.99.15.Christopher James Lahey2002-04-301-0/+5
| | | | | | | | | 2002-04-29 Christopher James Lahey <clahey@ximian.com> * configure.in (EVO_CHECK_LIB): Bumped the required version number of gal to 0.19.99.15. svn path=/trunk/; revision=16636
* Same here.Jeffrey Stedfast2002-04-271-0/+2
| | | | | | | | * tests/Makefile.am: Same here. (removed ibex stuff) svn path=/trunk/; revision=16623
* Don't link with libibex.Jeffrey Stedfast2002-04-271-0/+2
| | | | | | * tools/Makefile.am: Don't link with libibex. svn path=/trunk/; revision=16621
* Don't generate libibex/Makefile anymore.Jeffrey Stedfast2002-04-271-0/+6
| | | | | | | | | | 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
* Require gal 0.19.99.14.Christopher James Lahey2002-04-231-0/+4
| | | | | | | | 2002-04-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.19.99.14. svn path=/trunk/; revision=16560
* Require GAL 0.19.99.13.Ettore Perazzoli2002-04-181-0/+4
| | | | | | * configure.in: Require GAL 0.19.99.13. svn path=/trunk/; revision=16503
* Bumped required gal version number to 0.19.99.12.Christopher James Lahey2002-04-181-0/+4
| | | | | | | | 2002-04-17 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required gal version number to 0.19.99.12. svn path=/trunk/; revision=16499
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-04-17 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required gal version number to 0.19.99.11. From addressbook/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (e_select_names_create_categories): Changed this to use ECategoriesMasterListOptionMenu. * gui/component/select-names/e-select-names.c (section_right_click_cb), gui/widgets/e-addressbook-reflow-adapter.c, gui/widgets/e-addressbook-view.c: Updated these to match the new EPopupMenu. From calendar/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * gui/e-calendar-table.c, gui/e-day-view.c, gui/e-week-view.c, gui/dialogs/meeting-page.c: Updated these to match the new EPopupMenu. From mail/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * folder-browser.c, mail-display.c: Updated these to match the new EPopupMenu. From shell/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * e-activity-handler.c: Updated this to match the new EPopupMenu. svn path=/trunk/; revision=16498
* Add checks for gethostbyaddr_rJeffrey Stedfast2002-04-171-0/+4
| | | | | | | | 2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for gethostbyaddr_r svn path=/trunk/; revision=16482
* Check for socklen_t and if it doesn't exist, define it as unsigned int.Jeffrey Stedfast2002-04-141-0/+5
| | | | | | | | | 2002-04-14 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Check for socklen_t and if it doesn't exist, define it as unsigned int. svn path=/trunk/; revision=16462
* Fix static linking on solaris which doesn't have a static libresolv.JP Rosevear2002-04-051-0/+5
| | | | | | | | | 2002-04-04 JP Rosevear <jpr@ximian.com> * configure.in: Fix static linking on solaris which doesn't have a static libresolv. svn path=/trunk/; revision=16347
* only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr):Chris Toshok2002-04-021-0/+11
| | | | | | | | | | | | | | 2002-04-01 Chris Toshok <toshok@ximian.com> * libversit/vobject.c (newStrItem): only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr): same. (lookupStr): if USE_STRTBL is defined, use existing behavior. if not defined, just dup the string. (unUseStr): if USE_STRTBL is defined, use existing behavior. if svn path=/trunk/; revision=16314
* Darwin/OS X portability from Max Horn <max@quendi.de>Dan Winship2002-04-021-0/+8
| | | | | | | | * libversit/vcc.y: Remove #include <malloc.h>. * libversit/vobject.c: Likewise, and #include <stdlib.h> svn path=/trunk/; revision=16308
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | just a playground for testing the idea.] * Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS conditional. * GNOME_Evolution_Summary.oaf.in.in: New. * e-summary-mail.c (update_folder_cb): Protect against summary->mail being NULL. * component-factory.c: Add a shlib factory. (create_component): Get a @factory and @data. (component_factory_init): Actually make it use a BonoboGenericFactory again. * configure.in: Add argument `--enable-shlib-components'. New substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX, OAF_SHLIB_SUFFIX. svn path=/trunk/; revision=16299
* Check for GConf. Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.Ettore Perazzoli2002-03-301-4/+5
| | | | | | | * configure.in: Check for GConf. Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. svn path=/trunk/; revision=16281
* Bumped the required version of gal to 0.19.99.10.Christopher James Lahey2002-03-291-0/+4
| | | | | | | | 2002-03-28 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal to 0.19.99.10. svn path=/trunk/; revision=16275
* Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.Ettore Perazzoli2002-03-281-0/+4
| | | | | | * configure.in: Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. svn path=/trunk/; revision=16259
* Change the OAFIID for the GtkHTML editor to have :1.1 at the end.Peter Williams2002-03-251-0/+5
| | | | | | | | | 2002-03-24 Peter Williams <peterw@ximian.com> * tools/killev: Change the OAFIID for the GtkHTML editor to have :1.1 at the end. svn path=/trunk/; revision=16241
* more fixes for libversit.la -> libversit.aDan Winship2002-03-201-0/+5
| | | | svn path=/trunk/; revision=16211
* add gal.Chris Toshok2002-03-141-0/+4
| | | | | | | | 2002-03-13 Chris Toshok <toshok@ximian.com> * configure.in (EVOLUTION_ADDRESSBOOK_DEPS): add gal. svn path=/trunk/; revision=16155
* Bumped the required version of gal.Christopher James Lahey2002-03-131-0/+4
| | | | | | | | 2002-03-12 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. svn path=/trunk/; revision=16129
* Allow the user to enable OpenSSL over Mozilla NSS using --enable-opensslJeffrey Stedfast2002-03-071-0/+5
| | | | | | | | | 2002-03-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Allow the user to enable OpenSSL over Mozilla NSS using --enable-openssl or --disable-nss. svn path=/trunk/; revision=15952
* add $(sounds_DATA)jacob berkman2002-02-251-0/+4
| | | | | | | | 2002-02-24 jacob berkman <jacob@ximian.com> * sounds/Makefile.am (EXTRA_DIST): add $(sounds_DATA) svn path=/trunk/; revision=15817
* add libglade the to the E_UTIL flags.Larry Ewing2002-02-231-0/+4
| | | | | | | | 2002-02-22 Larry Ewing <lewing@ximian.com> * configure.in: add libglade the to the E_UTIL flags. svn path=/trunk/; revision=15796
* Bumped the required version of gal.Christopher James Lahey2002-02-131-0/+4
| | | | | | | | 2002-02-13 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. svn path=/trunk/; revision=15706
* Added et to ALL_LINGUAS.Tõivo Leedjärv2002-02-131-0/+4
| | | | | | | | 2002-02-12 Tõivo Leedjärv <leedjarv@interest.ee> * configure.in: Added et to ALL_LINGUAS. svn path=/trunk/; revision=15683
* make sure PISOCK cflags are added where appropriateJP Rosevear2002-02-091-0/+5
| | | | | | | | | 2002-02-09 JP Rosevear <jpr@ximian.com> * configure.in: make sure PISOCK cflags are added where appropriate svn path=/trunk/; revision=15633
* added sounds.Damon Chaplin2002-02-091-0/+11
| | | | | | | | | | | | | | | 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
* Bumped the required version of gal.Christopher James Lahey2002-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-07 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. From addressbook/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-view.c (e_addressbook_view_setup_menus): Changed this function to use the new GalViewMenus which takes a GalViewInstance, instead of a GalViewCollection. From calendar/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/e-tasks.c (e_tasks_setup_view_menus), gui/gnome-cal.c (gnome_calendar_setup_view_menus): Made these use the new GalViewMenus stuff. From mail/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * folder-browser.c, folder-browser.h, folder-browser-ui.c, folder-browser-ui.h (folder_browser_ui_setup_view_menus, folder_browser_ui_discard_view_menus): Changed this to use the new GalViewMenus stuff. Made these exported functions. * mail-callbacks.c, message-browser.c: Changed these to not pass the now removed row parameter to message_list_select. * mail-config.c, mail-config.h (mail_config_folder_to_safe_url): Refactored this out of mail_config_folder_to_cachename. * message-list.c, message-list.h (message_list_select): Removed the row argument. Changed this to use the new function in ETree for finding the next cursor row that matches a test. (message_list_construct): Handle a failed construction of the ETree here. (message_list_setup_etree, save_tree_state): Don't load or save the header state. folder-browser-ui.c deals with this now. From views/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml, tasks/galview.xml: Added default-view parameters. * mail/As_Sent_Folder.galview: New galview. * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder galview. From widgets/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * menus/gal-view-menus.c, menus/gal-view-menus.h (gal_view_menus_new): Made this take a GalViewInstance instead of a GalViewCollection. Reworked most of this to utilize the interfaces provided by GalViewInstance. svn path=/trunk/; revision=15592
* added bonobo to filter flags to avoid compile errorRadek Doulik2002-01-291-0/+5
| | | | | | | | | 2002-01-28 Radek Doulik <rodo@ximian.com> * configure.in: added bonobo to filter flags to avoid compile error svn path=/trunk/; revision=15494
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-1/+14
| | | | svn path=/trunk/; revision=15486
* Require gal 0.19.99.1.Ettore Perazzoli2002-01-261-0/+4
| | | | | | * configure.in: Require gal 0.19.99.1. svn path=/trunk/; revision=15470
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-0/+11
| | | | | | times, causing big libtool 1.4 pain. svn path=/trunk/; revision=15461
* SOUP stuffIain Holmes2002-01-171-0/+7
| | | | svn path=/trunk/; revision=15343
* Added Basque filePablo Saratxaga2002-01-041-0/+4
| | | | svn path=/trunk/; revision=15245
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-0/+6
| | | | svn path=/trunk/; revision=15121
* check for alloca.h.Chris Toshok2001-12-141-0/+4
| | | | | | | | 2001-12-13 Chris Toshok <toshok@ximian.com> * configure.in: check for alloca.h. svn path=/trunk/; revision=15032
* Install the man page.Ettore Perazzoli2001-12-131-1/+9
| | | | | | | | * data/Makefile.am (man_MANS): Install the man page. * data/evolution.1: New man page for Evolution. svn path=/trunk/; revision=15011
* use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-121-0/+4
| | | | | | | | | | | | | | | 2001-12-10 JP Rosevear <jpr@ximian.com> * configure.in: use UTF-8 as the char set when testing pilot link 2001-12-10 JP Rosevear <jpr@ximian.com> * e-pilot-util.c (e_pilot_utf8_to_pchar): use UTF-8 instead of UTF8 as the source char set (e_pilot_utf8_from_pchar): use UTF-8 instead of UTF8 as the destination char set svn path=/trunk/; revision=14995
* "Ximian Evolution", not "Evolution".Ettore Perazzoli2001-12-121-0/+5
| | | | | | | * data/evolution.desktop.in (_Name): "Ximian Evolution", not "Evolution". svn path=/trunk/; revision=14980
* Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-121-16/+4
| | | | | | | | | * configure.in: Up VERSION to 1.1.0.99. (Also, fix the ChangeLog a bit, as Jeff committed some ChangeLog entries that were not supposed to be committed.) svn path=/trunk/; revision=14979
* s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-071-0/+4
| | | | | | | | 2001-12-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: s/PREVIEW_VERSION/VERSION_COMMENT svn path=/trunk/; revision=14923
* Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will beJeffrey Stedfast2001-12-071-7/+40
| | | | | | | | | 2001-12-04 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be appended to the X-Mailer header. svn path=/trunk/; revision=14914
* Re-Re-enabled traditional Chinese translationKwok-Koon Cheung2001-11-211-0/+9
| | | | svn path=/trunk/; revision=14764
* *** empty log message ***Wang Jian2001-11-201-0/+5
| | | | svn path=/trunk/; revision=14759
* Updated.Ettore Perazzoli2001-11-151-0/+6
| | | | | | | | * README: Updated. * configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1. svn path=/trunk/; revision=14723
* Redone with the bug #s from Bugzilla.Ettore Perazzoli2001-11-151-0/+4
| | | | | | * NEWS: Redone with the bug #s from Bugzilla. svn path=/trunk/; revision=14721
* Calendar/tasks NEWS.Federico Mena Quintero2001-11-151-0/+4
| | | | | | | | 2001-11-14 Federico Mena Quintero <federico@ximian.com> * NEWS: Calendar/tasks NEWS. svn path=/trunk/; revision=14717
* restore cflags and ldflags properlyJP Rosevear2001-11-141-0/+4
| | | | | | | | 2001-11-13 JP Rosevear <jpr@ximian.com> * configure.in: restore cflags and ldflags properly svn path=/trunk/; revision=14695
* save the ldflags properlyJP Rosevear2001-11-131-0/+4
| | | | | | | | 2001-11-12 JP Rosevear <jpr@ximian.com> * configure.in: save the ldflags properly svn path=/trunk/; revision=14675
* Check to make sure pilot-link has the charset conversion stuff enabledJP Rosevear2001-11-121-0/+5
| | | | | | | | | 2001-11-09 JP Rosevear <jpr@ximian.com> * configure.in: Check to make sure pilot-link has the charset conversion stuff enabled svn path=/trunk/; revision=14668
* Chop the output from `uname -s'. Thanks to Michael Gerdts for suggestingEttore Perazzoli2001-11-101-0/+5
| | | | | | | * tools/killev: Chop the output from `uname -s'. Thanks to Michael Gerdts for suggesting the fix. svn path=/trunk/; revision=14652
* Re-enable traditional Chinese translation and convert to UTF8Kwok-Koon Cheung2001-11-091-0/+7
| | | | svn path=/trunk/; revision=14643
* Up to 0.99.1 for snapshot purposes.Ettore Perazzoli2001-11-071-0/+4
| | | | | | * configure.in: Up to 0.99.1 for snapshot purposes. svn path=/trunk/; revision=14609
* 0.99.0.Ettore Perazzoli2001-11-061-0/+5
| | | | svn path=/trunk/; revision=14605
* Small updateJP Rosevear2001-11-061-0/+4
| | | | | | | | 2001-11-05 JP Rosevear <jpr@ximian.com> * NEWS: Small update svn path=/trunk/; revision=14603
* Updated.Ettore Perazzoli2001-11-061-0/+4
| | | | | | * NEWS: Updated. svn path=/trunk/; revision=14596
* evolution.png instead of evolution-icon.png.Ettore Perazzoli2001-11-011-0/+5
| | | | | | | * data/evolution.desktop.in (Icon): evolution.png instead of evolution-icon.png. svn path=/trunk/; revision=14554
* Syncing up for the 0.16.100 internal release.Ettore Perazzoli2001-11-011-0/+4
| | | | svn path=/trunk/; revision=14551
* updateJP Rosevear2001-11-011-0/+4
| | | | | | | | 2001-10-31 JP Rosevear <jpr@ximian.com> * NEWS (Conduits): update svn path=/trunk/; revision=14542
* Add oaf to MAILER_CFLAGS and MAILER_LIBS too.Ettore Perazzoli2001-10-311-1/+5
| | | | | | * configure.in: Add oaf to MAILER_CFLAGS and MAILER_LIBS too. svn path=/trunk/; revision=14537
* Updated mailer NEWS.Jeffrey Stedfast2001-10-311-0/+4
| | | | | | | | 2001-10-30 Jeffrey Stedfast <fejj@ximian.com> * NEWS (Mailer): Updated mailer NEWS. svn path=/trunk/; revision=14509
* My mailer news.02001-10-311-0/+4
| | | | | | | | 2001-10-30 <NotZed@Ximian.com> * NEWS (Mailer): My mailer news. svn path=/trunk/; revision=14507
* Add oaf to the BONOBO_VFS_GNOME_CFLAGS too.Ettore Perazzoli2001-10-311-0/+4
| | | | | | * configure.in: Add oaf to the BONOBO_VFS_GNOME_CFLAGS too. svn path=/trunk/; revision=14504
* Calendar NEWS.Federico Mena Quintero2001-10-311-0/+4
| | | | | | | | 2001-10-30 Federico Mena Quintero <federico@ximian.com> * NEWS (Calendar): Calendar NEWS. svn path=/trunk/; revision=14503
* Add oaf to the BONOBO_GNOME_LIBS, BONOBO_GNOME_CFLAGS,Ettore Perazzoli2001-10-311-0/+6
| | | | | | | | * configure.in: Add oaf to the BONOBO_GNOME_LIBS, BONOBO_GNOME_CFLAGS, BONOBO_HTML_GNOME_LIBS, BONOBO_HTML_GNOME_CFLAGS. svn path=/trunk/; revision=14500
* Require GAL version 0.15.99.10. I know you all love this.Federico Mena Quintero2001-10-311-0/+5
| | | | | | | | | 2001-10-30 Federico Mena Quintero <federico@ximian.com> * configure.in: Require GAL version 0.15.99.10. I know you all love this. svn path=/trunk/; revision=14474
* require gtkhtml version 0.15.99.2Radek Doulik2001-10-311-0/+4
| | | | | | | | 2001-10-30 Radek Doulik <rodo@ximian.com> * configure.in: require gtkhtml version 0.15.99.2 svn path=/trunk/; revision=14466
* Added en_AU.po, a copy of en_GB.poDamon Chaplin2001-10-301-0/+4
| | | | svn path=/trunk/; revision=14458
* Require gal 0.15.99.9.Christopher James Lahey2001-10-301-0/+4
| | | | | | | | 2001-10-30 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.15.99.9. svn path=/trunk/; revision=14440
* Move the configure version number check down a bit for gtkhtml/gal, c'ause02001-10-301-0/+6
| | | | | | | | | | 2001-10-30 <notzed@ximian.com> * configure.in: Move the configure version number check down a bit for gtkhtml/gal, c'ause i'm sick of fixing a manual patch i have every bloody time the version changes. svn path=/trunk/; revision=14434
* Require gal 0.15.99.8Joe Shaw2001-10-301-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-29 Joe Shaw <joe@ximian.com> * configure.in: Require gal 0.15.99.8 * addressbook/backend/ebook/e-card-simple.c, addressbook/gui/component/addressbook-storage.c, addressbook/gui/widgets/e-addressbook-view.c, calendar/gui/e-calendar-table.c, calendar/gui/e-itip-control.c, calendar/gui/e-meeting-model.c, calendar/gui/itip-utils.c, calendar/gui/print.c, calendar/gui/alarm-notify/alarm-notify-dialog.c, filter/rule-editor.c, mail/mail-config.c, mail/mail-folder-cache.c, mail/mail-format.c, mail/mail-local.c, mail/mail-ops.c, mail/mail-vfolder.c, shell/e-local-storage.c, shell/e-summary-storage.c: Change includes of e-util/e-unicode-i18n.h to gal/util/e-unicode-i18n.h svn path=/trunk/; revision=14427
* Added my addressbook changes.Christopher James Lahey2001-10-301-0/+4
| | | | | | | | 2001-10-29 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Added my addressbook changes. svn path=/trunk/; revision=14425
* Add Larry and Radek.Ettore Perazzoli2001-10-301-1/+5
| | | | | | * AUTHORS: Add Larry and Radek. svn path=/trunk/; revision=14385
* require gtkhtml version 0.15.99.1Radek Doulik2001-10-301-0/+4
| | | | | | | | 2001-10-30 Radek Doulik <rodo@ximian.com> * configure.in (THREADS_CFLAGS): require gtkhtml version 0.15.99.1 svn path=/trunk/; revision=14384
* added calendar/importers/MakefileRodrigo Moya2001-10-301-0/+4
| | | | | | | | 2001-10-29 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added calendar/importers/Makefile svn path=/trunk/; revision=14356
* Bumped required version of gal to 0.15.99.7.Christopher James Lahey2001-10-291-0/+4
| | | | | | | | 2001-10-29 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required version of gal to 0.15.99.7. svn path=/trunk/; revision=14336
* no need to use destdirJP Rosevear2001-10-291-0/+4
| | | | | | | | 2001-10-28 JP Rosevear <jpr@ximian.com> * data/Makefile.am: no need to use destdir svn path=/trunk/; revision=14298
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-0/+4
| | | | | | | | | | | | | | | | 2001-10-27 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required version of gal to 0.15.99.6. From addressbook/ChangeLog: 2001-10-27 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (e_select_names_add_section): Turned off use_ellipsis (it breaks emulate_label_resize) and on emulate_label_resize. svn path=/trunk/; revision=14228
* Change the help string on "--enable-nntp" to mention the fact that NNTPDan Winship2001-10-281-0/+9
| | | | | | | | | | | * configure.in: Change the help string on "--enable-nntp" to mention the fact that NNTP support is incomplete and unsupported. If the user doesn't pass --enable-nntp, don't mention NNTP at all in the summary at the end. Also, mention which SSL library is being used when SSL support is enabled, and don't mention anything about S/MIME since it doesn't work. svn path=/trunk/; revision=14221
* GAL 0.15.99.5.Ettore Perazzoli2001-10-271-0/+4
| | | | | | * configure.in: GAL 0.15.99.5. svn path=/trunk/; revision=14178
* Updated my email address.Kevin Breit2001-10-261-0/+4
| | | | | | | | 2001-10-26 Kevin Breit <mrproper@ximian.com> * AUTHORS: Updated my email address. svn path=/trunk/; revision=14125
* Bump gal requirement.62001-10-261-0/+4
| | | | | | | | 2001-10-26 <NotZed@Ximian.com> * configure.in: Bump gal requirement. svn path=/trunk/; revision=14112
* and add a way to get some more spew about the commands we're executing.Chris Toshok2001-10-241-0/+5
| | | | | | | | | 2001-10-23 Chris Toshok <toshok@ximian.com> * tools/killev: and add a way to get some more spew about the commands we're executing. svn path=/trunk/; revision=13971
* use eq instead of ==.Chris Toshok2001-10-241-0/+4
| | | | | | | | 2001-10-23 Chris Toshok <toshok@ximian.com> * tools/killev: use eq instead of ==. svn path=/trunk/; revision=13970
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-0/+6
| | | | | | | | | | | | | | | | | | 2001-10-23 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can be used in addressbook/gui/component/select-names/e-select-names.c. From addressbook/ChangeLog: 2001-10-23 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (e_select_names_add_section): Set "draw_button" argument to TRUE on this EEntry. svn path=/trunk/; revision=13935
* bumped required GAL to 0.15.99.2.Damon Chaplin2001-10-231-0/+4
| | | | | | | | 2001-10-22 Damon Chaplin <damon@ximian.com> * configure.in: bumped required GAL to 0.15.99.2. svn path=/trunk/; revision=13906
* HAVE_KDE_APPLNK.Ettore Perazzoli2001-10-231-0/+8
| | | | | | | | | | * acconfig.h: HAVE_KDE_APPLNK. * configure.in (EVO_CHECK_LIB): AC_DEFINE `HAVE_KDE_APPLNK' in the case in which the kde applnk dir is found. Also fix the logic with the checking so it doesn't get fooled. svn path=/trunk/; revision=13877
* include destdir in the path of the kde desktop installation dirJP Rosevear2001-10-221-0/+5
| | | | | | | | | 2001-10-22 JP Rosevear <jpr@ximian.com> * data/Makefile.am: include destdir in the path of the kde desktop installation dir svn path=/trunk/; revision=13870
* Install `evolution.desktop' in the `KDE_APPLNK_DIR'.Ettore Perazzoli2001-10-211-0/+9
| | | | | | | | | | | * data/Makefile.am [HAVE_KDE_APPLNK]: Install `evolution.desktop' in the `KDE_APPLNK_DIR'. * configure.in: New option `--with-kde-applnk-path'. Define the `HAVE_KDE_APPLNK' Automake conditional, and the `KDE_APPLNK_DIR' value. svn path=/trunk/; revision=13828
* Merge the two EXTRA_DIST declarations together so they both happen.Dan Winship2001-10-191-0/+5
| | | | | | | * tools/Makefile.am (EXTRA_DIST): Merge the two EXTRA_DIST declarations together so they both happen. svn path=/trunk/; revision=13791
* use a new fangled perl script that queries oaf for interfaces we want toChris Toshok2001-10-191-0/+5
| | | | | | | | | 2001-10-18 Chris Toshok <toshok@ximian.com> * tools/killev: use a new fangled perl script that queries oaf for interfaces we want to kill. svn path=/trunk/; revision=13776
* Bumped the required version of gal to 0.15.99.1 for use inChristopher James Lahey2001-10-191-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-18 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal to 0.15.99.1 for use in evolution-addressbook-export. * tools/.cvsignore: Added evolution-addressbook-clean, evolution-addressbook-export, evolution-addressbook-import, and .libs. * tools/Makefile.am: Added evolution-addressbook-clean, evolution-addressbook-export, and evolution-addressbook-import. * tools/evolution-addressbook-clean.in: Main script to clean up the local contact database. * tools/evolution-addressbook-export.c: Exports the local addressbook to the specified file (--output-file). If no --output-file is given, writes out to a unique file in the /tmp directory. In either case, prints the filename to stdout. * tools/evolution-addressbook-import.c: Imports the specified file (--input-file) to the local addressbook. svn path=/trunk/; revision=13774
* *** empty log message ***Wang Jian2001-10-181-0/+4
| | | | svn path=/trunk/; revision=13744
* Wrote Addressbook news.Christopher James Lahey2001-10-171-0/+4
| | | | | | | | 2001-10-17 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Wrote Addressbook news. svn path=/trunk/; revision=13719
* kill evolution-ldif-importer.Chris Toshok2001-10-131-0/+4
| | | | | | | | 2001-10-12 Chris Toshok <toshok@ximian.com> * tools/killev: kill evolution-ldif-importer. svn path=/trunk/; revision=13647
* Fix the order of the help/ subdirs. These must be sorted as a preorderFederico Mena Quintero2001-10-121-0/+5
| | | | | | | | | 2001-10-11 Federico Mena Quintero <federico@ximian.com> * configure.in (AC_OUTPUT): Fix the order of the help/ subdirs. These must be sorted as a preorder walk for a tree! svn path=/trunk/; revision=13585
* 0.16.99.Ettore Perazzoli2001-10-101-0/+4
| | | | | | * configure.in: 0.16.99. svn path=/trunk/; revision=13555
* 0.16.Ettore Perazzoli2001-10-101-0/+8
| | | | svn path=/trunk/; revision=13554
* Added info about the shell, plus some minor fixes for consistency.Ettore Perazzoli2001-10-101-1/+5
| | | | | | | * NEWS: Added info about the shell, plus some minor fixes for consistency. svn path=/trunk/; revision=13553
* Updated.Christopher James Lahey2001-10-101-0/+4
| | | | | | | | 2001-10-10 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Updated. svn path=/trunk/; revision=13547
* Calendar NEWS.Federico Mena Quintero2001-10-101-0/+4
| | | | | | | | 2001-10-09 Federico Mena Quintero <federico@ximian.com> * NEWS (Calendar): Calendar NEWS. svn path=/trunk/; revision=13541
* Updated for beta 6.92001-10-101-0/+4
| | | | | | | | 2001-10-09 <NotZed@Ximian.com> * NEWS (Mailer): Updated for beta 6. svn path=/trunk/; revision=13540
* add libart to list of libraries to use in EXTRA_GNOME_CFLAGS/LIBS, whichRodrigo Moya2001-10-101-0/+5
| | | | | | | | | 2001-10-09 Rodrigo Moya <rodrigo@ximian.com> * configure.in: add libart to list of libraries to use in EXTRA_GNOME_CFLAGS/LIBS, which is needed for latest libart versions svn path=/trunk/; revision=13524
* AC_OUTPUT(default_user/local/Makefile) before AC_OUTPUT()ing the otherEttore Perazzoli2001-10-091-0/+6
| | | | | | | | * configure.in: AC_OUTPUT(default_user/local/Makefile) before AC_OUTPUT()ing the other subdirs of `default_user/local'. Fix pointed out by Dmitry G. Mastrukov <dmitry@fitmark.net>. svn path=/trunk/; revision=13515
* Remove movemail check, since it's not relevant any more.Dan Winship2001-10-091-0/+5
| | | | | | | * configure.in: Remove movemail check, since it's not relevant any more. svn path=/trunk/; revision=13499
* Bumped required version of gtkhtml to 0.14.99.1Larry Ewing2001-10-061-0/+4
| | | | | | | | 2001-10-05 Larry Ewing <lewing@ximian.com> * configure.in: Bumped required version of gtkhtml to 0.14.99.1 svn path=/trunk/; revision=13443
* Bumped required version of gal to 0.13.99.1.Christopher James Lahey2001-10-051-0/+4
| | | | | | | | 2001-10-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required version of gal to 0.13.99.1. svn path=/trunk/; revision=13441
* removed an extraneous tab.Aaron Weber2001-10-021-0/+5
| | | | | | | | | | 2001-10-01 Aaron Weber <aaron@ximian.com> * help/C/Makefile.am: removed an extraneous tab. * C/usage-mail.sgml: missing directory for figure file ref. svn path=/trunk/; revision=13294
* 0.15.99.Ettore Perazzoli2001-10-021-0/+4
| | | | | | * configure.in: 0.15.99. svn path=/trunk/; revision=13291
* 0.15.Ettore Perazzoli2001-10-021-0/+4
| | | | svn path=/trunk/; revision=13289
* Added more news.Christopher James Lahey2001-10-021-0/+4
| | | | | | | | 2001-10-01 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Added more news. svn path=/trunk/; revision=13287
* Order the linkline to be the same as the order in Mozilla (it is suggestedJeffrey Stedfast2001-10-021-0/+6
| | | | | | | | | | 2001-09-30 Jeffrey Stedfast <fejj@ximian.com> * configure.in (nspr_libs): Order the linkline to be the same as the order in Mozilla (it is suggested that they be in this order). (nss_libs): Same. svn path=/trunk/; revision=13260
* Remove references to the "compose" program, since that functionality wentDan Winship2001-09-271-0/+8
| | | | | | | | | | * configure.in: Remove references to the "compose" program, since that functionality went into the shell. (AC_OUTPUT): Sort and remove duplicates. * cmdline/*: gone svn path=/trunk/; revision=13193
* Added a flag to enable pedantic PGP/MIME - this is not recommended forJeffrey Stedfast2001-09-271-0/+6
| | | | | | | | | | 2001-09-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added a flag to enable pedantic PGP/MIME - this is not recommended for end-users. It is mostly meant for testing purposes. svn path=/trunk/; revision=13164
* make sure the solaris network libs get added to the LDAP link line beforeChris Toshok2001-09-261-0/+6
| | | | | | | | | | 2001-09-26 Chris Toshok <toshok@ximian.com> * configure.in: make sure the solaris network libs get added to the LDAP link line before we test for openldap. Thanks to Frank Belew for finding this. svn path=/trunk/; revision=13141
* Bumped the required version of gal to 0.12.99.0.Christopher James Lahey2001-09-251-0/+4
| | | | | | | | 2001-09-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal to 0.12.99.0. svn path=/trunk/; revision=13103
* Changed to 99. (VERSION): Added ".$EVOLUTION_MICRO_VERSION" suffix.Nat Friedman2001-09-221-0/+5
| | | | | | | | | 2001-09-21 Nat Friedman <nat@ximian.com> * configure.in (EVOLUTION_MICRO_VERSION): Changed to 99. (VERSION): Added ".$EVOLUTION_MICRO_VERSION" suffix. svn path=/trunk/; revision=13077
* Sync for 0.14.Ettore Perazzoli2001-09-221-1/+6
| | | | svn path=/trunk/; revision=13073
* Updated.12001-09-221-0/+4
| | | | | | | | 2001-09-21 <NotZed@Ximian.com> * NEWS (Mail): Updated. svn path=/trunk/; revision=13066
* Added more NEWS items here.Christopher James Lahey2001-09-221-0/+4
| | | | | | | | 2001-09-21 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Added more NEWS items here. svn path=/trunk/; revision=13055
* Remove dead directory from AC_OUTPUTJP Rosevear2001-09-201-0/+4
| | | | | | | | 2001-09-19 JP Rosevear <jpr@ximian.com> * configure.in: Remove dead directory from AC_OUTPUT svn path=/trunk/; revision=12996
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-16 Christopher James Lahey <clahey@ximian.com> * configure.in: Updated required version of gal to 0.11.99.4. From calendar/ChangeLog: 2001-09-16 Christopher James Lahey <clahey@ximian.com> * gui/dialogs/meeting-page.c (build_etable): Updated this to match the new ETableSimple interface. From mail/ChangeLog: 2001-09-16 Christopher James Lahey <clahey@ximian.com> * message-list.c (ml_get_node_by_id): Made save_id const here. From shell/ChangeLog: 2001-09-16 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (etree_get_node_by_id): Made save_id const here. svn path=/trunk/; revision=12870
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-151-0/+4
| | | | | | | | | | | | | 2001-09-14 JP Rosevear <jpr@ximian.com> * Makefile.am: use install hook instead of install rule to guarantee we run after installation 2001-09-14 JP Rosevear <jpr@ximian.com> * configure.in: remove unneeded conditionals svn path=/trunk/; revision=12825
* Added bg to ALL_LINGUAS.Yanko Kaneti2001-09-141-0/+4
| | | | | | | | 2001-09-13 Yanko Kaneti <yaneti@declera.com> * configure.in (ALL_LINGUAS): Added bg to ALL_LINGUAS. svn path=/trunk/; revision=12817
* override the gnome-vfs.mime to match .vcf as text/x-vcard.Larry Ewing2001-09-141-0/+5
| | | | | | | | | 2001-09-13 Larry Ewing <lewing@ximian.com> * data/evolution.mime: override the gnome-vfs.mime to match .vcf as text/x-vcard. svn path=/trunk/; revision=12802
* Add changelog entry.JP Rosevear2001-09-111-0/+4
| | | | svn path=/trunk/; revision=12764
* New traditional Chinese translation from Joe Man <trmetal@yahoo.com.hk>.Kwok-Koon Cheung2001-09-101-0/+4
| | | | svn path=/trunk/; revision=12726
* one-line OpenSSL fix from Yanko Kaneti <yaneti@declera.com>Dan Winship2001-09-071-0/+5
| | | | | | | * configure.in: one-line OpenSSL fix from Yanko Kaneti <yaneti@declera.com> svn path=/trunk/; revision=12674
* Updated slightly.Ettore Perazzoli2001-09-061-0/+4
| | | | | | * README: Updated slightly. svn path=/trunk/; revision=12629
* [Fixes by Neil Conway <neilconway@home.com, as per #8090.]Ettore Perazzoli2001-09-051-0/+8
| | | | | | | | * configure.in: Fix the error message if scrollkeeper is not found. * README: A bunch of minor fixes, tweaks and cleanups. svn path=/trunk/; revision=12614
* [Fix #8089, Undocumented Scrollkeeper dependency.]Ettore Perazzoli2001-09-051-0/+6
| | | | | | * README: Add scrollkeeper 0.1.4 to the list of dependencies. svn path=/trunk/; revision=12613
* Only check for OpenSSL if we were not able to find Mozilla's NSSJeffrey Stedfast2001-09-051-0/+5
| | | | | | | | | 2001-09-04 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Only check for OpenSSL if we were not able to find Mozilla's NSS libraries. svn path=/trunk/; revision=12588
* Don't put $(srcdir) in the file path twice.Peter Williams2001-09-041-0/+5
| | | | | | | | | 2001-09-04 Peter Williams <peterw@ximian.com> * omf-install/Makefile.am (install-data-local): Don't put $(srcdir) in the file path twice. svn path=/trunk/; revision=12577
* Bumped the required version of gal to 0.11.99.2.Christopher James Lahey2001-09-021-0/+4
| | | | | | | | 2001-09-01 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal to 0.11.99.2. svn path=/trunk/; revision=12559
* Bumped required version of GAL to 0.11.3 (for g_utf8_collate)Chyla Zbigniew2001-09-011-0/+5
| | | | | | | * configure.in: Bumped required version of GAL to 0.11.3 (for g_utf8_collate) svn path=/trunk/; revision=12540
* [Patch from Nike Gerdts <michael.gerdts@usa.alcatel.com> forEttore Perazzoli2001-08-251-0/+10
| | | | | | | | | | | #6882, DB3_CFLAGS and DB3_LDFLAGS order messes up CPPFLAGS and LDFLAGS.] * configure.in: Put DB3_CFLAGS before the already-defined CPPFLAGS instead of after them; likewise, put DB3_LDADD before the already defined LDADD. svn path=/trunk/; revision=12464
* We don't need to check for both bonobo-conf 0.11 AND bonobo-conf 0.2.Dan Winship2001-08-251-0/+5
| | | | | | | * configure.in: We don't need to check for both bonobo-conf 0.11 AND bonobo-conf 0.2. svn path=/trunk/; revision=12440
* 0.13.99.Ettore Perazzoli2001-08-231-0/+4
| | | | | | * configure.in: 0.13.99. svn path=/trunk/; revision=12410
* Bump requirements to GAL 0.11, bonobo-conf 0.11, GtkHTML 0.12. Don'tEttore Perazzoli2001-08-231-0/+7
| | | | | | | | | * configure.in: Bump requirements to GAL 0.11, bonobo-conf 0.11, GtkHTML 0.12. Don't autogen `doc/devel/executive-summary/Makefile'. Bump version number to 0.13. svn path=/trunk/; revision=12406
* Added.Ettore Perazzoli2001-08-221-0/+4
| | | | | | * NEWS (Global): Added. svn path=/trunk/; revision=12378
* Updated NEWS for addressbook.Christopher James Lahey2001-08-221-0/+4
| | | | | | | | 2001-08-21 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Updated NEWS for addressbook. svn path=/trunk/; revision=12374
* Updated some more.Peter Williams2001-08-221-0/+4
| | | | | | | | 2001-08-21 Peter Williams <peterw@ximian.com> * NEWS (Mail): Updated some more. svn path=/trunk/; revision=12363
* Updated.Jeffrey Stedfast2001-08-221-0/+4
| | | | | | | | 2001-08-21 Jeffrey Stedfast <fejj@ximian.com> * NEWS: Updated. svn path=/trunk/; revision=12362
* Require gal 0.10.99.5.Jon Trowbridge2001-08-211-0/+4
| | | | | | | | 2001-08-20 Jon Trowbridge <trow@ximian.com> * configure.in: Require gal 0.10.99.5. svn path=/trunk/; revision=12335
* *Makefile.am: added "help" to subdirs.Aaron Weber2001-08-211-0/+4
| | | | | | | | 2001-08-19 Aaron Weber <aaron@ximian.com> *Makefile.am: added "help" to subdirs. svn path=/trunk/; revision=12315
* omf-install/Makefile.am (scrollkeeper_localstate_dir) useChris Toshok2001-08-201-0/+14
| | | | | | | | | | | | | | | | | | 2001-08-19 Chris Toshok <toshok@ximian.com> * omf-install/Makefile.am (scrollkeeper_localstate_dir) use $(SCROLLKEEPER_LOCALSTATE_DIR), and not something based on evolution's local state dir. this should fix the core dumps during install on freebsd and solaris. * configure.in (GLIB_CONFIG): use $GLIB_CONFIG if it's set, otherwise default to glib-config. a cheap solution to get this working on freebsd (where they have glib12-config, but not glib-config.) also, switch all `glib-config`s to `$GLIB_CONFIG`. (SCROLLKEEPER_LOCALSTATE_DIR): use scrollkeeper-config to figure this out, and AC_SUBST so omf-install/Makefile.am can use it. svn path=/trunk/; revision=12227
* Libical compile orderIain Holmes2001-08-181-0/+4
| | | | svn path=/trunk/; revision=12169
* Startup assistant stuffIain Holmes2001-08-171-0/+4
| | | | svn path=/trunk/; revision=12145
* I know what you did last summer!Jason Leach2001-08-171-0/+4
| | | | | | | | 2001-08-16 Jason Leach <jleach@ximian.com> * AUTHORS: I know what you did last summer! svn path=/trunk/; revision=12140
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-0/+4
| | | | | | | | | | 2001-08-16 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_handle_request): Renamed from _begin to match changes in gal 0.10.99.3. svn path=/trunk/; revision=12117
* Some info on adding --localstatedir to the configure options.Kjartan Maraas2001-08-161-0/+2
| | | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * README: Some info on adding --localstatedir to the configure options. svn path=/trunk/; revision=12089
* Added omf-install to the build. Adjust for the move of the user docs.Kjartan Maraas2001-08-161-0/+1
| | | | | | | | | 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
* Adjust for the move of the user docs.Kjartan Maraas2001-08-161-0/+4
| | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Adjust for the move of the user docs. svn path=/trunk/; revision=12087
* Addded missing dirs to the build. Add checks for scrollkeeper and jw toKjartan Maraas2001-08-161-0/+2
| | | | | | | | | 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Addded missing dirs to the build. Add checks for scrollkeeper and jw to get the docs building on later Red Hat's. svn path=/trunk/; revision=12069
* Added this for integration with scrollkeeper.Kjartan Maraas2001-08-161-0/+4
| | | | | | | | 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * omf-install/*: Added this for integration with scrollkeeper. svn path=/trunk/; revision=12068
* Remove an obvious typo reported by MilesDan Winship2001-08-141-0/+5
| | | | | | | * configure.in (LDAP_LIBS): Remove an obvious typo reported by Miles svn path=/trunk/; revision=12011
* Be truthful about the versions of libs we need.Kjartan Maraas2001-08-111-0/+4
| | | | | | | | 2001-08-11 Kjartan Maraas <kmaraas@gnome.org> * README: Be truthful about the versions of libs we need. svn path=/trunk/; revision=11911
* if libldap.la is there, default to static linking of openldap. if it'sChris Toshok2001-08-111-0/+6
| | | | | | | | | | 2001-08-10 Chris Toshok <toshok@ximian.com> * configure.in: if libldap.la is there, default to static linking of openldap. if it's not, default to dynamic. also, provide --with-static-ldap for users that want to override these defaults. svn path=/trunk/; revision=11888
* link statically with OpenLDAP.Chris Toshok2001-08-101-0/+4
| | | | | | | | 2001-08-09 Chris Toshok <toshok@ximian.com> * configure.in: link statically with OpenLDAP. svn path=/trunk/; revision=11836
* Added #!/bin/shChristopher James Lahey2001-08-091-1/+1
| | | | | | | | 2001-08-09 Christopher James Lahey <clahey@ximian.com> * tools/killev: Added #!/bin/sh svn path=/trunk/; revision=11827
* Require GAL 0.10.99.2.Jon Trowbridge2001-08-091-0/+4
| | | | | | | | 2001-08-09 Jon Trowbridge <trow@ximian.com> * configure.in: Require GAL 0.10.99.2. svn path=/trunk/; revision=11826
* Ben said to do it.Christopher James Lahey2001-08-091-0/+4
| | | | | | | | 2001-08-09 Christopher James Lahey <clahey@ximian.com> * tools/killev: Ben said to do it. svn path=/trunk/; revision=11812
* Don't link to libnssckbi3 when linking to nss.Jeffrey Stedfast2001-08-091-0/+4
| | | | | | | | 2001-08-08 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Don't link to libnssckbi3 when linking to nss. svn path=/trunk/; revision=11792
* Update pilot informationJP Rosevear2001-08-081-0/+4
| | | | | | | | 2001-08-08 JP Rosevear <jpr@ximian.com> * README: Update pilot information svn path=/trunk/; revision=11787
* Require gal 0.10.99.1 or greater.Ettore Perazzoli2001-08-081-0/+4
| | | | | | * configure.in: Require gal 0.10.99.1 or greater. svn path=/trunk/; revision=11742
* Added bonobo-moniker-xmldb, gnome-gtkhtml-editor andEttore Perazzoli2001-08-051-0/+7
| | | | | | | * tools/killev: Added bonobo-moniker-xmldb, gnome-gtkhtml-editor and gnome-spell-component. svn path=/trunk/; revision=11691
* Bump version number to 0.12.99.Ettore Perazzoli2001-08-011-0/+4
| | | | | | * configure.in: Bump version number to 0.12.99. svn path=/trunk/; revision=11532
* Ooops. We want GAL >= 0.10.0 and GtkHTML >= 0.11.0.Ettore Perazzoli2001-08-011-0/+6
| | | | | | | * configure.in: Ooops. We want GAL >= 0.10.0 and GtkHTML >= 0.11.0. svn path=/trunk/; revision=11527
* Remove `$EVOLUTION_MICRO_VERSION' from `VERSION'.Ettore Perazzoli2001-08-011-0/+4
| | | | | | * configure.in: Remove `$EVOLUTION_MICRO_VERSION' from `VERSION'. svn path=/trunk/; revision=11526
* Bump version number to 0.12.0.Ettore Perazzoli2001-08-011-0/+4
| | | | | | * configure.in: Bump version number to 0.12.0. svn path=/trunk/; revision=11525
* Added info about the shell changes and slightly changed the formatting forEttore Perazzoli2001-08-011-0/+7
| | | | | | | | | * NEWS: Added info about the shell changes and slightly changed the formatting for the addressbook ones. * configure.in: Require GtkHTML 0.10.0 and GAL 0.9.0. svn path=/trunk/; revision=11517
* Updated NEWS for addressbook.Christopher James Lahey2001-07-311-0/+4
| | | | | | | | 2001-07-31 Christopher James Lahey <clahey@ximian.com> * NEWS (Addressbook): Updated NEWS for addressbook. svn path=/trunk/; revision=11504