aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated the required version of gal.Christopher James Lahey2000-12-091-3/+3
| | | | | | | | 2000-12-07 Christopher James Lahey <clahey@helixcode.com> * configure.in: Updated the required version of gal. svn path=/trunk/; revision=6874
* renamed HTMLEditor.idl to Editor.idlRadek Doulik2000-12-081-6/+6
| | | | | | | | | 2000-12-07 Radek Doulik <rodo@helixcode.com> * configure.in (GTKHTML_LIBS): renamed HTMLEditor.idl to Editor.idl svn path=/trunk/; revision=6842
* Increased the required version of gal.Christopher James Lahey2000-12-071-3/+3
| | | | | | | | 2000-12-06 Christopher James Lahey <clahey@helixcode.com> * configure.in: Increased the required version of gal. svn path=/trunk/; revision=6815
* Added camel/tests/stream/Makefile.am.Not Zed2000-12-051-0/+1
| | | | | | | | 2000-12-05 Not Zed <NotZed@HelixCode.com> * configure.in: Added camel/tests/stream/Makefile.am. svn path=/trunk/; revision=6791
* Bumped required gal version to 0.2.99.4 for e_str_make_safe.Jeffrey Stedfast2000-12-011-3/+3
| | | | | | | | | | | 2000-11-30 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Bumped required gal version to 0.2.99.4 for e_str_make_safe. * README: Added some necessary :'s in the pilot-link cvs stuff. svn path=/trunk/; revision=6746
* Bump required gal version to 0.2.99.3 for iconv changesDan Winship2000-11-301-3/+3
| | | | | | | * configure.in: Bump required gal version to 0.2.99.3 for iconv changes svn path=/trunk/; revision=6720
* Add USE_FLOCK, USE_FCNTL, USE_FLOCKJP Rosevear2000-11-291-1/+30
| | | | | | | | | | | | | | 2000-11-28 JP Rosevear <jpr@helixcode.com> * acconfig.h: Add USE_FLOCK, USE_FCNTL, USE_FLOCK * configure.in: Auto* magic for various camel locking types 2000-11-28 JP Rosevear <jpr@helixcode.com> * camel-lock.c: No longer hard code the enabled lock types svn path=/trunk/; revision=6703
* Added camel/tests/folder/MakefileNot Zed2000-11-281-0/+1
| | | | | | | | 2000-11-28 Not Zed <NotZed@HelixCode.com> * configure.in (AC_OUTPUT): Added camel/tests/folder/Makefile svn path=/trunk/; revision=6692
* Correct the bonobo version error messageJP Rosevear2000-11-281-1/+1
| | | | | | | | | | 2000-11-27 JP Rosevear <jpr@helixcode.com> * configure.in: Correct the bonobo version error message * README: Update svn path=/trunk/; revision=6683
* Added camel/tests stuff to output macro.Not Zed2000-11-241-1/+5
| | | | | | | | | | | | 2000-11-24 Not Zed <NotZed@HelixCode.com> * configure.in: Added camel/tests stuff to output macro. 2000-11-14 Not Zed <NotZed@HelixCode.com> * configure.in: Added local provider dir to output macro. svn path=/trunk/; revision=6655
* Check for libgpgme. (Support not added to mail yet.)Dan Winship2000-11-221-16/+26
| | | | | | | * configure.in: Check for libgpgme. (Support not added to mail yet.) svn path=/trunk/; revision=6641
* sync - FedericoFederico Mena Quintero2000-11-221-1/+0
| | | | svn path=/trunk/; revision=6637
* Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-181-0/+2
| | | | | | | | | | | | | 2000-11-18 Miguel de Icaza <miguel@helixcode.com> * Added widgets/menus that contains the gal-view-menus.c code from Gal that depended on Bonobo. * configure.in: Update list of Makefiles; * widgets/Makefile.am: Update. svn path=/trunk/; revision=6608
* Update the gal reqiurement version.Christopher James Lahey2000-11-141-3/+3
| | | | | | | | | | | | | | | 2000-11-13 Christopher James Lahey <clahey@helixcode.com> * configure.in: Update the gal reqiurement version. From mail/ChangeLog: 2000-11-13 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Removed some e_table_model calls and replaced them with e_tree_model calls. svn path=/trunk/; revision=6564
* Require Bonobo >= 0.29, due to the XSync fix.Michael Meeks2000-11-111-2/+2
| | | | | | | | | | | | | | 2000-11-10 Michael Meeks <michael@helixcode.com> * configure.in: Require Bonobo >= 0.29, due to the XSync fix. 2000-11-06 Michael Meeks <michael@helixcode.com> * e-shell-view.c (unrealize): remove. (e_shell_view_construct): ditto. svn path=/trunk/; revision=6537
* Require gal 0.2.99.1.Christopher James Lahey2000-11-101-3/+3
| | | | | | | | | | | | | | | | | | | | 2000-11-09 Christopher James Lahey <clahey@helixcode.com> * configure.in: Require gal 0.2.99.1. From addressbook/ChangeLog: 2000-11-09 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-ldap.c: Fixed a warning. * gui/component/addressbook.c: Put in gal view menus for testing purposes. * printing/e-contact-print-envelope.c: Fixed up envelope printing a bit. Added code for printing return addresses. svn path=/trunk/; revision=6529
* Require gal 0.2.1.3Jeffrey Stedfast2000-11-071-3/+3
| | | | | | | | 2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Require gal 0.2.1.3 svn path=/trunk/; revision=6465
* ${prefix} doesn't get defaulted until the end of configure, so check ifDan Winship2000-11-071-3/+8
| | | | | | | | * configure.in (GTKHTML_LIBS): ${prefix} doesn't get defaulted until the end of configure, so check if it's "NONE" and use ${ac_default_prefix} if so. svn path=/trunk/; revision=6426
* also look for HTMLEditor.idl in ${prefix}/share/gtkhtmlRadek Doulik2000-11-061-2/+7
| | | | | | | | | 2000-11-06 Radek Doulik <rodo@helixcode.com> * configure.in (GTKHTML_LIBS): also look for HTMLEditor.idl in ${prefix}/share/gtkhtml svn path=/trunk/; revision=6414
* raise required version number to 0.8 added check for HTMLEditor.idl fileRadek Doulik2000-11-041-2/+13
| | | | | | | | | | 2000-11-03 Radek Doulik <rodo@helixcode.com> * configure.in (BONOBO_HTML_GNOME_CFLAGS): raise required version number to 0.8 added check for HTMLEditor.idl file svn path=/trunk/; revision=6393
* o2000-11-02 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-11-031-3/+3
| | | | | | * configure.in: Require gal 0.2.1.2. svn path=/trunk/; revision=6355
* Require Bonobo-0.27+Michael Meeks2000-11-021-2/+2
| | | | | | | | 2000-11-02 Michael Meeks <michael@helixcode.com> * configure.in: Require Bonobo-0.27+ svn path=/trunk/; revision=6348
* calendar: made all gui show localizedGediminas Paulauskas2000-11-011-1/+1
| | | | | | | camel: updated charset info from newest libunicode po: updated Lithuanian translation svn path=/trunk/; revision=6308
* fix up printing of kerberos configuration statusDan Winship2000-10-311-6/+7
| | | | | | * configure.in: fix up printing of kerberos configuration status svn path=/trunk/; revision=6273
* added Catalan filePablo Saratxaga2000-10-291-1/+1
| | | | svn path=/trunk/; revision=6248
* Require gal cvs version.Christopher James Lahey2000-10-281-4/+4
| | | | | | | | 2000-10-27 Christopher James Lahey <clahey@helixcode.com> * configure.in: Require gal cvs version. svn path=/trunk/; revision=6231
* Status report in configure.inMiguel de Icaza2000-10-261-0/+27
| | | | svn path=/trunk/; revision=6191
* Summary is back in :DIain Holmes2000-10-261-0/+6
| | | | | | Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-0/+2
| | | | | | | uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with this. svn path=/trunk/; revision=6141
* Updated the gal check to check for gal 0.2.1.Christopher James Lahey2000-10-241-2/+2
| | | | | | | | 2000-10-23 Christopher James Lahey <clahey@helixcode.com> * configure.in: Updated the gal check to check for gal 0.2.1. svn path=/trunk/; revision=6127
* Added British translation.Robert Brady2000-10-221-1/+1
| | | | svn path=/trunk/; revision=6106
* Updated the gal check to check for gal 0.2.Christopher James Lahey2000-10-201-2/+2
| | | | | | | | 2000-10-19 Christopher James Lahey <clahey@helixcode.com> * configure.in: Updated the gal check to check for gal 0.2. svn path=/trunk/; revision=6039
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-1/+1
| | | | svn path=/trunk/; revision=6035
* Added "nn" to ALL_LINGUAS.Kjartan Maraas2000-10-151-1/+1
| | | | | | | | 2000-10-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added "nn" to ALL_LINGUAS. svn path=/trunk/; revision=5924
* Disable executive-summaryIain Holmes2000-10-121-6/+0
| | | | svn path=/trunk/; revision=5871
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-11 JP Rosevear <jpr@helixcode.com> * pcs/cal-backend.c (cal_backend_log_entry): Take CalObjType as a param because its impossible to determine after a delete. (cal_backend_remove_object): Calculate CalObjType and pass it to cal_backend_log_entry (cal_backend_update_object): ditto * conduits/todo/todo-conduit.c (local_record_from_comp): Kill unused variables. (add_archive_record): Don't kill the sync if this happens (update_record): Kill old function (replace_record): New function to handle replace_record signal (conduit_get_gpilot_conduit): Listen for replace record signal (add_record): Always add a new record, never replace (replace_record): Always replace an existing record * conduits/calendar/calendar-conduit.c: Same as above 2000-10-11 JP Rosevear <jpr@helixcode.com> * configure.in: Fix bonobo error message svn path=/trunk/; revision=5866
* Check for isblankJeffrey Stedfast2000-10-061-1/+1
| | | | | | | | | | | 2000-10-05 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Check for isblank * config.h.in: * acconfig.h: #undef HAVE_ISBLANK svn path=/trunk/; revision=5746
* Bump Bonobo requirement to >= 0.20Michael Meeks2000-10-051-2/+2
| | | | | | | | 2000-10-05 Michael Meeks <michael@helixcode.com> * configure.in: Bump Bonobo requirement to >= 0.20 svn path=/trunk/; revision=5743
* Add the executive summary stuffIain Holmes2000-10-051-0/+7
| | | | svn path=/trunk/; revision=5737
* Moved addressbook/ename to e-util/ename so generate e-util/ename/MakefileJeffrey Stedfast2000-09-261-1/+1
| | | | | | | | | | 2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Moved addressbook/ename to e-util/ename so generate e-util/ename/Makefile and don't generate addressbook/ename/Makefile svn path=/trunk/; revision=5579
* alter the krb4 check a bit to deal with configure cache suckage. (If youDan Winship2000-09-201-1/+1
| | | | | | | | | | * configure.in: alter the krb4 check a bit to deal with configure cache suckage. (If you do AC_CHECK_LIB with the same library and function name but different LDFLAGS, it will still use the result of the previous check. So use a different function the second time.) svn path=/trunk/; revision=5515
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added check for gnome-app-lib. Removed directories that have been moved to gal. From addressbook/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/Makefile.am, contact-editor/Makefile.am, ename/Makefile.am, gui/component/Makefile.am, gui/widgets/Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * backend/ebook/e-card.c, backend/pas/pas-backend-file.c, contact-editor/e-contact-editor-address.c, contact-editor/e-contact-editor-categories.c, contact-editor/e-contact-editor-categories.h, contact-editor/e-contact-editor-fullname.c, contact-editor/e-contact-editor.c, contact-editor/e-contact-save-as.c, ename/e-address-western.c, ename/test-ename-western-gtk.c, gui/component/addressbook-factory.c, gui/component/addressbook.c, gui/component/e-cardlist-model.h, gui/component/e-ldap-storage.c, gui/component/select-names/e-select-names-bonobo.c, gui/component/select-names/e-select-names-manager.c, gui/component/select-names/e-select-names-model.c, gui/component/select-names/e-select-names-table-model.c, gui/component/select-names/e-select-names-table-model.h, gui/component/select-names/e-select-names-text-model.h, gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h, gui/search/e-addressbook-search-dialog.c, gui/widgets/e-addressbook-model.h, gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard-label.c, gui/widgets/e-minicard-view-widget.c, gui/widgets/e-minicard-view-widget.h, gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h, gui/widgets/e-minicard-widget.h, gui/widgets/e-minicard.c, gui/widgets/test-minicard-label.c, gui/widgets/test-reflow.c, printing/e-contact-print.c: Fixed the #include lines to deal properly with gal. From calendar/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * gui/calendar-model.h, gui/e-calendar-table.c, gui/e-day-view.c, gui/e-week-view-event-item.c, gui/e-week-view.c, gui/event-editor.c, gui/gncal-todo.c, gui/gnome-cal.c, gui/main.c, gui/print.c, gui/dialogs/task-editor.c: Fixed the #include lines to deal properly with gal. * gui/check-filled.xpm: New file since we can't include it from e-table anymore. From camel/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * camel-folder-search.c, camel-folder-search.h, camel-remote-store.c, providers/imap/camel-imap-folder.c, providers/imap/camel-imap-store.c: Fixed the #include lines to deal properly with gal. From composer/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * e-msg-composer-address-dialog.c, e-msg-composer-address-entry.c, e-msg-composer-attachment.c, e-msg-composer-hdrs.c, e-msg-composer.c: Fixed the #include lines to deal properly with gal. From e-util/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed all the files moved to gal. * e-dialog-widgets.c: Fixed the #include lines to deal properly with gal. * e-gui-utils.c, e-gui-utils.h: Removed all of the functionality that was moved to gal. * e-canvas-utils.c, e-canvas-utils.h, e-canvas-vbox.c, e-canvas-vbox.h, e-canvas.c, e-canvas.h, e-cursors.c, e-cursors.h, e-font.c, e-font.h, e-popup-menu.c, e-popup-menu.h, e-printable.c, e-printable.h, e-unicode.c, e-unicode.h, e-util.c, e-util.h, e-xml-utils.c, e-xml-utils.h: Moved to gal. From filter/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * filter-editor.c, filter-filter.c, filter-folder.c, filter-input.c, filter-message-search.c, filter-option.c, filter-rule.c, score-editor.c, vfolder-editor.c, vfolder-rule.c: Fixed the #include lines to deal properly with gal. From mail/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * component-factory.c, folder-browser-factory.c, folder-browser.c, mail-callbacks.c, mail-config-gui.c, mail-display.c, mail-display.h, main.c, message-list.c, message-list.h: Fixed the #include lines to deal properly with gal. From po/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * POTFILES.in: Removed files that have been moved to gal. From shell/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * e-component-registry.c, e-corba-storage-registry.c, e-corba-storage.c, e-folder-type-registry.c, e-folder.c, e-local-folder.c, e-local-storage.c, e-shell-folder-creation-dialog.c, e-shell-folder-selection-dialog.c, e-shell-folder-title-bar.c, e-shell-view.c, e-shell.c, e-shortcuts-view.c, e-shortcuts.c, e-storage-set-view.c, e-storage-set-view.h, e-storage-set.c, e-storage.c, evolution-local-storage.c, evolution-session.c, evolution-shell-client.c, evolution-shell-component-client.c, evolution-shell-component.c, evolution-shell-view.c, evolution-storage-listener.c, evolution-storage.c, main.c: Fixed the #include lines to deal properly with gal. From widgets/meeting-time-sel/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * e-meeting-time-sel-list-item.c, e-meeting-time-sel.c, e-meeting-time-sel.h: Fixed the #include lines to deal properly with gal. If you've read this far, you deserve a prize. The first email in my mailbox with the subject "What a commit message!" (and your physical mailing address somewhere in the message) will receive a free Helix Code T-shirt mailed to anywhere within the continental United States. I cannot be held responsible for problems with email systems anywhere. This is supposed to be for fun, so please don't make a fuss if something goes wrong and your mail doesn't reach me. Find my email elsewhere in this message, and if it's been more than a few days, you're probably too late. From widgets/misc/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * e-calendar-item.c, e-calendar.c, e-calendar.h, e-title-bar.c: Fixed the #include lines to deal properly with gal. * e-scroll-frame.c, e-scroll-frame.h: Moved to gal. From widgets/shortcut-bar/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and $(EXTRA_GNOME_LIBS). Removed unneeded libraries. * e-icon-bar.c, e-icon-bar.h, e-shortcut-bar.c, e-shortcut-model.c, test-shortcut-bar.c: Fixed the #include lines to deal properly with gal. From widgets/ChangeLog: 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed directories that have been moved to gal. * e-paned/.cvsignore, e-paned/Makefile.am, e-paned/e-hpaned.c, e-paned/e-hpaned.h, e-paned/e-paned.c, e-paned/e-paned.h, e-paned/e-vpaned.c, e-paned/e-vpaned.h: Moved to gal. * e-reflow/.cvsignore, e-reflow/Makefile.am, e-reflow/e-reflow-sorted.c, e-reflow/e-reflow-sorted.h, e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved to gal. * e-table/.cvsignore, e-table/ChangeLog, e-table/LICENSE, e-table/Makefile.am, e-table/ROADMAP.e-table, e-table/TODO, e-table/add-col.xpm, e-table/arrow-down.xpm, e-table/arrow-up.xpm, e-table/check-empty.xpm, e-table/check-filled.xpm, e-table/clip.png, e-table/e-cell-checkbox.c, e-table/e-cell-checkbox.h, e-table/e-cell-string.c, e-table/e-cell-text.c, e-table/e-cell-text.h, e-table/e-cell-toggle.c, e-table/e-cell-toggle.h, e-table/e-cell-tree.c, e-table/e-cell-tree.h, e-table/e-cell.c, e-table/e-cell.h, e-table/e-table-click-to-add.c, e-table/e-table-click-to-add.h, e-table/e-table-col-dnd.h, e-table/e-table-col.c, e-table/e-table-col.h, e-table/e-table-column-model.h, e-table/e-table-column.c, e-table/e-table-config.c, e-table/e-table-config.glade, e-table/e-table-config.glade.h, e-table/e-table-config.h, e-table/e-table-defines.h, e-table/e-table-example-1.c, e-table/e-table-example-2.c, e-table/e-table-field-chooser-dialog.c, e-table/e-table-field-chooser-dialog.h, e-table/e-table-field-chooser-item.c, e-table/e-table-field-chooser-item.h, e-table/e-table-field-chooser.c, e-table/e-table-field-chooser.glade, e-table/e-table-field-chooser.glade.h, e-table/e-table-field-chooser.h, e-table/e-table-group-container.c, e-table/e-table-group-container.h, e-table/e-table-group-leaf.c, e-table/e-table-group-leaf.h, e-table/e-table-group.c, e-table/e-table-group.glade, e-table/e-table-group.glade.h, e-table/e-table-group.h, e-table/e-table-header-item.c, e-table/e-table-header-item.h, e-table/e-table-header.c, e-table/e-table-header.h, e-table/e-table-item.c, e-table/e-table-item.h, e-table/e-table-model.c, e-table/e-table-model.h, e-table/e-table-one.c, e-table/e-table-one.h, e-table/e-table-scrolled.c, e-table/e-table-scrolled.h, e-table/e-table-selection-model.c, e-table/e-table-selection-model.h, e-table/e-table-simple.c, e-table/e-table-simple.h, e-table/e-table-size-test.c, e-table/e-table-sort-info.c, e-table/e-table-sort-info.h, e-table/e-table-sorted-variable.c, e-table/e-table-sorted-variable.h, e-table/e-table-sorted.c, e-table/e-table-sorted.h, e-table/e-table-sorter.c, e-table/e-table-sorter.h, e-table/e-table-subset-variable.c, e-table/e-table-subset-variable.h, e-table/e-table-subset.c, e-table/e-table-subset.h, e-table/e-table-text-model.c, e-table/e-table-text-model.h, e-table/e-table-tooltip.h, e-table/e-table-tree.h, e-table/e-table.c, e-table/e-table.h, e-table/e-tree-example-1.c, e-table/e-tree-example-2.c, e-table/e-tree-model.c, e-table/e-tree-model.h, e-table/e-tree-simple.c, e-table/e-tree-simple.h, e-table/image1.png, e-table/image2.png, e-table/image3.png, e-table/remove-col.xpm, e-table/sample.table, e-table/table-test.c, e-table/table-test.h, e-table/test-check.c, e-table/test-cols.c, e-table/test-table.c: Moved to gal. * e-text/.cvsignore, e-text/Makefile.am, e-text/e-entry-test.c, e-text/e-entry.c, e-text/e-entry.h, e-text/e-text-event-processor-emacs-like.c, e-text/e-text-event-processor-emacs-like.h, e-text/e-text-event-processor-types.h, e-text/e-text-event-processor.c, e-text/e-text-event-processor.h, e-text/e-text-model.c, e-text/e-text-model.h, e-text/e-text-test.c, e-text/e-text.c, e-text/e-text.h: Moved to gal. i.e., ... changed evolution to work with gal. svn path=/trunk/; revision=5490
* remove spec file. We haven't been keeping it up to date, and it's onlyDan Winship2000-09-161-1/+0
| | | | | | | | * configure.in, evolution.spec.in: remove spec file. We haven't been keeping it up to date, and it's only good for RH anyway, and if people really want a spec file they can get it from our SRPMs. svn path=/trunk/; revision=5458
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-7/+8
| | | | | | Anything UI related that breaks is now my fault; apologies in advance. svn path=/trunk/; revision=5415
* Added widgets/e-reflow/Makefile. ReplacedChristopher James Lahey2000-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-13 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added widgets/e-reflow/Makefile. Replaced addressbook/gui/minicard/Makefile with addressbook/gui/widgets/Makefile. From addressbook/ChangeLog: 2000-09-13 Christopher James Lahey <clahey@helixcode.com> * gui/widgets/*, gui/minicard/*: Moved gui/minicard to gui/widgets, except for e-reflow.c, e-reflow.h, e-reflow-sorted.c, and e-reflow-sorted.h. * gui/widgets/Makefile.am: Added e-reflow to the INCLUDES list and libereflow.a to a bunch of LDADD lines. * gui/component/Makefile.am (evolution_addressbook_LDADD): Added libereflow.a here. * gui/Makefile.am (SUBDIRS): Replaced minicard with widgets. From widgets/ChangeLog: 2000-09-13 Christopher James Lahey <clahey@helixcode.com> * Makefile.am (SUBDIRS): Added e-reflow. * e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from addressbook/gui/minicard/. * e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new directory. svn path=/trunk/; revision=5414
* Don't generate the Makefile for the `notes' directory as it's unused.Ettore Perazzoli2000-09-131-1/+0
| | | | svn path=/trunk/; revision=5388
* 0.5.Ettore Perazzoli2000-09-131-1/+1
| | | | svn path=/trunk/; revision=5382
* s/Sentbox/Sent/Dan Winship2000-09-131-1/+1
| | | | | | * configure.in: s/Sentbox/Sent/ svn path=/trunk/; revision=5372
* Added fi.po, and a "fi" entry to configure.injjranta2000-09-121-1/+1
| | | | svn path=/trunk/; revision=5360
* Improve the Kerberos checks further (check for Sun kerb; check for sendauth ↵Peter Williams2000-09-061-8/+25
| | | | | | proto) svn path=/trunk/; revision=5197
* Reversed my last change as it broke configure, how do I get it so that weJeffrey Stedfast2000-09-041-1/+1
| | | | | | | | | 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> Reversed my last change as it broke configure, how do I get it so that we can do folders with spaces in the name!? svn path=/trunk/; revision=5189
* Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail asJeffrey Stedfast2000-09-041-1/+1
| | | | | | | | | | 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail as Ettore and Danw are picky about folder names svn path=/trunk/; revision=5187
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-02 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and calendar/conduits/todo/Makefile to the list of makefiles to output. From calendar/ChangeLog: 2000-09-02 Christopher James Lahey <clahey@helixcode.com> * conduits/calendar/calendar-conduit.c, conduits/todo/todo-conduit.c, gui/e-week-view.c, gui/gnome-cal.c: Fixed some warnings. From mail/ChangeLog: 2000-09-01 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c: Removed a warning. svn path=/trunk/; revision=5179
* Add default_user/local/Sentbox/Makefile to the list of makefiles to outputJeffrey Stedfast2000-09-021-0/+1
| | | | | | | | | 2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Add default_user/local/Sentbox/Makefile to the list of makefiles to output svn path=/trunk/; revision=5170
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-9/+15
| | | | svn path=/trunk/; revision=5126
* Typo fixPeter Williams2000-08-311-1/+1
| | | | svn path=/trunk/; revision=5119
* Robustify the kerberos checksPeter Williams2000-08-311-17/+48
| | | | svn path=/trunk/; revision=5118
* decruftDan Winship2000-08-301-36/+6
| | | | | | * configure.in, acconfig.h: decruft svn path=/trunk/; revision=5101
* Added pt to ALL_LINGUASJesus Bravo Alvarez2000-08-281-1/+1
| | | | svn path=/trunk/; revision=5073
* Require oafized bonoboJP Rosevear2000-08-261-41/+31
| | | | | | | | 2000-08-26 JP Rosevear <jpr@helixcode.com> * configure.in: Require oafized bonobo svn path=/trunk/; revision=5045
* Remove the executive summary stuff from the AC_OUTPUT list, as it doesEttore Perazzoli2000-08-251-1/+0
| | | | | | not actually exist yet. svn path=/trunk/; revision=5021
* Ahem. If you add dependencies on libraries, make sure things still build.Federico Mena Quintero2000-08-241-6/+6
| | | | | | | | | 2000-08-24 Federico Mena Quintero <federico@helixcode.com> * configure.in: Ahem. If you add dependencies on libraries, make sure things still build. Fixed the libunicode foo. svn path=/trunk/; revision=5004
* Check for new enough gnome-vfsPeter Williams2000-08-191-0/+11
| | | | svn path=/trunk/; revision=4874
* Added the cal-util library to the documentation framework - FedericoFederico Mena Quintero2000-08-151-0/+1
| | | | svn path=/trunk/; revision=4839
* Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ↵Peter Williams2000-08-141-0/+2
| | | | | | the disabled mail functions svn path=/trunk/; revision=4836
* offer --enable-pilot-conduits to add pilot conduits if the user wantsChris Toshok2000-08-141-1/+5
| | | | | | | | | 2000-08-13 Chris Toshok <toshok@helixcode.com> * configure.in: offer --enable-pilot-conduits to add pilot conduits if the user wants them. svn path=/trunk/; revision=4833
* Fix the name of the binary to look for for PGP5Dan Winship2000-08-141-1/+1
| | | | | | * configure.in: Fix the name of the binary to look for for PGP5 svn path=/trunk/; revision=4827
* 0.4.Ettore Perazzoli2000-08-141-1/+2
| | | | svn path=/trunk/; revision=4822
* Check for Bonobo 0.17Michael Meeks2000-08-131-7/+8
| | | | | | | | 2000-08-12 Michael Meeks <michael@helixcode.com> * configure.in: Check for Bonobo 0.17 svn path=/trunk/; revision=4781
* Added addressbook/gui/search/Makefile.Christopher James Lahey2000-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | 2000-08-12 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added addressbook/gui/search/Makefile. From addressbook/ChangeLog 2000-08-12 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added the search directory. * backend/ebook/e-book.c: Fixed a potential crash. * gui/minicard/e-reflow-sorted.h: Fixed an include line. * gui/search/.cvsignore, gui/search/Makefile.am: New files. * gui/search/e-addressbook-search-dialog.c: Fixed compilation. svn path=/trunk/; revision=4779
* Depend on gnome-vfs 0.3Dan Winship2000-08-121-15/+12
| | | | | | * configure.in, README: Depend on gnome-vfs 0.3 svn path=/trunk/; revision=4776
* Merge with camel-async.Peter Williams2000-08-111-15/+5
| | | | svn path=/trunk/; revision=4687
* Update the README and the text of the Bonobo configure check to matchDan Winship2000-08-061-19/+3
| | | | | | | | | | | * configure.in, README: Update the README and the text of the Bonobo configure check to match reality. Remove the 0.15 vs 0.15-and-a-half check since we require post-0.16 now. * folder-browser-factory.c (control_activate): Remove bonobo 0.15 vs 0.15-and-a-half ifdef, since we require post-0.16 now. svn path=/trunk/; revision=4552
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-08-03 JP Rosevear <jpr@helixcode.com> * configure.in: Remove gconf check 2000-08-03 JP Rosevear <jpr@helixcode.com> * mail-config.glade: Increase window size slightly, rename "Transport" to "Mail Transport" * mail-config.c (init_config): Remove gconf references (clear_config): ditto (read_config): ditto (write_config): ditto (mail_config): Null provider lists before filling them (mail_config_druid): ditto (identity_page_new): Increase spacing of vbox (service_page_new): ditto * Makefile.am: Remove gconf references. 2000-08-03 JP Rosevear <jpr@helixcode.com> * e-shell.h: Remove gconf references * e-shell-view.h: Remove gconf references * main.c (idle_cb): Remove gconf references * Makefile.am: Remove gconf cflags and libs * e-shell-view.c (e_shell_view_load_settings): Change to use gnome-config (e_shell_view_save_settings): ditto * e-shell.c (e_shell_restore_from_settings): Change to use gnome_config (save_settings_for_views): ditto svn path=/trunk/; revision=4530
* Add Irish translationAlastair McKinstry2000-08-041-1/+1
| | | | svn path=/trunk/; revision=4515
* update for BonoboXMichael Meeks2000-08-031-9/+9
| | | | | | | | 2000-08-02 Michael Meeks <michael@helixcode.com> * configure.in: update for BonoboX svn path=/trunk/; revision=4498
* Add camel/providers/nntpDan Winship2000-08-031-0/+1
| | | | | | * configure.in (AC_OUTPUT): Add camel/providers/nntp svn path=/trunk/; revision=4497
* Add checks for GPG, PGP 5 and PGP 2. Only record the first one found.Dan Winship2000-08-021-1/+21
| | | | | | | * configure.in, acconfig.c: Add checks for GPG, PGP 5 and PGP 2. Only record the first one found. svn path=/trunk/; revision=4465
* removed calendar/doc/*Damon Chaplin2000-08-021-2/+0
| | | | | | | | 2000-08-01 Damon Chaplin <damon@helixcode.com> * configure.in (AC_OUTPUT): removed calendar/doc/* svn path=/trunk/; revision=4459
* Added mh provider.Not Zed2000-08-011-0/+1
| | | | | | | | 2000-08-01 Not Zed <NotZed@HelixCode.com> * configure.in: Added mh provider. svn path=/trunk/; revision=4445
* Check for gconf_client_get_default (gconf 0.5 vs newer)Dan Winship2000-07-281-0/+8
| | | | | | | * configure.in: Check for gconf_client_get_default (gconf 0.5 vs newer) svn path=/trunk/; revision=4395
* 0.3 "Jelly Fish".Ettore Perazzoli2000-07-281-1/+1
| | | | svn path=/trunk/; revision=4389
* fix MOVEMAIL_PATH settingDan Winship2000-07-271-2/+2
| | | | svn path=/trunk/; revision=4348
* some unrelated changes: check for mkdtemp,Dan Winship2000-07-261-1/+40
| | | | | | | | | | * configure.in: some unrelated changes: check for mkdtemp, gnome_vfs_mime_get_default_action_without_fallback, and a setuid/setgid movemail binary. * acconfig.h: add MOVEMAIL_PATH svn path=/trunk/; revision=4339
* Added addressbook/conduit/Makefile.Christopher James Lahey2000-07-261-0/+1
| | | | | | | | 2000-07-25 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added addressbook/conduit/Makefile. svn path=/trunk/; revision=4325
* Typo fix.Federico Mena Quintero2000-07-181-1/+1
| | | | | | | | 2000-07-17 Federico Mena Quintero <federico@helixcode.com> * configure.in (EVOLUTION_DIR): Typo fix. svn path=/trunk/; revision=4193
* Added the doc/devel Makefiles. (EVOLUTION_DIR): Substitute EVOLUTION_DIRFederico Mena Quintero2000-07-181-0/+30
| | | | | | | | | | 2000-07-17 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added the doc/devel Makefiles. (EVOLUTION_DIR): Substitute EVOLUTION_DIR for the top_srcdir. Added checks for gtk-doc. svn path=/trunk/; revision=4192
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-131-6/+5
| | | | | | | | | 2000-07-12 Federico Mena Quintero <federico@helixcode.com> * configure.in: Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions to avoid breakage. svn path=/trunk/; revision=4129
* Fix the GtkHTML check which was wrong.Ettore Perazzoli2000-07-111-1/+1
| | | | svn path=/trunk/; revision=4084
* Updated to check for required GtkHTML and gnome-printJeffrey Stedfast2000-07-111-4/+4
| | | | | | | | | 2000-07-10 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Updated to check for required GtkHTML and gnome-print svn path=/trunk/; revision=4074
* Disable Pilot conduit stuff for now. It's not quite ready yet and itEttore Perazzoli2000-07-111-2/+0
| | | | | | depends on CVS gnome-pilot. svn path=/trunk/; revision=4072
* added makefiles for calendar conduitsSeth Alves2000-07-111-0/+2
| | | | | | | | | | | | * configure.in: added makefiles for calendar conduits * gui/Makefile.am (SUBDIRS): * conduits/calendar/Makefile.am: moved calendar-conduit stuff from the gui directory to here. * Makefile.am (SUBDIRS): added conduits to SIBDIRS svn path=/trunk/; revision=4058
* Add a check for Bonobo 0.15 vs Bonobo post-0.15Dan Winship2000-07-111-3/+18
| | | | | | * configure.in: Add a check for Bonobo 0.15 vs Bonobo post-0.15 svn path=/trunk/; revision=4053
* make pthreads not required again, since they aren't, and removeDan Winship2000-07-071-6/+5
| | | | | | | | * configure.in: make pthreads not required again, since they aren't, and remove widgets/e-toolbar/Makefile from AC_OUTPUT since that dir doesn't exist any more. svn path=/trunk/; revision=3939
* remove the default_user Directories dir.Chris Toshok2000-07-071-4/+0
| | | | | | | | | 2000-07-06 Chris Toshok <toshok@helixcode.com> * configure.in (AC_OUTPUT): remove the default_user Directories dir. svn path=/trunk/; revision=3928
* Define `GNOME_VFS_CFLAGS' and `GNOME_VFS_LIBS' in `configure.in'.Ettore Perazzoli2000-07-061-0/+5
| | | | svn path=/trunk/; revision=3903
* Update `configure.in' and `POTFILES.in' for Chris' latest commit.Ettore Perazzoli2000-07-041-0/+1
| | | | svn path=/trunk/; revision=3884
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+1
| | | | svn path=/trunk/; revision=3820
* Yeah, I'm a little bit compulsizePeter Williams2000-06-301-3/+3
| | | | svn path=/trunk/; revision=3808
* Make the pilot stuff in calendar/gui optional.Peter Williams2000-06-291-1/+1
| | | | svn path=/trunk/; revision=3793
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-0/+6
| | | | | | | | | Evolution it will display the same folder as the last time, and will hide/show the shortcut/folder bars as the last time. This uses GConf so I also put a GConf check into configure.in. svn path=/trunk/; revision=3787
* Little teeny fixesPeter Williams2000-06-281-1/+0
| | | | svn path=/trunk/; revision=3764
* Solaris compatibility config check + implementation (ctime_r arguments)Peter Williams2000-06-271-0/+23
| | | | svn path=/trunk/; revision=3754
* Make the broken threads optionalPeter Williams2000-06-271-0/+10
| | | | svn path=/trunk/; revision=3740
* Fix linking options for gthreads.Ettore Perazzoli2000-06-261-2/+2
| | | | svn path=/trunk/; revision=3735
* Force thread usage and clean up the configure aspect thereof.Peter Williams2000-06-261-28/+11
| | | | svn path=/trunk/; revision=3734
* Added Slovenian translationsAndraz Tori2000-06-241-1/+1
| | | | svn path=/trunk/; revision=3715
* IMAP will now allow you to login, and on some IMAP providers it will ↵Jeffrey Stedfast2000-06-141-0/+1
| | | | | | | | | | actually allow you to get mail - however there are some things that might need to be rewritten in Camel to allow all IMAP providers to work right now, it wants to open /INBOX which isn't always the same as INBOX Camel won't seem to allow me to just have it open "INBOX" if I specify '/' as the separator *sigh* svn path=/trunk/; revision=3557
* put back the libxml check that was erroneously removed in rev 1.94Dan Winship2000-06-131-0/+7
| | | | svn path=/trunk/; revision=3550
* Added pl (Polish) to ALL_LINGUASChyla Zbigniew2000-06-111-1/+1
| | | | svn path=/trunk/; revision=3506
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+2
| | | | | | | | IDL methods and new functions to implement on the component side. I have also added a simple folder creation dialog in the shell. It's quite unfinished and untested. svn path=/trunk/; revision=3491
* Commit stuffAnders Carlsson2000-06-071-0/+1
| | | | svn path=/trunk/; revision=3452
* Added German translation from Kai Lahmann <kl@linuxfaqs.de>, updatedEttore Perazzoli2000-06-051-1/+1
| | | | | | POTFILES.in, and added a skeleton PO file for the Italian translation. svn path=/trunk/; revision=3414
* Released Evolution 0.1.Christopher James Lahey2000-06-031-1/+1
| | | | | | | | 2000-06-02 Christopher James Lahey <clahey@helixcode.com> * configure.in: Released Evolution 0.1. svn path=/trunk/; revision=3406
* Added Portuguese translationJesus Bravo Alvarez2000-06-031-1/+1
| | | | svn path=/trunk/; revision=3394
* build and install docsDan Winship2000-06-021-0/+2
| | | | svn path=/trunk/; revision=3345
* Added spec file for 'rpm -tb evolution-x.y.tar.gz' ability.Ross Golder2000-05-281-0/+1
| | | | svn path=/trunk/; revision=3230
* Added Spanish to configure.inHector Garcia2000-05-261-1/+1
| | | | svn path=/trunk/; revision=3213
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added widgets/e-paned/Makefile. * tests/ui-tests/message-browser.c: Switched from GtkPaned to EPaned. * widgets/Makefile.am: Added e-paned directory. * widgets/e-paned/, widgets/e-paned/.cvsignore, widgets/e-paned/Makefile.am, widgets/e-paned/e-hpaned.c, widgets/e-paned/e-hpaned.h, widgets/e-paned/e-paned.c, widgets/e-paned/e-paned.h, widgets/e-paned/e-vpaned.c, widgets/e-paned/e-vpaned.h: New widget based completely on GtkPaned from 1.4. This will be more advanced soon. From calendar/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added libepaned.a. * gui/gnome-cal.c: Switched from GtkPaned to EPaned. From mail/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. * folder-browser.c: Switched from GtkPaned to EPaned. From shell/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. * e-shell-view.c: Switched from GtkPaned to EPaned. From widgets/shortcut-bar/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. * test-shortcut-bar.c: Switched from GtkPaned to EPaned. svn path=/trunk/; revision=3191
* I said stuff, dudeJeffrey Stedfast2000-05-231-0/+1
| | | | svn path=/trunk/; revision=3167
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-05-231-8/+1
| | | | | | * Added lang Hu svn path=/trunk/; revision=3162
* add camel/providers/veeDan Winship2000-05-191-0/+1
| | | | | | * configure.in (AC_OUTPUT): add camel/providers/vee svn path=/trunk/; revision=3123
* add --with-purify-options support, and default it to what we at helix needChris Toshok2000-05-161-1/+11
| | | | | | | * configure.in: add --with-purify-options support, and default it to what we at helix need svn path=/trunk/; revision=3083
* Korean translation by Young-Ho, Cha <ganadist@dacome.co.kr>Nam SungHyun2000-05-161-1/+1
| | | | | | and I remove fuzzy svn path=/trunk/; revision=3081
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-05-14 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (display_notification): Use the alarm notification dialog. (display_notification_cb): New callback for the result of the alarm notification dialog. * gui/dialogs/alarm-notify.glade: New file with the alarm notification dialog. * gui/dialogs/alarm-notify-dialog.[ch]: New file. * gui/dialogs/Makefile.am: New file. * gui/Makefile.am (SUBDIRS): Added the dialogs directory. 2000-05-13 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (trigger_alarm_cb): Better error checking, and plug leaks of str_ico and ico. * gui/evolution-calendar-control.c (main): Initialize libglade. svn path=/trunk/; revision=3072
* Update `configure.in' for the new `widgets/misc' directory.Ettore Perazzoli2000-05-161-1/+2
| | | | svn path=/trunk/; revision=3071
* Update versions needed for gnome-print, bonobo, and gtkhtml.Dan Winship2000-05-111-11/+15
| | | | | | | * configure.in: Update versions needed for gnome-print, bonobo, and gtkhtml. svn path=/trunk/; revision=2971
* Removed dist-hook section.Christopher James Lahey2000-05-101-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed dist-hook section. * configure.in: Set the version number. Added a check for gnome window icons. Removed a bunch of unused Makefiles. * tools/Makefile.am: Created a proper EXTRA_DIST section. * widgets/e-text/Makefile.am: Added e-text-event-processor-types.h. From addressbook/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/Makefile.am: Added e-book-types.h, e-card-pairs.h, e-card-types.h. * backend/pas/Makefile.am: Added pas-backend-ldap.h. * contact-editor/Makefile.am: Added a proper EXTRA_DIST section. Removed some old defines. * ename/Makefile.am: Added e-name-western-tables.h. * gui/component/Makefile.am: Added e-ldap-server-dialog.h. Added a proper EXTRA_DIST section. * gui/minicard/e-reflow.c: Added a missed cast. * printing/Makefile.am: Added a proper EXTRA_DIST section. From calendar/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST sections. From camel/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and camel-thread-proxy.h. From default_user/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am, local/Calendar/Makefile.am, local/Contacts/Makefile.am, local/Directories/Makefile.am, local/Directories/subfolders/Bigfoot/Makefile.am, local/Directories/subfolders/Netcenter/Makefile.am, local/Drafts/Makefile.am, local/Inbox/Makefile.am, local/Outbox/Makefile.am, local/Trash/Makefile.am: Created a proper EXTRA_DIST section. From filter/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * filter-arg.h: Changed tree.h to gnome-xml/tree.h. * Makefile.am: Added filter-arg-types.h, filter-arg.h, filter-xml.h, filter-format.h, filter-druid.h, filter-editor.h. From libical/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * configure.in: Reorder Makefiles so that it will build. From mail/ChangeLog: 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed folder-browser-factory.h since it doesn't exist. Added mail-display.h, mail-types.h, pixmaps.h. From widgets/e-table/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added e-table-col-dnd.h and table-test.h. From wombat/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added an include for the pcs directory. svn path=/trunk/; revision=2966
* Added da to the language stringKenneth Christiansen2000-05-081-1/+1
| | | | | | Kenneth svn path=/trunk/; revision=2875
* Added new Directories section for the default_user.Chris Toshok2000-05-071-0/+4
| | | | | | * configure.in: Added new Directories section for the default_user. svn path=/trunk/; revision=2871
* Updated configuration script to match the new layout of theEttore Perazzoli2000-05-071-0/+7
| | | | | | `default_user' directory. svn path=/trunk/; revision=2847
* check for purify.Chris Toshok2000-05-071-2/+3
| | | | | | * configure.in: check for purify. svn path=/trunk/; revision=2840
* Added option `--enable-purify' and correspondent Automake conditional.Ettore Perazzoli2000-05-061-0/+7
| | | | svn path=/trunk/; revision=2817
* Oops. The Kerberos check was succeeding when it shouldn't have (and thusDan Winship2000-05-051-2/+2
| | | | | | | | * configure.in: Oops. The Kerberos check was succeeding when it shouldn't have (and thus breaking the pop3 build for "normal" people). Fix. svn path=/trunk/; revision=2799
* fix configure for old libxmls.Michael Meeks2000-05-041-1/+1
| | | | svn path=/trunk/; revision=2778
* Eeek. I committed the wrong version of the file.Ettore Perazzoli2000-05-031-1/+0
| | | | svn path=/trunk/; revision=2773
* Don't generate `doc/Makefile' in `configure' because there is nothingEttore Perazzoli2000-05-031-1/+1
| | | | | | to generate it from. svn path=/trunk/; revision=2769
* add some minimal Kerberos checking. This isn't intended to be genericallyDan Winship2000-05-031-19/+46
| | | | | | | | | | * configure.in, acconfig.h: add some minimal Kerberos checking. This isn't intended to be generically useful at this point, it's just there to give me a second POP auth mechanism to play with. Also remove a bit of cruft, and reorganize configure.in a bit. svn path=/trunk/; revision=2765
* Automatic check for oaf. Thanks ettore, you rule!Anders Carlsson2000-05-021-2/+8
| | | | svn path=/trunk/; revision=2715
* Added Dutch translationArjan Scherpenisse2000-04-301-1/+1
| | | | | | | | 2000-04-30 Arjan Scherpenisse <acscherp@wins.uva.nl> * nl.po: Added Dutch translation svn path=/trunk/; revision=2686
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-2/+40
| | | | svn path=/trunk/; revision=2673
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-27 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added addressbook/ename/Makefile. From addressbook/ChangeLog: 2000-04-27 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c, backend/ebook/e-card.h: Added file as, office, manager, assistant, spouse, and anniversary fields. These all use "X-EVOLUTION-" fields in the VCards. * backend/pas/pas-backend-file.c: Added all the new fields (except anniversary) to the list of fields. * contact-editor/contact-editor.glade, contact-editor/e-contact-editor-strings.h: Fixed some misnamed fields and fixed the placement of the comments field. * contact-editor/e-contact-editor.c: Made the newly added fields display properly. * Makefile.am: Added ename. * ename/e-name-western.h, ename/test-ename-western-gtk.c, ename/test-ename-western.c: Fixed up some #includes. * ename/.cvsignore: Added .cvsignore. svn path=/trunk/; revision=2658
* + * configure.in: added tools/Makefile.Matthew Loper2000-04-271-0/+1
| | | | | | | | | | | | | | | | + + * Makefile.am: Added tools. + + * tools/: New directory for tools relating to evolution. + + * tools/killev: New script for killing all evolution-related + stuff. + + * tools/Makefile.am: New file. + + * tools/.cvsignore: New file. svn path=/trunk/; revision=2652
* Added tr to ALL_LINGUASFatih Demir2000-04-241-1/+1
| | | | svn path=/trunk/; revision=2580
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * default_user/Makefile.am: new file. + + * default_user/Main_Shortcuts.xml: New file; is used to fill the + shortcut bar's "main shortcuts" pane. + + * default_user/Other_Shortcuts.xml: New file, used to fill the + shortcut bar's "other shortcuts" pane. + + * default_user/Inbox.mbox: New file. This is the first message a + new user will see when they fire up Evolution. Needs work. + + * Makefile.am: added default_user directory. + * configure.in: same. + + * e-paned.c: New file. Makes a GtkPaned with more than two + children. + * e-paned.h: same. + + * Makefile.am: added e-paned.[ch]. + + * e-shell-view.h: Added hpaned and treeview widgets to + EShellView. Added e_shell_view_toggle_shortcut_bar() and + e_shell_view_toggle_treeview(). + + * e-shell-view.c (e_shell_view_setup_shortcut_display): Use EPaned + widget to house our shortcut bar. + (e_shell_view_toggle_shortcut_bar): New function; toggles whether + the shortcut bar is showing. + (e_shell_view_toggle_treeview): Same, for the treeview (NYI). + (e_shell_view_new): Put the notebook view in our EPaned widget. + + * e-shell-view-menu.c (esv_cmd_toggle_shortcut_bar): New function; + toggles whether the shortcut bar is viewed. + (esv_cmd_toggle_treeview): Same, but with the treeview. Added + menuitems in the "view" menu to allow access to the above. + svn path=/trunk/; revision=2575
* ja.po: Initial Japanese translation from Akira Tagoh.Yukihiro Nakai2000-04-201-1/+1
| | | | svn path=/trunk/; revision=2522
* Was damaged by "fr"?Valek Frob2000-04-191-1/+1
| | | | svn path=/trunk/; revision=2503
* initial setup.Vincent Renardias2000-04-181-1/+1
| | | | | | * initial setup. svn path=/trunk/; revision=2481
* Require gnome-xml 1.8.7 (or later, but not 2.0). xmlParseMemory's behaviorDan Winship2000-04-181-0/+12
| | | | | | | | * configure.in (xmlpatch): Require gnome-xml 1.8.7 (or later, but not 2.0). xmlParseMemory's behavior in 1.8.7 is incompatible with its behavior in 1.8.6 and earlier. svn path=/trunk/; revision=2478
* quiet configure in the case where it can't find ldap libs.Chris Toshok2000-04-151-3/+3
| | | | | | | * configure.in: quiet configure in the case where it can't find ldap libs. svn path=/trunk/; revision=2428
* Properly use AC_ARG_WITHMiguel de Icaza2000-04-121-5/+17
| | | | | | | | 2000-04-11 Miguel de Icaza <miguel@gnu.org> * configure.in (have_pthread): Properly use AC_ARG_WITH svn path=/trunk/; revision=2403
* add LDAP_LIBS here.Chris Toshok2000-04-121-0/+15
| | | | | | | | | | | | | | | | | | * wombat/Makefile.am (wombat_LDADD): add LDAP_LIBS here. * configure.in: check for -lldap and -llber and if both are present include ldap support in the pas/wombat. * addressbook/backend/pas/Makefile.am (libpas_la_SOURCES): include pas-backend.ldap.c if ENABLE_LDAP. * addressbook/backend/pas/pas-backend-ldap.c: get searching working (converting between the sexp and ldap stuff.) * wombat/wombat.c (setup_pas): register the ldap pas backend if HAVE_LDAP is defined. svn path=/trunk/; revision=2401
* Changed AC_DEFUN to AC_DEFINE.Christopher James Lahey2000-04-121-2/+2
| | | | | | | | | | 2000-04-11 Christopher James Lahey <clahey@helixcode.com> * configure.in: Changed AC_DEFUN to AC_DEFINE. * acconfig.h: Added HAVE_TIMEZONE and HAVE_TM_GMTOFF. svn path=/trunk/; revision=2400
* check for timezone as a variable (as it is in linux, but not in freebsd orChris Toshok2000-04-121-0/+25
| | | | | | | * configure.in: check for timezone as a variable (as it is in linux, but not in freebsd or netbsd.) svn path=/trunk/; revision=2398
* Update to support --disable-threads correctly.Miguel de Icaza2000-04-111-2/+6
| | | | | | | | | 2000-04-10 Miguel de Icaza <miguel@gnu.org> * configure.in (GNOME_PRINT_CFLAGS): Update to support --disable-threads correctly. svn path=/trunk/; revision=2381
* check for mkstempDan Winship2000-04-111-0/+1
| | | | | | * configure.in: check for mkstemp svn path=/trunk/; revision=2374
* removed libical stuff since it has its own configure.in.Damon Chaplin2000-04-111-4/+0
| | | | | | | | | 2000-04-10 Damon Chaplin <damon@helixcode.com> * configure.in (AC_OUTPUT): removed libical stuff since it has its own configure.in. svn path=/trunk/; revision=2362
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * art/Makefile.am: pixmap_DATA isn't defined so don't use it as a variable. * addressbook/gui/component/, addressbook/gui/component/.cvsignore, addressbook/gui/Makefile.am, addressbook/gui/component/addressbook-factory.c, addressbook/gui/component/addressbook.c, addressbook/gui/component/addressbook.gnorba, addressbook/gui/component/addressbook.h: New directory to proivde the component for contact management. Simply uses an e-minicard-view. * addressbook/gui/minicard/e-minicard-view.c, addressbook/gui/minicard/e-minicard-view.h: New subclass of e-reflow-sorted that takes an EBook and uses it to compute the card data to display. * addressbook/gui/minicard/e-minicard.c, addressbook/gui/minicard/e-minicard.h: This now backends to a ECard instead of a ETableModel. * addressbook/gui/minicard/e-reflow.c, addressbook/gui/minicard/e-reflow.h: This now has a virtualized add method. * addressbook/gui/minicard/e-reflow-sorted.c, addressbook/gui/minicard/e-reflow-sorted.h: New subclass of e-reflow that allows the data to be sorted on the fly. * addressbook/gui/minicard/test-minicard-view.c: New test to test the new minicard view. * addressbook/gui/minicard/test-reflow.c: Uses the new ECard backend of the e-minicard. * addressbook/gui/minicard/.cvsignore, addressbook/gui/minicard/Makefile.am: Added new test. Fixed dependencies. Added new files. * addressbook/gui/, addressbook/gui/Makefile.am, addressbook/gui/.cvsignore: New directory for addressbook gui bits. Added subdirectories. Created an initial .cvsignore. * addressbook/Makefile.am (SUBDIRS): Removed demo and added gui. * addressbook/backend/pas/pas-backend-file.c: Added code to do notification on bookviews when changes in the backend are made. * addressbook/backend/pas/pas-book-view.c, addressbook/backend/pas/pas-book-view.h: Added helper functions to notify the view about the addition or modification of a single card. Fixed a mistaken extra free. * addressbook/backend/ebook/e-card-list-iterator.h: Fixed incorrect parent class. * addressbook/backend/ebook/test-client.c: Made this accept an optional parameter that specifies the vcard to add. * configure.in: Replaced widgets/e-minicard/Makefile and addressbook/demo/Makefile with addressbook/gui/minicard/Makefile and addressbook/gui/component/Makefile respectively. * widgets/Makefile.am: Removed e-minicard since it's being moved to addressbook/gui/minicard. * widgets/e-text/e-text.c: Fixed the border width around tooltips and made the main tooltip area yellow. From camel/ChangeLog: 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * providers/smtp/.cvsignore: Added a .cvsignore file. From calendar/ChangeLog: 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Removed linking with libetable and libeminicard since they weren't being used. svn path=/trunk/; revision=2343
* add SYSTEM_MAIL_DIRDan Winship2000-04-091-1/+12
| | | | | | * configure.in, acconfig.h: add SYSTEM_MAIL_DIR svn path=/trunk/; revision=2338
* Added Galician translationJesus Bravo Alvarez2000-04-081-1/+1
| | | | svn path=/trunk/; revision=2336
* o Modified configure.in to create camel/providers/smtp/MakefileEDT 2000 Jeffrey Stedfast2000-04-081-0/+1
| | | | | | | | | Fri Apr 7 16:56:09 EDT 2000 Jeffrey Stedfast <fejj@stampede.org> o Modified configure.in to create camel/providers/smtp/Makefile CVS svn path=/trunk/; revision=2334
* - Added Greek (el) translation and updated ALL_LINGUAS.Spiros Papadimitriou2000-04-051-1/+1
| | | | svn path=/trunk/; revision=2289
* Updated Ukrainian translationYuri Syrota2000-04-041-1/+1
| | | | svn path=/trunk/; revision=2284
* Added no and sv to ALL_LINGUASAndreas Hydén2000-04-041-1/+1
| | | | svn path=/trunk/; revision=2282
* install new shortcut bar pixmaps.Dan Winship2000-03-311-0/+1
| | | | | | | | | | | | * configure.in: * Makefile.am: * art/Makefile.am: install new shortcut bar pixmaps. * widgets/shortcut-bar/e-shortcut-bar.c: Sort of use the new pixmaps. This code needs to be restructured, but Damon is rumored to already be doing it. svn path=/trunk/; revision=2261
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-291-0/+1
| | | | | | | | | | | | | | + + * wombat/.cvsignore: new file. + + * wombat/wombat.c (setup_pcs): fill out this function some. + + * configure.in: added wombat. + + * pcs/Makefile.am: create a libpcs.la library, for use in the + wombat. svn path=/trunk/; revision=2241
* add pop3 providerDan Winship2000-03-281-0/+1
| | | | svn path=/trunk/; revision=2201
* check for db_185.h (present in newer db distributions.)Chris Toshok2000-03-271-0/+6
| | | | | | | * configure.in: check for db_185.h (present in newer db distributions.) svn path=/trunk/; revision=2179
* Added the addressbook/backend directory.Christopher James Lahey2000-03-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-22 Christopher James Lahey <clahey@helixcode.com> * addressbook/Makefile.am, configure.in: Added the addressbook/backend directory. * addressbook/backend/Makefile.am: Removed the libversit directory as it's now included in the base evolution directory. * addressbook/backend/ebook/e-card-pairs.h, addressbook/backend/ebook/Makefile.am: Changed the place where libversit is looked for. * addressbook/backend/ebook/e-book-listener.c: Fixed some indentation. * addressbook/backend/ebook/e-card-pairs.h, addressbook/backend/ebook/e-card-types.h: Commented out some code to get this to compile. * addressbook/backend/ebook/e-card.c, addressbook/backend/ebook/e-card.h: Turned this into a GTK+ object. * addressbook/backend/pas/pas.c, addressbook/backend/ebook/test-client.c: Include gnome.h and gnorba.h. * addressbook/backend/idl/addressbook.idl: Include Bonobo.idl instead of bonobo-unknown.idl. * addressbook/backend/pas/pas-backend-file.c, addressbook/backend/pas/pas-book.c, addressbook/contact-editor/test-editor.c, addressbook/contact-editor/e-contact-editor.c, addressbook/printing/e-contact-print.c, addressbook/printing/test-contact-print-style-editor.c, addressbook/printing/test-print.c: Killed some warnings. svn path=/trunk/; revision=2150
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-12 Christopher James Lahey <clahey@helixcode.com> * widgets/Makefile.am: Rearranged SUBDIRS for dependencies. * widgets/e-text/e-text-model.c, widgets/e-text-model.h: New object which stores a piece of text data. All methods are virtual. * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Modified this to use an ETextModel for its data. * widgets/e-text/Makefile.am: Added e-text-model.c and e-text-model.h. * widgets/e-minicard/test-minicard-label.c: Made this work again. * widgets/e-minicard/e-minicard.c, widgets/e-minicard/e-minicard.h: Made this use an ETableModel to get its data. * widgets/e-minicard/e-minicard-label.c, widgets/e-minicard/e-minicard-label.h: Added the ability to set the text model used for the contained text widget. * widgets/e-minicard/Makefile.am: Added e-table since e-minicard is now dependent on an e-table-model for its data. * e-util/e-canvas.c, e-util/e-canvas.h: Fixed some bugs here to speed up reflow and to make it fail less often. * addressbook/demo, addressbook/demo/.cvsignore, addressbook/demo/Makefile.am, addressbook/demo/demo.c, addressbook/demo/spec: A new program to test ETable and EMinicard integration. * configure.in: Added addressbook/demo/Makefile. * addressbook/Makefile.am: Added the demo/ subdirectory. in widgets/e-table/: 2000-03-12 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Made this use an ECanvas. Fixed a bug where e_table_new_from_spec_file was calling e_table_construct instead of e_table_construct_from_spec_file. * e-table-item.c, e-table-header-item.c, e-table-column-item.c: Switched these to use GTK_TYPE_OBJECT and GTK_VALUE_OBJECT instead of GTK_TYPE_POINTER and GTK_TYPE_OBJECT. * e-cell-text.c: Got rid of a crashing bug. * e-table-text-model.c, e-table-text-model.h: A new object which is an e-text-model which uses an e-table-model for its data. * Makefile.am: Added e-table-text-model.c and e-table-text-model.h. * .cvsignore: Added table-example-1 and table-example-2. svn path=/trunk/; revision=2101
* create a makefile in calendar/guiSeth Alves2000-03-061-0/+1
| | | | svn path=/trunk/; revision=2063
* make a makefile for calendar/cal-util directorySeth Alves2000-03-041-0/+1
| | | | svn path=/trunk/; revision=2034
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-0/+23
| | | | svn path=/trunk/; revision=2007
* Added calendar/idl/Makefile, calendar/cal-client/Makefile, andFederico Mena Quintero2000-03-021-0/+3
| | | | | | | | | | 2000-03-01 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added calendar/idl/Makefile, calendar/cal-client/Makefile, and calendar/pcs/Makefile to the list of files to generate. svn path=/trunk/; revision=2004
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+3
| | | | svn path=/trunk/; revision=1921
* output makefiles for libicalSeth Alves2000-02-211-0/+4
| | | | svn path=/trunk/; revision=1874
* Make gnomeui the last library on the command line, as its path is the oneMiguel de Icaza2000-02-191-8/+8
| | | | | | | | | | 2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * configure.in: Make gnomeui the last library on the command line, as its path is the one most likely to hold other old libraries (libxml) and we need newer versions. svn path=/trunk/; revision=1844
* Add libibex to the compilation; AC_SUBST printing librariesMiguel de Icaza2000-02-191-11/+18
| | | | svn path=/trunk/; revision=1843
* Use the new method for gnome-print checking instead of the old crufty gtk+Miguel de Icaza2000-02-191-1/+12
| | | | | | | | | 2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * configure.in (have_pthread): Use the new method for gnome-print checking instead of the old crufty gtk+ based one that nobody can svn path=/trunk/; revision=1839
* automakify libibexDan Winship2000-02-171-0/+10
| | | | svn path=/trunk/; revision=1813
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-14 Miguel de Icaza <miguel@gnu.org> * camel/providers/mbox/Makefile.am (libcamelmbox_la_LIBADD): Add the unicode libraries as well. * camel/camel-provider.c (camel_provider_register_as_module): Add error reporting here. Desire to use Solaris increases. Hair loss in the last two hours: 5,400. * camel/providers/mbox/camel-mbox-provider.c (camel_mbox_get_provider): Renamed function. * camel/camel.h: All include files use camel/ now here. * camel/providers/mbox/Makefile.am: Drop all the dynamism from Camel, and make this a standard library. * configure.in: set the UNICODE_LIBS variable here. 2000-02-14 Miguel de Icaza <miguel@gnu.org> * folder-browser.c (folder_browser_load_folder): New routine, loads a camel folder. (folder_browser_set_uri): redo. * session.c: new file. Implements SessionStores to keep track of a Session/Store tuple. svn path=/trunk/; revision=1783
* Add libunicode to CFLAGS/LIBS.NotZed2000-02-141-3/+12
| | | | | | | | | | | | | | | | 2000-02-14 NotZed <notzed@zedzone.helixcode.com> * configure.in (EXTRA_GNOME_CFLAGS): Add libunicode to CFLAGS/LIBS. 2000-02-13 NotZed <notzed@zedzone.helixcode.com> * configure.in: Added check for libunicode. * Makefile.am (SUBDIRS): Added libibex. * tests/test11.c (main): New test, tests search api. svn path=/trunk/; revision=1774
* misc autoconf/automake fixes.Bertrand Guiheneuf2000-02-111-1/+1
| | | | svn path=/trunk/; revision=1729
* don't build thread related tests if evolution has been compiled with nobertrand2000-02-111-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-10 bertrand <Bertrand.Guiheneuf@aful.org> * tests/Makefile.am (THREAD_RELATED_TESTS): don't build thread related tests if evolution has been compiled with no thread support. * configure.in (have_pthread): allow user to enable/disable thread support at configure time (EXTRA_GNOME_CFLAGS): (EXTRA_GNOME_LIBS): thread support is directly included in this variable if enabled. No more EXTRA_GNOME_CFLAGS_THREADS Other special support should be added in EXTRA_GNOME_LIBS and EXTRA_GNOME_CFLAGS instead of redefining a new variable each time we want to add a new lib. (bonobo, ....) * camel/camel.c (camel_init): only try to initialize threads if we enabled threads support. * tests/ui-tests/Makefile.am (message_browser_LDADD): use EXTRA_GNOME_LIBS * configure.in (have_pthread): remove HAVE_PTHREADS variable. Define ENABLE_THREADS instead. * camel/Makefile.am: use ENABLE_THREADS not HAVE_PTHREADS to test if we build thread relateed code. * tests/Makefile.am: use EXTRA_GNOME_LIBS, not EXTRA_GNOME_LIBS_THREADS I need to be able to disable thread support to use Insure. svn path=/trunk/; revision=1725
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-091-0/+2
| | | | | | | | | | | | | | | | | | 2000-02-09 Christopher James Lahey <clahey@helixcode.com> * configure.in: Add new Makefiles to Makefile list. * e-util/Makefile.am: Add canvas utilities to libeutil. * widgets/e-text/Makefile.am: Build libetext. * widgets/e-minicard/Makefile.am: Build libeminicard and test programs. * widgets/Makefile.am: Remove all e-text and e-minicard code and add them to the SUBDIRS list. svn path=/trunk/; revision=1706
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-2/+3
| | | | | | | | Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636
* Further workArturo Espinosa2000-01-261-0/+5
| | | | svn path=/trunk/; revision=1635
* Example contact printing style. Not used yet.Christopher James Lahey2000-01-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 2000-01-25 Christopher James Lahey <clahey@helixcode.com> * addressbook/printing/smallbook.ecps: Example contact printing style. Not used yet. * addressbook/printing/e-contact-print.glade: A glade file for editing contact printing styles. Not used yet. * addressbook/printing/test-print.c: Test file for printing. * addressbook/printing/e-contact-print.c, addressbook/printing/e-contact-print.h, addressbook/printing/e-contact-print-types.h, addressbook/printing/Makefile.am, addressbook/printing/.cvsignore: New files for contact printing support. * addressbook/Makefile.am (SUBDIRS): Add printing. * configure.in: Check for gnome-print. Build the addressbook/printing Makefile. svn path=/trunk/; revision=1634
* Added the gnome-pilot and capplet checks; they will likely be reworked forFederico Mena Quintero2000-01-251-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-01-24 Federico Mena Quintero <federico@helixcode.com> * configure.in: Added the gnome-pilot and capplet checks; they will likely be reworked for the Evolution framework, but for now the calendar/ directory needs them. * configure.in: Added checks for gnome-vfs. 2000-01-24 Federico Mena Quintero <federico@helixcode.com> * tlacuache.c: New main module for the Tlacuache personal calendar server. * tlacuache.gnorba: New gnorba file for Tlacuache, the GNOME personal calendar server. * Makefile.am: Added the stuff necessary to build Tlacuache. * cal.c (Cal_get_uri): Convert the URI to a string before returning it. * cal-factory.c (CalFactory_create): Doh, this function is void. * job.c (job_add): Use g_idle_add(), not gtk_idle_add(). svn path=/trunk/; revision=1623
* Removed the VFS crap; my mistake, it should not go here.Federico Mena Quintero2000-01-221-0/+2
| | | | | | | | | | | 2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
* Libversit / VFS work - FedericoArturo Espinosa2000-01-211-0/+2
| | | | svn path=/trunk/; revision=1601
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-0/+3
| | | | | | | | More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593
* Finishing previous commit.Chris Lahey2000-01-171-1/+2
| | | | svn path=/trunk/; revision=1582
* Add the gnomecanvaspixbuf argument to gnome-config invocations.Federico Mena Quintero2000-01-171-7/+7
| | | | | | | | | 2000-01-17 Federico Mena Quintero <federico@helixcode.com> * configure.in: Add the gnomecanvaspixbuf argument to gnome-config invocations. svn path=/trunk/; revision=1578
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-0/+1
| | | | | | | | | | | | | | | | 2000-01-10 Miguel de Icaza <miguel@gnu.org> * widgets/shortcut-bar/e-shortcut-bar.c (e_shortcut_bar_add_item): Use e_bar_set_item_data. Drop item_url; Require image argument; Require user data argument. 2000-01-09 Miguel de Icaza <miguel@gnu.org> * widgets/shortcut-bar/e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing. svn path=/trunk/; revision=1573
* GdkPixbufArturo Espinosa2000-01-101-6/+16
| | | | svn path=/trunk/; revision=1551
* More framework work -miguelArturo Espinosa2000-01-071-8/+21
| | | | svn path=/trunk/; revision=1539
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-3/+12
| | | | | | | | | Lots of reorganization to get the Evolution shell to begin its life. It also includes a new evolution widget from Damon. Miguel. svn path=/trunk/; revision=1536
* part of the mbox provider.bertrand1999-12-221-0/+1
| | | | | | | | | | | | 1999-12-22 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/mbox/camel-mbox-store.h: * camel/providers/mbox/camel-mbox-store.c: * camel/providers/mbox/camel-mbox-folder.h: * camel/providers/mbox/camel-mbox-folder.c: part of the mbox provider. svn path=/trunk/; revision=1510
* added widgets/meeting-time-sel/MakefileDamon Chaplin1999-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-12-19 Damon Chaplin <damon@karuna.freeserve.co.uk> * configure.in (AC_OUTPUT): added widgets/meeting-time-sel/Makefile In widgets directory: 1999-12-19 Damon Chaplin <damon@karuna.freeserve.co.uk> * Makefile.am (SUBDIRS): created SUBDIRS with meeting-time-sel. * meeting-time-sel/Makefile.am: * meeting-time-sel/.cvsignore: * meeting-time-sel/e-meeting-time-sel.h: * meeting-time-sel/e-meeting-time-sel.c: * meeting-time-sel/e-meeting-time-sel-item.h: * meeting-time-sel/e-meeting-time-sel-item.c: * meeting-time-sel/e-meeting-time-sel-list-item.h: * meeting-time-sel/e-meeting-time-sel-list-item.c: * meeting-time-sel/e-meeting-time-sel-mail.xpm: * meeting-time-sel/e-meeting-time-sel-no-mail.xpm: * meeting-time-sel/test-meeting-time-sel.c: new files implementing the meeting time selector. svn path=/trunk/; revision=1505
* More work:Ettore Perazzoli1999-11-171-0/+1
| | | | | | | - Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-0/+1
| | | | | | installation fixes for Camel. svn path=/trunk/; revision=1369
* A lot of changes. The thread proxy mechanismbertrand1999-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is now functional. The signal proxy needs to be tested though. The thread proxy folder is being implemented. A rough summary : 1999-10-13 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder.c (camel_folder_close): the folder->close method is now asynchronous. * camel/camel-folder-pt-proxy.c (_folder_open_cb): (_open): (_folder_open_cb): (_open): open/close method implemented in the thread proxy folder. More to come. * camel/camel-exception.c (camel_exception_xfer): new utility func. * camel/camel-marshal-utils.c: some new marshallers * camel/camel-folder-pt-proxy.c: Some explanations on the thread proxy system. 1999-10-11 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-marshal-utils.c: camel/camel-marshal-utils.h: Handles operation marshalling. * camel/camel-thread-proxy.c: camel/camel-thread-proxy.h: new files. Generic proxy system. * camel/camel-folder-pt-proxy.c moved all proxy related code in dedicated files. (camel_folder_pt_proxy_init): removed proxy initialisation code (_finalize): removed proxy finalization code * camel/camel-exception.c (camel_exception_new): (camel_exception_set): (camel_exception_free): New funcs. svn path=/trunk/; revision=1328
* Check pthreads.bertrand1999-09-221-0/+13
| | | | | | | | | | | | | 1999-09-21 bertrand <Bertrand.Guiheneuf@aful.org> * configure.in: Check pthreads. * camel/Makefile.am: camel-folder-pt-proxy.c is only compiled when pthreads are available. svn path=/trunk/; revision=1247
* Added (experimental) maildir provider written by Jukka Zittingbertrand1999-09-031-0/+1
| | | | | | | | | | | | | | | 1999-09-02 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/maildir: Added (experimental) maildir provider written by Jukka Zitting <hukka@greywolves.org> * camel/providers/Makefile.am (SUBDIRS): build maildir provider. * camel/camel-provider.c (camel_provider_get_for_protocol): bug fix. patch from Jukka Zitting <hukka@greywolves.org> svn path=/trunk/; revision=1168
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | 1999-09-01 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder.c (_finalize): (_set_name): * camel/camel-mime-message.c (_finalize): * camel/camel-mime-part.c (_finalize): (_set_description): (_set_disposition): * camel/camel-service.c (_finalize): * camel/camel-stream-fs.c (_finalize): * camel/gmime-content-field.c: (gmime_content_field_construct_from_string): * camel/url-util.c (g_url_free): When using g_free (obj) don't test if obj != NULL g_free () already do that. Thanks to elerium for the feedback. 19 svn path=/trunk/; revision=1151
* some test filesBertrand Guiheneuf1999-08-101-0/+20
| | | | svn path=/trunk/; revision=1101
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-11/+14
| | | | svn path=/trunk/; revision=1052
* new class. Represents an abstract stream object.bertrand1999-05-311-2/+2
| | | | | | | | | 1999-05-30 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-stream.h: new class. Represents an abstract stream object. svn path=/trunk/; revision=960
* syncBertrand Guiheneuf1999-05-301-0/+18
| | | | svn path=/trunk/; revision=959
* testsBertrand Guiheneuf1999-05-191-0/+1
| | | | | | | | | * tests/test1.c (main): tests * camel/camel-mime-message.c (_write_to_file): started write_to framework for mime_messages svn path=/trunk/; revision=931
* start test provider.bertrand1999-04-221-0/+2
| | | | | | | | | 1999-04-21 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/providers/MH/camel-mh-folder.c (camel_mh_folder_get_type): start test provider. svn path=/trunk/; revision=864
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-0/+2
| | | | svn path=/trunk/; revision=862
* Initial revisionBertrand Guiheneuf1999-04-181-0/+49
svn path=/trunk/; revision=846