Commit Graph

1002 Commits

Author SHA1 Message Date
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
20765294d7 ** Fix for bug #522764
2008-04-02  Ross Burton  <ross@openedhand.com>

	** Fix for bug #522764

	* exchange-account-setup.c:
	* exchange-folder-subscription.c:
	* exchange-folder-permission.c: Remove unused include.


svn path=/trunk/; revision=35311
2008-04-02 13:07:45 +00:00
e040065df0 Mono Loader Camel.cs: Type cast. Fixes compile error.
svn path=/trunk/; revision=35295
2008-04-01 10:42:13 +00:00
14517736a2 Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic conflicts)
svn path=/trunk/; revision=35288
2008-03-31 08:40:04 +00:00
a88fceee7c Patch from Frederic Crozat <fcrozat@mandriva.com>: Fix for bug #501885 (Specify locale directory correctly)
svn path=/trunk/; revision=35287
2008-03-31 05:27:44 +00:00
660c728dcc ** Fix for bug #523541
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #523541

	* itip-formatter.c: (find_server):
	Do not leak memory returned by e_cal_component_get_recurid_as_string.


svn path=/trunk/; revision=35275
2008-03-27 13:08:06 +00:00
b9a0f67d3e ** Fix for bug #511957
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511957

	* plugins/groupwise-features/org-gnome-proxy-login-errors.xml:
	* plugins/groupwise-features/org-gnome-shared-folder.errors.xml:
	* plugins/groupwise-features/org-gnome-proxy-errors.xml:
	* plugins/groupwise-features/org-gnome-mail-retract-errors.xml:
	Mark messages for translation.

	* po/POTFILES.in:
	Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml.


svn path=/trunk/; revision=35269
2008-03-27 11:31:40 +00:00
787be15b58 ** Fix for bug #511956
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511956

	* share-folder.c: (notification_clicked): Mark text for translation.
	* properties.glade: Make dialog nicer.


svn path=/trunk/; revision=35268
2008-03-27 11:25:56 +00:00
107a40775f ** Fix for bug #511953
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511953

	* share-folder.c: (notification_clicked): Create dialog properly.


svn path=/trunk/; revision=35266
2008-03-27 11:21:44 +00:00
45f90d5e70 ** Fix for bug #511950
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511950

	* properties.glade: Do not force button/label sizes.


svn path=/trunk/; revision=35264
2008-03-27 11:18:21 +00:00
05c0a6191a We are using some g_object_set on EAccount. We should also avoid
2008-03-25  Sankar P  <psankar@novell.com>

	* proxy.c: (org_gnome_proxy):
	We are using some g_object_set on EAccount. 
	We should also avoid double-free later. So reffing. 

svn path=/trunk/; revision=35241
2008-03-25 11:42:56 +00:00
65123a5f16 Use "true" instead of "yes"
2008-03-20  Sankar P  <psankar@novell.com>

	* org-gnome-plugin-manager.eplug.xml:
	Use "true" instead of "yes"

svn path=/trunk/; revision=35224
2008-03-20 06:34:59 +00:00
ac5332ac71 - Use Plugin load levels. Mono loader should load and register the type
2008-03-19  Sankar P  <psankar@novell.com>

	* mono-plugin.c: (epm_invoke),
	(load_plugin_type_register_function):
	* org-gnome-evolution-mono.eplug.xml:
	- Use Plugin load levels. Mono loader should load
	and register the type "mono", before a plugin
	of type "mono" is loaded.



svn path=/trunk/; revision=35218
2008-03-19 10:13:41 +00:00
d0e8243d17 ** Fix for bug #496839
2008-03-19  Sankar P  <psankar@novell.com>

	** Fix for bug #496839

	* org-gnome-plugin-manager.eplug.xml:
	* plugin-manager.c: (org_gnome_plugin_manager_manage):
	- Do not show all plugins in plugin-manager. 
	Hide the core system plugins.



svn path=/trunk/; revision=35217
2008-03-19 09:10:14 +00:00
96b7bd344f ** Fix for bug #519304
2008-03-19  Sankar P  <psankar@novell.com>

	** Fix for bug #519304

	* org-gnome-bogo-junk-plugin.eplug.xml:
	Mark plugin name for translation.



svn path=/trunk/; revision=35215
2008-03-19 06:00:11 +00:00
f74f3eb5c2 ** Fix for bug #511952
2008-03-18  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511952

	* addressbook/gui/contact-list-editor/e-contact-list-editor.c:
	(contact_list_editor_create_name_selector):
	* plugins/groupwise-features/share-folder.c: (share_folder_construct):
	* plugins/groupwise-features/proxy.c: (proxy_add_account):
	* plugins/exchange-operations/exchange-folder-subscription.c: (setup_name_selector):
	* plugins/exchange-operations/exchange-send-options.c: (exchange_sendoptions_dialog_run):
	Marking text for translation.


svn path=/trunk/; revision=35212
2008-03-18 13:56:22 +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
4c98736f86 ** Fix for bug #515786
2008-03-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #515786

	* plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml:
	* plugins/sa-junk-plugin/em-junk-filter.c: (org_gnome_sa_use_remote_tests):
	* mail/em-migrate.c: (em_migrate), (em_update_sa_junk_setting_2_23):
	Fix misspelled SpamAssassin word.


svn path=/trunk/; revision=35183
2008-03-13 11:24:56 +00:00
e0d5ae3e97 ** Fixes bug #513951
2008-03-11  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #513951

	* addressbook/gui/component/addressbook-component.c (ensure_sources):
	* addressbook/gui/component/addressbook-migrate.c (addressbook_migrate):
	* calendar/gui/cal-search-bar.c (cal_search_bar_construct):
	* calendar/gui/migration.c (create_calendar_sources),
	(create_task_sources), (migrate_calendars), (migrate_tasks),
	(create_memo_sources):
	* calendar/gui/e-memos.c (e_memos_setup_view_menus):
	* calendar/gui/tasks-component.c (ensure_sources):
	* calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus):
	* calendar/gui/calendar-component.c (ensure_sources):
	* calendar/gui/memos-component.c (ensure_sources):
	* mail/mail-config.c (gconf_mime_types_changed):
	Adapt to new meaning of xxx_component_peek_base_directory().

	* addressbook/gui/component/addressbook-component.c
	(addressbook_component_init):
	* addressbook/gui/component/addressbook-migrate.c (create_groups):
	* calendar/gui/tasks-component.c (tasks_component_init):
	* calendar/gui/calendar-component.c (calendar_component_init):
	* calendar/gui/memos-component.c (memos_component_init):
	* composer/e-msg-composer.c (autosave_manager_query_load_orphans),
	(autosave_init_file):
	* e-util/e-mktemp.c (get_dir):
	* e-util/e-util.c (get_lock_filename):
	* mail/mail-component.c:
	* plugins/face/face.c (org_gnome_composer_face):
	* smime/lib/e-cert-db.c (initialize_nss):
	Use e_get_user_data_dir() instead of constructing the full path.

	* calendar/gui/migration.c (add_gw_esource):
	* composer/e-msg-composer.c (e_msg-composer_unrealize),
	(e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto),
	(e_msg_composer_set_view_to), (e_msg_composer_set_view_postto),
	(e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc):
	* e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path):
	Emit warnings if saving to GConf fails.

	* e-util/e-util.c (e_get_user_data_dir):
	New function returns the base directory for Evolution user data.
	This should be the /only/ place in the application where this
	directory is hard-coded.


svn path=/trunk/; revision=35175
2008-03-11 15:20:59 +00:00
fa622e0af7 Free the memory returned by e_cal_component_get_recurid_as_string.
2008-02-25  Chenthill Palanisamy  <pchenthill@novell.com>

        * itip-formatter.c: (find_server), (update_attendee_status):
        * Free the memory returned by e_cal_component_get_recurid_as_string.                                                                


svn path=/trunk/; revision=35087
2008-02-25 11:00:58 +00:00
a6c0536339 Because Solaris tar doesn't respect '-z' option, use gzip&tar to finish
2008-02-25  Jeff Cai<jeff.cai@sun.com>

        * backup.c: (backup), (restore):
        Because Solaris tar doesn't respect '-z' option, use gzip&tar to
        finish the silimar function.


svn path=/trunk/; revision=35084
2008-02-25 07:26:14 +00:00
7872974d30 Fixes#516408 Free the memory returned by libical.
2008-02-25  Chenthill Palanisamy  <pchenthill@novell.com>

        Fixes#516408
        * itip-formatter.c (find_attendee), (find_to_address),
        (find_from_address), (update_item): Free the memory returned
        by libical.


svn path=/trunk/; revision=35082
2008-02-24 18:37:56 +00:00
6ca4d6b108 Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #517082 (Fixed a small memory-leak)
svn path=/trunk/; revision=35064
2008-02-20 15:39:45 +00:00
3c5d98af4e ** Follow up on bug #517072
2008-02-19  Paul Bolle  <pebolle@tiscali.nl>

	** Follow up on bug #517072

	* itip-view.c: (set_calendar_sender_text), (set_tasklist_sender_text),
	(set_journal_sender_text): Properly escape text here too.


svn path=/trunk/; revision=35062
2008-02-20 11:25:19 +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
fb7a447225 ** Fix for bug #517072
2008-02-19  Paul Bolle  <pebolle@tiscali.nl>

	** Fix for bug #517072

	* itip-view.c: (set_summary_text):
	Properly escape summary text.


svn path=/trunk/; revision=35051
2008-02-19 13:55:15 +00:00
a0bb856b78 ** Part of fix for bug #515744
2008-02-18  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #515744

	* addressbook/gui/component/addressbook-migrate.c: (get_source_name):
	* plugins/groupwise-features/send-options.c: (get_source):
	* plugins/groupwise-features/share-folder-common.c: (get_container_id):
	* plugins/groupwise-features/install-shared.c: (install_folder_response):
	* plugins/external-editor/external-editor.c: (convert_to_camel_internet_address),
	(org_gnome_external_editor):
	* plugins/itip-formatter/itip-formatter.c: (idle_open_cb):
	* mail/em-folder-view.c: (emfv_setup_view_instance):
	* mail/mail-component.c: (impl_finalize):
	* mail/message-list.c: (ml_tree_value_at):
	* composer/e-msg-composer.c: (drop_action):
	* e-util/e-config.c: (ep_finalise): Use proper member to free.
	* widgets/misc/e-cursors.c: (e_cursors_init):
	* widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month):
	* calendar/gui/dialogs/comp-editor.c: (drop_action):
	* calendar/gui/calendar-config.c:
	(calendar_config_get_hide_completed_tasks_sexp):
	* calendar/gui/comp-editor-factory.c: (edit_existing):
	* calendar/gui/e-day-view.c: (e_day_view_reshape_long_event),
	(e_day_view_on_top_canvas_drag_data_received):
	* calendar/gui/e-day-view-main-item.c:
	(e_day_view_main_item_draw_events_in_vbars),
	(e_day_view_main_item_draw_long_events_in_vbars):
	* calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
	* calendar/gui/e-cal-model.c: (redo_queries):
	* calendar/gui/e-calendar-table.c: (e_calendar_table_open_task):
	* calendar/gui/e-memo-table.c: (open_memo):
	* calendar/gui/print.c: (print_todo_details):
	* calendar/gui/migration.c: (get_source_name):
	Memory leak fix.
	* calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things.


svn path=/trunk/; revision=35044
2008-02-18 11:10:10 +00:00
1157f25a69 Patch from OpenSUSE
2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

	* ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE



svn path=/trunk/; revision=35043
2008-02-18 06:03:43 +00:00
13d5584c3c Fix for bug #339266
2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

	* Fix for bug #339266 

	* exchange-account-setup.c:
	(org_gnome_exchange_show_folder_size_factory): Upstreamed OpenSUSE
	patch.

svn path=/trunk/; revision=35041
2008-02-18 04:44:15 +00:00
0cde8c84a1 ** Fix for bug #294999
2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #294999

	* exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed
	OpenSUSE patch.

svn path=/trunk/; revision=35040
2008-02-18 04:40:46 +00:00
eae43ee6cb ** Patch from OpenSUSE.
2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

	** Patch from OpenSUSE.

	* exchange-delegates-user.c: Warnings.



svn path=/trunk/; revision=35032
2008-02-17 20:12:19 +00:00
5fc8edb5f0 Pushing a downstream patch from OpenSUSE.
2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

	* exchange-folder-subscription.c: (subscribe_to_folder),
	(create_folder_subscription_dialog): Pushing  a downstream patch from
	OpenSUSE.

svn path=/trunk/; revision=35029
2008-02-17 20:06:45 +00:00
a744dcdb0b Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514736 (Added 'application/ms-tnef' MIME type for TNEF attachment decoding)
svn path=/trunk/; revision=34970
2008-02-07 10:40:15 +00:00
7c1f548f4d Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514771 (Fix for a crash while decoding TNEF attachments)
svn path=/trunk/; revision=34969
2008-02-07 10:34:42 +00:00
b4f17573a3 ** Fix for bug #514622
2008-02-06  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #514622

	* icsimporter.c: (dialog_close_cb): Drop this function.
	* icsimporter.c: (init_widgets), (dialog_response_cb),
	(ical_import_done): Do not call "close" on already closed dialog.


svn path=/trunk/; revision=34965
2008-02-06 10:52:10 +00:00
c8a0ec46df Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #468427, also fixes a lot of other crashes around itip-formatter.
svn path=/trunk/; revision=34960
2008-02-05 13:15:05 +00:00
fd28f516c5 Fix a compiler warning.
2008-02-03  Matthew Barnes  <mbarnes@redhat.com>

	* pluginsattachment-reminder.c
	(org_gnome_evolution_attachment_reminder):
	Fix a compiler warning.

	* widgets/text/e-text.c (update_im_cursor_position):
	* widgets/text/e-text.c (e_text_get_cursor_locations):
	Remove these unused functions to silence compiler warnings.


svn path=/trunk/; revision=34952
2008-02-03 05:52:36 +00:00
9eb2dda183 ** Fixes bug #513395
2008-02-02  Jeff Cai <jeff.cai@sun.com>

        ** Fixes bug #513395

        * exchange-account-setup.c: (owa_authenticate_user),
        (owa_editor_entry_changed), (org_gnome_exchange_owa_url),
        (org_gnome_exchange_check_options), (org_gnome_exchange_commit):
        Check parameters before calling camel_url_new

svn path=/trunk/; revision=34947
2008-02-02 00:57:26 +00:00
a999b463a0 Added proper translator comments for strings
svn path=/trunk/; revision=34917
2008-01-28 09:58:09 +00:00
356c68134a Fixes a double free.
2008-01-28  Srinivasa Ragavan  <sragavan@novell.com>

	* exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double
	free.

svn path=/trunk/; revision=34916
2008-01-28 09:09:55 +00:00
f36b322a7e Fixes Bug #511226. String fix.
svn path=/trunk/; revision=34913
2008-01-28 07:04:10 +00:00
6ca6246318 Fix for Bug 504567. Added gettext for plurals in mail-notification plugin.
svn path=/trunk/; revision=34912
2008-01-28 06:28:50 +00:00
8d0007578e Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a gettext context to the string "Read")
svn path=/trunk/; revision=34910
2008-01-28 05:46:22 +00:00
c7235d29c6 Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.
2008-01-25  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (liborg_gnome_evolution_google_la_LIBADD): Fix typo:
	s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.


svn path=/trunk/; revision=34903
2008-01-27 20:56:46 +00:00
34da45d5d6 ** Fix for bug #475781
2008-01-25  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #475781

	* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
	* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
	* plugins/itip-formatter/itip-formatter.c: (format_itip_object):
	* calendar/gui/dialogs/recurrence-page.c: (fill_ending_date),
	(recurrence_page_fill_widgets):
	* calendar/gui/dialogs/memo-page.c: (memo_page_fill_widgets):
	* calendar/gui/e-day-view.c: 2*(e_day_view_finish_long_event_resize),
	2*(e_day_view_on_editing_stopped):
	* calendar/gui/itip-utils.c: (comp_compliant), (reply_to_calendar_comp):
	* calendar/gui/e-week-view.c: (e_week_view_on_editing_stopped):
	* calendar/gui/e-calendar-view.c: (e_calendar_view_add_event),
	(e_calendar_view_get_tooltips):
	* calendar/gui/e-cal-component-preview.c: (write_html):
	* calendar/gui/e-cal-component-memo-preview.c: (write_html):
	* calendar/gui/e-cal-model.c: (add_instance_cb):
	Fix memory leaks around ECalComponentDateTime.


svn path=/trunk/; revision=34895
2008-01-25 14:10:07 +00:00
4d94a06724 Fix for #503327 : Fixes memory leaks and a buffer overflow in attachment reminder.
svn path=/trunk/; revision=34890
2008-01-25 12:33:56 +00:00
8e8d332b85 ** Part of bug #511488
2008-01-24  Milan Crha  <mcrha@redhat.com>

	** Part of bug #511488

	* mail/mail-vfolder.h:
	* mail/mail-vfolder.c: (vfolder_loaded): Function dropped.
	* mail/mail-vfolder.c: (vfolder_load_storage): Allow to call this function
	more than once, but do load the storage only once.
	* mail/em-folder-utils.c: (emfu_popup_new_folder_response):
	* mail/mail-vfolder.c: (vfolder_edit), (vfolder_gui_add_rule),
	(vfolder_gui_add_from_message), (vfolder_gui_add_from_address):
	* mail/em-folder-browser.c: (emfb_search_menu_activated):
	* mail/em-folder-view.c: (emp_uri_popup_vfolder_sender),
	(emp_uri_popup_vfolder_recipient), (vfolder_type_current):
	Ensure vfolder is running.

	* plugins/groupwise-features/share-folder-common.c: (users_dialog_response):
	The logic to check if vfolder is running has been changed, so reflect it here too.


svn path=/trunk/; revision=34878
2008-01-24 11:06:21 +00:00
a86f257fb8 Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users. Fixed
2008-01-18  Srinivasa Ragavan  <sragavan@novell.com>

	* imap-headers.c: (imap_headers_commit), (org_gnome_imap_headers):
	Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users.
	Fixed it.

svn path=/trunk/; revision=34848
2008-01-18 13:40:06 +00:00
86df1217b1 Add missing punctuation.
2008-01-14  Kjartan Maraas  <kmaraas@gnome.org>

	* apps-evolution-attachment-reminder.schemas.in: Add
	missing punctuation.

svn path=/trunk/; revision=34820
2008-01-14 11:36:18 +00:00
0859d42fae ** Fix for bug #502303
2008-01-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #502303

	* plugin-manager.c: (eppm_response):
	Always destroy dialog and unset global variable.
	* plugin-manager.c: (org_gnome_plugin_manager_manage):
	Use G_TYPE_POINTER instead of GTK_TYPE_WIDGET in a list store
	to get rid of reference counting troubles on configuration
	widgets of plugins. Remember created dialog for future use.


svn path=/trunk/; revision=34799
2008-01-11 15:13:47 +00:00