*** empty log message ***
[m17n/m17n-lib.git] / README
diff --git a/README b/README
index 1919b4b..b912912 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory tree holds version 1.1.0 of the m17n library.   -*- text -*-
+This directory tree holds version 1.2.0 of the m17n library.   -*- text -*-
 
 Copyright (C) 2003, 2004
   National Institute of Advanced Industrial Science and Technology (AIST)
 
 Copyright (C) 2003, 2004
   National Institute of Advanced Industrial Science and Technology (AIST)
@@ -23,7 +23,7 @@ Then, proceed to the next step.
 
 (1-2) From the tarball.
 
 
 (1-2) From the tarball.
 
-The m17n library utilizes these extra libraries.  It is recommened to
+The m17n library utilizes these extra libraries.  It is recommended to
 install all of them before running the "configure" script.  The script
 will find out the existence of them automatically.
 
 install all of them before running the "configure" script.  The script
 will find out the existence of them automatically.
 
@@ -35,13 +35,13 @@ will find out the existence of them automatically.
        xft             -- http://freedesktop.org/Software/Xft
        gd              -- http://www.boutell.com/gd/http/gd-1.8.4.tar.gz
 
        xft             -- http://freedesktop.org/Software/Xft
        gd              -- http://www.boutell.com/gd/http/gd-1.8.4.tar.gz
 
-The sample program medit utilizes this Japanese inputting system.  It
-is also recommened to install it.
+The sample program m17n-edit utilizes this Japanese inputting system.
+It is also recommended to install it.
 
        anthy           -- http://anthy.sourceforge.jp/
 
 
        anthy           -- http://anthy.sourceforge.jp/
 
-The sample program medit and mdump utilize this Thai word-boundary
-finder.  It is also recommened to install it.
+The sample program m17n-edit and mdump utilize this Thai word-boundary
+finder.  It is also recommended to install it.
 
        wordcut         -- http://thaiwordseg.sourceforge.net/
 
 
        wordcut         -- http://thaiwordseg.sourceforge.net/
 
@@ -68,27 +68,27 @@ These library files are installed in /usr/local/lib:
 This shell script is installed in /usr/local/bin:
        m17n-config
 These sample programs are installed in /usr/local/bin too:
 This shell script is installed in /usr/local/bin:
        m17n-config
 These sample programs are installed in /usr/local/bin too:
-       mconv, mdate, mview, mdump, medit
+       m17n-conv, m17n-date, m17n-view, m17n-dump, m17n-edit
 
 This file under `example' sub-directory is a Japanese resource file
 for medit.  It is not installed but useful in Japanese locale.  Copy
 it to your home directory (or, for instance,
 
 This file under `example' sub-directory is a Japanese resource file
 for medit.  It is not installed but useful in Japanese locale.  Copy
 it to your home directory (or, for instance,
-/usr/X11R6/lib/X11/ja/app-defaults) and rename it to "MEdit" if you
+/usr/X11R6/lib/X11/ja/app-defaults) and rename it to "M17NEdit" if you
 want to see labels in Japanese:
 want to see labels in Japanese:
-       MEdit.ja
+       M17NEdit.ja
 
 These text files under `example' sub-directory are not installed but
 useful for testing the rendering engine of the m17n library:
 
 These text files under `example' sub-directory are not installed but
 useful for testing the rendering engine of the m17n library:
-       HELLO.utf8 HELLO.xml HELLO-ja.utf8 HELLO-ja.xml
+       HELLO.utf8 HELLO.xml HELLO-ja.utf8 HELLO-ja.xml HELLO.html
 XXX.xml are generated from XXX.utf8 by attaching text property
 XXX.xml are generated from XXX.utf8 by attaching text property
-`langauge' and serializing.
+`language' and serializing.
 
 Please read also INSTALL for the generic installation instructions.
 
 
 (2) DATABASE
 
 
 Please read also INSTALL for the generic installation instructions.
 
 
 (2) DATABASE
 
-The m17n library utilizes the m17n database avairable at:
+The m17n library utilizes the m17n database available at:
        http://www.m17n.org/m17n-lib/m17n-db
 Without this database, the m17n library loses half its value.  Please
 install it too before you try the above sample programs or develop a
        http://www.m17n.org/m17n-lib/m17n-db
 Without this database, the m17n library loses half its value.  Please
 install it too before you try the above sample programs or develop a
@@ -97,7 +97,7 @@ program that uses the m17n library.
 
 (3) DOCUMENTATION
 
 
 (3) DOCUMENTATION
 
-This page has a link to full documentaion of the m17n library:
+This page has a link to full documentation of the m17n library:
        http://www.m17n.org/m17n-lib
 
 Actually, the documentation was generated by Doxygen using comments in
        http://www.m17n.org/m17n-lib
 
 Actually, the documentation was generated by Doxygen using comments in
@@ -108,14 +108,18 @@ parallel.
 
 The library provides three levels of APIs, CORE, SHELL, and GUI.  For
 CORE API, include <m17n-core.h>, for SHELL API, include <m17n.h>, and
 
 The library provides three levels of APIs, CORE, SHELL, and GUI.  For
 CORE API, include <m17n-core.h>, for SHELL API, include <m17n.h>, and
-for GUI API, include <m17n-gui.h >.  See the documementation above, or
+for GUI API, include <m17n-gui.h >.  See the documentation above, or
 the manual of m17nIntro(3) for more detail.
 
 The shell script "m17n-config" helps compiling and linking of a
 program that uses the m17n library.  For instance this compiles PROG.c
 that uses SHELL API and builds executable PROG.
 
 the manual of m17nIntro(3) for more detail.
 
 The shell script "m17n-config" helps compiling and linking of a
 program that uses the m17n library.  For instance this compiles PROG.c
 that uses SHELL API and builds executable PROG.
 
-       % gcc -o PROG `m17n-config --clags` `m17n-config --libs` PROG.c
+       % gcc -o PROG `m17n-config --cflags` `m17n-config --libs` PROG.c
+
+This compiles PROX.c that uses GUI API and builds executable PROX.
+
+       % gcc -o PROX `m17n-config GUI --cflags` `m17n-config GUI --libs` PROX.c
 
 ----------------------------------------------------------------------
 Copyright information
 
 ----------------------------------------------------------------------
 Copyright information