[uim-commit] r2453 - trunk/helper
ekato at freedesktop.org
ekato at freedesktop.org
Thu Dec 8 11:35:50 PST 2005
Author: ekato
Date: 2005-12-08 11:35:45 -0800 (Thu, 08 Dec 2005)
New Revision: 2453
Removed:
trunk/helper/dict-main-gtk.h
Modified:
trunk/helper/dict-anthy.c
trunk/helper/dict-anthy.h
trunk/helper/dict-canna.c
trunk/helper/dict-canna.h
trunk/helper/dict-cclass-dialog.c
trunk/helper/dict-cclass-dialog.h
trunk/helper/dict-dict.c
trunk/helper/dict-main-gtk.c
trunk/helper/dict-util.c
trunk/helper/dict-util.h
trunk/helper/dict-word-list-view-gtk.c
trunk/helper/dict-word-list-view-gtk.h
trunk/helper/dict-word-list-win-gtk.c
trunk/helper/dict-word-list-win-gtk.h
trunk/helper/dict-word.c
trunk/helper/dict-word.h
Log:
* helper/dict-util.c
* helper/dict-canna.c
* helper/dict-util.h
* helper/dict-dict.c
* helper/dict-anthy.c
* helper/dict-canna.h
* helper/dict-anthy.h
* helper/dict-cclass-dialog.c
* helper/dict-word-list-win-gtk.h
* helper/dict-cclass-dialog.h
* helper/dict-word.c
* helper/dict-word.h
* helper/dict-word-list-view-gtk.h
- Update copyright.
* helper/dict-word-list-win-gtk.c : Update copyright. Include
<stdlib.h> for exit(3).
* helper/dict-word-list-view-gtk.c : Update copyright.
(word_list_view_init) : Fix typo in comment.
(word_list_view_class_init) : Fix typo.
* helper/dict-main-gtk.h : Remove empty file from repository.
Modified: trunk/helper/dict-anthy.c
===================================================================
--- trunk/helper/dict-anthy.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-anthy.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-anthy.h
===================================================================
--- trunk/helper/dict-anthy.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-anthy.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-canna.c
===================================================================
--- trunk/helper/dict-canna.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-canna.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-canna.h
===================================================================
--- trunk/helper/dict-canna.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-canna.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-cclass-dialog.c
===================================================================
--- trunk/helper/dict-cclass-dialog.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-cclass-dialog.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-cclass-dialog.h
===================================================================
--- trunk/helper/dict-cclass-dialog.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-cclass-dialog.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-dict.c
===================================================================
--- trunk/helper/dict-dict.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-dict.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-main-gtk.c
===================================================================
--- trunk/helper/dict-main-gtk.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-main-gtk.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-main-gtk.h
===================================================================
Modified: trunk/helper/dict-util.c
===================================================================
--- trunk/helper/dict-util.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-util.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-util.h
===================================================================
--- trunk/helper/dict-util.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-util.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-word-list-view-gtk.c
===================================================================
--- trunk/helper/dict-word-list-view-gtk.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-word-list-view-gtk.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-word-list-view-gtk.h
===================================================================
--- trunk/helper/dict-word-list-view-gtk.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-word-list-view-gtk.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-word-list-win-gtk.c
===================================================================
--- trunk/helper/dict-word-list-win-gtk.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-word-list-win-gtk.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-word-list-win-gtk.h
===================================================================
--- trunk/helper/dict-word-list-win-gtk.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-word-list-win-gtk.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-word.c
===================================================================
--- trunk/helper/dict-word.c 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-word.c 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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: trunk/helper/dict-word.h
===================================================================
--- trunk/helper/dict-word.h 2005-12-08 16:19:17 UTC (rev 2452)
+++ trunk/helper/dict-word.h 2005-12-08 19:35:45 UTC (rev 2453)
@@ -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