Documentations changed ("mXXXX" -> "m17n-XXXX").
authorhanda <handa>
Mon, 27 Dec 2004 08:33:32 +0000 (08:33 +0000)
committerhanda <handa>
Mon, 27 Dec 2004 08:33:32 +0000 (08:33 +0000)
example/mconv.c
example/mdate.c
example/mdump.c
example/medit.c
example/mview.c

index a3f64a2..9e9d25e 100644 (file)
    02111-1307, USA.  */
 
 /***en
-    @enpage mconv convert file code
+    @enpage m17n-conv convert file code
 
-    @section mconv-synopsis SYNOPSIS
+    @section m17n-conv-synopsis SYNOPSIS
 
-    mconv [ OPTION ... ] [ INFILE [ OUTFILE ] ]
+    m17n-conv [ OPTION ... ] [ INFILE [ OUTFILE ] ]
 
-    @section mconv-description DESCRIPTION
+    @section m17n-conv-description DESCRIPTION
 
     Convert encoding of given files from one to another.
 
     </ul>
 */
 /***ja
-    @japage mconv ¥Õ¥¡¥¤¥ë¤Î¥³¡¼¥É¤òÊÑ´¹¤¹¤ë
+    @japage m17n-conv ¥Õ¥¡¥¤¥ë¤Î¥³¡¼¥É¤òÊÑ´¹¤¹¤ë
 
-    @section mconv-synopsis SYNOPSIS
+    @section m17n-conv-synopsis SYNOPSIS
 
-    mconv [ OPTION ... ] [ INFILE [ OUTFILE ] ]
+    m17n-conv [ OPTION ... ] [ INFILE [ OUTFILE ] ]
 
-    @section mconv-description ÀâÌÀ
+    @section m17n-conv-description ÀâÌÀ
 
     Í¿¤¨¤é¤ì¤¿¥Õ¥¡¥¤¥ë¤Î¥³¡¼¥É¤òÊ̤Τâ¤Î¤ËÊÑ´¹¤¹¤ë¡£ 
 
index 95d4a21..2f89fe8 100644 (file)
    02111-1307, USA.  */
 
 /***en
-    @enpage mdate display date and time
+    @enpage m17n-date display date and time
 
-    @section mdate-synopsis SYNOPSIS
+    @section m17n-date-synopsis SYNOPSIS
 
-    mdate [ OPTION ... ]
+    m17n-date [ OPTION ... ]
 
-    @section mdate-description DESCRIPTION
+    @section m17n-date-description DESCRIPTION
 
     Display the system date and time in many locales on a window.
 
     </ul>
 */
 /***ja
-    @japage mdate Æü»þ¤òɽ¼¨¤¹¤ë
+    @japage m17n-date Æü»þ¤òɽ¼¨¤¹¤ë
 
-    @section mdate-synopsis ¥·¥Î¥×¥·¥¹
+    @section m17n-date-synopsis ¥·¥Î¥×¥·¥¹
 
-    mdate [ OPTION ... ]
+    m17n-date [ OPTION ... ]
 
-    @section mdate-description ÀâÌÀ
+    @section m17n-date-description ÀâÌÀ
 
     ¥·¥¹¥Æ¥à¤ÎÆü»þ¤ò¤µ¤Þ¤¶¤Þ¤Ê¥í¥±¡¼¥ë¤Ç¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤¹¤ë¡£ 
 
@@ -174,7 +174,7 @@ main (int argc, char **argv)
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
-         printf ("mdate (m17n library) %s\n", VERSION);
+         printf ("m17n-date (m17n library) %s\n", VERSION);
          printf ("Copyright (C) 2003 AIST, JAPAN\n");
          exit (0);
        }
index 5fd7ef1..38f167f 100644 (file)
    02111-1307, USA.  */
 
 /***en
-    @enpage mdump dump text image
+    @enpage m17n-dump dump text image
 
-    @section mdump-synopsis SYNOPSIS
+    @section m17n-dump-synopsis SYNOPSIS
 
-    mdump [ OPTION ... ] [ FILE ]
+    m17n-dump [ OPTION ... ] [ FILE ]
 
-    @section mdump-description DESCRIPTION
+    @section m17n-dump-description DESCRIPTION
 
     Dump a text as PNG image file.
 
     </ul>
 */
 /***ja
-    @japage mdump ¥Æ¥­¥¹¥È²èÁü¤Î¥À¥ó¥×
+    @japage m17n-dump ¥Æ¥­¥¹¥È²èÁü¤Î¥À¥ó¥×
 
-    @section mdump-synopsis SYNOPSIS
+    @section m17n-dump-synopsis SYNOPSIS
 
-    mdump [ OPTION ... ] [ FILE ]
+    m17n-dump [ OPTION ... ] [ FILE ]
 
-    @section mdump-description DESCRIPTION
+    @section m17n-dump-description DESCRIPTION
 
     ¥Æ¥­¥¹¥È¤ò PNG ²èÁü¤È¤·¤Æ¥À¥ó¥×¤¹¤ë¡£ 
 
@@ -459,7 +459,7 @@ main (int argc, char **argv)
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
-         printf ("mdump (m17n library) %s\n", PROGRAM_VERSION);
+         printf ("m17n-dump (m17n library) %s\n", PROGRAM_VERSION);
          printf ("Copyright (C) 2003, 2004 AIST, JAPAN\n");
          exit (0);
        }
index 725ffdc..b2043f8 100644 (file)
    02111-1307, USA.  */
 
 /***en
-    @enpage medit edit multilingual text
+    @enpage m17n-edit edit multilingual text
 
-    @section medit-synopsis SYNOPSIS
+    @section m17n-edit-synopsis SYNOPSIS
 
-    medit [ XT-OPTION ...] [ OPTION ... ] FILE
+    m17n-edit [ XT-OPTION ...] [ OPTION ... ] FILE
 
-    @section medit-description DESCRIPTION
+    @section m17n-edit-description DESCRIPTION
 
     Display FILE on a window and allow users to edit it.
 
     </ul>
 
     This program is to demonstrate how to use the m17n GUI API.
-    Although medit directly uses the GUI API, the API is mainly for
-    toolkit libraries or to implement XOM (X Outout Method), not for
-    direct use from application programs.
+    Although m17n-edit directly uses the GUI API, the API is mainly
+    for toolkit libraries or to implement XOM (X Outout Method), not
+    for direct use from application programs.
 */
 /***ja
-    @japage medit Â¿¸À¸ì¥Æ¥­¥¹¥È¤ÎÊÔ½¸
+    @japage m17n-edit Â¿¸À¸ì¥Æ¥­¥¹¥È¤ÎÊÔ½¸
 
-    @section medit-synopsis SYNOPSIS
+    @section m17n-edit-synopsis SYNOPSIS
 
-    medit [ XT-OPTION ...] [ OPTION ... ] FILE
+    m17n-edit [ XT-OPTION ...] [ OPTION ... ] FILE
 
-    @section medit-description DESCRIPTION
+    @section m17n-edit-description DESCRIPTION
 
     FILE ¤ò¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤·¡¢¥æ¡¼¥¶¤¬ÊÔ½¸¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¡£
 
 
     </ul>
 
-    ¤³¤Î¥×¥í¥°¥é¥à¤Ï m17n GUI API ¤Î»È¤¤Êý¤ò¼¨¤¹¤â¤Î¤Ç¤¢¤ë¡£medit ¤Ïľ 
-    ÀÜ GUI API ¤ò»È¤Ã¤Æ¤¤¤ë¤¬¡¢¤³¤Î API ¤Ï¼ç¤Ë¥Ä¡¼¥ë¥­¥Ã¥È¥é¥¤¥Ö¥é¥ê¤ä
-    XOM (X Outout Method) ¤Î¼ÂÁõÍѤǤ¢¤ê¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é ¥à
-    ¤«¤é¤ÎľÀܤÎÍøÍѤò°Õ¿Þ¤·¤Æ¤¤¤Ê¤¤¡£
+    ¤³¤Î¥×¥í¥°¥é¥à¤Ï m17n GUI API ¤Î»È¤¤Êý¤ò¼¨¤¹¤â¤Î¤Ç¤¢¤ë¡£m17n-edit
+    ¤ÏľÀÜ GUI API ¤ò»È¤Ã¤Æ¤¤¤ë¤¬¡¢¤³¤Î API ¤Ï¼ç¤Ë¥Ä¡¼¥ë¥­¥Ã¥È¥é¥¤¥Ö¥é
+    ¥ê¤äXOM (X Outout Method) ¤Î¼ÂÁõÍѤǤ¢¤ê¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é
+    ¥à¤«¤é¤ÎľÀܤÎÍøÍѤò°Õ¿Þ¤·¤Æ¤¤¤Ê¤¤¡£
 */
 
 #ifndef FOR_DOXYGEN
@@ -2421,7 +2421,7 @@ main (int argc, char **argv)
   setlocale (LC_ALL, "");
   /* Create the top shell.  */
   XtSetLanguageProc (NULL, NULL, NULL);
-  ShellWidget = XtOpenApplication (&context, "MEdit", NULL, 0, &argc, argv,
+  ShellWidget = XtOpenApplication (&context, "M17NEdit", NULL, 0, &argc, argv,
                                   NULL, sessionShellWidgetClass, NULL, 0);
   display = XtDisplay (ShellWidget);
   screen = XScreenNumberOfScreen (XtScreen (ShellWidget));
@@ -2434,7 +2434,7 @@ main (int argc, char **argv)
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
-         printf ("medit (m17n library) %s\n", VERSION);
+         printf ("m17n-edit (m17n library) %s\n", VERSION);
          printf ("Copyright (C) 2003 AIST, JAPAN\n");
          exit (0);
        }
index 326b1ad..61aab92 100644 (file)
@@ -1,4 +1,4 @@
-/* mview.c -- File viewer
+/* mview.c -- File viewer                              -*- coding: euc-jp; -*-
    Copyright (C) 2003, 2004
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
    02111-1307, USA.  */
 
 /***en
-    @enpage mview view file
+    @enpage m17n-view view file
 
-    @section mview-synopsis SYNOPSIS
+    @section m17n-view-synopsis SYNOPSIS
 
-    mview [ XT-OPTION ...] [ OPTION ... ] [ FILE ]
+    m17n-view [ XT-OPTION ...] [ OPTION ... ] [ FILE ]
 
-    @section mview-description DESCRIPTION
+    @section m17n-view-description DESCRIPTION
 
     Display FILE on a window.
 
     </ul>
 */
 /***ja
-    @japage mview ¥Õ¥¡¥¤¥ë¤ò¸«¤ë
+    @japage m17n-view ¥Õ¥¡¥¤¥ë¤ò¸«¤ë
 
-    @section mview-synopsis SYNOPSIS
+    @section m17n-view-synopsis SYNOPSIS
 
-    mview [ XT-OPTION ...] [ OPTION ... ] [ FILE ]
+    m17n-view [ XT-OPTION ...] [ OPTION ... ] [ FILE ]
 
-    @section mview-description DESCRIPTION
+    @section m17n-view-description DESCRIPTION
 
     FILE ¤ò¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤¹¤ë¡£ 
 
@@ -275,7 +275,7 @@ main (int argc, char **argv)
 
   /* Open an application context.  */
   XtSetLanguageProc (NULL, NULL, NULL);
-  shell = XtOpenApplication (&context, "MView", NULL, 0, &argc, argv, NULL,
+  shell = XtOpenApplication (&context, "M17NView", NULL, 0, &argc, argv, NULL,
                             sessionShellWidgetClass, NULL, 0);
   XtAppAddActions (context, actions, XtNumber (actions));
 
@@ -287,7 +287,7 @@ main (int argc, char **argv)
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
-         printf ("mview (m17n library) %s\n", VERSION);
+         printf ("m17n-view (m17n library) %s\n", VERSION);
          printf ("Copyright (C) 2003 AIST, JAPAN\n");
          exit (0);
        }