aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* if --enable-mono, then enable the mono plugin.Not Zed2005-05-251-0/+4
| | | | | | | | 2005-05-25 Not Zed <NotZed@Ximian.com> * configure.in: if --enable-mono, then enable the mono plugin. svn path=/trunk/; revision=29410
* Removed the entries of groupwise-account-setup shared-folderVivek Jain2005-05-231-1/+14
| | | | | | | | | | | | | | | | | 2005-05-23 Vivek Jain <jvivek@novell.com> * configure.in : Removed the entries of groupwise-account-setup shared-folder groupwise-send-options groupwise-status-tacking send-options addressbook-groupwise from AC_OUTPUT and base plugins and added consolidated 'groupwise-features' plugin to base plugins and AC_OUTPUT svn path=/trunk/; revision=29401
* Added a plugin to mark all messages as read for the selected and the subChenthill Palanisamy2005-05-201-0/+6
| | | | | | | | | | 2005-05-19 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: Added a plugin to mark all messages as read for the selected and the sub folders to base plugin. svn path=/trunk/; revision=29392
* add print-message plugin to base plugins and AC_OUTPUTVivek Jain2005-05-191-0/+5
| | | | | | | | | 2005-05-19 Vivek Jain <jvivek@novell.com> * configure.in : add print-message plugin to base plugins and AC_OUTPUT svn path=/trunk/; revision=29390
* Bump versionHarish Krishnaswamy2005-05-181-0/+4
| | | | svn path=/trunk/; revision=29379
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-13 Rodney Dawes <dobey@novell.com> * plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets disted properly 2005-05-13 Rodney Dawes <dobey@novell.com> * Makefile.am: Add new em-folder-utils.[ch] abstraction * em-folder-browser.c: Update for new menu layout Add new methods to handle the actions that were previously only available from the context menu when right-clicking on a folder * em-folder-selector.c (emfs_response): Just call emfu_folder_create if the user wants to create a new folder in the selector dialog (em_folder_selector_get_selected_path): Clean up the code to fix a couple potential crashes * em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or CamelFolderInfo object for the selected item in the tree Add a method to get a pointer to an EMFolderTreeModelStoreInfo object for the selected store in the tree Move folder operations out into em-folder-utils.[ch] so that they are abstracted from the tree and can be used by methods other than the internal context menu * em-folder-utils.[ch]: Move the folder operations code to here * em-folder-view.c: Update for the new menu layout Fix Mark as Read/Unread in the context menu to only show up in the list * mail-component.c (create_item): Just call emfu_folder_create here when the user requests to create a new folder from the New toolbar item 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-mailing-list-actions.xml: Update for the new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-plugin-manager.xml: Update for new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-save-attachments.xml: Update for new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * e-shell-window.c (setup_widgets): Update for the new menu layout by putting the "component" switching items under the "Tools" menu 2005-05-13 Rodney Dawes <dobey@novell.com> * *.xml: Update to the new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * e-filter-bar.[ch]: Update for the new menu layout svn path=/trunk/; revision=29354
* Added mail-remote stuff. an experimental plugin.Not Zed2005-05-121-0/+4
| | | | | | | | 2005-05-12 Not Zed <NotZed@Ximian.com> * configure.in: Added mail-remote stuff. an experimental plugin. svn path=/trunk/; revision=29339
* check for libsoup-2.4 else fail over to libsoup-2.2.Harish Krishnaswamy2005-05-121-0/+5
| | | | | | | | | 2005-05-12 Harish Krishnaswamy <kharish@novell.com> * configure.in: check for libsoup-2.4 else fail over to libsoup-2.2. svn path=/trunk/; revision=29335
* changed .eplug rule to also convert i18n tags if it ends in xml. AlsoNot Zed2005-05-061-0/+6
| | | | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * plugin.mk: changed .eplug rule to also convert i18n tags if it ends in xml. Also convert .error.xml into .error converting i18n tags. svn path=/trunk/; revision=29303
* Changed string 'login' Rephrased photo string Rephrased photo stringSrinivasa Ragavan2005-05-061-0/+7
| | | | | | | | | | | 2005-05-06 Srinivasa Ragavan <sragavan@novell.com> * addressbook/gui/component/ldap-config.glade: Changed string 'login' * mail/evolution-mail.schemas.in.in: Rephrased photo string * mail/mail-config.glade: Rephrased photo string * ui/evolution-mail-message.xml: Changed 'From' to 'from' svn path=/trunk/; revision=29288
* reset upgrade revision to 0Harish Krishnaswamy2005-05-051-0/+4
| | | | | | | | 2005-05-05 Harish Krishnaswamy <kharish@novell.com> * configure.in: reset upgrade revision to 0 svn path=/trunk/; revision=29275
* use @GAL_PACKAGE@ instead of hardcoding the version. FixesAmish2005-05-041-0/+6
| | | | | | | | | | 2005-05-04 Amish <lists@munshi.biz> * evolution-plugin.pc.in, evolution-shell.pc.in : use @GAL_PACKAGE@ instead of hardcoding the version. Fixes evolution-exchange build issues. svn path=/trunk/; revision=29267
* add an --enable-profiling arg, build the profiling plugin optionally asNot Zed2005-04-281-0/+5
| | | | | | | | | 2005-04-28 Not Zed <NotZed@Ximian.com> * configure.in: add an --enable-profiling arg, build the profiling plugin optionally as well. svn path=/trunk/; revision=29242
* configure.in - bump versionHarish Krishnaswamy2005-04-261-0/+4
| | | | svn path=/trunk/; revision=29230
* Bump libsoup requires.Harish Krishnaswamy2005-04-251-0/+4
| | | | | | | | 2005-04-25 Harish Krishnaswamy <kharish@novell.com> * configure.in: Bump libsoup requires. svn path=/trunk/; revision=29228
* fix up macro so that it doesn't trigger configure failures with newerJames Henstridge2005-04-201-0/+6
| | | | | | | | | | 2005-04-20 James Henstridge <james@jamesh.id.au> * configure.in (EVO_SET_COMPILE_FLAGS): fix up macro so that it doesn't trigger configure failures with newer versions of pkg-config. Fixes bug #300436. svn path=/trunk/; revision=29218
* bump version, requiresHarish Krishnaswamy2005-04-111-0/+4
| | | | | | | | 2005-04-11 Harish Krishnaswamy <kharish@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=29205
* set up DBUS_VERSION for use in the new-mail-notify pluginDavid Malcolm2005-04-051-0/+5
| | | | | | | | | 2005-03-11 David Malcolm <dmalcolm@redhat.com> * configure.in: set up DBUS_VERSION for use in the new-mail-notify plugin svn path=/trunk/; revision=29155
* Added new Language, Kinyarwanda (rw), to this packageSteven Michael Murphy2005-04-011-0/+4
| | | | svn path=/trunk/; revision=29139
* Added Xhosa translation. Added "xh" to ALL_LINGUAS.Adi Attar2005-03-291-0/+4
| | | | | | | | | 2005-03-29 Adi Attar <aattar@cvs.gnome.org> * xh.po: Added Xhosa translation. * configure.in: Added "xh" to ALL_LINGUAS. svn path=/trunk/; revision=29118
* Added id (Indonesian) to ALL_LINGUAS line. Added Indonesian Translation.Ahmad Riza H Nst2005-03-271-0/+4
| | | | | | | | | 2005-03-27 Ahmad Riza H Nst <ari@160c.afraid.org> * configure.in: Added id (Indonesian) to ALL_LINGUAS line. * po/id.po: Added Indonesian Translation. svn path=/trunk/; revision=29114
* require gtkhmtl 3.7.0 with 3.8 package/api versionRadek Doulik2005-03-221-0/+4
| | | | | | | | 2005-03-21 Radek Doulik <rodo@novell.com> * configure.in: require gtkhmtl 3.7.0 with 3.8 package/api version svn path=/trunk/; revision=29077
* Fix for #73917Philip Van Hoof2005-03-211-0/+4
| | | | | | | | 2005-03-21 Philip Van Hoof <pvanhoof@gnome.org> * configure.in: Fix for #73917 svn path=/trunk/; revision=29075
* Added nepali translationPawan Chitrakar2005-03-161-0/+4
| | | | | | | | | | 2005-03-16 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Added nepali translation * configure.in: Added ne in ALL_LINGUAS svn path=/trunk/; revision=29038
* Merge from 2.10 branchJP Rosevear2005-03-151-0/+4
| | | | svn path=/trunk/; revision=29019
* bump version, requiresJP Rosevear2005-03-011-0/+15
| | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28926
* add mail/default/de to ac_output to fix the buildJP Rosevear2005-02-281-0/+4
| | | | | | | | 2005-02-27 JP Rosevear <jpr@novell.com> * configure.in: add mail/default/de to ac_output to fix the build svn path=/trunk/; revision=28905
* remove *.pc and intltool-* files generated by configure when running makeBjörn Torkelsson2005-02-261-0/+5
| | | | | | | | | 2005-02-23 Björn Torkelsson <torkel@acc.umu.se> * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-* files generated by configure when running make distclean. svn path=/trunk/; revision=28891
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include <libedataserverui/e-passwords.h>. * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * mail-session.c: * mail-config.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * e-shell-window-commands.c: * e-shell.c: * main.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * send-options.c: Include <libedataserverui/e-passwords.h>. svn path=/trunk/; revision=28871
* Depend on gnome-vfs >= 2.4Marco Pesenti Gritti2005-02-231-0/+4
| | | | | | | | 2005-02-22 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Depend on gnome-vfs >= 2.4 svn path=/trunk/; revision=28864
* add new variable with the generated keys and desktop file listed so thatRodney Dawes2005-02-231-0/+6
| | | | | | | | | | 2005-02-22 Rodney Dawes <dobey@novell.com> * data/Makefile.am (CLEANFILES): add new variable with the generated keys and desktop file listed so that they get removed with make clean (EXTRA_DIST): Don't dist the generated keys file svn path=/trunk/; revision=28848
* Remove duplicate entries for addressbook-groupwise,Priit Laes2005-02-041-2/+3
| | | | | | | | | | 2005-02-01 Priit Laes <amd@store20.com> * configure.in : Remove duplicate entries for addressbook-groupwise, groupwise-status-tracking and default-source in plugins list. Fixes make distclean. svn path=/trunk/; revision=28695
* Remove duplicate entry for addressbook-groupwise in plugins list.Priit Laes2005-02-041-0/+5
| | | | | | | | | 2005-02-01 Priit Laes <amd@store20.com> * configure.in : Remove duplicate entry for addressbook-groupwise in plugins list. svn path=/trunk/; revision=28694
* UpdateJP Rosevear2005-02-021-0/+4
| | | | | | | | 2005-02-01 JP Rosevear <jpr@novell.com> * MAINTAINERS: Update svn path=/trunk/; revision=28663
* Remove duplicate entry for calendar-file in plugins list.Priit Laes2005-02-011-0/+5
| | | | | | | | | 2005-02-01 Priit Laes <amd@store20.com> * configure.in : Remove duplicate entry for calendar-file in plugins list. svn path=/trunk/; revision=28651
* Correct the typo in plugins_base made inHarish Krishnaswamy2005-01-301-0/+5
| | | | | | the last commit - let the HEAD to get built again. svn path=/trunk/; revision=28616
* add addressbook-groupwise plguin to the plguin listSivaiah Nallagatla2005-01-291-0/+5
| | | | | | | | | 2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : add addressbook-groupwise plguin to the plguin list svn path=/trunk/; revision=28614
* Add mail/default/pt/Makefile to AC_OUTPUTRodney Dawes2005-01-261-0/+4
| | | | | | | | 2005-01-26 Rodney Dawes <dobey@novell.com> * configure.in: Add mail/default/pt/Makefile to AC_OUTPUT svn path=/trunk/; revision=28564
* bump version and requiresJP Rosevear2005-01-251-0/+4
| | | | | | | | 2005-01-24 JP Rosevear <jpr@novell.com> * configure.in: bump version and requires svn path=/trunk/; revision=28545
* e-util needs libgnomeprintui nowJP Rosevear2005-01-221-1/+5
| | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> * configure.in: e-util needs libgnomeprintui now svn path=/trunk/; revision=28491
* added addressbook-file pluginSivaiah Nallagatla2005-01-211-1/+5
| | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : added addressbook-file plugin svn path=/trunk/; revision=28486
* added deafult source plguinSivaiah Nallagatla2005-01-211-0/+4
| | | | svn path=/trunk/; revision=28469
* added a plugin for displaying the groupwise status tracking optionsParthasarathi Susarla2005-01-201-0/+5
| | | | | | | | | 2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> * configure.in : added a plugin for displaying the groupwise status tracking options svn path=/trunk/; revision=28465
* Missed entry.JP Rosevear2005-01-161-0/+4
| | | | svn path=/trunk/; revision=28412
* Add new-mail-notify to the plugins_all listing so that it gets distedRodney Dawes2005-01-141-0/+5
| | | | | | | | | 2005-01-13 Rodney Dawes <dobey@novell.com> * configure.in: Add new-mail-notify to the plugins_all listing so that it gets disted properly svn path=/trunk/; revision=28396
* fix plugin listing, bump upgrade revision so weather calendar groupJP Rosevear2005-01-121-0/+9
| | | | | | | | | 2005-01-12 JP Rosevear <jpr@novell.com> * configure.in: fix plugin listing, bump upgrade revision so weather calendar group appears svn path=/trunk/; revision=28376
* bump versionJP Rosevear2005-01-111-0/+4
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * configure.in: bump version svn path=/trunk/; revision=28357
* added new mail plugin & checks.Not Zed2005-01-111-0/+4
| | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * configure.in: added new mail plugin & checks. svn path=/trunk/; revision=28346
* configure.in change for exchange account setupSushma Rai2005-01-111-0/+4
| | | | svn path=/trunk/; revision=28332
* added send options plugin to base plugin listParthasarathi Susarla2005-01-101-0/+3
| | | | | | | 2005-1-10 Parthasarathi Susarla <sparthasarathi@novell.com> * configure.in : added send options plugin to base plugin list svn path=/trunk/; revision=28327
* Add shared-folder to plugin and base plugin list. Add correspondingVivek Jain2005-01-101-0/+5
| | | | | | | | | 2005-01-10 Vivek Jain <jvivek@novell.com> * configure.in : Add shared-folder to plugin and base plugin list. Add corresponding Makfile to AC_OUTPUT section. svn path=/trunk/; revision=28322
* add send-options pluginChenthill Palanisamy2005-01-101-0/+4
| | | | | | | | 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: add send-options plugin svn path=/trunk/; revision=28321
* add calendar-file pluginJP Rosevear2005-01-101-0/+4
| | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * configure.in: add calendar-file plugin svn path=/trunk/; revision=28299
* Remove duplicate entry for itip-formatter in plugins list.Harish Krishnaswamy2005-01-081-0/+6
| | | | | | | * configure.in : Remove duplicate entry for itip-formatter in plugins list. svn path=/trunk/; revision=28290
* Add gnome-vfs-module-2.0 to Evo compile flags forHarish Krishnaswamy2005-01-081-0/+4
| | | | | | the calendar. svn path=/trunk/; revision=28285
* Add libedataserverui to the e-util libs and cflags.Hans Petter Jansson2005-01-081-0/+4
| | | | | | | | 2005-01-08 Hans Petter Jansson <hpj@novell.com> * configure.in: Add libedataserverui to the e-util libs and cflags. svn path=/trunk/; revision=28282
* removed weatherdatadir definition here.Rodrigo Moya2005-01-081-0/+4
| | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * configure.in: removed weatherdatadir definition here. svn path=/trunk/; revision=28271
* added calendar-weather plugin to build.David Trowbridge2005-01-071-0/+4
| | | | | | | | | | 2005-01-07 David Trowbridge <David.Trowbridge@Colorado.edu> * configure.in: added calendar-weather plugin to build. 2005-01-06 JP Rosevear <jpr@novell.com> svn path=/trunk/; revision=28267
* add some uninstall rules for local dataJP Rosevear2005-01-071-0/+4
| | | | | | | | 005-01-06 JP Rosevear <jpr@novell.com> * data/Makefile.am: add some uninstall rules for local data svn path=/trunk/; revision=28261
* add itip-formatter to the "all" list, its not ready to be in the base yetJP Rosevear2005-01-041-0/+5
| | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * configure.in: add itip-formatter to the "all" list, its not ready to be in the base yet though svn path=/trunk/; revision=28219
* Remove select-names from Makefile output list.Hans Petter Jansson2004-12-231-0/+4
| | | | | | | | 2004-12-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Remove select-names from Makefile output list. svn path=/trunk/; revision=28189
* add translation stuff.Not Zed2004-12-221-0/+9
| | | | | | | | 2004-12-17 Not Zed <NotZed@Ximian.com> * devel-docs/misc/errors.txt (BUILT_SOURCES): add translation stuff. svn path=/trunk/; revision=28181
* bump version, requiresJP Rosevear2004-12-211-0/+4
| | | | | | | | 2004-12-20 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28158
* Fixes #6066JP Rosevear2004-12-151-0/+8
| | | | | | | | | | | | 2004-12-14 JP Rosevear <jpr@novell.com> Fixes #6066 * README.translators: New information for translators * README: Update slightly for 2.1/2.2 svn path=/trunk/; revision=28125
* Add mail/default/zh_CN/MakefileRodney Dawes2004-12-151-0/+4
| | | | | | | | 2004-12-14 Rodney Dawes <dobey@novell.com> * configure.in (AC_OUTPUT): Add mail/default/zh_CN/Makefile svn path=/trunk/; revision=28123
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-08 Hans Petter Jansson <hpj@novell.com> * addressbook/gui/component/addressbook-migrate.c * addressbook/gui/component/select-names/e-select-names-completion.c * addressbook/gui/component/select-names/e-select-names-manager.c * addressbook/gui/component/select-names/e-select-names-model.h * addressbook/gui/contact-list-editor/e-contact-list-editor.h * addressbook/gui/contact-list-editor/e-contact-list-model.h * addressbook/gui/widgets/e-minicard.c * addressbook/gui/widgets/eab-gui-util.c * addressbook/importers/evolution-ldif-importer.c * addressbook/importers/evolution-vcard-importer.c: Include <libebook/e-destination.h> from evolution-data-server. * addressbook/util/Makefile.am: Remove e-destination.[ch] from here. * addressbook/util/e-destination.[ch]: Removed. * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. * calendar/gui/e-meeting-list-view.c * calendar/gui/e-select-names-editable.c * calendar/gui/dialogs/alarm-dialog.c * calendar/gui/dialogs/e-delegate-dialog.c: Include <libebook/e-destination.h> from evolution-data-server. * composer/e-msg-composer-hdrs.h: Include <libebook/e-destination.h> from evolution-data-server. * mail/importers/pine-importer.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28094
* Add groupwise-account-setup to plguin and base plugin list. AddSivaiah Nallagatla2004-12-041-0/+5
| | | | | | | | | 2004-12-03 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : Add groupwise-account-setup to plguin and base plugin list. Add corresponding Makfile to AC_OUTPUT section. svn path=/trunk/; revision=28060
* Make evolution mail link to camel-provider not camel only. Removed someNot Zed2004-12-031-0/+16
| | | | | | | | | | | | | | | | | | | | 2004-12-02 Not Zed <NotZed@Ximian.com> * configure.in: Make evolution mail link to camel-provider not camel only. Removed some camel stuff. 2004-11-16 Not Zed <NotZed@Ximian.com> * Makefile.am (SUBDIRS): removed camel. * configure.in: Removed camel building, fixed module includes to use camel via packageconfig. 2004-11-15 Not Zed <NotZed@Ximian.com> * configure.in: Added libeds to camel and mail and filter cflags. svn path=/trunk/; revision=28053
* Copy Welsh translation from gnome-2-8 to HEAD.Dafydd Harries2004-12-021-0/+4
| | | | svn path=/trunk/; revision=28036
* bump version, requiresJP Rosevear2004-11-301-0/+4
| | | | | | | | 2004-11-29 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28011
* Add AC_SUBST for plugins_base alsoRodney Dawes2004-11-091-0/+7
| | | | | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * configure.in: Add AC_SUBST for plugins_base also * plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we dist the plug-ins we actually build by default svn path=/trunk/; revision=27868
* added mailing-list-actions plugin.Not Zed2004-11-041-0/+4
| | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * configure.in: added mailing-list-actions plugin. svn path=/trunk/; revision=27836
* modified base vs optional logic slightly and added a warning if you buildNot Zed2004-11-041-0/+10
| | | | | | | | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * configure.in: modified base vs optional logic slightly and added a warning if you build with --enable-plugins=no. 2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> * configure.in: Added calendar-http module, and setup a mechanism for base vs optional plugins. svn path=/trunk/; revision=27831
* fix the logicJP Rosevear2004-11-031-1/+5
| | | | | | | | 2004-11-03 JP Rosevear <jpr@novell.com> * configure.in: fix the logic svn path=/trunk/; revision=27826
* handle plain --enable-plugins and --enable-plugins=yes by making it theJP Rosevear2004-11-031-0/+5
| | | | | | | | | 2004-11-03 JP Rosevear <jpr@novell.com> * configure.in: handle plain --enable-plugins and --enable-plugins=yes by making it the equivalent of "all" svn path=/trunk/; revision=27825
* added plugin-manager plugin.Not Zed2004-11-031-0/+4
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * configure.in: added plugin-manager plugin. svn path=/trunk/; revision=27811
* dist plugin.mkJP Rosevear2004-11-021-0/+4
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist plugin.mk svn path=/trunk/; revision=27785
* added mail-to-meeting plugin.Rodrigo Moya2004-10-291-0/+4
| | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * configure.in: added mail-to-meeting plugin. svn path=/trunk/; revision=27767
* Re-enable BBDB.Nat Friedman2004-10-291-0/+4
| | | | svn path=/trunk/; revision=27761
* revive E_WIDGETS_CFLAGS/LIBS because of needing to add libedataserveruiJP Rosevear2004-10-281-0/+5
| | | | | | | | | 2004-10-27 JP Rosevear <jpr@novell.com> * configure.in: revive E_WIDGETS_CFLAGS/LIBS because of needing to add libedataserverui svn path=/trunk/; revision=27744
* removed bbwhatever it is until the makefiles are fixed.Not Zed2004-10-271-0/+5
| | | | | | | | | 2004-10-27 Not Zed <NotZed@Ximian.com> * configure.in: removed bbwhatever it is until the makefiles are fixed. svn path=/trunk/; revision=27734
* if gstreamer is not available, remove audio-inline plugin from theRadek Doulik2004-10-261-0/+3
| | | | | | plugins list svn path=/trunk/; revision=27722
* added audio-inline plugin, added gstreamer check for itRadek Doulik2004-10-251-0/+5
| | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * configure.in: added audio-inline plugin, added gstreamer check for it svn path=/trunk/; revision=27716
* Added mark-calendar-offline pluginHarish Krishnaswamy2004-10-251-0/+4
| | | | svn path=/trunk/; revision=27710
* Added folder-unsubscribe pluginJeffrey Stedfast2004-10-231-0/+4
| | | | | | | | 2004-10-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added folder-unsubscribe plugin svn path=/trunk/; revision=27700
* Added the bbdb plugin.Nat Friedman2004-10-221-0/+4
| | | | | | | | | | 2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690
* added save-calendar plugin.Rodrigo Moya2004-10-221-0/+4
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * configure.in: added save-calendar plugin. svn path=/trunk/; revision=27683
* added copy-tool plugin.Not Zed2004-10-211-0/+4
| | | | | | | | 2004-10-21 Not Zed <NotZed@Ximian.com> * configure.in: added copy-tool plugin. svn path=/trunk/; revision=27672
* add select-one-source to the plugin listJP Rosevear2004-10-211-0/+4
| | | | | | | | 2004-10-20 JP Rosevear <jpr@novell.com> * configure.in: add select-one-source to the plugin list svn path=/trunk/; revision=27658
* added prefer plain plugin.Not Zed2004-10-201-0/+4
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * configure.in: added prefer plain plugin. svn path=/trunk/; revision=27646
* added save attachments plugin.Not Zed2004-10-201-0/+4
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * configure.in: added save attachments plugin. svn path=/trunk/; revision=27643
* list plugins as a subdirJP Rosevear2004-10-201-0/+12
| | | | | | | | | | | | | | | | 2004-10-20 JP Rosevear <jpr@novell.com> * Makefile.am: list plugins as a subdir * plugins/Makefile.am: build enabled plugins * plugin.mk: simple rule for creating .eplug files * configure.in: add plugin foo; --enable-plugins=all turns them all on, or you can --enable-plugins="<plugin dir> <plugin dir>" to list specific ones svn path=/trunk/; revision=27640
* Change gal-2.2 to gal-2.4 SimilarSarfraaz Ahmed2004-10-151-0/+5
| | | | | | | | | 2004-10-15 Sarfraaz Ahmed <asarfraaz@novell.com> * camel.pc.in : Change gal-2.2 to gal-2.4 * evolution-shell.pc.in : Similar svn path=/trunk/; revision=27587
* remove plugins from ac outputJP Rosevear2004-10-141-0/+4
| | | | | | | | 2004-10-13 JP Rosevear <jpr@novell.com> * configure.in: remove plugins from ac output svn path=/trunk/; revision=27571
* pull in libedataserverui as appropriateJP Rosevear2004-10-141-0/+4
| | | | | | | | 2004-10-13 JP Rosevear <jpr@novell.com> * configure.in: pull in libedataserverui as appropriate svn path=/trunk/; revision=27567
* Enable imap4 plugin by default. We need to get people building this andJeffrey Stedfast2004-10-021-0/+5
| | | | | | | | | 2004-10-01 Jeffrey Stedfast <fejj@novell.com> * configure.in (localedir): Enable imap4 plugin by default. We need to get people building this and testing it. svn path=/trunk/; revision=27451
* set the GETTEXT_PACKAGE to evolution-2.2JP Rosevear2004-10-011-0/+4
| | | | | | | | 2004-10-01 JP Rosevear <jpr@novell.com> * configure.in: set the GETTEXT_PACKAGE to evolution-2.2 svn path=/trunk/; revision=27443
* set a GTKHTML_API_VERSION variableJP Rosevear2004-10-011-0/+4
| | | | | | | | | | | | | 2004-10-01 JP Rosevear <jpr@novell.com> * configure.in: set a GTKHTML_API_VERSION variable 2004-10-01 JP Rosevear <jpr@novell.com> * e-msg-composer.c: uses GTKHTML_API_VERSION for the bonobo server look up svn path=/trunk/; revision=27442
* change the way ipv6 stuff is done. separate ipv6 setting from getaddrinfoNot Zed2004-09-241-0/+6
| | | | | | | | | | 2004-09-13 Not Zed <NotZed@Ximian.com> * configure.in: change the way ipv6 stuff is done. separate ipv6 setting from getaddrinfo call check, and default to on if the interfaces are available. svn path=/trunk/; revision=27353
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+17
| | | | svn path=/trunk/; revision=27300
* use AC_DEFINE properlyJP Rosevear2004-09-171-0/+4
| | | | | | | | 2004-09-16 JP Rosevear <jpr@novell.com> * configure.in: use AC_DEFINE properly svn path=/trunk/; revision=27284
* bump EDS and gal requirementsJP Rosevear2004-09-171-0/+4
| | | | | | | | 2004-09-16 JP Rosevear <jpr@novell.com> * configure.in: bump EDS and gal requirements svn path=/trunk/; revision=27282
* bump version to 2.1.0 and set base version to 2.2; define DEVELOPMENT hereJP Rosevear2004-09-171-0/+6
| | | | | | | | | | 2004-09-16 JP Rosevear <jpr@novell.com> * configure.in: bump version to 2.1.0 and set base version to 2.2; define DEVELOPMENT here so we don't have to alter code to change in future svn path=/trunk/; revision=27281
* added missing Encoding=UTF-8 field (validate desktop file).Tomasz Kłoczko2004-09-131-0/+5
| | | | | | | * data/evolution.desktop.in: added missing Encoding=UTF-8 field (validate desktop file). svn path=/trunk/; revision=27230
* 2004-09-11 Akagic Amila <bono@linux.org.ba> * configure.in: Added 'bs' to ↵Amila Akagić2004-09-111-0/+4
| | | | | | ALL_LINGUAS. svn path=/trunk/; revision=27215
* bump version, requirementsJP Rosevear2004-08-281-0/+5
| | | | | | | | 2004-08-27 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements svn path=/trunk/; revision=27050
* Added some comments about --enable-openssl (e.g. why it is disabled)Jeffrey Stedfast2004-08-241-0/+5
| | | | | | | | | 2004-08-23 Jeffrey Stedfast <fejj@novell.com> * configure.in: Added some comments about --enable-openssl (e.g. why it is disabled) svn path=/trunk/; revision=26999
* Added «nb» to ALL_LINGUAS. 2004-08-13 JP Rosevear <jpr@novell.com>Kjartan Maraas2004-08-191-0/+3
| | | | | | | | | 2004-08-18 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added «nb» to ALL_LINGUAS. 2004-08-13 JP Rosevear <jpr@novell.com> svn path=/trunk/; revision=26968
* bump version. requiresJP Rosevear2004-08-141-0/+4
| | | | | | | | 2004-08-13 JP Rosevear <jpr@novell.com> * configure.in: bump version. requires svn path=/trunk/; revision=26926
* Revert previous EVO_LDAP_CHECK changes, aren't working as well as expcetedRodney Dawes2004-08-141-0/+5
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted and determined in testing svn path=/trunk/; revision=26924
* Add option to specify location of kerberos 4/5 libraries and headersFrédéric Crozat2004-08-141-0/+7
| | | | | | | | | * configure.in: Add option to specify location of kerberos 4/5 libraries and headers directories. Needed for 64bits support. svn path=/trunk/; revision=26917
* Add value and description fields to AC_DEFINE calls for theRodney Dawes2004-08-131-0/+5
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * configure.in: Add value and description fields to AC_DEFINE calls for the HAVE_ET_COM_ERR_H and HAVE_COM_ERR_H checks svn path=/trunk/; revision=26916
* Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to supportRodney Dawes2004-08-131-0/+6
| | | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * acinclude.m4: Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes} Sync with e-d-s acinclude.m4 (Adds GTK_DOC_CHECK) svn path=/trunk/; revision=26915
* Check for et/comm-err.h and comm_err.h so that we can include the correctRodney Dawes2004-08-131-0/+5
| | | | | | | | | 2004-08-13 Rodney Dawes <dobey@novell.com> * configure.in: Check for et/comm-err.h and comm_err.h so that we can include the correct one svn path=/trunk/; revision=26912
* Update Name and description to not include "Ximian" or "(Unstable)" RemoveRodney Dawes2004-08-131-0/+7
| | | | | | | | | | | 2004-08-12 Rodney Dawes <dobey@novell.com> * data/evolution.desktop.in.in: Update Name and description to not include "Ximian" or "(Unstable)" Remove the MimeType field since we can't open these types on the command line svn path=/trunk/; revision=26901
* Check for gtk+-2.4 in order to enable the use of GtkFileChooser.Jeffrey Stedfast2004-08-131-2/+8
| | | | | | | | | 2004-08-12 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for gtk+-2.4 in order to enable the use of GtkFileChooser. svn path=/trunk/; revision=26899
* Added Gujarati & panjabiAnkitkumar Rameshchandra Patel2004-08-091-0/+4
| | | | svn path=/trunk/; revision=26852
* bump version, requirementsJP Rosevear2004-08-031-0/+4
| | | | | | | | 2004-08-02 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements svn path=/trunk/; revision=26803
* add libedataserver to E_UTIL flagsJP Rosevear2004-08-031-0/+4
| | | | | | | | 004-08-01 JP Rosevear <jpr@novell.com> * configure.in: add libedataserver to E_UTIL flags svn path=/trunk/; revision=26796
* Added 'he' (Hebrew) to ALL_LINGUAS.Gil Osher2004-07-261-0/+4
| | | | | | * configure.in: Added 'he' (Hebrew) to ALL_LINGUAS. svn path=/trunk/; revision=26725
* Add MimeType line to desktop file new mime sytem.Ray Strode2004-07-221-0/+4
| | | | | | | | 2004-07-21 Ray Strode <rstrode@redhat.com> * evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file new mime sytem. svn path=/trunk/; revision=26690
* bump version, requirementsJP Rosevear2004-07-201-0/+4
| | | | | | | | 2004-07-19 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements svn path=/trunk/; revision=26676
* add CAMEL_GROUPWISE cflags/libs.Chris Toshok2004-07-091-0/+4
| | | | | | | | 2004-07-07 Chris Toshok <toshok@ximian.com> * configure.in: add CAMEL_GROUPWISE cflags/libs. svn path=/trunk/; revision=26597
* bump version, requirementsJP Rosevear2004-07-051-0/+4
| | | | | | | | | | | | 2004-07-02 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements 2004-07-02 JP Rosevaer <jpr@novell.com> * Makefile.am (SUBDIRS): Revert previous error change svn path=/trunk/; revision=26583
* Added Wallon translationPablo Saratxaga2004-06-241-0/+4
| | | | svn path=/trunk/; revision=26494
* *ar.po: Added Arabic translation by Arabeyes team.Arafat Medini2004-06-201-0/+4
| | | | | | | | 2003-06-20 Arafat Medini <lumina@silverpen.de> *ar.po: Added Arabic translation by Arabeyes team. svn path=/trunk/; revision=26435
* Use "Evolution" for X-GNOME-Bugzilla-Product to match b.x.c product name.Fernando Herrera de las Heras2004-06-181-0/+5
| | | | | | | * data/evolution.desktop.in.in: Use "Evolution" for X-GNOME-Bugzilla-Product to match b.x.c product name. svn path=/trunk/; revision=26397
* Remove shell/glade/Makefile, which has been merged into shell/MakefileDan Winship2004-06-111-0/+5
| | | | | | | * configure.in (AC_OUTPUT): Remove shell/glade/Makefile, which has been merged into shell/Makefile svn path=/trunk/; revision=26285
* Merge from release branch.JP Rosevear2004-06-041-0/+4
| | | | svn path=/trunk/; revision=26178
* bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESourceChris Toshok2004-06-031-0/+5
| | | | | | | | | 2004-06-02 Chris Toshok <toshok@ximian.com> * configure.in (EDS_REQUIRED): bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESource absolute_uri stuff. svn path=/trunk/; revision=26161
* check for statvfs.Not Zed2004-06-011-0/+4
| | | | | | | | 2004-06-01 Not Zed <NotZed@Ximian.com> * configure.in: check for statvfs. svn path=/trunk/; revision=26138
* add addressbook/tools/Makefile.am back to the build.Chris Toshok2004-05-251-0/+5
| | | | | | | | | 2004-05-24 Chris Toshok <toshok@ximian.com> * configure.in: add addressbook/tools/Makefile.am back to the build. svn path=/trunk/; revision=26067
* Setup the icon install paths (not that we actually use them yet).Jeffrey Stedfast2004-05-201-0/+5
| | | | | | | | | 2004-05-19 Jeffrey Stedfast <fejj@novell.com> * configure.in: Setup the icon install paths (not that we actually use them yet). svn path=/trunk/; revision=25994
* bump versionJP Rosevear2004-05-201-0/+4
| | | | | | | | 2004-05-19 JP Rosevear <jpr@novell.com> * configure.in: bump version svn path=/trunk/; revision=25982
* add some stuff for statfs.Not Zed2004-05-121-0/+7
| | | | | | | | | | | 2004-05-12 Not Zed <NotZed@Ximian.com> * configure.in: add some stuff for statfs. * devel-docs/misc/errors.txt: updated for xml format and i18n changes. svn path=/trunk/; revision=25863
* Require intltool 0.30 for the error xml filesRodney Dawes2004-05-011-0/+4
| | | | | | | | 2004-04-30 Rodney Dawes <dobey@ximian.com> * configure.in: Require intltool 0.30 for the error xml files svn path=/trunk/; revision=25725
* get the mime file from src dir for srcdir != builddirMike Castle2004-05-011-0/+5
| | | | | | | | | 2004-04-30 Mike Castle <dalgoda@ix.netcom.com> * data/Makefile.am (install-data-local): get the mime file from src dir for srcdir != builddir svn path=/trunk/; revision=25717
* use gnome_i18n_get_language_list so we get the right one (LC_MESSAGES).Not Zed2004-04-301-0/+5
| | | | | | | | | 2004-04-30 Not Zed <NotZed@Ximian.com> * tools/killev.c (main): use gnome_i18n_get_language_list so we get the right one (LC_MESSAGES). svn path=/trunk/; revision=25702
* Changed to 11.Jeffrey Stedfast2004-04-281-0/+4
| | | | | | | | 2004-04-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in (UPGRADE_REVISION): Changed to 11. svn path=/trunk/; revision=25662
* Changed to 10.Jeffrey Stedfast2004-04-271-0/+4
| | | | | | | | 2004-04-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in (UPGRADE_REVISION): Changed to 10. svn path=/trunk/; revision=25621
* require newer gtkhtml with new gtk_html_begin's flagsRadek Doulik2004-04-261-0/+5
| | | | | | | | | 2004-04-26 Radek Doulik <rodo@ximian.com> * configure.in: require newer gtkhtml with new gtk_html_begin's flags svn path=/trunk/; revision=25615
* Require automake 1.6 or neweer, we already do for libsoup andRodney Dawes2004-04-221-0/+5
| | | | | | | | | 2004-04-21 Rodney Dawes <dobey@ximian.com> * autogen.sh: Require automake 1.6 or neweer, we already do for libsoup and evolution-data-server, there is no reason not to here svn path=/trunk/; revision=25569
* bump to 0.0.92.1 for new EContact company phone foo. (UPGRADE_REVISION):Chris Toshok2004-04-221-0/+6
| | | | | | | | | | 2004-04-21 Chris Toshok <toshok@ximian.com> * configure.in (EDS_REQUIRED): bump to 0.0.92.1 for new EContact company phone foo. (UPGRADE_REVISION): bump to 9. svn path=/trunk/; revision=25568
* added libegroupwise dependency to CAMEL compile flagsSivaiah Nallagatla2004-04-211-0/+5
| | | | | | | | | 2004-04-21 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : added libegroupwise dependency to CAMEL compile flags svn path=/trunk/; revision=25558
* Merge from release branchJP Rosevear2004-04-201-0/+4
| | | | svn path=/trunk/; revision=25522
* Require gnome-icon-theme >= 1.2.0Rodney Dawes2004-04-191-0/+8
| | | | | | | | | | | | 2004-04-19 Rodney Dawes <dobey@ximian.com> * configure.in: Require gnome-icon-theme >= 1.2.0 2004-04-19 Michael Terry <mike@mterry.name> * data/evolution.desktop.in.in: Use the icon theme svn path=/trunk/; revision=25518
* bump to 8 for new contact list migration, since there was a bug in theChris Toshok2004-04-101-0/+6
| | | | | | | | | | 2004-04-09 Chris Toshok <toshok@ximian.com> * configure.in (UPGRADE_REVISION): bump to 8 for new contact list migration, since there was a bug in the shell that caused all migration to fail, but the key was still updated. svn path=/trunk/; revision=25402
* bump to 7 for new contact list migration.Chris Toshok2004-04-101-0/+5
| | | | | | | | | 2004-04-09 Chris Toshok <toshok@ximian.com> * configure.in (UPGRADE_REVISION): bump to 7 for new contact list migration. svn path=/trunk/; revision=25394
* add a new variable that should be bumped whenever a migration changeChris Toshok2004-04-091-0/+5
| | | | | | | | | 2004-04-08 Chris Toshok <toshok@ximian.com> * configure.in (UPGRADE_REVISION): add a new variable that should be bumped whenever a migration change happens in any component. svn path=/trunk/; revision=25376
* Added Icelandic translation by Helgi Þormar ÞorbjörnssonSamúel Jón Gunnarsson2004-04-071-0/+4
| | | | | | | | | 2004-04-07 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Added Icelandic translation by Helgi Þormar Þorbjörnsson <helgi@trance.is> svn path=/trunk/; revision=25347
* bump version, requirementsJP Rosevear2004-04-031-0/+4
| | | | | | | | 2004-04-02 JP Rosevear <jpr@ximian.com> * configure.in: bump version, requirements svn path=/trunk/; revision=25301
* require gtkhtml 3.1.10, it's needed for composer changes (new gtkhtml'sRadek Doulik2004-03-231-0/+5
| | | | | | | | | 2004-03-22 Radek Doulik <rodo@ximian.com> * configure.in: require gtkhtml 3.1.10, it's needed for composer changes (new gtkhtml's commands editable-on/off) svn path=/trunk/; revision=25147
* Add missed changedYuedong Du2004-03-151-2/+2
| | | | svn path=/trunk/; revision=25063
* svn path=/trunk/; revision=25062Hao Sheng2004-03-151-0/+5
| | | | | | | | | 2004-03-15 Hao Sheng <hao.sheng@sun.com> * a11y/addressbook/Makefile.am: * a11y/calendar/Makefile.am: svn path=/trunk/; revision=25062
* add a11y/addressbook/MakefileHao sheng2004-03-151-0/+4
| | | | | | | | 2004-03-15 Hao sheng <hao.sheng@sun.com> * configure.in: add a11y/addressbook/Makefile svn path=/trunk/; revision=25061
* bump version, requirementsJP Rosevear2004-03-061-0/+4
| | | | | | | | 2004-03-05 JP Rosevear <jpr@ximian.com> * configure.in: bump version, requirements svn path=/trunk/; revision=24978
* Define this (the number used in the e-d-s component repo_ids).Dan Winship2004-03-031-0/+7
| | | | | | | | | * configure.in (DATASERVER_API_VERSION): Define this (the number used in the e-d-s component repo_ids). * tools/killev.c (main): Update the repo_ids svn path=/trunk/; revision=24932
* Fixed the ENABLE_SMIME conditional to work. Fixes the addressbookJeffrey Stedfast2004-02-261-0/+5
| | | | | | | | | 2004-02-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fixed the ENABLE_SMIME conditional to work. Fixes the addressbook relocation error. svn path=/trunk/; revision=24883
* add "$xhave_nss = xyes" to the AM_CONDITIONAL for ENABLE_SMIME.Chris Toshok2004-02-261-0/+5
| | | | | | | | | 2004-02-25 Chris Toshok <toshok@ximian.com> * configure.in: add "$xhave_nss = xyes" to the AM_CONDITIONAL for ENABLE_SMIME. svn path=/trunk/; revision=24869
* Missed the entyr.JP Rosevear2004-02-251-0/+4
| | | | svn path=/trunk/; revision=24855
* Fix a typo in the smime check, so it actually worksRodney Dawes2004-02-241-1/+5
| | | | | | | | 2004-02-23 Rodney Dawes <dobey@ximian.com> * configure.in: Fix a typo in the smime check, so it actually works svn path=/trunk/; revision=24835
* Added "en_CA" to ALL_LINGUAS. Added Canadian English translation.Adam Weinberger2004-02-231-0/+4
| | | | | | | * configure.in: Added "en_CA" to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation. svn path=/trunk/; revision=24830
* add AC_ARG_ENABLE(smime...) -- "finally", i can hear the people rejoice.Chris Toshok2004-02-201-0/+7
| | | | | | | | | | | 2004-02-19 Chris Toshok <toshok@ximian.com> * configure.in: add AC_ARG_ENABLE(smime...) -- "finally", i can hear the people rejoice. Only check the --enable-smime status if --enable-ssl is also "yes". AC_DEFINE (ENABLE_SMIME) if smime is enabled. svn path=/trunk/; revision=24809
* Require ORBit 2.9.8 or newerRodney Dawes2004-02-191-0/+4
| | | | | | | | 2004-02-18 Rodney Dawes <dobey@ximian.com> * configure.in: Require ORBit 2.9.8 or newer svn path=/trunk/; revision=24789
* cp the unversioned file rather than mv'ing it so it doesn't getDan Winship2004-02-131-0/+6
| | | | | | | | * Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file rather than mv'ing it so it doesn't get regenerated at install time. svn path=/trunk/; revision=24727
* Added libebook-1.0. Added back mail/importers/Makefile.am.Not Zed2004-02-111-0/+5
| | | | | | | | | 2004-02-11 Not Zed <NotZed@Ximian.com> * configure.in (IMPORTERS_*): Added libebook-1.0. Added back mail/importers/Makefile.am. svn path=/trunk/; revision=24700
* Add addressbook/importers to AC_OUTPUTJP Rosevear2004-02-101-0/+4
| | | | | | | | 2004-02-10 JP Rosevear <jpr@ximian.com> * configure.in: Add addressbook/importers to AC_OUTPUT svn path=/trunk/; revision=24687
* bump version, libtool numbersJP Rosevear2004-02-101-0/+4
| | | | | | | | 2004-02-09 JP Rosevear <jpr@ximian.com> * configure.in: bump version, libtool numbers svn path=/trunk/; revision=24685
* Use the AlarmNotify_Factory for --force-shutdownRodney Dawes2004-02-101-0/+6
| | | | | | | | | | 2004-02-09 Rodney Dawes <dobey@ximian.com> * tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown Fixes #54084 svn path=/trunk/; revision=24684
* Updated BugzillaOtherBinaries tagRodney Dawes2004-02-091-0/+4
| | | | | | | | 2004-02-09 Rodney Dawes <dobey@ximian.com> * data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag svn path=/trunk/; revision=24681
* Revert previous change.Jeffrey Stedfast2004-01-291-0/+4
| | | | | | | | 2004-01-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Revert previous change. svn path=/trunk/; revision=24508
* Update to require glib-2.0 >= 2.3.2 (needed for some GValue usage).Jeffrey Stedfast2004-01-291-0/+5
| | | | | | | | | 2004-01-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Update to require glib-2.0 >= 2.3.2 (needed for some GValue usage). svn path=/trunk/; revision=24506
* Disable the possibility of using OpenSSL until someone decides it isRodney Dawes2004-01-291-0/+6
| | | | | | | | | | 2004-01-28 Rodney Dawes <dobey@ximian.com> * configure.in: Disable the possibility of using OpenSSL until someone decides it is worthy and ends up maintaining the code, though porting to GNUTLS would probably be a better option, if that happens svn path=/trunk/; revision=24501
* add facilities for installing a help dirDavid Trowbridge2004-01-281-0/+4
| | | | | | | | 2004-01-26 David Trowbridge <trowbrds@cs.colorado.edu> * configure.in: add facilities for installing a help dir svn path=/trunk/; revision=24473
* bump requirements, versionJP Rosevear2004-01-271-0/+4
| | | | | | | | 2004-01-26 JP Rosevear <jpr@ximian.com> * configure.in: bump requirements, version svn path=/trunk/; revision=24444
* added mongolian translationSanlig Badral2004-01-241-0/+4
| | | | svn path=/trunk/; revision=24401
* Add rule to substitute BASE_VERSION in keys Removed this file from CVSRodney Dawes2004-01-231-0/+7
| | | | | | | | | | | 2004-01-22 Rodney Dawes <dobey@ximian.com> * data/Makefile.am: Add rule to substitute BASE_VERSION in keys * data/evolution.keys.in: Removed this file from CVS * data/evolution.keys.in.in: Update to use BASE_VERSION and the new addressbook vcard control that replaces the MiniCard control svn path=/trunk/; revision=24373
* Don't require $LIBBONOBOUI_REQUIRED version of libbonoboRodney Dawes2004-01-231-0/+5
| | | | | | | | | 2004-01-22 Rodney Dawes <dobey@ximian.com> * configure.in: Don't require $LIBBONOBOUI_REQUIRED version of libbonobo svn path=/trunk/; revision=24371
* added mail/default/Makefile and mail/default/C/Makefile.Not Zed2004-01-161-0/+5
| | | | | | | | | 2004-01-16 Not Zed <NotZed@Ximian.com> * configure.in: added mail/default/Makefile and mail/default/C/Makefile. svn path=/trunk/; revision=24260
* Check for libsoup separatelyRodney Dawes2004-01-141-0/+4
| | | | | | | | | | | | 2004-01-13 Rodney Dawes <dobey@ximian.com> * configure.in: Check for libsoup separately 2004-01-13 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Only link in libsoup where we need it svn path=/trunk/; revision=24203
* bump version and requirementsJP Rosevear2004-01-131-0/+4
| | | | | | | | 2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: bump version and requirements svn path=/trunk/; revision=24193
* add soup as a calendar depJP Rosevear2004-01-131-0/+4
| | | | | | | | 2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: add soup as a calendar dep svn path=/trunk/; revision=24191
* enable NNTP support by defaultMeilof Veeningen2004-01-131-3/+8
| | | | | | | | 2004-01-12 Meilof Veeningen <meilof@wanadoo.nl> * configure.in: enable NNTP support by default svn path=/trunk/; revision=24184
* compile flags for the test component and a conditional compileJP Rosevear2004-01-131-0/+5
| | | | | | | | | 2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: compile flags for the test component and a conditional compile svn path=/trunk/; revision=24173
* dont kill the quoteJP Rosevear2004-01-111-0/+4
| | | | | | | | 2004-01-11 JP Rosevear <jpr@ximian.com> * configure.in: dont kill the quote svn path=/trunk/; revision=24154
* add enable option to build test componentJP Rosevear2004-01-111-0/+8
| | | | | | | | 2004-01-11 JP Rosevear <jpr@ximian.com> * configure.in: add enable option to build test component svn path=/trunk/; revision=24153
* Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add anRodney Dawes2004-01-091-0/+7
| | | | | | | | | | | 2004-01-08 Rodney Dawes <dobey@ximian.com> * configure.in: Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add an AC_SUBST() for EDS_REQUIRED also * evolution-shell.pc.in: Require the same version of bonoboui that we do in configure.in svn path=/trunk/; revision=24119
* add camel/providers/groupwise/Makefile to AC_OUTPUT sectionSivaiah Nallagatla2004-01-081-0/+4
| | | | | | | | 2004-01-08 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : add camel/providers/groupwise/Makefile to AC_OUTPUT section svn path=/trunk/; revision=24110
* *** empty log message ***Robert Sedak2004-01-081-0/+4
| | | | svn path=/trunk/; revision=24106
* Add e-util libsJP Rosevear2004-01-061-0/+8
| | | | | | | | | | | | 2004-01-05 JP Rosevear <jpr@ximian.com> * tools/Makefile.am: Add e-util libs * configure.in: try compiling with sys/types for freebsd (Joe Marcus Clarke <marcus@freebsd.org>) svn path=/trunk/; revision=24056
* Added "sq" to ALL_LINGUASLaurent Dhima2004-01-051-0/+4
| | | | | | * configure.in: Added "sq" to ALL_LINGUAS svn path=/trunk/; revision=24039
* Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation.Roozbeh Pournader2004-01-021-0/+4
| | | | | | | | | 2004-01-01 Roozbeh Pournader <roozbeh@sharif.edu> * configure.in: Added "fa" (Persian) to ALL_LINGUAS. * po/fa.po: Added Persian translation. svn path=/trunk/; revision=24027
* updated ChangeLog for removal of default_user references in configure.inNicel KM2003-12-301-0/+4
| | | | | | | 2003-12-30 Nicel KM <mnicel@novell.com> * updated ChangeLog for removal of default_user references in configure.in svn path=/trunk/; revision=24023
* default_user is goneJP Rosevear2003-12-301-0/+6
| | | | | | | | | | 2003-12-29 JP Rosevear <jpr@ximian.com> * configure.in: default_user is gone * Makefile.am: ditto svn path=/trunk/; revision=24020
* bump version and gal, e-d-s and gtkhtml requirementsJP Rosevear2003-12-301-0/+5
| | | | | | | | | 2003-12-29 JP Rosevear <jpr@ximian.com> * configure.in: bump version and gal, e-d-s and gtkhtml requirements svn path=/trunk/; revision=24014
* added camel/providers/groupwise to the build.Rodrigo Moya2003-12-231-0/+4
| | | | | | | | 2003-12-22 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added camel/providers/groupwise to the build. svn path=/trunk/; revision=24000
* remove.Chris Toshok2003-12-161-0/+4
| | | | | | | | 2003-12-15 Chris Toshok <toshok@ximian.com> * Makefile.am (ACLOCAL_AMFLAGS): remove. svn path=/trunk/; revision=23945
* update version relianceJP Rosevear2003-12-081-0/+4
| | | | | | | | 2003-12-07 JP Rosevear <jpr@ximian.com> * configure.in: update version reliance svn path=/trunk/; revision=23667
* Missed changelog entry.JP Rosevear2003-12-071-0/+4
| | | | svn path=/trunk/; revision=23661
* require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer)Radek Doulik2003-12-051-0/+5
| | | | | | | | | 2003-12-05 Radek Doulik <rodo@ximian.com> * configure.in: require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer) svn path=/trunk/; revision=23648
* Remove the Junk folderJeffrey Stedfast2003-12-031-0/+4
| | | | | | | | 2003-12-02 Jeffrey Stedfast <fejj@ximian.com> * configure.in (EVOLUTION_DIR): Remove the Junk folder svn path=/trunk/; revision=23582
* Install evolution.desktop as evolution-$(BASE_VERSION).desktop RemoveRodney Dawes2003-12-021-0/+8
| | | | | | | | | | | | 2003-12-01 Rodney Dawes <dobey@ximian.com> * data/Makefile.am: Install evolution.desktop as evolution-$(BASE_VERSION).desktop * data/evolution.desktop.in: Remove generated file * data/evolution.desktop.in.in: Add (Unstable) to name Fix comment to be more correct and have correct capitalization svn path=/trunk/; revision=23546
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-021-0/+6
| | | | | | | | | | 2003-12-01 Rodney Dawes <dobey@ximian.com> * Use BASE_VERSION for repo_ids and OAFIIDs * Update killev to kill the correct versions of gnome-spell and the GtkHTML Editor svn path=/trunk/; revision=23543
* define privconduitdirJP Rosevear2003-12-021-0/+4
| | | | | | | | 2003-12-01 JP Rosevear <jpr@ximian.com> * configure.in: define privconduitdir svn path=/trunk/; revision=23536
* Look for mozilla-nss.pc, not mozilla.pc.Anders Carlsson2003-11-281-0/+4
| | | | | | | | 2003-11-28 Anders Carlsson <andersca@gnome.org> * configure.in: Look for mozilla-nss.pc, not mozilla.pc. svn path=/trunk/; revision=23500
* make sure the mozilla .pc file exists before checking for itJP Rosevear2003-11-261-0/+5
| | | | | | | | | 2003-11-26 JP Rosevear <jpr@ximian.com> * configure.in: make sure the mozilla .pc file exists before checking for it svn path=/trunk/; revision=23488
* kill Evo 2.0's alarm daemon, not 1.4's.Rodrigo Moya2003-11-241-0/+4
| | | | | | | | 2003-11-24 Rodrigo Moya <rodrigo@ximian.com> * tools/killev.c (main): kill Evo 2.0's alarm daemon, not 1.4's. svn path=/trunk/; revision=23479
* UpdateJP Rosevear2003-11-201-0/+4
| | | | | | | | 2003-11-19 JP Rosevear <jpr@ximian.com> * MAINTAINERS: Update svn path=/trunk/; revision=23448
* remove db3 checkJP Rosevear2003-11-191-0/+4
| | | | | | | | 2003-11-18 JP Rosevear <jpr@ximian.com> * configure.in: remove db3 check svn path=/trunk/; revision=23425
* kill the alarm notification service, not the factory, which no longerRodrigo Moya2003-11-181-0/+5
| | | | | | | | | 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * tools/killev.c (main): kill the alarm notification service, not the factory, which no longer exists. svn path=/trunk/; revision=23414
* make sure server.mk is distedJP Rosevear2003-11-181-0/+4
| | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * Makefile.am: make sure server.mk is disted svn path=/trunk/; revision=23393
* do the right thing for distingJP Rosevear2003-11-181-0/+6
| | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * Makefile.am (EXTRA_DIST): do the right thing for disting svn path=/trunk/; revision=23391
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-171-0/+5
| | | | | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * configure.in: use the server.mk file to get rules for building versioned .server files * */Makefile.am: use simplified rule subst svn path=/trunk/; revision=23387
* Install versioned package config filesJP Rosevear2003-11-171-0/+4
| | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * Makefile.am: Install versioned package config files svn path=/trunk/; revision=23386
* make source selector flags/libsJP Rosevear2003-11-151-0/+4
| | | | | | | | 2003-11-14 JP Rosevear <jpr@ximian.com> * configure.in: make source selector flags/libs svn path=/trunk/; revision=23366
* UpdateJP Rosevear2003-11-151-0/+4
| | | | | | | | 2003-11-14 JP Rosevear <jpr@ximian.com> * MAINTAINERS: Update svn path=/trunk/; revision=23354
* remove libversit from the build.Chris Toshok2003-11-121-0/+7
| | | | | | | | | | | | | 2003-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): remove libversit from the build. * configure.in (CERT_UI): change the libraries we link. (AC_OUTPUT): remove libversit/Makefile * libversit/*: nuke it all svn path=/trunk/; revision=23290
* kill the right thing (kill_old_dataserver): rename and check the versionJP Rosevear2003-11-121-0/+5
| | | | | | | | | | | | | | 2003-11-11 JP Rosevear <jpr@ximian.com> * main.c (kill_dataserver): kill the right thing (kill_old_dataserver): rename and check the version correctly 2003-11-11 JP Rosevear <jpr@ximian.com> * configure.in: determine the e-d-s version, version the gettext files properly svn path=/trunk/; revision=23288
* Remove e-util/ename/MakefileDan Winship2003-11-081-0/+4
| | | | | | * configure.in (AC_OUTPUT): Remove e-util/ename/Makefile svn path=/trunk/; revision=23236
* we don't have to configure the libical subdir nowJP Rosevear2003-11-071-0/+4
| | | | | | | | 2003-11-07 JP Rosevear <jpr@ximian.com> * configure.in: we don't have to configure the libical subdir now svn path=/trunk/; revision=23208
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-0/+5
| | | | svn path=/trunk/; revision=23206
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-311-0/+8
| | | | | | | | | | | | 2003-10-31 JP Rosevear <jpr@ximian.com> * configure.in: set up vars and rules for versioning the .server files * Makefile.am's: use rules for versioning .server file, ensure built files are removed before disting svn path=/trunk/; revision=23149
* remove smime/tests for now.Chris Toshok2003-10-311-0/+4
| | | | | | | | 2003-10-30 Chris Toshok <toshok@ximian.com> * configure.in: (AC_OUTPUT): remove smime/tests for now. svn path=/trunk/; revision=23142
* set enable_smime=yes wherever nss would be enabled.. fixes manuallyChris Toshok2003-10-311-0/+9
| | | | | | | | | | | | | 2003-10-30 Chris Toshok <toshok@ximian.com> * configure.in: set enable_smime=yes wherever nss would be enabled.. fixes manually specifying the nss libs and enabling the smime ui. Also, add a section for generating the correct SMIME UI flags. gross, but necessary. it should probably be wrapped in with all the other nss library crap. (AC_OUTPUT): add smime/tests svn path=/trunk/; revision=23138
* use $SMIME_DIR. instead of explicitly including smime.Chris Toshok2003-10-301-0/+8
| | | | | | | | | | | | 2003-10-29 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly including smime. * configure.in: add some smime foo - a status message, an AM_CONDITIONAL (ENABLE_SMIME) svn path=/trunk/; revision=23123
* added a configure check for AI_ADDRCONFIGJeffrey Stedfast2003-10-251-0/+4
| | | | | | | | 2003-10-17 Jeffrey Stedfast <fejj@ximian.com> * configure.in: added a configure check for AI_ADDRCONFIG svn path=/trunk/; revision=23076
* Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warningDan Winship2003-10-241-0/+5
| | | | | | | * libversit/Makefile.am: Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warning svn path=/trunk/; revision=23056
* Remove mail/importers/Makefile from AC_OUTPUT yet againRodney Dawes2003-10-241-0/+5
| | | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * confiugre.in: Remove mail/importers/Makefile from AC_OUTPUT yet again svn path=/trunk/; revision=23051
* add smime/* dirs. to AC_OUTPUT.Chris Toshok2003-10-241-0/+6
| | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * configure.in: add smime/* dirs. to AC_OUTPUT. * Makefile.am (SUBDIRS): add smime/. svn path=/trunk/; revision=23047
* Check for gnome-thumbnail.h existence (really committed this time).Frédéric Crozat2003-10-231-0/+5
| | | | | | | * configure.in: Check for gnome-thumbnail.h existence (really committed this time). svn path=/trunk/; revision=23039
* Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, soEttore Perazzoli2003-10-231-0/+8
| | | | | | | | | it doesn't fail to regenerate the files if you run make without a manual autogen after making changes to configure.in and friends. [Many thanks to Marco Pesenti Gritti for pointing out the fix to me.] svn path=/trunk/; revision=23018
* Require ORBit 2.8.0 or newer for threadingRodney Dawes2003-10-231-0/+4
| | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Require ORBit 2.8.0 or newer for threading svn path=/trunk/; revision=23003
* Revert broken previous commit and actually remove mail/importers/MakefileRodney Dawes2003-10-231-0/+5
| | | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Revert broken previous commit and actually remove mail/importers/Makefile from AC_OUTPUT svn path=/trunk/; revision=23001
* Removed mail/importers/Makefile from AC_OUTPUTRodney Dawes2003-10-231-0/+4
| | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Removed mail/importers/Makefile from AC_OUTPUT svn path=/trunk/; revision=22998
* Removed addressbook/tools/Makefile from AC_OUTPUTRodney Dawes2003-10-231-0/+4
| | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Removed addressbook/tools/Makefile from AC_OUTPUT svn path=/trunk/; revision=22992
* Removed pedantic pgp/mime configure flag.Jeffrey Stedfast2003-10-231-0/+4
| | | | | | | | 2003-10-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed pedantic pgp/mime configure flag. svn path=/trunk/; revision=22986
* Removed; part of old doc systemDan Winship2003-10-221-0/+2
| | | | | | * omf-install/*: Removed; part of old doc system svn path=/trunk/; revision=22983
* Removed; these are ancient. Camel regression tests are in camel/tests now.Dan Winship2003-10-221-0/+3
| | | | | | | * tests/*: Removed; these are ancient. Camel regression tests are in camel/tests now. svn path=/trunk/; revision=22980
* Removed; the actual importers were moved to {mail,calendar}/importers longDan Winship2003-10-221-0/+3
| | | | | | | * importers/*: Removed; the actual importers were moved to {mail,calendar}/importers long ago. svn path=/trunk/; revision=22977
* Removed; this code has not been used since pre-1.0.Dan Winship2003-10-221-0/+18
| | | | | | | | | | | | | | | | | | | | * executive-summary/*: Removed; this code has not been used since pre-1.0. * my-evolution/*: Removed; gone in evolution 2.0. * notes/*: Removed; never finished and no one is working on it. * configure.in (E_UTIL_{CFLAGS,LIBS}): Remove soup-2.0 since e-proxy is gone. (EVOLUTION_MAIL_{CFLAGS,LIBS}): Remove soup-2.0 since the mailer uses CamelHTTPStream now. (EVOLUTION_EXECUTIVE_SUMMARY_{CFLAGS,LIBS}): Gone (AC_OUTPUT): Remove my-evolution/Makefile * README: evolution no longer depends on soup svn path=/trunk/; revision=22976
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+8
| | | | svn path=/trunk/; revision=22965
* Check for gnome-thumbnail.h existence.Frédéric Crozat2003-10-091-0/+4
| | | | | | | | | | * configure.in: Check for gnome-thumbnail.h existence. * mail/em-icon-stream.c: (emis_sync_close): Use gnome-thumbnail_scale_down_pixbuf if available, for better performance. svn path=/trunk/; revision=22829
* Require gal-2.2Dan Winship2003-09-041-0/+7
| | | | | | | | | * camel.pc.in (Requires): * evolution-addressbook.pc.in (Requires): * evolution-calendar.pc.in (Requires): * evolution-shell.pc.in (Requires): Require gal-2.2 svn path=/trunk/; revision=22455
* add a11y/widgets/Makefile move a11y directory before widgets directory.Bolian Yin2003-08-271-0/+5
| | | | | | | | | 2003-08-27 Bolian Yin <bolian.yin@sun.com> * configure.in: add a11y/widgets/Makefile * Makefile.am: move a11y directory before widgets directory. svn path=/trunk/; revision=22383
* Wrote one.Not Zed2003-08-221-0/+4
| | | | | | | | 2003-08-21 Not Zed <NotZed@Ximian.com> * HACKING: Wrote one. svn path=/trunk/; revision=22328
* Add a11y checking, and a11y Makefiles add a11y subdirectoryBolian Yin2003-08-201-0/+5
| | | | | | | | | 2003-08-20 Bolian Yin <bolian.yin@sun.com> * configure.in: Add a11y checking, and a11y Makefiles * Makefile.am: add a11y subdirectory svn path=/trunk/; revision=22304
* don't make 1.5 the default version (ie LN_S) update to use gal-2.2Mike Kestner2003-08-141-0/+5
| | | | | | | | | 2003-08-13 Mike Kestner <mkestner@ximian.com> * configure.in: don't make 1.5 the default version (ie LN_S) update to use gal-2.2 svn path=/trunk/; revision=22218
* Add option for '--enable-imapp', for 'new' imap code.Not Zed2003-08-021-0/+5
| | | | | | | | | 2003-08-01 Not Zed <NotZed@Ximian.com> * configure.in: Add option for '--enable-imapp', for 'new' imap code. svn path=/trunk/; revision=22063
* update to gtkhtml-3.1Larry Ewing2003-07-271-0/+4
| | | | svn path=/trunk/; revision=21983
* Bump version to "1.5", so that we end up being parallel installable withRodney Dawes2003-07-271-0/+6
| | | | | | | | | | 2003-07-26 Rodney Dawes <dobey@ximian.com> * configure.in: Bump version to "1.5", so that we end up being parallel installable with 1.4 again, but we can still release a "1.5.0" tarball when we get to that point in 6 months svn path=/trunk/; revision=21982