aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Ooops missed this earlier.Larry Ewing2002-05-031-1/+1
| | | | | | | | 2002-04-28 Larry Ewing <lewing@ximian.com> * configure.in: require gtkhtml-1.1.1. svn path=/trunk/; revision=16664
* Added Vietnamese po filePablo Saratxaga2002-05-011-2/+2
| | | | svn path=/trunk/; revision=16651
* Bumped the required version number of gal to 0.19.99.15.Christopher James Lahey2002-04-301-1/+1
| | | | | | | | | 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
* Don't generate libibex/Makefile anymore.Jeffrey Stedfast2002-04-271-5/+5
| | | | | | | | | | 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-1/+1
| | | | | | | | 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-1/+1
| | | | | | * 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-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* added cs to ALL_LINGUASRadek Doulik2002-04-171-1/+1
| | | | svn path=/trunk/; revision=16488
* Add checks for gethostbyaddr_rJeffrey Stedfast2002-04-171-2/+35
| | | | | | | | 2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for gethostbyaddr_r svn path=/trunk/; revision=16482
* fixes for socklen_t detectionJeffrey Stedfast2002-04-151-1/+12
| | | | svn path=/trunk/; revision=16467
* Check for socklen_t and if it doesn't exist, define it as unsigned int.Jeffrey Stedfast2002-04-141-0/+2
| | | | | | | | | 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-1/+12
| | | | | | | | | 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
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-5/+41
| | | | | | | | | | | | | | | | | | | | | | | 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-1/+6
| | | | | | | * 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-1/+1
| | | | | | | | 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-1/+2
| | | | | | * configure.in: Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. svn path=/trunk/; revision=16259
* add gal.Chris Toshok2002-03-141-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | 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-101/+118
| | | | | | | | | 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 libglade the to the E_UTIL flags.Larry Ewing2002-02-231-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | 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-2/+2
| | | | | | | | | 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/+1
| | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | 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-116/+110
| | | | svn path=/trunk/; revision=15486
* Require gal 0.19.99.1.Ettore Perazzoli2002-01-261-1/+1
| | | | | | * 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-9/+46
| | | | | | times, causing big libtool 1.4 pain. svn path=/trunk/; revision=15461
* SOUP stuffIain Holmes2002-01-171-0/+6
| | | | svn path=/trunk/; revision=15343
* Added Basque filePablo Saratxaga2002-01-041-1/+1
| | | | svn path=/trunk/; revision=15245
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-1/+5
| | | | svn path=/trunk/; revision=15121
* check for alloca.h.Chris Toshok2001-12-141-0/+1
| | | | | | | | 2001-12-13 Chris Toshok <toshok@ximian.com> * configure.in: check for alloca.h. svn path=/trunk/; revision=15032
* use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-121-1/+1
| | | | | | | | | | | | | | | 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
* Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-121-1/+1
| | | | | | | | | * 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
* apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-081-0/+67
| | | | svn path=/trunk/; revision=14940
* s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-071-1/+1
| | | | | | | | 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-72/+8
| | | | | | | | | 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
* APeteris Krisjanis2001-11-261-1/+1
| | | | svn path=/trunk/; revision=14785
* Re-Re-enabled traditional Chinese translationKwok-Koon Cheung2001-11-211-1/+1
| | | | svn path=/trunk/; revision=14764
* *** empty log message ***Wang Jian2001-11-201-1/+1
| | | | svn path=/trunk/; revision=14759
* Updated.Ettore Perazzoli2001-11-151-2/+2
| | | | | | | | * README: Updated. * configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1. svn path=/trunk/; revision=14723
* restore cflags and ldflags properlyJP Rosevear2001-11-141-2/+2
| | | | | | | | 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-2/+2
| | | | | | | | 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-1/+32
| | | | | | | | | 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
* Re-enable traditional Chinese translation and convert to UTF8Kwok-Koon Cheung2001-11-091-1/+1
| | | | svn path=/trunk/; revision=14643
* Up to 0.99.1 for snapshot purposes.Ettore Perazzoli2001-11-071-1/+1
| | | | | | * configure.in: Up to 0.99.1 for snapshot purposes. svn path=/trunk/; revision=14609
* 0.99.0.Ettore Perazzoli2001-11-061-4/+4
| | | | svn path=/trunk/; revision=14605
* Syncing up for the 0.16.100 internal release.Ettore Perazzoli2001-11-011-1/+1
| | | | svn path=/trunk/; revision=14551
* Add oaf to MAILER_CFLAGS and MAILER_LIBS too.Ettore Perazzoli2001-10-311-2/+2
| | | | | | * configure.in: Add oaf to MAILER_CFLAGS and MAILER_LIBS too. svn path=/trunk/; revision=14537
* Add oaf to the BONOBO_VFS_GNOME_CFLAGS too.Ettore Perazzoli2001-10-311-2/+2
| | | | | | * configure.in: Add oaf to the BONOBO_VFS_GNOME_CFLAGS too. svn path=/trunk/; revision=14504
* Add oaf to the BONOBO_GNOME_LIBS, BONOBO_GNOME_CFLAGS,Ettore Perazzoli2001-10-311-4/+4
| | | | | | | | * 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-1/+1
| | | | | | | | | 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-1/+1
| | | | | | | | 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-1/+1
| | | | svn path=/trunk/; revision=14458
* Require gal 0.15.99.9.Christopher James Lahey2001-10-301-1/+1
| | | | | | | | 2001-10-30 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.15.99.9. svn path=/trunk/; revision=14440
* Fix last checkin.Michael Zucci2001-10-301-2/+2
| | | | svn path=/trunk/; revision=14435
* Move the configure version number check down a bit for gtkhtml/gal, c'ause02001-10-301-4/+5
| | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* require gtkhtml version 0.15.99.1Radek Doulik2001-10-301-1/+1
| | | | | | | | 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/+1
| | | | | | | | 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-1/+1
| | | | | | | | 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
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-1/+1
| | | | | | | | | | | | | | | | 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-22/+13
| | | | | | | | | | | * 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-1/+1
| | | | | | * configure.in: GAL 0.15.99.5. svn path=/trunk/; revision=14178
* Bump gal requirement.62001-10-261-1/+1
| | | | | | | | 2001-10-26 <NotZed@Ximian.com> * configure.in: Bump gal requirement. svn path=/trunk/; revision=14112
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-1/+1
| | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | 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-2/+3
| | | | | | | | | | * 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
* Install `evolution.desktop' in the `KDE_APPLNK_DIR'.Ettore Perazzoli2001-10-211-0/+19
| | | | | | | | | | | * 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
* Bumped the required version of gal to 0.15.99.1 for use inChristopher James Lahey2001-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | svn path=/trunk/; revision=13744
* Fix the order of the help/ subdirs. These must be sorted as a preorderFederico Mena Quintero2001-10-121-1/+1
| | | | | | | | | 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-2/+2
| | | | | | * configure.in: 0.16.99. svn path=/trunk/; revision=13555
* 0.16.Ettore Perazzoli2001-10-101-7/+7
| | | | svn path=/trunk/; revision=13554
* add libart to list of libraries to use in EXTRA_GNOME_CFLAGS/LIBS, whichRodrigo Moya2001-10-101-2/+2
| | | | | | | | | 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-1/+1
| | | | | | | | * 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-31/+0
| | | | | | | * 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-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | 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
* 0.15.99.Ettore Perazzoli2001-10-021-2/+2
| | | | | | * configure.in: 0.15.99. svn path=/trunk/; revision=13291
* 0.15.Ettore Perazzoli2001-10-021-5/+5
| | | | svn path=/trunk/; revision=13289
* Order the linkline to be the same as the order in Mozilla (it is suggestedJeffrey Stedfast2001-10-021-3/+3
| | | | | | | | | | 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-71/+60
| | | | | | | | | | * 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/+10
| | | | | | | | | | 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/+2
| | | | | | | | | | 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-1/+1
| | | | | | | | 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-2/+2
| | | | | | | | | 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-5/+5
| | | | svn path=/trunk/; revision=13073
* Remove dead directory from AC_OUTPUTJP Rosevear2001-09-201-1/+0
| | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+0
| | | | | | | | | | | | | 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-1/+1
| | | | | | | | 2001-09-13 Yanko Kaneti <yaneti@declera.com> * configure.in (ALL_LINGUAS): Added bg to ALL_LINGUAS. svn path=/trunk/; revision=12817
* temporarily disable zh_TWJP Rosevear2001-09-111-1/+1
| | | | | | | | 2001-09-11 JP Rosevear <jpr@ximian.com> * configure.in: temporarily disable zh_TW svn path=/trunk/; revision=12763
* New traditional Chinese translation from Joe Man <trmetal@yahoo.com.hk>.Kwok-Koon Cheung2001-09-101-1/+1
| | | | svn path=/trunk/; revision=12726
* one-line OpenSSL fix from Yanko Kaneti <yaneti@declera.com>Dan Winship2001-09-071-1/+1
| | | | | | | * configure.in: one-line OpenSSL fix from Yanko Kaneti <yaneti@declera.com> svn path=/trunk/; revision=12674
* [Fixes by Neil Conway <neilconway@home.com, as per #8090.]Ettore Perazzoli2001-09-051-1/+1
| | | | | | | | * 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
* Only check for OpenSSL if we were not able to find Mozilla's NSSJeffrey Stedfast2001-09-051-60/+62
| | | | | | | | | 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
* Bumped the required version of gal to 0.11.99.2.Christopher James Lahey2001-09-021-1/+1
| | | | | | | | 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-1/+1
| | | | | | | * 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-2/+2
| | | | | | | | | | | #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-1/+0
| | | | | | | * 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-2/+2
| | | | | | * 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-7/+6
| | | | | | | | | * 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
* Require gal 0.10.99.5.Jon Trowbridge2001-08-211-1/+1
| | | | | | | | 2001-08-20 Jon Trowbridge <trow@ximian.com> * configure.in: Require gal 0.10.99.5. svn path=/trunk/; revision=12335
* omf-install/Makefile.am (scrollkeeper_localstate_dir) useChris Toshok2001-08-201-4/+7
| | | | | | | | | | | | | | | | | | 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
* Startup assistant stuffIain Holmes2001-08-171-0/+1
| | | | svn path=/trunk/; revision=12145
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-1/+1
| | | | | | | | | | 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
* Adjust for the move of the user docs.Kjartan Maraas2001-08-161-2/+3
| | | | | | | | 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/+20
| | | | | | | | | 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
* Remove an obvious typo reported by MilesDan Winship2001-08-141-1/+1
| | | | | | | * configure.in (LDAP_LIBS): Remove an obvious typo reported by Miles svn path=/trunk/; revision=12011
* if libldap.la is there, default to static linking of openldap. if it'sChris Toshok2001-08-111-10/+41
| | | | | | | | | | 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-2/+4
| | | | | | | | 2001-08-09 Chris Toshok <toshok@ximian.com> * configure.in: link statically with OpenLDAP. svn path=/trunk/; revision=11836
* Require GAL 0.10.99.2.Jon Trowbridge2001-08-091-1/+1
| | | | | | | | 2001-08-09 Jon Trowbridge <trow@ximian.com> * configure.in: Require GAL 0.10.99.2. svn path=/trunk/; revision=11826
* Don't link to libnssckbi3 when linking to nss.Jeffrey Stedfast2001-08-091-1/+1
| | | | | | | | 2001-08-08 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Don't link to libnssckbi3 when linking to nss. svn path=/trunk/; revision=11792
* Require gal 0.10.99.1 or greater.Ettore Perazzoli2001-08-081-1/+1
| | | | | | * configure.in: Require gal 0.10.99.1 or greater. svn path=/trunk/; revision=11742
* Bump version number to 0.12.99.Ettore Perazzoli2001-08-011-2/+2
| | | | | | * 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-2/+2
| | | | | | | * 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-1/+1
| | | | | | * configure.in: Remove `$EVOLUTION_MICRO_VERSION' from `VERSION'. svn path=/trunk/; revision=11526
* Bump version number to 0.12.0.Ettore Perazzoli2001-08-011-2/+2
| | | | | | * 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-2/+2
| | | | | | | | | * 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
* bump required version of gtkhtml to 0.10.99.Larry Ewing2001-07-311-1/+1
| | | | | | | | 2001-07-31 Larry Ewing <lewing@ximian.com> * configure.in: bump required version of gtkhtml to 0.10.99. svn path=/trunk/; revision=11502
* Bump to 0.11.99JP Rosevear2001-07-211-1/+1
| | | | | | | | 2001-07-20 JP Rosevear <jpr@ximian.com> * configure.in: Bump to 0.11.99 svn path=/trunk/; revision=11268
* Fix up the "exactly version N" case of EVO_CHECK_LIBDan Winship2001-07-181-2/+6
| | | | | | * configure.in: Fix up the "exactly version N" case of EVO_CHECK_LIB svn path=/trunk/; revision=11169
* Changed to use test -h instead of -L for checking /var/mail vsNot Zed2001-07-161-1/+1
| | | | | | | | | 2001-07-16 Not Zed <NotZed@Ximian.com> * configure.in: Changed to use test -h instead of -L for checking /var/mail vs /var/spool/mail svn path=/trunk/; revision=11118
* Fix nss include check to work.Peter Williams2001-07-111-4/+6
| | | | | | | | 2001-07-10 Peter Williams <peterw@ximian.com> * configure.in (have_nss_includes): Fix nss include check to work. svn path=/trunk/; revision=10997
* Added option --with-broken-spool for solaris mbox spool format.Not Zed2001-07-111-0/+16
| | | | | | | | | 2001-07-11 Not Zed <NotZed@Ximian.com> * configure.in: Added option --with-broken-spool for solaris mbox spool format. svn path=/trunk/; revision=10988
* Added ro (Romanian) to ALL_LINGUAS addedMarius Andreiana2001-07-111-1/+1
| | | | | | | | | 2001-07-10 Marius Andreiana <mandreiana@yahoo.com> * configure.in: Added ro (Romanian) to ALL_LINGUAS * po/ro.po: added svn path=/trunk/; revision=10957
* Make sure /var/mail isn't a symbolic link such as on Red Hat 7.Peter Williams2001-07-061-1/+1
| | | | | | | | | 2001-07-05 Peter Williams <peterw@ximian.com> * configure.in (SYSTEM_MAIL_DIR): Make sure /var/mail isn't a symbolic link such as on Red Hat 7. svn path=/trunk/; revision=10820
* Upped the required version of gal.Christopher James Lahey2001-07-051-1/+1
| | | | | | | | | | | | | | | | | 2001-07-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Upped the required version of gal. From addressbook/ChangeLog: 2001-07-05 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-table-adapter.c (addressbook_is_cell_editable): Check if the row is within our table and return from this function as if the card is a standard card, not a list. svn path=/trunk/; revision=10800
* use bonobo-conf everywhereDietmar Maurer2001-07-041-0/+6
| | | | | | | | 2001-07-03 Dietmar Maurer <dietmar@ximian.com> * *: use bonobo-conf everywhere svn path=/trunk/; revision=10760
* remove a no-longer-relevant commentDan Winship2001-07-031-3/+0
| | | | svn path=/trunk/; revision=10746
* added bonobo_conf.Damon Chaplin2001-07-031-2/+2
| | | | | | | | | 2001-07-03 Damon Chaplin <damon@ximian.com> * configure.in (MAILER_LIBS): (MAILER_CFLAGS): added bonobo_conf. svn path=/trunk/; revision=10735
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-02 Christopher James Lahey <clahey@ximian.com> * configure.in: Made evolution depend on bonobo-conf 0.2. From calendar/ChangeLog: 2001-07-02 Christopher James Lahey <clahey@ximian.com> * gui/Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). (evolution_calendar_LDADD): Added $(BONOBO_CONF_LIBS). From composer/ChangeLog: 2001-07-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). From shell/ChangeLog: 2001-07-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). (evolution_LDADD): Added $(BONOBO_CONF_LIBS). svn path=/trunk/; revision=10718
* i2001-07-02 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-031-1/+1
| | | | | | | | | | | | | | | | | | * configure.in: Check for gtkhtml 0.9.99.1. 2001-07-02 Larry Ewing <lewing@ximian.com> * mail-display.c (save_part): move the saving logic out of save_cb so that we can reuse it for the image saving code. (save_cb): call save_part. (save_url): new function to resolve an save an html url. (image_save_as): save function for images and. Add it to the link_menu, and add MASK_URL and MASK_SRC to the structure so that we cans show the proper menus. (html_button_press_event): call get_src as well to find external urls references. Add popup masking. svn path=/trunk/; revision=10707
* Check for libGal 0.8.99.7.Jeffrey Stedfast2001-07-031-1/+1
| | | | | | | | 2001-07-02 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Check for libGal 0.8.99.7. svn path=/trunk/; revision=10693
* s,AC_DEFINE,AC_DEFINE_UNQUOTED to make these not totally useless.Peter Williams2001-07-021-3/+3
| | | | | | | | | 2001-07-02 Peter Williams <peterw@ximian.com> * configure.in (evolution_db_version): s,AC_DEFINE,AC_DEFINE_UNQUOTED to make these not totally useless. svn path=/trunk/; revision=10679
* Require GAL 0.8.99.6.Ettore Perazzoli2001-06-301-1/+1
| | | | svn path=/trunk/; revision=10614
* Adding `camel/tests/mime-filter/Makefile' to the `AC_OUTPUT()' list inEttore Perazzoli2001-06-291-2/+2
| | | | | | `configure.in'. svn path=/trunk/; revision=10591
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* add addressbook/gui/contact-list-editor, and correct path ofChris Toshok2001-06-251-1/+2
| | | | | | | | | 2001-06-24 Chris Toshok <toshok@ximian.com> * configure.in: add addressbook/gui/contact-list-editor, and correct path of contact-editor. svn path=/trunk/; revision=10461
* added new directory for the libwombat library, which will contain theRodrigo Moya2001-06-211-0/+1
| | | | | | | | | | 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
* Fix the OpenLDAP check to default to "no" if you don't specify anything.Dan Winship2001-06-211-12/+17
| | | | | | | * configure.in: Fix the OpenLDAP check to default to "no" if you don't specify anything. svn path=/trunk/; revision=10352
* Change --enable-ldap to --with-openldap, allow a path prefix as anDan Winship2001-06-201-31/+46
| | | | | | | | * configure.in: Change --enable-ldap to --with-openldap, allow a path prefix as an argument. Add some libtooly goodness to the libldap check in case it depends on ssl libraries. svn path=/trunk/; revision=10334
* Tweak the db3 header check to like our RH7 build machine again.Dan Winship2001-06-201-1/+1
| | | | | | | * configure.in: Tweak the db3 header check to like our RH7 build machine again. svn path=/trunk/; revision=10308
* Sync - FedericoFederico Mena Quintero2001-06-201-8/+30
| | | | svn path=/trunk/; revision=10293
* oops. typoeDan Winship2001-06-191-1/+1
| | | | svn path=/trunk/; revision=10269
* Add "--with-db3" to fill in both --with-db3-includes and --with-db3-libs.Dan Winship2001-06-191-164/+97
| | | | | | | | | * configure.in: Add "--with-db3" to fill in both --with-db3-includes and --with-db3-libs. Make them get cached properly so you don't need to specify it every time. Simplify some code. svn path=/trunk/; revision=10268
* Check the modes on $system_mail_dir and set up variables forDan Winship2001-06-191-1/+34
| | | | | | | | * configure.in: Check the modes on $system_mail_dir and set up variables for camel/Makefile to make camel-lock-helper setuid/setgid. svn path=/trunk/; revision=10266
* One slight db3 check correctionJP Rosevear2001-06-121-1/+3
| | | | | | | | 2001-06-11 JP Rosevear <jpr@ximian.com> * configure.in: One slight db3 check correction svn path=/trunk/; revision=10192
* fix typo in -ldb3 check.Chris Toshok2001-06-121-1/+1
| | | | | | | | 2001-06-11 Chris Toshok <toshok@ximian.com> * configure.in: fix typo in -ldb3 check. svn path=/trunk/; revision=10189
* Update db3 configure checks for RedHat. /me beats a sleep cat to deathJP Rosevear2001-06-121-2/+37
| | | | | | | | | 2001-06-11 JP Rosevear <jpr@ximian.com> * configure.in: Update db3 configure checks for RedHat. /me beats a sleep cat to death svn path=/trunk/; revision=10188
* Bumped required version of gal to 0.8.99.2.Christopher James Lahey2001-06-091-1/+1
| | | | | | | | 2001-06-09 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required version of gal to 0.8.99.2. svn path=/trunk/; revision=10172
* Added addressbook/gui/merging/Makefile.Christopher James Lahey2001-06-091-0/+1
| | | | | | | | 2001-06-09 Christopher James Lahey <clahey@ximian.com> * configure.in: Added addressbook/gui/merging/Makefile. svn path=/trunk/; revision=10171
* More pruningIain Holmes2001-06-091-1/+0
| | | | svn path=/trunk/; revision=10167
* Committing the new My Evolution.Iain Holmes2001-06-091-5/+1
| | | | svn path=/trunk/; revision=10163
* Bump version to 0.10.99JP Rosevear2001-06-061-3/+3
| | | | | | | | 2001-06-05 JP Rosevear <jpr@ximian.com> * config.log: Bump version to 0.10.99 svn path=/trunk/; revision=10121
* Included information about db3.Christopher James Lahey2001-06-011-5/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-31 Christopher James Lahey <clahey@ximian.com> * README: Included information about db3. * acconfig.h: Added HAVE_DB_H and HAVE_DB3_DB_H. * configure.in: Added various checks for db3 libraries and includes. Of note are the new configure options --with-db3-includes=PREFIX and --with-db3-libs=PREFIX to specify the location for your db3 library. From addressbook/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * backend/pas/Makefile.am (INCLUDES): Added db3 cflags. * backend/pas/pas-backend-file.c: Updated this to use db3. From e-util/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added db3 cflags. * e-dbhash.c: Made this use db3. * e-db3-utils.c, e-db3-utils.h: New files with some helper functions. From wombat/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * Makefile.am (wombat_LDADD): Added db3 libs. svn path=/trunk/; revision=10077
* Use --moddatadir to derive this.Christopher James Lahey2001-06-011-37/+2
| | | | | | | | | | | | | | 2001-05-31 Christopher James Lahey <clahey@ximian.com> * configure.in (GTKHTML_DATADIR): Use --moddatadir to derive this. From composer/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * Makefile.am (HTML_EDITOR_GENERATED): Use GTKHTML_DATADIR here. svn path=/trunk/; revision=10070
* Bump gal dependency to 0.8.99.1Dan Winship2001-05-311-1/+1
| | | | | | * configure.in: Bump gal dependency to 0.8.99.1 svn path=/trunk/; revision=10056
* Remove reference to verify-evolution-install.sh since it doesn't work anyDan Winship2001-05-241-21/+46
| | | | | | | | | | | | * README: Remove reference to verify-evolution-install.sh since it doesn't work any more. * configure.in (EVO_CHECK_LIB): allow this to take a max version too, mostly so we can bound the allowable gal versions for releases, but also to require libxml < 2.0. (OpenSSL): Fixicate to work on NetBSD (OpenSSL in /usr, no libdl). svn path=/trunk/; revision=9951
* Create MAILER_CFLAGS and MAILER_LIBS so that we don't have the same libsJeffrey Stedfast2001-05-231-0/+5
| | | | | | | | | | 2001-05-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Create MAILER_CFLAGS and MAILER_LIBS so that we don't have the same libs multiple times in the libtool command-line. svn path=/trunk/; revision=9926
* Create CAMEL_CFLAGS and CAMEL_LIBS so that we don't have to link in allJeffrey Stedfast2001-05-161-0/+5
| | | | | | | | | | 2001-05-15 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Create CAMEL_CFLAGS and CAMEL_LIBS so that we don't have to link in all sorts of unnecessary garbage from GNOME that we don't need. svn path=/trunk/; revision=9824
* add the nspr includes to the list of includes used to test for NSSChris Toshok2001-05-101-4/+9
| | | | | | | | | | 2001-05-09 Chris Toshok <toshok@ximian.com> * configure.in: add the nspr includes to the list of includes used to test for NSS headers, and don't assume -lpthread in the nss/nspr libs - use PTHREAD_LIB. svn path=/trunk/; revision=9743
* OpenSSL LDFLAGS also needs to include -lcryptJeffrey Stedfast2001-05-101-2/+4
| | | | | | | | 2001-05-09 Jeffrey Stedfast <fejj@ximian.com> * configure.in: OpenSSL LDFLAGS also needs to include -lcrypt svn path=/trunk/; revision=9727
* Importer changesIain Holmes2001-05-091-0/+1
| | | | svn path=/trunk/; revision=9722
* Bumped check for gal to 0.7.99.3.Christopher James Lahey2001-05-081-1/+1
| | | | | | | | 2001-05-08 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped check for gal to 0.7.99.3. svn path=/trunk/; revision=9712
* undef HAVE_SSL and HAVE_OPENSSLJeffrey Stedfast2001-05-081-2/+69
| | | | | | | | | | 2001-05-04 Jeffrey Stedfast <fejj@ximian.com> * acconfig.h: undef HAVE_SSL and HAVE_OPENSSL * configure.in: Check for OpenSSL. svn path=/trunk/; revision=9698
* upped required gtkhtml version to 0.9.3, even that is not enough for idlGediminas Paulauskas2001-05-061-3/+5
| | | | | | | | | | | 2001-05-05 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: upped required gtkhtml version to 0.9.3, even that is not enough for idl changes. * README: you need LIB_XML_1_BRANCH. updated all version requirements from configure.in svn path=/trunk/; revision=9683
* Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-271-1/+0
| | | | | | | Don't autogen `executive-summary/widgets/Makefile' as that subdirectory doesn't get distributed anymore. svn path=/trunk/; revision=9600
* Check for gethostbyname_r so e_gethostbyname_r will DTRT.Dan Winship2001-04-271-1/+2
| | | | | | | * configure.in: Check for gethostbyname_r so e_gethostbyname_r will DTRT. svn path=/trunk/; revision=9591
* We no longer depend on libunicode.Dan Winship2001-04-271-19/+11
| | | | | | | | | | * README: We no longer depend on libunicode. * configure.in: Remove check for libunicode. Remove unicode cflags and libs from all CFLAGS and LIBS variables. Add GAL_LIBS for things that need to depend on just gal (for gunicode). svn path=/trunk/; revision=9586
* Bump up the gal requirementDan Winship2001-04-251-1/+1
| | | | | | * configure.in: Bump up the gal requirement svn path=/trunk/; revision=9546
* Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-241-1/+0
| | | | | | | 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
* We need to link in more than just libnspr4, we also need libpthread.Jeffrey Stedfast2001-04-231-3/+3
| | | | | | | | | | 2001-04-21 Jeffrey Stedfast <fejj@ximian.com> * configure.in (have_nspr_libs): We need to link in more than just libnspr4, we also need libpthread. (have_nss_libs): Don't forget to add nsprlibs to the LDFLAGS. svn path=/trunk/; revision=9497
* Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-171-1/+1
| | | | | | `AC_OUTPUT()' `mail/Makefile' before `mail/importers/Makefile'. svn path=/trunk/; revision=9386
* Pull up fix from the branch:Ettore Perazzoli2001-04-161-4/+20
| | | | | | | 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
* Updated the required version of gal to 0.6.99.0.Christopher James Lahey2001-04-131-1/+1
| | | | | | | | 2001-04-12 Christopher James Lahey <clahey@ximian.com> * configure.in: Updated the required version of gal to 0.6.99.0. svn path=/trunk/; revision=9292
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-11 JP Rosevear <jpr@ximian.com> * configure.in: Check if gethostbyname_r take five params * acconfig.h: add GETHOSTBYNAME_R_FIVE_ARGS 2001-04-11 JP Rosevear <jpr@ximian.com> * providers/imap/Makefile.am: user GNOME_INCLUDEDIR since gnome files are included in the top level camel headers and the gtk include dir is now versioned and such * providers/local/Makefile.am: ditto * providers/pop3/Makefile.am: ditto * providers/smtp/Makefile.am: ditto * providers/sendmail/Makefile.am: ditto * camel-service.c: use five arg version of gethostbyname_r if appropriate (camel_get_host_byname): check if msg->herr is non-zero instead of checking if msg->hp is null since we may not always have msg->hp svn path=/trunk/; revision=9239
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * AUTHORS: /me is a translator. * configure.in (EVO_CHECK_LIB): fail with AC_MSG_ERROR, not echo && exit 1. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * backend/ebook/evolution-gnomecard-importer.c: added missing #include. * contact-editor/e-contact-editor.c (_arrow_pressed): popup menu items were not translated after selecting one of them. * gui/widgets/e-addressbook-view.c: mark popup menu items with N_(). Updated list[] for translators. * gui/widgets/e-minicard.c: same. * gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_set_arg): fix warning for "editable" arg. * gui/widgets/e-minicard-view.c: convert "empty_message" to utf8. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * widgets/e-summary-subwindow.c: added some missing includes. * widgets/e-summary-title-button.h: same. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * menus/gal-view-menus.c: convert label to utf8. svn path=/trunk/; revision=9215
* create the makefile in camel/tests/smimeJeffrey Stedfast2001-04-101-0/+1
| | | | | | | | | 2001-04-10 Jeffrey Stedfast <fejj@ximian.com> * configure.in (EVOLUTION_DIR): create the makefile in camel/tests/smime svn path=/trunk/; revision=9212
* Bump this to 10. (We forgot to do this before branching *again*...)Dan Winship2001-03-311-1/+1
| | | | | | | * configure.in (EVOLUTION_MICRO_VERSION): Bump this to 10. (We forgot to do this before branching *again*...) svn path=/trunk/; revision=9053
* oops libunicode isn't quite dead yetDan Winship2001-03-291-0/+14
| | | | svn path=/trunk/; revision=8999
* add a bit mentioning that if configure claims you don't have somethingDan Winship2001-03-291-201/+57
| | | | | | | | | | | | | | | | | * README: add a bit mentioning that if configure claims you don't have something installed when you think you do, that it's probably because you installed it in the wrong prefix, or because you need a -devel package. * configure.in: Add a new macro EVO_CHECK_LIB that checks for a gnome-config-based library of a given version or later, correctly, and if doesn't find it, suggests that you consult the README. Fix the various library checks to use this. Meanwhile, remove a bunch of old cruft and reorganize a little. * acconfig.h: Remove cruft svn path=/trunk/; revision=8997
* create camel/misc/MakefileRadek Doulik2001-03-261-0/+1
| | | | | | | | 2001-03-26 Radek Doulik <rodo@ximian.com> * configure.in: create camel/misc/Makefile svn path=/trunk/; revision=8940
* Bumped gal requirement to 0.5.99.11.Christopher James Lahey2001-03-221-3/+3
| | | | | | | | 2001-03-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped gal requirement to 0.5.99.11. svn path=/trunk/; revision=8885
* Require bison, not yacc (for vcc.y)Dan Winship2001-03-221-0/+5
| | | | | | * configure.in: Require bison, not yacc (for vcc.y) svn path=/trunk/; revision=8877
* More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERSJeffrey Stedfast2001-03-211-13/+24
| | | | | | | | | | | 2001-03-20 Jeffrey Stedfast <fejj@ximian.com> * configure.in: More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERS instead of AC_CHECK_FILES. Also made it not default the nspr lib path to /usr/lib/mozilla which may not be in the user's library path when checking for nspr libs. svn path=/trunk/; revision=8856
* Fix ettore's fix ;-)Jeffrey Stedfast2001-03-201-2/+2
| | | | | | | | 2001-03-19 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fix ettore's fix ;-) svn path=/trunk/; revision=8842
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-19 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped gal requirement to 0.5.99.8. From addressbook/ChangeLog: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * Merged branch: 2001-03-14 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-minicard-view.c: Call e_selection_model_simple_insert_rows and e_selection_model_simple_delete_rows instead of e_selection_model_simple_insert_row and e_selection_model_simple_delete_row. End of branch From mail/ChangeLog: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * Merged e-tree-rework-branch: 2001-03-18 Christopher James Lahey <clahey@ximian.com> * message-list.c: Added has_save_id and get_save_id methods. * subscribe-dialog.c: Added arguments for e_tree_memory_callbacks_new of get_save_id and has_save_id to NULL. 2001-03-16 Christopher James Lahey <clahey@ximian.com> * message-list.c: Added a call to e_tree_memory_set_expanded_default to TRUE. Removed all calls to set_expanded on nodes while the tree is frozen since this fails miserably now. 2001-03-13 Christopher James Lahey <clahey@ximian.com> * message-list.c (message_list_get_layout): Turned off draw-grid. 2001-03-09 Christopher James Lahey <clahey@ximian.com> * folder-browser-factory.c, folder-browser.c, message-list.c, message-list.h, subscribe-dialog.c, subscribe-dialog.h, mail-callbacks.c: Converted these all to use ETree instead of ETable. End of branch From shell/ChangeLog: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * Merged e-tree-rework-branch: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (etree_get_save_id): Made "root" detection deal properly with removed nodes. 2001-03-18 Christopher James Lahey <clahey@ximian.com> * e-shell-view.c (e_shell_view_save_settings): Added some unused code to implement saving of the expanded state. * e-storage-set-view.c: Added has_save_id and get_save_id methods. 2001-03-13 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (ETREE_SPEC): Set draw-grid here to false. 2001-03-09 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c, e-storage-set-view.h: Chaned this to use ETree instead of ETable. End of branch svn path=/trunk/; revision=8839
* Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I".Ettore Perazzoli2001-03-201-4/+4
| | | | | | | | | 2001-03-19 Ettore Perazzoli <ettore@ximian.com> * configure.in: Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I". svn path=/trunk/; revision=8824
* Updated the checks for NSS and NSPRJeffrey Stedfast2001-03-191-2/+4
| | | | | | | | 2001-03-18 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8803
* Added directions on how to build with SSL support.Jeffrey Stedfast2001-03-171-19/+39
| | | | | | | | | | 2001-03-16 Jeffrey Stedfast <fejj@ximian.com> * README: Added directions on how to build with SSL support. * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8773
* Bump gal requirement to 0.5.99.7Dan Winship2001-03-161-3/+3
| | | | | | * configure.in: Bump gal requirement to 0.5.99.7 svn path=/trunk/; revision=8750
* Added Azeri language filePablo Saratxaga2001-03-151-2/+1
| | | | | | | fixed various po files fixed a no-c-format tag svn path=/trunk/; revision=8733
* create doc/devel/executive-summary/MakefileGediminas Paulauskas2001-03-151-0/+1
| | | | | | | | | | | | | 2001-03-14 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: create doc/devel/executive-summary/Makefile * doc/C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml anymore * filter/filter-system-flag.c: translate status flag title. svn path=/trunk/; revision=8714
* Updated to AC_SUBST the NSPR/NSS flags.Jeffrey Stedfast2001-03-151-2/+12
| | | | | | | | 2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Updated to AC_SUBST the NSPR/NSS flags. svn path=/trunk/; revision=8712
* add -lresolv to LDAP_LIBS if it's there.Chris Toshok2001-03-141-3/+5
| | | | | | | | 2001-03-13 Chris Toshok <toshok@ximian.com> * configure.in: add -lresolv to LDAP_LIBS if it's there. svn path=/trunk/; revision=8678
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+1
| | | | | | importer. svn path=/trunk/; revision=8661
* Hm... probably would be clever to be calling this 0.9 rather than 0.8,Dan Winship2001-03-101-1/+1
| | | | | | | | * configure.in (EVOLUTION_MICRO_VERSION): Hm... probably would be clever to be calling this 0.9 rather than 0.8, since it's almost 0.10. svn path=/trunk/; revision=8620
* Removed --enable-assbarn-security and replaced it with the real options:Jeffrey Stedfast2001-03-081-101/+80
| | | | | | | | | | | | | | 2001-03-07 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed --enable-assbarn-security and replaced it with the real options: --with-nspr-includes=PREFIX --with-nspr-libs=PREFIX --with-nss=PREFIX * acconfig.h: #undef HAVE_NSS svn path=/trunk/; revision=8591
* Require GAL 0.5.99.6.Ettore Perazzoli2001-03-081-1/+1
| | | | svn path=/trunk/; revision=8588
* Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-081-1/+0
| | | | | | | | | 2001-03-07 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Don't try to generate a Makefile in camel/providers/vee as it's empty. svn path=/trunk/; revision=8583
* Check for gal 0.5.99.4.Christopher James Lahey2001-03-061-3/+3
| | | | | | | | 2001-03-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.4. svn path=/trunk/; revision=8557
* Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being usedDan Winship2001-03-051-11/+12
| | | | | | | * configure.in: Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being used before AC_ISC_POSIX svn path=/trunk/; revision=8543
* Added views/addressbook/Makefile.Christopher James Lahey2001-03-041-0/+1
| | | | | | | | 2001-03-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Added views/addressbook/Makefile. svn path=/trunk/; revision=8541
* install conduit iconsJP Rosevear2001-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2001-03-02 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install conduit icons 2001-03-02 JP Rosevear <jpr@ximian.com> * conduit/Makefile.am: update sed script * conduit/e-address.conduit.in: update for new pilot foo 2001-03-02 JP Rosevear <jpr@ximian.com> * conduits/todo/e-todo.conduit.in: update for new pilot foo * conduits/calendar/e-calendar.conduit.in: ditto * conduits/todo/Makefile.am: update sed script * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=8529
* add logic to make sure we're building against OpenLDAP >= 2Chris Toshok2001-03-021-0/+18
| | | | | | | | 2001-03-02 Chris Toshok <toshok@ximian.com> * configure.in: add logic to make sure we're building against OpenLDAP >= 2 svn path=/trunk/; revision=8519
* add missing "for" to a messageDan Winship2001-03-021-1/+1
| | | | svn path=/trunk/; revision=8466
* Added views stuff.Christopher James Lahey2001-03-021-0/+3
| | | | | | | | 2001-03-01 Christopher James Lahey <clahey@ximian.com> * Makefile.am (SUBDIRS), configure.in: Added views stuff. svn path=/trunk/; revision=8461
* Redo the Kerberos stuff again to deal with the stuff currently on myDan Winship2001-03-021-53/+59
| | | | | | | | * configure.in: Redo the Kerberos stuff again to deal with the stuff currently on my machine. I think it should deal with both the MIT and KTH versions of both krb4 and krb5 now. svn path=/trunk/; revision=8450
* Check for gal 0.5.99.2.Christopher James Lahey2001-03-011-3/+3
| | | | | | | | 2001-03-01 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.2. svn path=/trunk/; revision=8445
* Check for gal 0.5.99.1.Christopher James Lahey2001-02-201-3/+3
| | | | | | | | 2001-02-19 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.1. svn path=/trunk/; revision=8299
* Check for gal 0.5.99.0.Christopher James Lahey2001-02-151-3/+3
| | | | | | | | 2001-02-15 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.0. svn path=/trunk/; revision=8241
* rework ldap check logic so it'll work to --disable-ldap if you'veChris Toshok2001-02-121-1/+2
| | | | | | | | | 2001-02-11 Chris Toshok <toshok@ximian.com> * configure.in: rework ldap check logic so it'll work to --disable-ldap if you've previously configured with --enable-ldap. svn path=/trunk/; revision=8176
* Added hacks to check for Mozilla libs like nspr and nss that we will needJeffrey Stedfast2001-02-101-0/+105
| | | | | | | | | 2001-02-09 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added hacks to check for Mozilla libs like nspr and nss that we will need for SSL and S/MIME. svn path=/trunk/; revision=8154
* update the error message to say Bonobo 0.36 is needed rather than 0.31Jeffrey Stedfast2001-02-101-1/+1
| | | | svn path=/trunk/; revision=8151
* depend on bonobo >= 0.36Michael Meeks2001-02-091-2/+2
| | | | | | | | 2001-02-09 Michael Meeks <michael@ximian.com> * configure.in: depend on bonobo >= 0.36 svn path=/trunk/; revision=8136
* Upped the version number of gal required to 0.5.Christopher James Lahey2001-02-091-3/+3
| | | | | | | | 2001-02-08 Christopher James Lahey <clahey@ximian.com> * configure.in: Upped the version number of gal required to 0.5. svn path=/trunk/; revision=8121
* Added pt_BR to ALL_LINGUAS.Gustavo Maciel Dias Vieira2001-02-061-1/+1
| | | | | | | | 2001-02-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS. svn path=/trunk/; revision=7980
* Require version 0.4.99.8 of gal.Christopher James Lahey2001-02-051-3/+3
| | | | | | | | 2001-02-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Require version 0.4.99.8 of gal. svn path=/trunk/; revision=7961
* Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added aKenneth Christiansen2001-02-041-0/+2
| | | | | | | | | | 2001-02-04 Kenneth Christiansen <kenneth@gnu.org> * configure.in: Added AM_PROG_XML_I18N_TOOLS so translations works correctly. * macros/autogen.sh: Added a check for xml-i18n-tools. svn path=/trunk/; revision=7951
* Make sure we have gnome-libs 1.2.9 or higher.Federico Mena Quintero2001-02-041-2/+2
| | | | | | | | 2001-02-03 Federico Mena Quintero <federico@ximian.com> * configure.in: Make sure we have gnome-libs 1.2.9 or higher. svn path=/trunk/; revision=7946
* allow --enable/disable-ldap.Chris Toshok2001-02-021-4/+7
| | | | | | | | 2001-02-01 Chris Toshok <toshok@ximian.com> * configure.in: allow --enable/disable-ldap. svn path=/trunk/; revision=7943
* reviewed by: JP Rosevear <jpr@ximian.com>Eskil Heyn Olsen2001-01-301-1/+1
| | | | | | | | | | | | reviewed by: JP Rosevear <jpr@ximian.com> * acconfig.h: Added the ENABLE_NNTP define * configure.in: Fixed the NNTP m4 section. svn path=/trunk/; revision=7904
* configure.in: Added sk to ALL_LINGUASStano Visnovsky2001-01-301-1/+1
| | | | svn path=/trunk/; revision=7892
* remove widgets/shortcut-bar/Makefile from here.Jason Leach2001-01-271-1/+0
| | | | | | | | | 2001-01-27 Jason Leach <jasonleach@usa.net> * configure.in (AC_OUTPUT): remove widgets/shortcut-bar/Makefile from here. svn path=/trunk/; revision=7858
* Upped the required version of gal in evolution.Christopher James Lahey2001-01-261-3/+3
| | | | | | | | 2001-01-25 Christopher James Lahey <clahey@helixcode.com> * configure.in: Upped the required version of gal in evolution. svn path=/trunk/; revision=7811
* Upped the required version of gal in evolution.Christopher James Lahey2001-01-251-3/+3
| | | | | | | | 2001-01-24 Christopher James Lahey <clahey@helixcode.com> * configure.in: Upped the required version of gal in evolution. svn path=/trunk/; revision=7786
* disable cmdline subdir here tooDave Camp2001-01-221-1/+0
| | | | svn path=/trunk/; revision=7698
* Add cmdline to the buildMiguel de Icaza2001-01-221-1/+2
| | | | svn path=/trunk/; revision=7690
* Add composer bitsMiguel de Icaza2001-01-211-0/+10
| | | | svn path=/trunk/; revision=7679
* Changed a leftover $with_x_mailer to $with_sub_version. Made it so that ifJason Leach2001-01-191-2/+8
| | | | | | | | | | | 2001-01-19 Jason Leach <jasonleach@usa.net> * configure.in: Changed a leftover $with_x_mailer to $with_sub_version. Made it so that if $with_sub_version isn't specified, we don't try to output it, and also corrected the way SUB_VERSION is defined. svn path=/trunk/; revision=7644
* add the doc/devel/importer/Makefile as a target.Larry Ewing2001-01-181-0/+1
| | | | | | | | | | | | | 2001-01-17 Larry Ewing <lewing@helixcode.com> * configure.in (EVOLUTION_DIR): add the doc/devel/importer/Makefile as a target. * backend/ebook/Makefile.am (oaf_DATA): don't require the pine oainfo file until it is actually added to the repository. We need to keep the build working for nightlies to work. svn path=/trunk/; revision=7597
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-181-8/+5
| | | | | | | | | The value you provide is now also displayed in the shell title bar. And while I was at it, I changed the title bar so that it displays the name of the folder first (instead of "Evolution - Inbox" it says "Inbox - Evolution 0.8 [yaddayadda]"). svn path=/trunk/; revision=7585
* add --enable-nntp switch. default is no.Chris Toshok2001-01-171-0/+14
| | | | | | | | 2001-01-16 Chris Toshok <toshok@helixcode.com> * configure.in: add --enable-nntp switch. default is no. svn path=/trunk/; revision=7549
* tweak the --with-x-mailer flag a bitDan Winship2001-01-171-1/+3
| | | | svn path=/trunk/; revision=7541
* Add --with-x-mailer to set the version string that appears in the X-MailerDan Winship2001-01-171-1/+8
| | | | | | | * configure.in, acconfig.h: Add --with-x-mailer to set the version string that appears in the X-Mailer header. svn path=/trunk/; revision=7539
* Changed the required version of gal.Christopher James Lahey2001-01-161-3/+3
| | | | | | | | 2001-01-15 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal. svn path=/trunk/; revision=7525
* remove old config messageJP Rosevear2001-01-151-1/+0
| | | | | | | | 2001-01-14 JP Rosevear <jpr@ximian.com> * configure.in: remove old config message svn path=/trunk/; revision=7492
* added default_user/local/Tasks/Makefile to AC_OUTPUT.Damon Chaplin2001-01-141-0/+1
| | | | | | | | 2001-01-14 Damon Chaplin <damon@helixcode.com> * configure.in: added default_user/local/Tasks/Makefile to AC_OUTPUT. svn path=/trunk/; revision=7482
* Take out the PGP/GPG detection stuff.Jeffrey Stedfast2001-01-131-35/+0
| | | | | | | | 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Take out the PGP/GPG detection stuff. svn path=/trunk/; revision=7470
* Suggest what to do if gtk-doc is not found.Federico Mena Quintero2001-01-131-0/+2
| | | | | | | | 2001-01-12 Federico Mena Quintero <federico@ximian.com> * configure.in: Suggest what to do if gtk-doc is not found. svn path=/trunk/; revision=7468
* Make evolution depend on the new version of gal.Christopher James Lahey2001-01-131-3/+3
| | | | | | | | 2001-01-12 Christopher James Lahey <clahey@helixcode.com> * configure.in: Make evolution depend on the new version of gal. svn path=/trunk/; revision=7467
* Doh, forgot thisIain Holmes2001-01-121-0/+1
| | | | svn path=/trunk/; revision=7401
* At the end of the configure process, report whether the documentationFederico Mena Quintero2001-01-111-0/+10
| | | | | | | | | 2001-01-11 Federico Mena Quintero <federico@helixcode.com> * configure.in: At the end of the configure process, report whether the documentation files will be built or not. svn path=/trunk/; revision=7385
* Added calendar/gui/alarm-notify/Makefile.Federico Mena Quintero2001-01-101-0/+1
| | | | | | | | 2001-01-09 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added calendar/gui/alarm-notify/Makefile. svn path=/trunk/; revision=7339
* Remove non-existent fileJP Rosevear2001-01-051-3/+3
| | | | | | | | | | | | | | | | | | | 2001-01-04 JP Rosevear <jpr@helixcode.com> * POTFILES.in: Remove non-existent file 2001-01-04 JP Rosevear <jpr@helixcode.com> * conduit/Makefile.am: Fix hard coded library names that were accidentally committed (i'm looking at you miggie) * contact-editor/e-contact-editor.c (categories_clicked): Reflect renaming. * contact-editor/e-contact-editor-categories.[hc]: These are living in gal now svn path=/trunk/; revision=7261
* Removed camel/providers/mbox/Makefile and camel/providers/mh/Makefile.Christopher James Lahey2001-01-041-2/+0
| | | | | | | | | 2001-01-03 Christopher James Lahey <clahey@helixcode.com> * configure.in (EVOLUTION_DIR): Removed camel/providers/mbox/Makefile and camel/providers/mh/Makefile. svn path=/trunk/; revision=7237