Commit Graph

1755 Commits

Author SHA1 Message Date
52ba74cef4 ** Fixes part of bug #526152, plus some tangential code cleanup.
2008-04-05  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #526152, plus some tangential code cleanup.

	* mail/Makefile.am:
	Remove all the IDL crud for GnomeSpell.

	* mail/em-composer-prefs.c:
	* mail/evolution-mail.schemas.in:
	* mail/mail-config.c:
	Define our own GConf keys for active spell checking languages
	and the underline color for misspelled words, instead of relying
	on GnomeSpell's GConf keys.  The new keys are:
	/apps/evolution/mail/composer/spell_color	(string)
	/apps/evolution/mail/composer/spell_languages	(list of strings)

	* mail/em-composer-prefs.c:
	* mail/em-composer-prefs.h:
	Cleanup the logic a bit to improve readability.

	* mail/mail-config.c:
	Cleanup the GConf notification logic:
	- We don't need the notification IDs for GConf keys we're watching.
	- Minimize the repetition of GConf keys to reduce the risk of typos.
	- Reduce the number of notification callback functions.

	* mail/Spell.idl:
	Remove this file; we don't use GnomeSpell anymore.

	* composer/e-msg-composer.c:
	* composer/e-composer-private.h:
	Initialize a new composer's spell checking language menu via
	our new "spell_languages" GConf key.

	* tools/killev.c (main):
	No need to continue killing the GnomeSpell Bonobo server.


svn path=/trunk/; revision=35322
2008-04-05 15:26:26 +00:00
16068d9b41 ** Merge the mbarnes-composer branch
2008-04-02  Matthew Barnes <mbarnes@redhat.com>

	** Merge the mbarnes-composer branch

	* configure.in:
	Bump libgtkhtml requirement to 3.19.1.
	Add gtkhtml-editor dependency for addressbook, calendar and mail.
	Remove print-message plugin; new composer implements this natively.

	* tools/Makefile.am:
	Remove CORBA rules for the old composer.

	* addressbook/gui/widgets/Makefile.am:
	Remove CORBA rules for the old composer.

	* addressbook/gui/widgets/eab-gui-util.c
	(eab_send_to_contact_and_email_num_list),
	(eab_send_contact_list_as_attachment):
	Adapt to new Bonobo-less composer widget.

	* calendar/gui/Makefile.am:
	Remove CORBA rules for the old composer.

	* calendar/gui/itip-utils.c (comp_from), (comp_to_list),
	(comp_subject), (comp_content_type), (comp_filename),
	(comp_description), (append_cal_attachments), (itip_send_comp),
	(reply_to_calendar_comp):
	Adapt to new Bonobo-less composer widget.

	* composer/Makefile.am:
	Remove CORBA rules for the old composer.

	* composer/e-msg-composer.c:
	* composer/e-msg-composer.h:
	EMsgComposer is now a subclass of GtkhtmlEditor.
	Extensive refactoring and cleanup, too much to list in detail.

	* composer/e-composer-header.c:
	* composer/e-composer-header.h:
	Add "sensitive" property along with get/set functions.

	* composer/e-composer-from-header.c:
	* composer/e-composer-from-header.h:
	Propagate "refreshed" signal from EAccountComboBox.
	Add function e_composer_from_header_get_account_list().

	* composer/e-composer-private.c:
	* composer/e-composer-private.h:
	New files manage composer's private data.
	Allows other composer files to manipulate private data.

	* composer/e-msg-composer-hdrs.c:
	* composer/e-msg-composer-hdrs.h:
	Remove these files; replaced by EComposerHeaderTable widget.

	* composer/evolution-composer.c:
	* composer/evolution-composer.h:
	Remove these files; composer is now a subclass of GtkhtmlEditor.

	* composer/e-msg-composer-select-file.c:
	* composer/e-msg-composer-select-file.h:
	Remove these files; logic moved to e-msg-composer.c.

	* composer/listener.c:
	* composer/listener.h:
	Remove these files; event handlers moved to e-msg-composer.c.

	* composer/Composer.idl:
	* composer/Evolution-Composer.idl:
	Remove these files; composer is no longer a Bonobo object.

	* mail/em-composer-prefs (sig_edit_cb),
	(em_composer_prefs_new_signature):
	Adapt to new Bonobo-less signature editor.

	* mail/mail-signature-editor.c:
	* mail/mail-signature-editor.h:
	Rewrite the signature editor as a subclass of GtkhtmlEditor.
	Eliminates Bonobo from the equation.

	* mail/em-composer-utils.c (composer_get_message),
	(em_utils_composer_send_cb), (save_draft_done),
	(em_utils_composer_save_draft_cb), (create_new_composer),
	(em_utils_compose_new_message),
	(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
	(em_utils_post_to_url), (edit_message), (forward_attached),
	(forward_non_attached), (reply_get_composer), (composer_set_body),
	(em_utils_reply_to_message), (post_reply_to_message):
	Adapt to new Bonobo-less composer.

	* mail/mail-component-factory.c:
	Composer is no longer needs a Bonobo factory.

	* mail/mail-config.c:
	Fix style pattern for EMsgComposer widgets.

	* plugins/groupwise/mail-send-options.c
	(org_gnome_composer_send_options):
	Adapt to streamlined EMsgComposer API.

	* plugins/exchange-operations/Makefile.am:
	Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS.

	* plugins/exchange-operations/exchange-mail-send-options.c
	(append_to_header), (org_gnome_exchange_send_options):
	Adapt to streamlined EMsgComposer API.

	* plugins/mailing-list-actions/mailing-list-actions.c
	(emla_list_action_do):
	Adapt to streamlined EMsgComposer API.

	* po/POTFILES.in: Update file list for new composer.

	* ui/evolution-composer-entries.xml:
	Remove this file; obsoleted by new composer.

	* widgets/misc/Makefile.am:
	Add EVOLUTION_MAIL_LIBS.

	* widgets/misc/e-account-combo-box.c:
	* widgets/misc/e-account-combo-box.h:
	New function e_account_combo_box_get_account_list().
	Emit a "refreshed" signal when the EAccountList changes.
	Add an internal reverse-lookup index.

	* widgets/misc/e-charset-picker.c (e_charser_add_radio_actions):
	New function adds radio actions to an action group.
	Will eventually replace e_charset_picker_bonobo_ui_populate().

	* widgets/misc/e-signature-combo-box.c:
	* widgets/misc/e-signature-combo-box.h:
	New function e_signature_combo_box_get_signature_list().

	... separate issue ...

	* configure.in:
	Bump eds_minimum_version to 2.23.1 for
	CAMEL_FOLDER_JUNKED_NOT_DELETED symbol.


svn path=/trunk/; revision=35313
2008-04-02 18:37:22 +00:00
66b60ff8c9 Version bump for 2.23.1.
2008-04-01  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in: Version bump for 2.23.1.


svn path=/trunk/; revision=35303
2008-04-01 19:43:43 +00:00
126fef4ef3 ** Fix for bug #524310
2008-03-25  Dan Williams  <dcbw@redhat.com>

	** Fix for bug #524310

	* mail/mail-session.c: don't double-free server messages


svn path=/trunk/; revision=35244
2008-03-25 14:54:40 +00:00
91171e631e Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #519421 (Also allow <libytnef/ytnef.h> header while compiling the TNEF attachment decoder plugin)
svn path=/trunk/; revision=35206
2008-03-17 04:24:32 +00:00
f72f86f239 ** Fix for bug #512543
2008-03-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #512543

	* configure.in:
	* widgets/misc/e-calendar-item.c:
	* calendar/gui/e-day-view.c:
	* calendar/gui/e-week-view-event-item.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-calendar-view.h:
	* calendar/gui/e-week-view-main-item.c:
	* calendar/gui/e-day-view-time-item.c:
	* calendar/gui/e-day-view-top-item.c:
	* calendar/gui/e-day-view-main-item.c:
	Get rid of --enable-cairo-calendar/ENABLE_CAIRO define.


svn path=/trunk/; revision=35182
2008-03-13 11:12:47 +00:00
44c05f4a51 Evolution 2.22.0 release.
2008-03-10  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS, configure.in: Evolution 2.22.0 release.



svn path=/trunk/; revision=35162
2008-03-10 07:02:56 +00:00
1eab776822 etc/gconf/gconf.xml.defaults/apps/evolution was missing.
2008-03-05  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: etc/gconf/gconf.xml.defaults/apps/evolution
	was missing.


svn path=/trunk/; revision=35137
2008-03-05 13:24:01 +00:00
d393305b81 Add share/icons/hicolor.
2008-03-03  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Add share/icons/hicolor.


svn path=/trunk/; revision=35129
2008-03-03 20:39:43 +00:00
af6833998b Misc simplification and cleanup.
2008-03-03  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Misc simplification and cleanup.


svn path=/trunk/; revision=35113
2008-03-03 00:29:20 +00:00
fca7da1bc0 Add mail/default/ko/Makefile to AC_OUTPUT.
2008-03-03  Changwoo Ryu  <cwryu@debian.org>

	* configure.in: Add mail/default/ko/Makefile to AC_OUTPUT.

2008-03-03  Changwoo Ryu  <cwryu@debian.org>

	* default/Makefile.am:
	* default/ko/*: Add Korean welcome message translation.


svn path=/trunk/; revision=35107
2008-03-02 19:16:44 +00:00
18151bd23f Updates for 2.21.92
svn path=/trunk/; revision=35105
2008-03-02 17:42:51 +00:00
79a8efeece set HANDLE_LIBICAL_MEMORY to 1.
2008-02-25  Chenthill Palanisamy  <pchenthill@novell.com>

        * configure.in: set HANDLE_LIBICAL_MEMORY to 1.


svn path=/trunk/; revision=35085
2008-02-25 10:27:53 +00:00
a5e3103c86 Use "pkill -x" to kill the process and use "$HOME" instead
of "~".
Fix for bug #516648

svn path=/trunk/; revision=35060
2008-02-20 07:49:22 +00:00
a717e80fae Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting.
2008-02-18  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting.


svn path=/trunk/; revision=35049
2008-02-19 02:46:24 +00:00
6817eb05c3 Patch from Akhil Laddha <lakhil@novell.com>: Fix for bug #517129 (Fixed build break due to updated Polish translation)
svn path=/trunk/; revision=35042
2008-02-18 04:58:15 +00:00
0817049fd8 Evolution 2.21.92 version bump.
2008-02-13  Srinivasa Ragavan  <sragavan@novell.com>

	* configure.in: Evolution 2.21.92 version bump.



svn path=/trunk/; revision=35001
2008-02-13 04:58:32 +00:00
a482e0ed02 Evolution 2.21.91 release.
2008-02-11  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS: Evolution 2.21.91 release.



svn path=/trunk/; revision=34999
2008-02-13 04:41:26 +00:00
4bc25b2714 Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK.
2008-02-11  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK.


svn path=/trunk/; revision=34993
2008-02-11 19:32:37 +00:00
a765a5229c Correct file names that have had the @BASE_VERSION@ dropped. Look for
2008-02-06  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Correct file names that have had the
	@BASE_VERSION@ dropped. Look for message locales first from
	share/locale, as that is where they get stuffed when building
	against a properly built GNU gettext.


svn path=/trunk/; revision=34966
2008-02-06 12:08:47 +00:00
4af1adcfa9 Evolution 2.21.91 version bump.
2008-01-29  Srinivasa Ragavan  <sragavan@novell.com>

	* configure.in: Evolution 2.21.91 version bump.

svn path=/trunk/; revision=34929
2008-01-29 11:13:56 +00:00
1548fefa93 Evolution 2.21.90 release.
2008-01-29  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS: Evolution 2.21.90 release.

svn path=/trunk/; revision=34927
2008-01-29 11:11:52 +00:00
c4046c5636 Add two more entries for bootstrapping. The
2008-01-25  Tor Lillqvist  <tml@novell.com>

	* win32/libevolution-mail.def: Add two more entries for
	bootstrapping. The mail/importers/libevolution-mail-importers
	library depends on the libevolution-mail library which hasn't been
	built yet when libevolution-mail-importers is built.


svn path=/trunk/; revision=34894
2008-01-25 13:02:14 +00:00
a472bd0fdf Be more specific.
svn path=/trunk/; revision=34888
2008-01-24 21:28:12 +00:00
27ecada90c Include camel in E_UTIL compile flags and libs, as at least libeutil uses
2008-01-24  Tor Lillqvist  <tml@novell.com>

	* configure.in: Include camel in E_UTIL compile flags and libs, as
	at least libeutil uses a camel function now.


svn path=/trunk/; revision=34887
2008-01-24 21:24:52 +00:00
de2f61c783 Bump eds_minimum_version to 2.21.90 for new Camel functions.
2008-01-24  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.21.90 for new Camel functions.


svn path=/trunk/; revision=34882
2008-01-24 12:21:20 +00:00
5c49d6489b Add missing directory in configure.in Fixes build break
2008-01-21  Sankar P  <psankar@novell.com>

	* configure.in:
	Add missing directory in configure.in
	Fixes build break



svn path=/trunk/; revision=34861
2008-01-21 05:57:06 +00:00
0da6bab003 Bump some additional package requirements for libsoup-2.4: libbonobo-2.0
2008-01-19  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump some additional package requirements for libsoup-2.4:
		libbonobo-2.0 >= 2.20.3
		glib-2.0 >= 2.15.3


svn path=/trunk/; revision=34850
2008-01-19 14:02:24 +00:00
8254ee63d4 Require libsoup-2.4. (Remove old "either 2.2 or 2.4" support, which only
* configure.in: Require libsoup-2.4. (Remove old "either 2.2 or
	2.4" support, which only ever worked because there was an old CVS
	version of libsoup that claimed to be 2.4 but still had the 2.2
	API.)

svn path=/trunk/; revision=34845
2008-01-17 14:53:41 +00:00
63cba9565c Version bump to 2.21.90
svn path=/trunk/; revision=34827
2008-01-15 07:01:18 +00:00
bd1c5eb183 Evolution 2.21.5 release
2008-01-14  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS: Evolution 2.21.5 release

svn path=/trunk/; revision=34824
2008-01-15 06:52:40 +00:00
77aa984d1b ** Fix for bug #492702
2008-01-09  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #492702

	* configure.in: Just disable the dbus message part of mail
	notification if dbus isn't there. Also remove new-mail-notify plugin.



svn path=/trunk/; revision=34784
2008-01-09 15:10:48 +00:00
00d89fdac2 Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme)
M    addressbook/gui/component/addressbook-view.c
M    addressbook/ChangeLog
AM   data/icons/hicolor_actions_16x16_mail-move.png
AM   data/icons/hicolor_actions_16x16_mail-copy.png
AM   data/icons/hicolor_actions_16x16_folder-move.png
M    data/icons/Makefile.am
AM   data/icons/hicolor_actions_16x16_folder-copy.png
M    mail/em-folder-browser.c
M    mail/ChangeLog
M    mail/em-folder-tree.c
M    mail/em-folder-view.c
M    mail/message-list.c
M    composer/ChangeLog
M    composer/e-msg-composer.c
M    ChangeLog
M    calendar/gui/dialogs/comp-editor.c
M    calendar/ChangeLog

svn path=/trunk/; revision=34769
2008-01-06 18:02:18 +00:00
0e7e605290 Submit bugs to the "BugBuddyBugs" Bugzilla component (#507311).
2008-01-05  Matthew Barnes  <mbarnes@redhat.com>

	* data/evolution.desktop.in.in:
	Submit bugs to the "BugBuddyBugs" Bugzilla component (#507311).


svn path=/trunk/; revision=34765
2008-01-06 00:37:46 +00:00
f10cadea13 Bump GtkHTML requirement to 3.17.5 for bug #317823.
2008-01-01  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump GtkHTML requirement to 3.17.5 for bug #317823.


svn path=/trunk/; revision=34751
2008-01-02 14:50:15 +00:00
f3546248ed Add --with[out]-help option to make it possible to skip building and
2008-01-01  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Add --with[out]-help option to make it possible to skip
	building and installing user documentation.  (#504541)


svn path=/trunk/; revision=34743
2008-01-01 13:22:31 +00:00
7bffd3413f Version bump to 2.21.5
2007-12-18  Srinivasa Ragavan  <sragavan@novell.com>

	* configure.in: Version bump to 2.21.5

svn path=/trunk/; revision=34727
2007-12-17 20:14:20 +00:00
3a6cf44407 ** Evolution 2.21.4 release
svn path=/trunk/; revision=34725
2007-12-17 20:12:33 +00:00
4842018ebf Bump eds_minimum_version to 2.21.4 for new Camel functions.
2007-12-17  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.21.4 for new Camel functions.


svn path=/trunk/; revision=34723
2007-12-17 18:58:01 +00:00
62f68fae21 Just remove the mail-remote plugin altogether so we stop going back and
2007-12-15  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	* plugins/mail-remote:
	Just remove the mail-remote plugin altogether so we stop going
	back and forth over whether the translatable files should be added
	to POTFILES.in.  We can always add it back once we get it working
	again.

	* po/POTFILES.in:
	Remove the mail-remote files for good this time.

	* mail/em-folder-tree-model.c (emft_model_unread_count_changed),
	(emfolder_tree_model_set_unread_count):
	Fix recently introduced compiler warnings.

	* plugins/mail-remote:
	Remove this plugin until it can be fixed.

	* ui/evolution.xml:
	Fix capitalization of "Download Messages..." (HIG 8.3.2).


svn path=/trunk/; revision=34706
2007-12-16 03:55:23 +00:00
cda4109744 ** Fixes bug 474651
2007-12-13  Tobias Mueller  <tobiasmue@svn.gnome.org>

        ** Fixes bug 474651
        * calendar/gui/memos-component.c:
        * addressbook/gui/component/addressbook.c:
        * calendar/gui/tasks-control.c:
        * calendar/gui/tasks-component.c:
        * widgets/misc/e-dateedit.c:
        * calendar/gui/e-cal-model-tasks.c:
        * widgets/misc/e-cell-percent.c:
        * calendar/gui/e-itip-control.c:
        * calendar/gui/comp-editor-factory.c:
        Use format strings in gtk_message_dialog_new


svn path=/trunk/; revision=34694
2007-12-13 18:23:31 +00:00
4cbd83f8a9 ** Fixes bug 474651
2007-12-10  Tobias Mueller  <tobiasmue@svn.gnome.org>

        ** Fixes bug 474651

        * addressbook/gui/contact-editor/eab-editor.c:
        * plugins/save-calendar/ical-format.c:
        * plugins/save-calendar/csv-format.c:
        * plugins/save-calendar/rdf-format.c:
        * plugins/ipod-sync/ical-format.c:
        * plugins/ipod-sync/ipod-sync.c:
        * plugins/ipod-sync/evolution-ipod-sync.c:
        * calendar/gui/dialogs/changed-comp.c:
        * calendar/gui/dialogs/copy-source-dialog.c:
        * calendar/gui/dialogs/delete-error.c:
        Use format strings in gtk_message_dialog_new


svn path=/trunk/; revision=34680
2007-12-09 23:04:53 +00:00
1613f2b67d Bump libgtkhtml requirement to 3.17.3 due to bug #271551.
2007-12-05  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump libgtkhtml requirement to 3.17.3 due to bug #271551.


svn path=/trunk/; revision=34656
2007-12-05 17:50:30 +00:00
4175c7275a +2007-12-03 Srinivasa Ragavan <sragavan@novell.com>
+
+       * NEWS, configure.in: evolution 2.21.3 release.


svn path=/trunk/; revision=34636
2007-12-04 08:02:23 +00:00
dd92a1c0e4 Evolution 2.21.2 release.
2007-11-12  Srinivasa Ragavan  <sragavan@novell.com>

        * NEWS, configure.in: Evolution 2.21.2 release.


svn path=/trunk/; revision=34545
2007-11-17 17:00:38 +00:00
9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
cfb0a3c19a ** Fix for bug #209425
2007-11-10  Michael Monreal  <mmonreal@svn.gnome.org>

    ** Fix for bug #209425

    * data/icons/Makefile.am:
    * data/icons/hicolor_actions_16x16_go-today.svg:
    * data/icons/hicolor_actions_22x22_go-today.svg:
    Don't use gtk-home for the go-today action. Add new
    icons to the build.

svn path=/trunk/; revision=34518
2007-11-10 09:37:27 +00:00
8228c1b611 ** Remove dead files from source control. The dates below indicate when
2007-11-03  Matthew Barnes  <mbarnes@redhat.com>

	** Remove dead files from source control.  The dates below
	   indicate when the file was removed from Makefile.am.
	   Fixes part of bug #478704.

	* addressbook/printing/e-contact-print-envelope.c	(Apr 2007)
	* addressbook/printing/e-contact-print-envelope.h	(Apr 2007)
	* addressbook/tools/evolution-addressbook-abuse.c	(May 2004)
	* addressbook/tools/evolution-addressbook-import.c	(no history)
	* calendar/gui/dialogs/calendar-setup.glade		(Nov 2004)
	* calendar/gui/dialogs/meeting-page.etspec		(Sep 2003)
	* calendar/gui/dialogs/new-calendar.glade		(Jan 2003)
	* calendar/gui/dialogs/new-task-list.glade		(Jan 2004)
	* calendar/gui/dialogs/url-editor-dialog.c		(Dec 2005)
	* calendar/gui/dialogs/url-editor-dialog.glade		(Dec 2005)
	* calendar/gui/dialogs/url-editor-dialog.h		(Dec 2005)
	* calendar/gui/e-pub-utils.c				(Dec 2005)
	* calendar/gui/e-pub-utils.h				(Dec 2005)
	* calendar/gui/gnome-calendar-conduit.png		(May 2000)
	* e-util/e-categories-master-list-wombat.c		(Jun 2005)
	* e-util/e-categories-master-list-wombat.h		(Jun 2005)
	* tools/evolution-launch-composer.c			(Jun 2003)

	* configure.in:
	Remove plugins/mail-remote/Makefile from AC_OUTPUT.
	Fixes a distcheck error.

	* po/POTFILES.in: Remove files for mail-remote plugin.


svn path=/trunk/; revision=34487
2007-11-03 12:06:34 +00:00
8380ba35f7 Remove debugging output.
2007-10-31  Priit Laes  <plaes@svn.gnome.org>
	
	* addressbook/gui/widgets/eab-vcard-control.c: Remove debugging output.


svn path=/trunk/; revision=34472
2007-10-31 16:50:56 +00:00
c4981ea30c Evolution 2.21.1 release.
2007-10-29  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS, configure.in: Evolution 2.21.1 release.


svn path=/trunk/; revision=34461
2007-10-31 07:11:51 +00:00