aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuresh Chandrasekharan <suresh.chandrasekharan@sun.com>2003-06-20 04:10:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-06-20 04:10:35 +0800
commit7221f00e17acf44646f44b44896f736315d4a12a (patch)
tree81c8d1cf496ef777a6c786a8c9697502fe8882ee
parent0eb6a97f8745c3d16af7078b60a5832d819b6308 (diff)
downloadgsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.gz
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.zst
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.zip
Fixed typo in BIG5HKSCS
2003-06-18 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> * e-iconv.c: Fixed typo in BIG5HKSCS svn path=/trunk/; revision=21486
-rw-r--r--e-util/e-iconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-iconv.c b/e-util/e-iconv.c
index 9c33209012..9a11d9e389 100644
--- a/e-util/e-iconv.c
+++ b/e-util/e-iconv.c
@@ -136,7 +136,7 @@ struct {
{ "5601", "EUC-KR" },
{ "big5-0", "BIG5" },
{ "big5.eten-0", "BIG5" },
- { "big5hkscs-0", "BIG5HKCS" },
+ { "big5hkscs-0", "BIG5HKSCS" },
{ "gb2312-0", "gb2312" },
{ "gb2312.1980-0", "gb2312" },
{ "gb-2312", "gb2312" },
@@ -575,7 +575,7 @@ static struct {
char *lang;
} cjkr_lang_map[] = {
{ "Big5", "zh" },
- { "BIG5HKCS", "zh" },
+ { "BIG5HKSCS", "zh" },
{ "gb2312", "zh" },
{ "gb18030", "zh" },
{ "gbk", "zh" },
ith e-tree.Srinivasa Ragavan2006-01-132-0/+17 * Fix code style cruft from the previous commitHarish Krishnaswamy2006-01-111-1/+1 * Add the width to the pango layout.Johnny Jacob2006-01-112-2/+9 * remove the pruned file from MakeFile.amChenthill Palanisamy2006-01-112-1/+5 * Remove e-util-marshal.list in current directory, and use the copy inSimon Zheng2006-01-1111-66/+24 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-105-0/+26 * assign the data first before accessing it.Parthasarathi Susarla2006-01-062-1/+6 * Set the foreground only if the widget has already been realized. FixesHarish Krishnaswamy2006-01-022-2/+13 * Fix for #325129.Harish Krishnaswamy2006-01-021-1/+1 * harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-311-0/+10 * harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-301-1/+1 * fixed one typo. Fixes bug 306118 partially.Andre Klapper2005-12-231-1/+1 * ** Fixes bug #324590Srinivasa Ragavan2005-12-222-0/+22 * fixes #303876Chenthill Palanisamy2005-12-212-1/+11 * ** Fixes bug #240762Srinivasa Ragavan2005-12-202-1/+9 * ** See Bug #246233 : Changed "Search Editor" to "Searches"Veerapuram Varadhan2005-12-202-1/+7 * Use g_ascii_strcasecmp(). (strcase_hash): Use g_ascii_tolower().Tor Lillqvist2005-12-182-11/+7 * Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handlesTor Lillqvist2005-12-184-17/+18 * Use gstdio wrappers. Construct glade file name at run-time.Tor Lillqvist2005-12-182-2/+12 * Construct map file name at run-time.Tor Lillqvist2005-12-182-1/+7 * Use gstdio wrappers. Construct glade file name at run-time.Tor Lillqvist2005-12-182-3/+29 * Link with bootstrap libs on Win32. Use EVOLUTION_IMAGES instead of MAP_DIRTor Lillqvist2005-12-182-22/+41 * Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-182-2/+4 * Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-182-1/+4 * Construct glade file pathname at run-time.Tor Lillqvist2005-12-182-1/+13 * Link with libeutil.Tor Lillqvist2005-12-182-2/+7 * Link with bootstrap libs on Win32. Use E_WIDGETS_CFLAGS instead ofTor Lillqvist2005-12-182-5/+24 * Added a visual cue to search bar to indicate search filter active.Srinivasa Ragavan2005-12-153-1/+60 * Patch from Irene Huang <Irene.Huang@sun.com>.Veerapuram Varadhan2005-12-133-3/+12 * Fixed substitutions that I missed in the last commit.Harish Krishnaswamy2005-12-104-4/+4 * prefix the wrapper functions with e - do not use g lest it is assumed toHarish Krishnaswamy2005-12-097-9/+19 * Fixes #322740. change the condition expression for GDK_RIGHT and GDK_LEFT.Boby Wang2005-12-072-2/+8 * Load the widget pointer before using it. Fixes a compiler warning as wellVeerapuram Varadhan2005-12-062-1/+7 * Fixes bug #322776. When focus come into e-tree, it is possible that theLi Yuan2005-12-062-1/+9 * 2005-11-29 Simon Zheng <simon.zheng@sun.comaHarry Lu2005-11-292-3/+12 * e-dateedit.c Include e-time-utils.h from libedataserver instead of usingTor Lillqvist2005-11-243-2/+9 * Commiting Johnny Jacob's patch on EDateEditSrinivasa Ragavan2005-11-242-1/+64 * Fix a division-by-zero error crasher. (Update: when in doubt, protect withHarish Krishnaswamy2005-11-171-2/+2 * Fix a division-by-zero error crasherHarish Krishnaswamy2005-11-172-0/+7 * Added a function to get all attachments of the attachment bar for pluginSrinivasa Ragavan2005-11-163-0/+31 * Adjusted the size of date edit widgets.Chenthill Palanisamy2005-11-142-2/+7 * Set a size for the date edit widgets, so that it doesnt expand too much.Srinivasa Ragavan2005-11-142-0/+7 * Use gnome_font_find_closest instead of gnome_font_find since Helvetica isKaushal Kumar2005-10-142-1/+10 * dded case insensitive compare support etable, and using it for OrganizationSushma Rai2005-10-042-0/+8 * gtk_pixbuf_add_alpha returns a newly allocated pixbuf, so, free theVeerapuram Varadhan2005-10-042-1/+12 * e-table.c (e_table_load_specification) e-table-specification.cTor Lillqvist2005-09-304-3/+12 * menus/gal-view-collection.c (load_single_dir) UseTor Lillqvist2005-09-303-2/+10 * Fix #240762. If the galview implement the edit function, enable the editLi Yuan2005-09-292-2/+9 * On Win32, use bootstrap import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-282-10/+27 * Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-5/+12 * Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-4/+12 * Install in privsolib instead of privlib (no difference on Unix). UseTor Lillqvist2005-09-282-9/+19 * On Win32, use bootstrp import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-282-1/+18 * Start search on category, when the category is selected.Sushma Rai2005-09-202-1/+9 * Fixes #314352. if accessibility is enabled, we enable horizontal cusorLi Yuan2005-08-252-2/+13 * Fix for bug #314136. Shows filename in the remote download in composer.Srinivasa Ragavan2005-08-244-7/+27 * fix some missing casts.Not Zed2005-08-242-4/+8 * cast warning away.Not Zed2005-08-243-3/+8 * Resolve #309074Francisco Javier F. Serrador2005-08-222-2/+2 * Use camel_url to construct url (eab_icon_clicked_cb)Srinivasa Ragavan2005-08-194-13/+86 * Fixed few warningsSrinivasa Ragavan2005-08-162-2/+7 * Fix for bug #312545Srinivasa Ragavan2005-08-163-19/+25 * ** See bug #313063.Not Zed2005-08-152-1/+9 * revert dobey's last patch here, it completely broke customisation of theNot Zed2005-08-152-11/+16 * Added a function to force refresh/resize the icons.Srinivasa Ragavan2005-08-113-0/+12 * Add a11y name to the left table of config dialog. Add name to the leftLi Yuan2005-08-044-3/+35 * escape the "%" character correctly.David Malcolm2005-08-032-1/+6 * added bug id 310488 to changelogSushma Rai2005-07-291-6/+7 * Void function should not return value.Mengjie Yu2005-07-292-2/+11 * used ref instead of copying the entire mime part. Also commitedSrinivasa Ragavan2005-07-293-45/+28 * Added checks for the parameters.Srinivasa Ragavan2005-07-252-0/+33 * Fixes a bug where it allows just builtin views to be edited and not userSrinivasa Ragavan2005-07-252-2/+8 * Added code to use stock icons instead of -> and <-Srinivasa Ragavan2005-07-252-8/+262 * ESendOptionsDialogClass: has a member new virtual method for defaultVivek Jain2005-07-203-1/+27 * Cleaned up most of it. Added the DnD.Srinivasa Ragavan2005-07-205-131/+407 * Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]Srinivasa Ragavan2005-07-117-1/+2008 * Added widgets in INCLUDES.Kaushal Kumar2005-06-2355-78/+96 * Added from gal/gal/e-table as Gal is retired from Head and e-table filesKaushal Kumar2005-06-212-0/+8923 * If only a few rows have changed, emit each as a separate row_changed eventNot Zed2005-06-201-2/+31 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-17196-564/+915 * Don't hide the tooltip if we don't have a canvas anymore. Patch by: NotKaushal Kumar2005-06-011-1/+3 * add relation to date_button.Li Yuan2005-05-312-0/+8 * export ethi_change_sort_state, so we can call it in a11y part.Li Yuan2005-05-204-1/+14 * move e-error.[ch] and e-system-errors.xml to e-util/. remove test-error.Not Zed2005-05-166-743/+6 * Add profiler so that it gets disted properlyRodney Dawes2005-05-143-13/+17 * ChangeLogShreyas Srinivasan2005-05-121-0/+4 * Fixed #272005Shreyas Srinivasan2005-05-121-10/+46 * Fix the bug 303856. Enables OK button when arrow key used to change theSrinivasa Ragavan2005-05-122-0/+27 * Fixed a typo. #273095Sarfraaz Ahmed2005-05-062-2/+5 * Fix for 273097Harish Krishnaswamy2005-05-062-4/+4 * Fixes 273096Harish Krishnaswamy2005-05-062-2/+6 * Solaris gettext crashes on NULL input string. Fixes #260312. PatchSarfraaz Ahmed2005-05-062-1/+7 * Check for NULL string before passing to dgettext. Fixes a crash onSarfraaz Ahmed2005-05-061-1/+1 * Port to Windows, initial commit:Tor Lillqvist2005-04-29107-447/+674 * we should not do any layout adjustment if the item doesn't exist.Mengjie Yu2005-04-291-1/+4 * add a signal "style_set" to support theme. ditto.Li Yuan2005-04-282-0/+27 * use widget->style instead of hard code colors.Li Yuan2005-04-284-25/+28 * use idle callback to adjust scrollbar when focus has been changed. addMengjie Yu2005-04-222-0/+42 * break while row equals -1.Mengjie Yu2005-04-211-0/+3 * Fixes #40762Li Yuan2005-03-231-1/+8 * don't bonobo_ui_free_string from bonobo_ui_node_to_string - it should beNot Zed2005-03-152-4/+7 * bounds check the selection beginning.Theppitak Karoonboonyanan2005-03-141-4/+4 * selecion fixes for im's.Theppitak Karoonboonyanan2005-03-141-7/+18 * Handling static capability for disabling general send options at theSushma Rai2005-03-112-0/+6 * don't allow to drag the first line of mini reflows.Mengjie Yu2005-03-041-0/+3 * Make the entry widget grab focus. Fixes bug #60551.Jeffrey Stedfast2005-03-032-0/+7 * Fix for #73009.Li Yuan2005-02-282-0/+4 * Fix the calculation of which shadow type to use to be more appropriate forRodney Dawes2005-02-222-16/+28 * Install shared libraries to privlibdir.Hans Petter Jansson2005-02-104-6/+11 * Some code clean work.Harry Lu2005-02-041-5/+2 * Some code clean work.Harry Lu2005-02-043-16/+6 * add a11y name to url link button.Li Yuan2005-02-032-0/+7 * add an a11y name for the popup list. make shortcut key ALT+Arrow work.Li Yuan2005-01-2713-63/+210 * Fix up spacing to be HIG compliant for the borders around the dialogsRodney Dawes2005-01-272-1/+8 * Fixes #38195JP Rosevear2005-01-261-7/+1 * turn off debug output, people think its a significant error.Not Zed2005-01-252-2/+6 * add a11y name for the option menu.Mengjie Yu2005-01-242-0/+11 * Don't pass in the "fill_color" property for creating the canvas item forRodney Dawes2005-01-222-2/+0 * fix a typoHarry Lu2005-01-201-1/+1 * ** See bug #64964.Not Zed2005-01-202-1/+14 * add a translater note.Harry Lu2005-01-202-0/+6 * Fix for 46359, enable "Alt+Down Arrow" to show the popup forHarry Lu2005-01-192-12/+42 * return the entry of the date edit.Hao Sheng2005-01-183-0/+16 * Fix for 62831.Harry Lu2005-01-172-0/+12 * Get the value for the autodelete toggle button (page_changed_cb): Do notChenthill Palanisamy2005-01-122-2/+15 * Added code to support global options. Filled the finalize and disposeChenthill Palanisamy2005-01-104-13/+167 * dist the glade fileJP Rosevear2005-01-062-0/+5 * Commiting the files mentioned below again to HEAD since it was not addedChenthill Palanisamy2005-01-064-0/+1939 * merging send optionsChenthill Palanisamy2005-01-062-0/+12 * Modify the changelog's entry date to corret year.Harry Lu2005-01-041-1/+1 * new internal function to popup the menu. (impl_button_press_event): callHarry Lu2005-01-043-4/+61 * translate strings based on translation-domain, if supplied.Not Zed2004-12-222-9/+29 * Fixes #29309JP Rosevear2004-12-222-3/+18 * Use gtk_paint_foo instead of the deprecated gtk_draw_foo functionsRodney Dawes2004-12-153-99/+46 * test progJP Rosevear2004-11-2619-696/+136 * check whether header_canvas and table_canvas is NULL.Li Yuan2004-11-241-3/+5 * Convert to G_DEFINE_TYPEJP Rosevear2004-11-122-12/+16 * convert to G_DEFINE_TYPEJP Rosevear2004-11-122-12/+10 * if canvas has a focused item but the etable does not have a cursor row,Li Yuan2004-11-041-0/+4 * Fix up changelogs to have the correct info.JP Rosevear2004-11-02