Re: [evolution-patches] Evolution Can't Handle multipart Messages in Some Locales
- From: S.Çağlar Onur <caglar uludag org tr>
- To: evolution-patches lists ximian com
- Cc: notzed ximian com
- Subject: Re: [evolution-patches] Evolution Can't Handle multipart Messages in Some Locales
- Date: Mon, 29 Nov 2004 12:38:33 +0200
Hi;
I attached the ChangeLog as a patch and not resubmit patch again its
already in mailing list. By the way I'm not sure format of ChangeLog :)
On Mon, 2004-11-29 at 11:31 +0800, Not Zed wrote:
>
> Thanks for this, we know about the problem, but obviously many cases
> are still incorrect.
Which cases do you think still not correct?
> But, could you also please create ChangeLog entries for these changes
> and re-submit the patch though?
>
> Otherwise, the patch looks fine.
>
> I don't think we should need copyright assignment for this work
> either, since each patch is trivial and isolated (see
> http://forge.novell.com/modules/xoopsfaq/?cat_id=30)
I can sign also if needed.
--
S.Çağlar Onur <caglar uludag org tr>
http://cekirdek.uludag.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
diff -ur evolution-2.0.2.orig/addressbook/ChangeLog evolution-2.0.2/addressbook/ChangeLog
--- evolution-2.0.2.orig/addressbook/ChangeLog 2004-10-12 06:40:54.000000000 +0300
+++ evolution-2.0.2/addressbook/ChangeLog 2004-11-29 12:29:32.607028016 +0200
@@ -1,3 +1,9 @@
+2004-11-28 S.Ã?aÄ?lar Onur <caglar uludag org tr>
+
+ * evolution-2.0.2/addressbook/gui/contact-editor/e-contact-editor.c (get_ui_slot_param,get_attributes_named):
+ some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
+ character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]
+
2004-10-11 Hans Petter Jansson <hpj ximian com>
* gui/component/addressbook-view.c (source_list_changed_cb): Don't
diff -ur evolution-2.0.2.orig/calendar/ChangeLog evolution-2.0.2/calendar/ChangeLog
--- evolution-2.0.2.orig/calendar/ChangeLog 2004-10-11 21:36:21.000000000 +0300
+++ evolution-2.0.2/calendar/ChangeLog 2004-11-29 12:30:40.804660400 +0200
@@ -1,3 +1,10 @@
+2004-11-28 S.Ã?aÄ?lar Onur <caglar uludag org tr>
+
+ * evolution-2.0.2/calendar/gui/dialogs/url-editor-dialog.c (url_editor_dialog_fb_url_changed):
+ * evolution-2.0.2/calendar/gui/e-cal-model.c(set_classification):
+ some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
+ character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]
+
2004-10-08 Rodrigo Moya <rodrigo novell com>
Fixes #45951
diff -ur evolution-2.0.2.orig/camel/ChangeLog evolution-2.0.2/camel/ChangeLog
--- evolution-2.0.2.orig/camel/ChangeLog 2004-10-12 06:40:54.000000000 +0300
+++ evolution-2.0.2/camel/ChangeLog 2004-11-29 12:26:23.755737776 +0200
@@ -1,3 +1,24 @@
+2004-11-28 S.Ã?aÄ?lar Onur <caglar uludag org tr>
+
+ * evolution-2.0.2/camel/camel-charset-map.c (camel_charset_iso_to_windows)
+ * evolution-2.0.2/camel/camel-filter-search.c (check_header)
+ * evolution-2.0.2/camel/camel-folder-search.c (check_header)
+ * evolution-2.0.2/camel/camel-folder-summary.c (message_info_new,summary_build_content_info,camel_system_flag)
+ * evolution-2.0.2/camel/camel-html-parser.c (camel_html_parser_attr)
+ * evolution-2.0.2/camel/camel-mime-filter-enriched.c (param_parse,camel_mime_filter_enriched_init)
+ * evolution-2.0.2/camel/camel-mime-parser.c (folder_scan_step,main)
+ * evolution-2.0.2/camel/camel-mime-utils.c (camel_header_param,camel_header_set_param,camel_content_type_is,camel_transfer_encoding_from_string,camel_content_type_format,camel_content_type_simple,camel_header_decode_date,header_raw_find_node)
+ * evolution-2.0.2/camel/camel-sasl-digest-md5.c (decode_data_type)
+ * evolution-2.0.2/camel/providers/imap/camel-imap-command.c (camel_imap_response_free)
+ * evolution-2.0.2/camel/providers/imap/camel-imap-folder.c (camel_imap_folder_new,camel_imap_folder_selected,imap_refresh_info,camel_imap_folder_new,camel_imap_folder_selected)
+ * evolution-2.0.2/camel/providers/imap/camel-imap-store.c (imap_get_capability,imap_connect_online,get_folder_online,get_folder_offline,get_subscribed_folders,folder_hash,get_folders)
+ * evolution-2.0.2/camel/providers/imap4/camel-imap4-engine.c (engine_parse_capability)
+ * evolution-2.0.2/camel/providers/pop3/camel-pop3-store.c (get_folder)
+ * evolution-2.0.2/camel/tests/lib/folders.c: (test_folder_message_ops)
+ some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
+ character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]
+
+
2004-10-11 Not Zed <NotZed Ximian com>
** See bug #67211.
@@ -7,12 +28,12 @@
don't seem to do it.
2004-10-09 Sivaiah Nallagatla <snallagatla novell com>
-
- * providers/groupwise/camel-gw-listner.c (add_esource) :
- add the source uid to list of selected calendar and tasks
- so that groupwise calendar and tasks are automatically selected
- (remove_esource) : remove the uids from corresponding gconf keys
- Fixes #62053
+
+ * providers/groupwise/camel-gw-listner.c (add_esource) :
+ add the source uid to list of selected calendar and tasks
+ so that groupwise calendar and tasks are automatically selected
+ (remove_esource) : remove the uids from corresponding gconf keys
+ Fixes #62053
2004-10-08 Not Zed <NotZed Ximian com>
diff -ur evolution-2.0.2.orig/mail/ChangeLog evolution-2.0.2/mail/ChangeLog
--- evolution-2.0.2.orig/mail/ChangeLog 2004-10-12 06:40:55.000000000 +0300
+++ evolution-2.0.2/mail/ChangeLog 2004-11-29 12:27:22.562797744 +0200
@@ -1,3 +1,9 @@
+2004-11-28 S.Ã?aÄ?lar Onur <caglar uludag org tr>
+
+ * evolution-2.0.2/mail/mail-account-gui.c (mail_account_gui_setup):
+ some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
+ character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]
+
2004-10-11 Not Zed <NotZed Ximian com>
** See bug #67408.
diff -ur evolution-2.0.2.orig/widgets/ChangeLog evolution-2.0.2/widgets/ChangeLog
--- evolution-2.0.2.orig/widgets/ChangeLog 2004-09-13 23:57:54.000000000 +0300
+++ evolution-2.0.2/widgets/ChangeLog 2004-11-29 12:28:08.529809696 +0200
@@ -1,3 +1,9 @@
+2004-11-28 S.Ã?aÄ?lar Onur <caglar uludag org tr>
+
+ * evolution-2.0.2/widgets/misc/e-charset-picker.c (e_charset_picker_new,e_charset_picker_bonobo_ui_populate):
+ some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
+ character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]
+
2004-09-13 Rodney Dawes <dobey novell com>
* e-timezone-dialog/e-timezone-dialog.c (get_widgets):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]