[evolution-patches] fix for bug 251062



hi list,

this untested patch is an update of the obsolete bugzilla patch of bug
251062 and should go into HEAD for 2.5. this patch is also filed in
bugzilla.
please commit since i do not have cvs write access.

for any feedback please cc me since i am not a member of this list. 

see you,
andre
-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: evolution-data-server/camel/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/ChangeLog,v
retrieving revision 1.2474
diff -u -p -r1.2474 ChangeLog
--- evolution-data-server/camel/ChangeLog	24 Aug 2005 02:35:14 -0000	1.2474
+++ evolution-data-server/camel/ChangeLog	28 Aug 2005 12:02:35 -0000
@@ -1,3 +1,7 @@
+2005-08-27  Andre Klapper  <a9016009 gmx de>
+
+	* camel-charset-map.c: adding thai support (#251062)
+
 2005-08-22  Not Zed  <NotZed Ximian com>
 
 	* camel-store.c (camel_store_rename_folder): init folders and only
Index: evolution-data-server/camel/camel-charset-map.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/camel-charset-map.c,v
retrieving revision 1.44
diff -u -p -r1.44 camel-charset-map.c
--- evolution-data-server/camel/camel-charset-map.c	5 May 2005 18:38:48 -0000	1.44
+++ evolution-data-server/camel/camel-charset-map.c	28 Aug 2005 12:07:39 -0000
@@ -73,6 +73,7 @@ static struct {
 	{ "iso-8859-15", 0 },	/* New-and-improved iso-8859-1, but most
 				 * programs that support this support UTF8
 				 */
+	{ "tis-620", 0 },	/* Thai */
 	{ "windows-1251", 0 },	/* Russian */
 	{ 0, 0 }
 };
Index: evolution/widgets/misc/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.374
diff -u -p -r1.374 ChangeLog
--- evolution/widgets/misc/ChangeLog	24 Aug 2005 04:22:14 -0000	1.374
+++ evolution/widgets/misc/ChangeLog	28 Aug 2005 12:09:10 -0000
@@ -1,3 +1,7 @@
+2005-08-27  Andre Klapper  <a9016009 gmx de>
+
+	* e-charset-picker.c: adding thai support (#251062)
+
 2005-08-22  Srinivasa Ragavan <sragavan novell com>
 
 	* e-attachment.c (e_attachment_build_remote_file): 
Index: evolution/widgets/misc/e-charset-picker.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-charset-picker.c,v
retrieving revision 1.20
diff -u -p -r1.20 e-charset-picker.c
--- evolution/widgets/misc/e-charset-picker.c	13 Jul 2004 15:59:33 -0000	1.20
+++ evolution/widgets/misc/e-charset-picker.c	28 Aug 2005 12:11:41 -0000
@@ -52,6 +52,7 @@ typedef enum {
 	E_CHARSET_HEBREW,
 	E_CHARSET_JAPANESE,
 	E_CHARSET_KOREAN,
+	E_CHARSET_THAI,
 	E_CHARSET_TURKISH,
 	E_CHARSET_UNICODE,
 	E_CHARSET_WESTERN_EUROPEAN,
@@ -68,6 +69,7 @@ static const char *classnames[] = {
 	N_("Hebrew"),
 	N_("Japanese"),
 	N_("Korean"),
+	N_("Thai"),
 	N_("Turkish"),
 	N_("Unicode"),
 	N_("Western European"),
@@ -105,6 +107,7 @@ static ECharset charsets[] = {
 	{ "EUC-JP", E_CHARSET_JAPANESE, NULL },
 	{ "Shift_JIS", E_CHARSET_JAPANESE, NULL },
 	{ "EUC-KR", E_CHARSET_KOREAN, NULL },
+	{ "TIS-620", E_CHARSET_THAI, NULL },
 	{ "ISO-8859-9", E_CHARSET_TURKISH, NULL },
 	{ "UTF-8", E_CHARSET_UNICODE, NULL },
 	{ "UTF-7", E_CHARSET_UNICODE, NULL },

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]