Commit Graph

1787 Commits

Author SHA1 Message Date
6ae5023022 ** Fixes part of bug #545558
2008-07-30  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #545558

	* configure.in:
	Mark the "hula-account-setup" plugin as experimental.


svn path=/trunk/; revision=35873
2008-07-31 17:05:13 +00:00
ae36c634ac Bump eds_minimum_version to 2.23.6 for CAMEL_PROVIDER_CONF_OPTIONS.
2008-07-30  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.23.6 for CAMEL_PROVIDER_CONF_OPTIONS.


svn path=/trunk/; revision=35867
2008-07-30 13:48:03 +00:00
c4bfa8bd7b 2.23.5 release updates & version bump to 2.23.6
svn path=/trunk/; revision=35822
2008-07-23 06:52:09 +00:00
5e4b6fcb89 ** Fix for bug #544022
2008-07-22  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #544022

	* configure.in: Do not redefine DBUS_VERSION define supplied
	by dbus itself, rather rename our define to FOUND_DBUS_VERSION.

	* mail/e-searching-tokenizer.c: (dump_trie):
	Define function only when required. (Compiler warning cleanup.)

	* shell/e-shell-window-commands.c: (char *authors[]):
	Break the escape sequence properly (compiler warning cleanup).

	* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.

	* plugins/mail-notification/Makefile.am:
	* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
	DBUS_VERSION define, it's supplied by dbus itself.


svn path=/trunk/; revision=35819
2008-07-22 08:43:06 +00:00
429dbd179d Moved to data/icons/hicolor_actions_24x24_query-free-busy.png as per rev
2008-07-21  Johnny Jacob  <jjohnny@novell.com>

	* data/hicolor_actions_24x24_query-free-busy.png: Moved to
	data/icons/hicolor_actions_24x24_query-free-busy.png as per
	rev 35753.

svn path=/trunk/; revision=35804
2008-07-21 14:06:10 +00:00
cdeb76956d Add doltcompile and doltlibtool to DISTCLEANFILES to fix distcheck
2008-07-21  Matthew Barnes  <mbarnes@redhat.com>

	* Makefile.am:
	Add doltcompile and doltlibtool to DISTCLEANFILES to fix
	distcheck breakage.


svn path=/trunk/; revision=35802
2008-07-21 11:52:40 +00:00
5948c36901 ** Fixes Bug #200147
2008-07-18  Bharath Acharya  <abharath@novell.com>

        ** Fixes Bug #200147

        Basic functionality implemented by Diego Escalante Urrelo 
        <diegoe@gnome.org> Everyone owes him a big mug of Beer for that.

        ** Added Templates plugin
        * Makefile.am:
        * apps-evolution-template-placeholders.schemas.in:
        * org-gnome-templates.eplug.xml:
        * templates.c: 
        * templates.glade:


svn path=/trunk/; revision=35780
2008-07-20 18:26:42 +00:00
0597b877c5 ** Fixes bug #542125
2008-07-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #542125

	** This set of changes migrates CompEditor, CompEditorPage and the
	   various subclasses from using BonoboUI to GtkUIManager for menus
	   and toolbars.  It also substantially cleans up the code and
	   streamlines the CompEditorPage API, making more effective use
	   of GObject properties.

	Core changes:
	* gui/dialogs/comp-editor-page.c:
	* gui/dialogs/comp-editor-page.h:
	* gui/dialogs/comp-editor.c:
	* gui/dialogs/comp-editor.h:
	* gui/dialogs/event-editor.c:
	* gui/dialogs/event-editor.h:
	* gui/dialogs/event-page.c:
	* gui/dialogs/event-page.h:
	* gui/dialogs/memo-editor.c:
	* gui/dialogs/memo-editor.h:
	* gui/dialogs/memo-page.c:
	* gui/dialogs/memo-page.h:
	* gui/dialogs/recurrence-page.c:
	* gui/dialogs/recurrence-page.h:
	* gui/dialogs/schedule-page.c:
	* gui/dialogs/schedule-page.h:
	* gui/dialogs/task-details-page.c:
	* gui/dialogs/task-details-page.h:
	* gui/dialogs/task-editor.c:
	* gui/dialogs/task-editor.h:
	* gui/dialogs/task-page.c:
	* gui/dialogs/task-page.h:

	Supporting changes:
	* gui/calendar-component.c:
	* gui/comp-editor-factory.c:
	* gui/e-cal-popup.c:
	* gui/e-calendar-table.c:
	* gui/e-calendar-view.c:
	* gui/e-comp-editor-registry.c:
	* gui/e-memo-table.c:
	* gui/e-tasks.c:
	* gui/gnome-cal.c:
	* gui/memos-component.c:
	* gui/tasks-component.c:
	* gui/dialogs/alarm-dialog.c:
	* gui/dialogs/comp-editor-util.c:

	* art/Makefile.am:
	Move query-free-busy.png to data/icons.


svn path=/trunk/; revision=35753
2008-07-18 16:23:26 +00:00
815a25a6a1 Bump eds_minimum_version to 2.23.5 for camel_folder_sort_uids().
2008-07-03  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.23.5 for camel_folder_sort_uids().


svn path=/trunk/; revision=35720
2008-07-03 22:37:49 +00:00
94c938bb6d Fix ChangeLog date for previous commit
svn path=/trunk/; revision=35679
2008-06-24 05:45:59 +00:00
d670428e60 Reviewed by Jeffrey Stedfast.
2008-06-18  Alp Toker  <alp@nuanti.com>

	Reviewed by Jeffrey Stedfast.

	* configure.in:
	* acinclude.m4:
	Add dolt revision 5e9eef10 to the autotools build system. Speeds up
	the build, often by a factor of two or more on supported platforms,
	otherwise falls back to libtool.

	See http://dolt.freedesktop.org for details.

svn path=/trunk/; revision=35678
2008-06-24 05:43:51 +00:00
058584357e ** Fix for bug #423395
2008-06-18  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #423395

	* configure.in: Requires newer GtkHTML, 3.23.5.

	* mail/em-format-html.c: (efh_init), (efh_text_plain), (efh_text_enriched),
	(efh_text_html), (efh_message_deliverystatus): Put the anchor where
	the message body begins and let GtkHTML know the anchor name to place
	the cursor there in caret mode on the first focus.


svn path=/trunk/; revision=35650
2008-06-18 16:43:02 +00:00
3464311737 Evolution 2.23.4 release udpates and version bump.
svn path=/trunk/; revision=35644
2008-06-17 09:59:03 +00:00
f999857658 plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.
svn path=/trunk/; revision=35643
2008-06-16 12:09:08 +00:00
93a2ae065c Add more functions used by libevolution-calendar.la.
2008-06-13  Tor Lillqvist  <tml@novell.com>

	* win32/libevolution-mail.def: Add more functions used by
	libevolution-calendar.la.


svn path=/trunk/; revision=35637
2008-06-13 11:02:15 +00:00
a378befda0 Add new functions used by libevolution-composer.la.
2008-06-13  Tor Lillqvist  <tml@novell.com>

	* win32/libevolution-mail.def: Add new functions used by
	libevolution-composer.la.

	* addressbook/gui/component/Makefile.am
	libevolution_addressbook_la_LIBADD): Link with the bootstrap
	libevolution-mail library on Windows.


svn path=/trunk/; revision=35636
2008-06-13 10:45:31 +00:00
a8288ede30 EPlugin : Initial commit for python support for eplugins.
svn path=/trunk/; revision=35626
2008-06-11 16:25:48 +00:00
4503c052d0 ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
2008-06-06  Matthew Barnes  <mbarnes@redhat.com>

	** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
	   GTK_DISABLE_SINGLE_INCLUDES defined.  (#536637)


svn path=/trunk/; revision=35606
2008-06-06 15:12:53 +00:00
14a5251790 Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoid
2008-06-06  Tor Lillqvist  <tml@novell.com>

	* configure.in: Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on
	Windows to avoid auto-exporting functions from the static
	libiconv.a implementation in win_iconv from evolution's DLLs.


svn path=/trunk/; revision=35602
2008-06-06 11:19:17 +00:00
b27741d9b8 Added libebackend to EVOLUTION_CALENDAR_LIBS (Committing on behalf of Chen)
svn path=/trunk/; revision=35597
2008-06-05 06:05:25 +00:00
64a710c95d Evolution 2.23.1.1 release and version bump.
2008-06-02  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS: Evolution 2.23.1.1 release and version bump.

svn path=/trunk/; revision=35581
2008-06-03 03:33:25 +00:00
8cf79d6364 Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED.
2008-06-02  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED.


svn path=/trunk/; revision=35579
2008-06-02 12:51:13 +00:00
36321cbfdf ** Fixes bug #534476
2008-05-23  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #534476

	* configure.in:
	Require shared-mime-info >= 0.22 to make sure we pick up the fix
	for correctly identifying "winmail.dat" attachments.

	* calendar/gui/e-cal-popup.c (ecalp_standard_menu_factory):
	* mail/em-utils.c (em_utils_snoop_type):
	* mail/em-popup.c (emp_standard_menu_factory):
	Remove the special check for "winmail.dat".  GIO correctly
	identifies it as "application/ms-tnef".


svn path=/trunk/; revision=35534
2008-05-23 14:41:30 +00:00
fb386c9583 Evolution 2.23.2 release and version bump.
2008-05-12  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS, configure.in : Evolution 2.23.2 release and version bump.

svn path=/trunk/; revision=35488
2008-05-13 02:52:20 +00:00
4c58a7f9d9 Fix last ChangeLog entry.
svn path=/trunk/; revision=35478
2008-05-08 03:59:44 +00:00
fa576d5735 Include the whole etc/gconf/gconf.xml.defaults and etc/gconf/schemas
2008-05-08  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults
	and etc/gconf/schemas trees. The intent is to do "make install" to
	a temporary empty folder anyway, so there won't be any extra stuff
	in there. It is essential to get all the empty %gconf.xml files,
	also from the gconf.xml.defaults/apps and
	gconf.xml.defaults/schemas folders.


svn path=/trunk/; revision=35476
2008-05-08 03:55:48 +00:00
2e731573fb ** Fixes part of bug #424744
2008-05-06  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #424744

	* configure.in:
	Bump eds_minimum_version to 2.23.2 for camel-iconv.h.

	* composer/e-composer-private.c:
	* composer/e-composer-private.h:
	* composer/e-msg-composer.c:
	* mail/em-composer-prefs.c:
	* mail/em-format-html.c:
	* mail/em-format-quote.c:
	* mail/em-mailer-prefs.c:
	* widgets/misc/e-attachment-bar.c:
	* widgets/misc/e-unicode.c:
	Use camel-iconv.c instead of e-iconv.h (now deprecated).


svn path=/trunk/; revision=35474
2008-05-07 02:17:18 +00:00
31437987f6 Link with libebackend (see #530576.)
2008-04-30  Rob Bradford  <rob@openedhand.com>

	* configure.in:
	Link with libebackend (see #530576.)


svn path=/trunk/; revision=35460
2008-04-30 14:42:02 +00:00
4b831234e0 Evolution 2.23.1 release and version bump.
2008-04-21  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS, configure.in: Evolution 2.23.1 release and version bump.



svn path=/trunk/; revision=35407
2008-04-23 05:31:28 +00:00
a4f5f85400 Update the Mail guards.
2008-04-18  Srinivasa Ragavan  <sragavan@novell.com>

	* MAINTAINERS: Update the Mail guards.

svn path=/trunk/; revision=35380
2008-04-18 05:23:00 +00:00
e9a0cfe1a9 ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)
2008-04-17  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #526741 (gnome-vfs to gio/gvfs port)

	* configure.in: Drop dependency on gnome-vfs, depend on gio instead.

	* addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs.

	* calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async),
	(async_read): Read data with gio, not with gnome-vfs.
	* calendar/gui/e-meeting-store.c: (async_close): Function removed.
	* calendar/gui/migration.c:
	* calendar/gui/e-memos.c:
	* calendar/gui/alarm-notify/notify-main.c:
	* calendar/gui/e-tasks.c:
	* calendar/gui/main.c:
	* calendar/gui/e-meeting-list-view.c:
	Do not include gnome-vfs.
	* calendar/gui/dialogs/comp-editor.c: (set_attachment_list):
	* calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type):
	Function removed, use e-util function instead.
	* calendar/gui/e-cal-popup.c: (temp_save_part):
	Reflect changes in CamelStreamVFS.
	* calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free),
	(ecalp_standard_menu_factory): Use gio to fill popup and launch app.
	* calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb):
	* calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb):
	New helper function to manage file:// urls for GtkHTML component.
	* calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init):
	* calendar/gui/e-cal-component-memo-preview.c:
	(e_cal_comp_preview_url_requested_cb):
	Use above helper function.
	* calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb):
	* calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed.

	* composer/e-msg-composer.h: (e_msg_composer_guess_mime_type):
	* composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri),
	(e_msg_composer_add_inline_image_from_file):
	Use shared e_util_guess_mime_type instead of its own.

	* e-util/e-gui-utils.c: Do not include gnome-vfs.
	* e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path):
	* e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local):
	Use gio instead of gnome-vfs.
	* e-util/e-util.h:
	* e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri),
	(e_util_uri_to_filename), (e_util_read_file): New helper functions.

	* mail/Makefile.am:
	* mail/em-vfs-stream.h:
	* mail/em-vfs-stream.c: Removed from project, not used anywhere.
	* mail/em-menu.c:
	* mail/em-config.c: Do not include gnome-vfs.
	* mail/mail-ops.c: (save_messages_exec), (save_part_exec):
	Changes related to Data Server change of CamelStreamVFS.
	* mail/em-format.c: (em_format_describe_part):
	* mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler),
	(efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop),
	(efhd_format_attachment): Drop use of deprecated gnome-vfs functions.
	* mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type.
	* mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free),
	(emp_standard_menu_factory): Use gio to fill popup and launch app.

	* plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs.

	* plugins/ipod-sync/ical-format.c: (do_save_calendar_ical):
	* plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook):
	Write to gio GOutputStream instead of gnome-vfs handle.
	* plugins/ipod-sync/format-handler.h: (open_for_writing):
	* plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function.

	* plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb):
	* plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
	* plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical):
	* plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
	Use gio GOutputStream instead of gnome-vfs handle.
	* plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI.
	* plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI.
	* plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb),
	(struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question),
	(mount_first), (publish):
	Use gio instead of gnome-vfs for opening (remote) files.

	* plugins/save-calendar/ical-format.c: (do_save_calendar_ical):
	* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
	* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
	Use gio GOutpuStream instead of gnome-vfs handle.
	* plugins/save-calendar/format-handler.h: (open_for_writing):
	* plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function.

	* shell/e-shell-window-commands.c: (command_quick_reference):
	Use gio instead of gnome-vfs.

	* widgets/misc/e-attachment.h: (struct _EAttachment):
	* widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type),
	(e_attachment_new), (struct DownloadInfo), (download_info_free),
	(data_ready_cb), (download_to_local_path),
	(e_attachment_new_remote_file):
	Use gio instead of gnome-vfs to download remote files.
	* widgets/misc/e-image-chooser.c: (image_drag_data_received_cb):
	Use new util function to read file.
	* widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs.


svn path=/trunk/; revision=35378
2008-04-17 16:59:08 +00:00
8873c47ed1 Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a "Recent Documents" submenu (to quickly add them as attachments).
M    configure.in
M    ChangeLog
M    composer/evolution-composer.ui
M    composer/ChangeLog
M    composer/e-composer-actions.c
M    composer/e-composer-private.c
M    widgets/misc/ChangeLog
M    widgets/misc/e-attachment-bar.c
M    widgets/misc/e-attachment-bar.h
M    calendar/gui/dialogs/comp-editor.c
M    calendar/ChangeLog
M    ui/ChangeLog
M    ui/evolution-editor.xml

svn path=/trunk/; revision=35354
2008-04-11 18:52:39 +00:00
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