Commit Graph

28143 Commits

Author SHA1 Message Date
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
a02303d7cc Updated Occitan translation
svn path=/trunk/; revision=34741
2007-12-31 22:12:42 +00:00
216a4677e9 Updated polish translation
2007-12-31  Wadim Dziedzic  <wadimd@svn.gnome.org>

	* pl.po: Updated polish translation

svn path=/trunk/; revision=34740
2007-12-31 14:36:39 +00:00
4199f9384f Patch from Sushma Rai <rsushma@novell.com>: Fix for bug #327965 (Set the e-source property username with the domain, if the domain is specified)
svn path=/trunk/; revision=34739
2007-12-30 18:43:31 +00:00
6db4c745a3 sv.po: Swedish translation updated
svn path=/trunk/; revision=34738
2007-12-29 16:51:28 +00:00
b917d91d39 Updated Irish translation.
2007-12-26  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=34737
2007-12-28 06:57:12 +00:00
0d86f534aa Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=34736
2007-12-28 00:08:34 +00:00
b64e77cb8f fr/figures/* Merging modifications from gnome-2-20 branch.
2007-12-25  Claude Paroz  <claude@2xlibre.net>

	* fr/figures/*
	* fr/fr.po: Merging modifications from gnome-2-20 branch.

svn path=/trunk/; revision=34735
2007-12-25 20:58:37 +00:00
7c2b02b0f1 Updated Irish translation.
2007-12-24  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=34734
2007-12-25 03:29:29 +00:00
8d8b9d61e0 Unified polish date format strings
2007-12-24  Wadim Dziedzic  <wadimd@svn.gnome.org>

	* pl.po: Unified polish date format strings

svn path=/trunk/; revision=34733
2007-12-23 23:17:19 +00:00
a0be52e056 Patch from Nyall <nyall@zombiepigs.net>: Fix for bug #503954 (Accept custom domain names while setting up a Google Calendar account)
svn path=/trunk/; revision=34732
2007-12-23 09:37:14 +00:00
a05d5cff0d Updated Irish translation.
2007-12-20  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=34731
2007-12-20 19:35:16 +00:00
538be0680e ** Fixes bug #362638
2007-12-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #362638

	* calendar/gui/alarm-notify/alarm-notify.c:
	* calendar/gui/alarm-notify/alarm-notify.h:
	* calendar/gui/alarm-notify/alarm-queue.c:
	Rewrite message passing to use GThreadPool instead of EThread.

	* mail/mail-mt.h:
	Overhaul the message passing API:
	- Define a MailMsg type as the base message struct.
	- Define types for the various callback functions.
	- Add a priority value to each message (not yet used).
	- Add a reference count to each message.
	- Define a MailMsgInfo type for the virtual function table.
	- Record the size of message sub-types in MailMsgInfo.
	- New/changed functions:
	    mail_msg_new()   - Easier to use.
	    mail_msg_ref()   - Increase reference count.
	    mail_msg_unref() - Decrease reference count.
	    mail_msg_main_loop_push()    }
	    mail_msg_unordered_push()    } Submit MailMsgs to various
	    mail_msg_fast_ordered_push() } message-processing threads.
	    mail_msg_slow_ordered_push() }

	* mail/mail-mt.c (mail_msg_new):
	Use GSlice for memory allocation.

	* mail/mail-mt.c (mail_msg_ref), (mail_msg_unref):
	New functions increment/decrement a MailMsg's reference count.

	* mail/mail-mt.c (mail_cancel_hood_add), (mail_cancel_hook_remove):
	Convert the 'cancel_hook_list' from an  EDList to a GHookList and
	modify the API accordingly.

	* mail/mail-mt.c:
	Use GThreadPools instead of EThreads.
	Use GAsyncQueues instead of EMsgPorts.

	* mail/em-composer-utils.c:
	* mail/em-folder-browser.c:
	* mail/em-folder-properties.c:
	* mail/em-folder-tree.c:
	* mail/em-folder-utils.c:
	* mail/em-folder-view.c:
	* mail/em-format-html-print.c:
	* mail/em-format-html.c:
	* mail/em-subscribe-editor.c:
	* mail/em-sync-stream.c:
	* mail/importers/elm-importer.c:
	* mail/importers/mail-importer.c:
	* mail/importers/pine-importer.c:
	* mail/mail-component.c:
	* mail/mail-folder-cache.c:
	* mail/mail-mt.c:
	* mail/mail-ops.c:
	* mail/mail-ops.h:
	* mail/mail-send-recv.c:
	* mail/mail-session.c:
	* mail/mail-vfolder.c:
	* mail/message-list.c:
	* plugins/folder-unsubscribe/folder-unsubscribe.c:
	* plugins/groupwise-features/share-folder-common.c:
	* plugins/exchange-operations/exchange-folder.c:
	* plugins/mark-all-read/mark-all-read.c:
	* plugins/mailing-list-actions/mailing-list-actions.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/save-attachments/save-attachments.c:
	Use the new MailMsg API for messages.


svn path=/trunk/; revision=34730
2007-12-20 17:58:09 +00:00
c4edfbcd44 Updated Norwegian bokmål translation.
2007-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=34729
2007-12-19 14:02:19 +00:00
9cfea5f07e Fix another compiler warning.
2007-12-18  Matthew Barnes  <mbarnes@redhat.com>

	* mail/mail-mt.c (do_op_status): Fix another compiler warning.


svn path=/trunk/; revision=34728
2007-12-18 20:08:07 +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
7022ce8b5e Updated Spanish translation
svn path=/trunk/; revision=34724
2007-12-17 19:48:23 +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
4d3d7c1deb Updated Norwegian bokmål translation.
2007-12-17  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=34722
2007-12-17 15:27:33 +00:00
70aeb47914 Actually remove the mail-remote plugin, like the ChangeLog says.
svn path=/trunk/; revision=34721
2007-12-17 13:22:59 +00:00
8bdb85463f ** Fix for bug #504030
2007-12-17  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #504030

	* mail-notification.c: (new_notify_sound):
	Do not play sound on every new mail arrival in a row.


svn path=/trunk/; revision=34720
2007-12-17 11:38:38 +00:00
a869552dae updated si translation
svn path=/trunk/; revision=34718
2007-12-17 09:41:46 +00:00
4fcb268547 Removing cyclic dependency caused by mail_config_get_labels.
2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	* filter-label.c: (filter_label_count), (filter_label_label),
	(filter_label_index), (xml_create): Removing cyclic dependency caused 
	by mail_config_get_labels.



svn path=/trunk/; revision=34717
2007-12-17 08:35:36 +00:00
6ffd69a32e Fix some compiler warnings.
2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	* mail-mt.c: (mail_msg_free), (mail_msg_check_error): Fix some compiler warnings.

svn path=/trunk/; revision=34716
2007-12-17 05:48:28 +00:00
2093e31002 ** Fix for bug #211353
2007-12-14  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #211353

	* message-list.etspec:
	* message-list.h:
	* message-list.c: Added new column to show labels.
	* filtertypes.xml:
	* vfoldertypes.xml:
	Code for label filters/search folders has been changed.
	* mail-config.glade:
	* em-folder-view.c: (emfv_set_label), (emfv_unset_label),
	(emfv_popup_label_clear), (emfv_popup_label_set),
	(emfv_popup_labels_get_state_for_tag), (emfv_popup):
	Labels popup submenu is now shown with checkboxes so one can set
	more than one label to the message and unset only one label from
	message. There has been added new function, because of this.
	* mail-config.h:
	* mail-config.c: New "interface" functions to work with labels.
	* em-mailer-prefs.h:
	* em-mailer-prefs.c: Editing labels in tree.
	* em-folder-browser.c:
	Labels in show menu reflect changes in preferences.
2007-12-14  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #211353

	* filter-label.c: Use global label's setup, not its own copy.
2007-12-14  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #211353

	* e-popup.h:
	* e-popup.c: (ep_build_tree):
	Toggles can be in inconsistent state now, and can also contain
	an image, which is a pointer to GtkImage widget.
2007-12-14  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #211353

	* e-search-bar.c: (e_search_bar_get_viewitem_id):
	Return -1 if no viewmenu is setup yet.


svn path=/trunk/; revision=34715
2007-12-17 05:40:53 +00:00
aec1cc4666 ** Fix for bug #430369
2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #430369 

	* mail-session.c: (mail_session_init): Init in the main gui thread.



svn path=/trunk/; revision=34713
2007-12-16 20:23:13 +00:00
5b89cbe4f5 ** Non-intrusive errror reporting and basic logging support.
2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	** Non-intrusive errror reporting and basic logging support.

	* em-folder-browser.c: (emfb_help_debug): Invoke the debug menu.
	* evolution-mail.schemas.in: Schema for error timeout and level.
	* mail-component.c: (mail_component_init), (render_pixbuf),
	(render_level), (render_date), (append_logs), (spin_value_changed),
	(mail_component_show_logger): Handle the lifecycle of the logger.
	* mail-component.h: Api to show the logger.
	* mail-config.c: (gconf_error_time_changed),
	(gconf_error_level_changed), (mail_config_init),
	(mail_config_get_error_timeout), (mail_config_get_error_level): Load
	and get the error time and level.
	* mail-config.h:
	* mail-mt.c: (mail_msg_set_cancelable), (mail_msg_new),
	(end_event_callback), (mail_msg_free), (mail_msg_check_error),
	(operation_cancel), (do_op_status): Revamp the error handling.
	* mail-mt.h:
	* mail-ops.c: (send_queue_send), (mail_send_queue): Handle the send/receive 
	case of error reporting separately.
	* mail-send-recv.c: (free_send_info), (mail_send):

2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	** Revamped Activity handler and task bar/widget for non-intrusive 
	error reporting

	* e-activity-handler.c: (activity_info_new), (activity_info_free),
	(task_widget_new_from_activity_info), (setup_task_bar),
	(e_activity_handler_init),
	(e_activity_handler_set_error_flush_time),
	(e_activity_handler_set_logger), (cancel_wrapper),
	(e_activity_handler_cancelable_operation_started),
	(e_activity_handler_operation_started), (handle_error),
	(error_cleanup), (e_activity_handler_make_error),
	(e_activity_handler_operation_set_error),
	(e_activity_handler_operation_progressing),
	(e_activity_handler_operation_finished):
	* e-activity-handler.h:
	* e-task-bar.c: (e_task_bar_prepend_task),
	(e_task_bar_remove_task_from_id), (e_task_bar_remove_task),
	(e_task_bar_get_task_widget_from_id):
	* e-task-bar.h:
	* e-task-widget.c: (e_task_widget_init), (button_press_event_cb),
	(prepare_popup), (e_task_widget_construct),
	(e_task_widget_new_with_cancel), (e_task_widget_new),
	(e_task_widget_update_image):
	* e-task-widget.h:

2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	* Makefile.am: Add e-logger.[ch] to compilation
	* e-error.c: (e_error_newv): Add primary/secondary text to the error 
	dialog to the gobject as data.
	* e-logger.[ch]: A new logger provision Evolution. 

2007-12-17  Srinivasa Ragavan  <sragavan@novell.com>

	* evolution-mail-global.xml: Add Debug Log menu item for mailer.
	* evolution.xml: Add place holder for Debug menu item.



svn path=/trunk/; revision=34712
2007-12-16 20:19:53 +00:00
9bf01a179e sv.po: Swedish translation updated
svn path=/trunk/; revision=34711
2007-12-16 15:05:46 +00:00
6eb54bf4ea Updated Spanish translation
svn path=/trunk/; revision=34710
2007-12-16 12:44:30 +00:00
1c7f19164a Updated Spanish translation
svn path=/trunk/; revision=34709
2007-12-16 12:29:06 +00:00
de73a73d87 Plugin descriptions translated in the present tense, thanks to Rodrigo
2007-12-16  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>

	* pt_BR.po: Plugin descriptions translated in the present tense,
	thanks to Rodrigo Flores.

svn path=/trunk/; revision=34708
2007-12-16 04:13:12 +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
2d4bf28c89 Updated Irish translation.
2007-12-15  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=34705
2007-12-15 23:42:35 +00:00
b2eca33400 Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).
2007-12-15  Matthew Barnes  <mbarnes@redhat.com>

	* help/C/evolution.xml:
	* ui/evolution.xml:
	Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).


svn path=/trunk/; revision=34704
2007-12-15 21:44:09 +00:00
95c53dcc18 Updated Spanish translation
svn path=/trunk/; revision=34703
2007-12-15 21:14:52 +00:00
6cb13b10b6 Part of fix for #492702 from Milan Crha : New mail notify and preferences ui movement.
svn path=/trunk/; revision=34702
2007-12-15 11:59:39 +00:00
4f7d3decd1 Updated Norwegian bokmål translation.
2007-12-15  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=34701
2007-12-15 11:19:32 +00:00
4045000b05 Attachment reminder cleanup. Fixes 502312. Added some more fixes over Milan Crha's work.
svn path=/trunk/; revision=34700
2007-12-14 19:50:44 +00:00
76a44f8af0 Updated spanish translation
svn path=/trunk/; revision=34699
2007-12-14 15:01:27 +00:00
1e2bc8d38c Moving some code from tree to model where it belongs. Fixes some CPU usage
2007-12-14  Sankar P  <psankar@novell.com>

	* em-folder-tree-model.c: (emft_model_unread_count_changed),
	(em_folder_tree_model_init),
	(em_folder_tree_model_set_unread_count):
	* em-folder-tree.c: (em_folder_tree_construct):
	Moving some code from tree to model where it belongs.
	Fixes some CPU usage issue whenever (un)read count is updated.
	Hopefully no regresssions.



svn path=/trunk/; revision=34698
2007-12-14 12:37:56 +00:00
1ef77c8fc4 Patch by <nickspoon0@gmail.com>
2007-12-14  Tobias Mueller  <tobiasmue@svn.gnome.org>
        Patch by <nickspoon0@gmail.com>

        ** Fixes bug 502188

        * publish-calendar.c: initialize "remember" variable to
        FALSE.


svn path=/trunk/; revision=34697
2007-12-14 09:05:10 +00:00
61f5cfcbaf Fix an implicit function declaration.
2007-12-13  Matthew Barnes  <mbarnes@redhat.com>

	* mail/mail-send-recv.c:
	Fix an implicit function declaration.


svn path=/trunk/; revision=34696
2007-12-13 21:48:18 +00:00
0e65436015 Fix all "entity not defined" warnings (#437579).
2007-12-13  Matthew Barnes  <mbarnes@redhat.com>

	* help/C/evolution.xml:
	Fix all "entity not defined" warnings (#437579).


svn path=/trunk/; revision=34695
2007-12-13 21:34:15 +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
c73bf5eaa7 ** Fix for bug #340267
2007-12-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #340267

	* gui/e-cal-component-preview.c: (write_html):
	* gui/e-cal-component-memo-preview.c: (write_html):
	Show description in preview as preformatted text, so
	tabulators are kept instead of treated as white spaces.


svn path=/trunk/; revision=34693
2007-12-13 09:47:15 +00:00
75b76dedf1 Patch by evilninjasquirrel@hotbrev.com
2007-12-13  Tobias Mueller  <tobiasmue@svn.gnome.org>
        Patch by evilninjasquirrel@hotbrev.com

        ** Fixes bug 474043
        * plugins/exchange-operations/exchange-operations.c:
        * plugins/exchange-operations/exchange-operations.h
        Prevent buffer overflows, by introducing a fourth parameter to
        exchange_operations_tokenize_string - a max size to copy



svn path=/trunk/; revision=34692
2007-12-12 23:08:15 +00:00
df0dfc753e Patch from Alex "weej" Jones <alex@weej.com>: Fix for bug #503111 (Suppress "Loading %s as the default junk plugin" message)
svn path=/trunk/; revision=34691
2007-12-12 16:37:57 +00:00
e3e9fc8d4a ** Fix for bug #502318
2007-12-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #502318

	* em-format-html-display.c: (struct _EMFormatHTMLDisplayPrivate),
	(efhd_search_destroy), (em_format_html_get_search_dialog),
	(em_format_html_display_search), (em_format_html_display_search_with),
	(em_format_html_display_search_close), (efhd_complete):
	Track search dialog activity rather based on flag than on widget
	existence, because the pointer to that widget it still
	there (non-NULL) even after destroy of that widget.


svn path=/trunk/; revision=34689
2007-12-11 12:35:28 +00:00
3f9be25786 ** Fix for bug #336074
2007-12-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #336074

	* mail-send-recv.c: (get_folders):
	Determine whether refresh folder from the store based on result of new
	store's function 'camel_store_can_refresh_folder'.

Note: Be sure you updated evolution-data-server (revision 8288) and evolution-exchange too

svn path=/trunk/; revision=34688
2007-12-11 08:44:22 +00:00