Commit Graph

17059 Commits

Author SHA1 Message Date
104f97db77 Non-final update to Portuguese translation.
2003-03-23  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Non-final update to Portuguese translation.

svn path=/trunk/; revision=20471
2003-03-23 21:10:43 +00:00
417e17f216 Update Czech translation
svn path=/trunk/; revision=20470
2003-03-23 17:08:24 +00:00
8b67c6478d fix UMR.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	* e-table.c (do_drag_motion): fix UMR.

svn path=/trunk/; revision=20469
2003-03-23 09:57:10 +00:00
b2602b6c9c pass FALSE for e_destination_get_textrep's include_email arg.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	* mail-callbacks.c (ask_confirm_for_unwanted_html_mail): pass
	FALSE for e_destination_get_textrep's include_email arg.

svn path=/trunk/; revision=20468
2003-03-23 09:19:15 +00:00
a66943ec82 [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #32113 ]
	* backend/ebook/e-destination.h: add include_email arg to
	e_destination_get_textrep.

	* backend/ebook/e-destination.c (e_destination_get_textrep): add
	include_email arg.  if it's TRUE, and if there's an email address to
	add

	* gui/contact-list-editor/e-contact-list-model.c
	(contact_list_value_at): use e_destination_get_textrep so we don't
	display QP text, and pass TRUE for include_email.

	* gui/widgets/e-minicard.c (add_field): same.
	(remodel): same.

	* gui/widgets/e-addressbook-treeview-adapter.c (adapter_get_value): same.

	* gui/widgets/e-addressbook-table-adapter.c (addressbook_value_at): same.

	* gui/component/select-names/e-select-names-text-model.c
	(e_select_names_text_model_insert_length): pass FALSE for
	include_email.

	* gui/component/select-names/e-select-names-model.c
	(e_select_names_model_get_textification): pass FALSE for
	include_email.
	(e_select_names_model_get_string): same.
	(e_select_names_model_replace): same.
	(e_select_names_model_name_pos): same.
	(e_select_names_model_text_pos): same.

svn path=/trunk/; revision=20467
2003-03-23 09:18:04 +00:00
0469222701 Remove vanished files. Updated traditional Chinese translation from
2003-03-23  Abel Cheung  <maddog@linux.org.hk>

	* POTFILES.in, POTFILES.skip: Remove vanished files.
	* zh_TW.po: Updated traditional Chinese translation from
	  Chao-Hsiung Liao <pesder.liao@msa.hinet.net>

svn path=/trunk/; revision=20466
2003-03-23 03:36:06 +00:00
9643a66cfc Fix the mit krb5+krb4 check to work with --without-kr5
2003-03-21  Rodney Dawes  <dobey@ximian.com>

	* configure.in: Fix the mit krb5+krb4 check to work with --without-kr5

svn path=/trunk/; revision=20464
2003-03-22 06:00:44 +00:00
2e5eb47695 Camel part of the fix for Lewing's bug #39204. Second half of the patch
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	Camel part of the fix for Lewing's bug #39204. Second half of the
	patch should also fix it so that text/plain parts that are
	detected as being text/html are rendered as html (not that I agree
	with this mind you, but corporate customers want this "feature").

	* camel-mime-part-utils.c
	(simple_data_wrapper_construct_from_parser): If the part is
	text/html and doesn't have a charset and we are able to find a
	charset in the meta tags of the html content, set the charset
	param on the content-type.
	(camel_mime_part_construct_content_from_parser): After setting the
	content object on the mime part, re-set the content-type of the
	content object back to the one from the parser (as it may contain
	changes from the original - see changes made to the ct in
	simple_data_wrapper_construct_from_parser for details).

svn path=/trunk/; revision=20463
2003-03-21 21:54:59 +00:00
d7a4a66632 Default to the charset provied in the MimePart's Content-Type over that of
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-format.c (mail_format_data_wrapper_write_to_stream):
	Default to the charset provied in the MimePart's Content-Type over
	that of the user's mailer charset. Fixes bug #39204.

svn path=/trunk/; revision=20462
2003-03-21 21:26:06 +00:00
18b70fa27b (init): grumble-grumble-non-g_new0-using-people-grumble
svn path=/trunk/; revision=20461
2003-03-21 20:52:38 +00:00
ddcacb9b09 (init): grumble-grumble-non-g_new0-using-people-grumbe
svn path=/trunk/; revision=20460
2003-03-21 20:52:20 +00:00
46f7b6a608 Fixes #32248
2003-03-21  JP Rosevear  <jpr@ximian.com>

	Fixes #32248

	* conduits/todo/todo-conduit.c (comp_from_remote_record): make
	sure the due date is actually a date

svn path=/trunk/; revision=20459
2003-03-21 20:47:29 +00:00
f1cfc02875 Fixes #31660
2003-03-21  JP Rosevear  <jpr@ximian.com>

	Fixes #31660

	* conduits/calendar/calendar-conduit.c (rrules_mostly_equal):
	check if the rrules are equal other than until/count
	(find_last_cb): update the data with the start timet
	(local_record_from_comp): handle the case where the recurrence
	rule ends after a certain number occurrences
	(comp_from_remote_record): same

svn path=/trunk/; revision=20458
2003-03-21 20:29:55 +00:00
911fdb7885 continue reading the cert file until we've read it all or get a non-EINTR
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-tcp-stream-ssl.c (camel_certdb_nss_cert_get): continue
	reading the cert file until we've read it all or get a non-EINTR
	errno.

svn path=/trunk/; revision=20457
2003-03-21 18:54:52 +00:00
d66fdafdb7 If we get a second request to open a folder we're already waiting for,
* e-corba-storage.c (async_open_folder_idle): If we get a second
	request to open a folder we're already waiting for, don't send a
	second CORBA request, just remember the additional request.
	(async_open_cb): Call the callbacks for all pending requests for
	this folder.

svn path=/trunk/; revision=20456
2003-03-21 18:21:21 +00:00
8794fa517a Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.
2003-03-19  Sanshao Jiang  <alex.jiang@sun.com>

	* gal-view-collection.c (gal_view_collection_append_with_title):
	(gal_view_collection_set_nth_view): Use glib macro G_GNUC_FUNCTION
	instead of __FUNCTION__. Thank u, Ettore.

	* gal-view-instance.c (gal_view_instance_set_current_view_id): same
	(add_popup_radio_item): Fix to be compilable on other compilers,
	using gcc extension independent codes.(bug#39176)
	(add_popup_menu_item): same

svn path=/trunk/; revision=20455
2003-03-21 17:32:04 +00:00
3cb47e53a6 "en_us" should not be translated. Fixes bug #40088.
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-composer-prefs.c (spell_load_values): "en_us" should not be
	translated. Fixes bug #40088.

svn path=/trunk/; revision=20454
2003-03-21 16:22:27 +00:00
59d2fd3e57 #include <com_err.h> instead of #include <et/com_err.h>
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-sasl-gssapi.c: #include <com_err.h> instead of
	#include <et/com_err.h>

svn path=/trunk/; revision=20453
2003-03-21 15:59:40 +00:00
8aca2a5fc8 Added missing files. Updated German translation.
* POTFILES.in, POTFILES.skip: Added missing files.
	* de.po: Updated German translation.

svn path=/trunk/; revision=20452
2003-03-21 14:43:22 +00:00
e45d63ac5e Update Czech translation
svn path=/trunk/; revision=20451
2003-03-21 12:58:50 +00:00
17057abe19 [ fixes bug #39856 ] request a full redraw when we're done dragging
2003-03-21  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #39856 ]
	* gal/widgets/e-reflow.c (e_reflow_update): request a full redraw
	when we're done dragging columns.

svn path=/trunk/; revision=20450
2003-03-21 10:21:45 +00:00
53fdce7e28 remember to disconnect the destroy handler if whenever the loader is shut
2003-03-21  Larry Ewing  <lewing@ximian.com>

	* mail-display.c (pixbuf_gen_idle): remember to disconnect the
	destroy handler if whenever the loader is shut down.

svn path=/trunk/; revision=20449
2003-03-21 07:53:13 +00:00
0179e4a206 If the gunichar is 0xfffe, just skip processing it. Maybe this will fix
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* e-trie.c (e_trie_search): If the gunichar is 0xfffe, just skip
	processing it. Maybe this will fix bug #39900.
	(trie_utf8_getc): Removed unused labels to shutup the compiler.

svn path=/trunk/; revision=20448
2003-03-21 00:46:26 +00:00
bca5dffbb7 Change the message_destroy callback to just gtk_widget_destroy. No need to
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (owner_set_cb): Change the message_destroy
	callback to just gtk_widget_destroy. No need to have a callback
	simply to call this function.
	(warning_response): Removed (see above).

svn path=/trunk/; revision=20447
2003-03-20 22:27:25 +00:00
9d1d52dc6b remove unused command
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* e-shell-view-menu.c: remove unused command

svn path=/trunk/; revision=20446
2003-03-20 22:12:20 +00:00
02a3a01ac7 remove conduit settings as a separate entry
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* evolution.xml: remove conduit settings as a separate entry

svn path=/trunk/; revision=20445
2003-03-20 22:10:39 +00:00
43561d50ef Don't forget to add the signature to the signature list if it is a valid
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-composer-prefs.c (sig_add_script_response): Don't forget to
	add the signature to the signature list if it is a valid script.

svn path=/trunk/; revision=20444
2003-03-20 20:34:52 +00:00
10325a5d48 Make sure we can find the registered handler before trying to remove it
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_signature_unregister_client): Make
	sure we can find the registered handler before trying to remove it
	from the list.

svn path=/trunk/; revision=20443
2003-03-20 20:25:22 +00:00
91c10248f8 Fixes for bug #39813
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	Fixes for bug #39813

	* e-msg-composer.c (composer_finalise): Don't unregister the
	signature event handler here.
	(destroy): Unregister it here instead.

svn path=/trunk/; revision=20442
2003-03-20 20:24:40 +00:00
cce3726fe9 Plug in GSSAPI support.
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-sasl.c: Plug in GSSAPI support.

	* camel-sasl-gssapi.[c,h]: Various fixes to make it compile (fixed
	type-o's mostly).

svn path=/trunk/; revision=20438
2003-03-20 19:37:38 +00:00
618f872798 calcomponents are gobjects now (calconduit_load_configuration): ref and
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* conduits/calendar/calendar-conduit.c
	(e_calendar_context_destroy): calcomponents are gobjects now
	(calconduit_load_configuration): ref and sink to avoid warnings

	* conduits/todo/todo-conduit.c (todoconduit_load_configuration):
	ref and sink to avoid warnings
	(e_todo_context_destroy): calcomponents are gobjects now

svn path=/trunk/; revision=20437
2003-03-20 19:36:31 +00:00
8d9be87caa If the gunichar is 0xfffe, just skip processing it. Maybe this will fix
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* e-trie.c (e_trie_search): If the gunichar is 0xfffe, just skip
	processing it. Maybe this will fix bug #39900.

svn path=/trunk/; revision=20436
2003-03-20 19:06:49 +00:00
d7f89b244f Make the 5th argument to gtk_message_dialog_new() "%s" and move the
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-session.c (do_user_message): Make the 5th argument to
	gtk_message_dialog_new() "%s" and move the m->prompt to arg 6 so
	that we are safe if the prompt string contains any %'s. Also
	connect to the response signal for the user_msg dialog and set the
	callback to gtk_widget_destroy so that the user can actually close
	the dialog. We also need to g_object_weak_ref() the dialog so that
	we can set the global message_dialog pointer back to NULL when it
	gets destroyed. Fixes bug #40043.

svn path=/trunk/; revision=20435
2003-03-20 17:55:12 +00:00
aa30af4897 use a GtkMessageDialog and deal correctly with the dialog's reponses.
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/cancel-comp.c (cancel_component_dialog): use a
	GtkMessageDialog and deal correctly with the dialog's reponses.

svn path=/trunk/; revision=20434
2003-03-20 17:47:54 +00:00
ce0fb06f3e (button_clicked): Fix this so we don't get stuck inside
gtk_dialog_run's main loop forever.

svn path=/trunk/; revision=20433
2003-03-20 17:46:43 +00:00
d8dbc151f0 Change the strings in the timespans array from "second" / "seconds" to "1
* filter-datespec.c (timespans, set_button): Change the strings in
	the timespans array from "second" / "seconds" to "1 second ago" /
	"%d seconds ago", etc, and update the code in set_button that uses
	them. Fixes #36245, translation clash between the "second" here
	and the one in the calendar (where it's used as "2nd").

svn path=/trunk/; revision=20432
2003-03-20 17:09:47 +00:00
98063be897 Remove this since there's a function in CamelMimeMessage to do it now.
* mail-ops.c (build_from): Remove this since there's a function in
	CamelMimeMessage to do it now.
	(save_messages_save): Use camel_mime_message_build_mbox_from.

svn path=/trunk/; revision=20431
2003-03-20 16:44:05 +00:00
becf944b42 Handle raw 8-bit From data "correctly". (The same way we handle
raw 8-bit Subject data.)

	* camel-mime-utils.c (header_decode_mailbox): Take a charset arg
	and pass it to header_decode_string.
	(header_decode_address): Take a charset arg and pass it to
	header_decode_mailbox.
	(header_mailbox_decode): Likewise.
	(header_address_decode): Take a charset arg and pass it to
	header_decode_address.

	* camel-folder-summary.c (summary_format_address): Take a charset
	arg and pass to header_address_decode.
	(message_info_new, camel_message_info_new_from_header): Pass
	charset to summary_format_address

	* camel-internet-address.c (internet_decode): Update for
	header_address_decode change. (Unfortunately we don't have a
	charset to pass here.)

	* camel-mime-message.c (camel_mime_message_build_mbox_from): Move
	this here from camel-mbox-summary since the same functionality is
	needed by evolution-mail too (and update for header_address_decode
	change)

	* providers/local/camel-mbox-summary.c
	(camel_mbox_summary_build_from): Moved to CamelMimeMessage

svn path=/trunk/; revision=20430
2003-03-20 16:43:29 +00:00
1bef6b2b8c Don't return here - this is a void function. (rule_editor_set_source):
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* rule-editor.c (rule_editor_set_sensitive): Don't return here -
	this is a void function.
	(rule_editor_set_source): Same.

svn path=/trunk/; revision=20429
2003-03-20 15:52:00 +00:00
8aa06d36e0 Remove mail-search-dialogue.c
2003-03-20  Rodney Dawes  <dobey@ximian.com>

	* POTFILES.in: Remove mail-search-dialogue.c

svn path=/trunk/; revision=20428
2003-03-20 15:15:38 +00:00
53f87f7667 macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can be
a ':' separated list.

svn path=/trunk/; revision=20401
2003-03-20 15:10:25 +00:00
ab6fef7852 updated for gnome spell API 0.3
svn path=/trunk/; revision=20383
2003-03-20 15:00:49 +00:00
80375dd715 Fixes #39770
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #39770

	* gui/itip-utils.c (itip_Send_comp): check the CORBA exception instead
	of the g_return_val_if_fail. Also, use a CORBA_Object for the value
	returned from bonobo_activation_activate_from_id.

svn path=/trunk/; revision=20382
2003-03-20 13:02:08 +00:00
49357f4f41 removed activation of shell_client. (importer_destroy_cb): no need to
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	* importers/ical-importer.c: removed activation of shell_client.
	(importer_destroy_cb): no need to unref shell_client.
	(connect_to_shell): removed.
	(ical_importer_new, vcal_importer_new): don't call connect_to_shell.

svn path=/trunk/; revision=20381
2003-03-20 11:50:56 +00:00
4b5968561d removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead of
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	* importers/ical-importer.c (get_uri_from_folder_path): removed.
	(load_file_fn, vcal_load_file_fn): use physical_uri instead of
	folderpath.

svn path=/trunk/; revision=20380
2003-03-20 11:44:26 +00:00
1dc4c5de39 ** for mail part of bug #38461.
2003-03-21  Not Zed  <NotZed@Ximian.com>

	** for mail part of bug #38461.

	* importers/evolution-outlook-importer.c (load_file_fn): dont pass
	in create flag to uri_to_folder, the folder must already exist.

	* importers/evolution-mbox-importer.c (folder_created_cb):
	Removed, we now force the caller to create the destination folder
	first.
	(load_file_fn): Dont try and create a folder if it doesn't exist.
	Also, use the uri directly as the destination uri, so we can
	import into any folder.
	(process_item_fn): If we dont have a folder, thats just an error,
	return BAD_FILE.

	* importers/netscape-importer.c (netscape_import_file): As below
	for elm_import_file.
	(import_next): similarly as for pine import_next.
	(importer_cb): just record result.
	(importer_timeout_fn): removed.

	* importers/pine-importer.c (import_next): Similar to below for
	the elm import_next.
	(pine_import_file): As below for elm_import_file.
	(importer_timeout_fn): removed.
	(importer_cb): just record the result, and exit.
	(import_next): change around to behave more like the elm importer,
	cleaning up when we're done.

	* importers/elm-importer.c (elm_import_file): Create the
	destination folder ourselves, dont pass it onto the mbox importer.
	Simplify logic, just do the import within a while loop, polling
	the g main loop as necessary, remove need for idle callbacks and
	other crap.
	(import_next): If elm_import_file fails, then just go straight to
	the next folder, stops it falling in a heap.
	(import_item_idle): removed.
	(importer_cb): just record result/exit.

	* mail-importer.c (mail_importer_create_folder): removed.
	(mail_importer_make_local_folder): new function to create a
	local-only folder from a path.  It runs synchronously by using a
	recursive main loop.
	(folder_created_cb): callback for make_local_folder.

svn path=/trunk/; revision=20379
2003-03-20 10:17:25 +00:00
4ac5734af0 *** empty log message ***
svn path=/trunk/; revision=20378
2003-03-20 10:07:51 +00:00
9e5f92c8e4 Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550
2003-03-19  Jeffrey Stedfast  <fejj@ximian.com>

	* e-filter-bar.c: Updated to use GtkDialog instead of
	GnomeDialog. Also fixed bug #39550 while I was at it.

svn path=/trunk/; revision=20375
2003-03-19 23:42:12 +00:00
10ddc8d45b removed a dead header file
svn path=/trunk/; revision=20374
2003-03-19 22:24:36 +00:00
43517230a9 Revert ettore's broken patch.
2003-03-19  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config-druid.c (mail_config_druid_new): Revert ettore's
	broken patch.

	* mail-search-dialogue.c: Removed - nothing uses this.

svn path=/trunk/; revision=20373
2003-03-19 22:21:37 +00:00