[uim-commit] r2454 - branches/1.0/helper

ekato at freedesktop.org ekato at freedesktop.org
Thu Dec 8 11:43:32 PST 2005


Author: ekato
Date: 2005-12-08 11:43:28 -0800 (Thu, 08 Dec 2005)
New Revision: 2454

Removed:
   branches/1.0/helper/dict-main-gtk.h
Modified:
   branches/1.0/helper/dict-anthy.c
   branches/1.0/helper/dict-anthy.h
   branches/1.0/helper/dict-canna.c
   branches/1.0/helper/dict-canna.h
   branches/1.0/helper/dict-cclass-dialog.c
   branches/1.0/helper/dict-cclass-dialog.h
   branches/1.0/helper/dict-dict.c
   branches/1.0/helper/dict-main-gtk.c
   branches/1.0/helper/dict-util.c
   branches/1.0/helper/dict-util.h
   branches/1.0/helper/dict-word-list-view-gtk.c
   branches/1.0/helper/dict-word-list-view-gtk.h
   branches/1.0/helper/dict-word-list-win-gtk.c
   branches/1.0/helper/dict-word-list-win-gtk.h
   branches/1.0/helper/dict-word.c
   branches/1.0/helper/dict-word.h
Log:
* helper/dict-* : Port r2453 from trunk.


Modified: branches/1.0/helper/dict-anthy.c
===================================================================
--- branches/1.0/helper/dict-anthy.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-anthy.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-anthy.h
===================================================================
--- branches/1.0/helper/dict-anthy.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-anthy.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-canna.c
===================================================================
--- branches/1.0/helper/dict-canna.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-canna.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-canna.h
===================================================================
--- branches/1.0/helper/dict-canna.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-canna.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-cclass-dialog.c
===================================================================
--- branches/1.0/helper/dict-cclass-dialog.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-cclass-dialog.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-cclass-dialog.h
===================================================================
--- branches/1.0/helper/dict-cclass-dialog.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-cclass-dialog.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-dict.c
===================================================================
--- branches/1.0/helper/dict-dict.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-dict.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004,2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: branches/1.0/helper/dict-main-gtk.c
===================================================================
--- branches/1.0/helper/dict-main-gtk.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-main-gtk.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004,2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 
@@ -114,7 +114,7 @@
 static void
 parse_arg(int argc, char *argv[])
 {
-  int ch, option_index;
+  int ch;
 
   ae_mode = MODE_EDIT;
 

Deleted: branches/1.0/helper/dict-main-gtk.h
===================================================================

Modified: branches/1.0/helper/dict-util.c
===================================================================
--- branches/1.0/helper/dict-util.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-util.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004,2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: branches/1.0/helper/dict-util.h
===================================================================
--- branches/1.0/helper/dict-util.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-util.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004,2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: branches/1.0/helper/dict-word-list-view-gtk.c
===================================================================
--- branches/1.0/helper/dict-word-list-view-gtk.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-word-list-view-gtk.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *
@@ -126,7 +127,7 @@
 	(gobject_class,
 	 PROP_CCLASS_CODE_SHOW,
 	 g_param_spec_boolean("cclass_code_show",
-			      _("Show conjection class code column"),
+			      _("Show part of speech column"),
 			      _("to be written"),
 			      FALSE,
 			      G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
@@ -248,7 +249,7 @@
     gtk_tree_view_column_set_visible(column, TRUE);
     view->desc_column = column;
 
-    /* Conjection Class Code */
+    /* CClass (part of speech) Code */
     renderer = gtk_cell_renderer_text_new();
     g_signal_connect(renderer, "edited",
 		     G_CALLBACK(word_list_view_callback_cell_edited),

Modified: branches/1.0/helper/dict-word-list-view-gtk.h
===================================================================
--- branches/1.0/helper/dict-word-list-view-gtk.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-word-list-view-gtk.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-word-list-win-gtk.c
===================================================================
--- branches/1.0/helper/dict-word-list-win-gtk.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-word-list-win-gtk.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004,2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 
@@ -31,6 +31,7 @@
 
 */
 
+#include <stdlib.h>
 #include <gdk/gdkkeysyms.h>
 #include "uim/config.h"
 #include "uim/gettext.h"

Modified: branches/1.0/helper/dict-word-list-win-gtk.h
===================================================================
--- branches/1.0/helper/dict-word-list-win-gtk.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-word-list-win-gtk.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004,2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: branches/1.0/helper/dict-word.c
===================================================================
--- branches/1.0/helper/dict-word.c	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-word.c	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *

Modified: branches/1.0/helper/dict-word.h
===================================================================
--- branches/1.0/helper/dict-word.h	2005-12-08 19:35:45 UTC (rev 2453)
+++ branches/1.0/helper/dict-word.h	2005-12-08 19:43:28 UTC (rev 2454)
@@ -1,6 +1,7 @@
 /*
  *  $Id:$
  *  Copyright (c) 2003,2004 Masahito Omote <omote at utyuuzin.net>
+ *                2005 uim Project http://uim.freedesktop.org/
  *
  *  All rights reserved.
  *



More information about the uim-commit mailing list