From: handa Date: Fri, 22 Sep 2006 02:24:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-4~76 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=77de8d5cd6c0823c9e30f7f7fdda06b98a765fc2;p=m17n%2Fm17n-db.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e6c7362..265850c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-09-22 Kenichi Handa + + * configure.ac: Change versions to 1.3.4. Call AM_GNU_GETTEXT. + + * bootstrap.sh: Call aclocal with "-I m4". Produce + po/POTFILES.in. + + * unicode.mim: Gettextize decriptions. + + * po: New directory. + +2006-09-21 gettextize + + * Makefile.am (SUBDIRS): Add po. + (ACLOCAL_AMFLAGS): New variable. + (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog. + * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in. + 2006-09-15 Kenichi Handa * UNIDATA/UnicodeData.txt: Updated. diff --git a/unicode.mim b/unicode.mim index 2a8f045..b1ab98b 100644 --- a/unicode.mim +++ b/unicode.mim @@ -23,18 +23,18 @@ (input-method t unicode) -(description "Input method for Unicode BMP characters using hexadigits. +(description (_"Input method for Unicode BMP characters using hexadigits. Type C-u followed by four hexadecimal numbers [0-9A-Fa-f] of a Unicode character code. -") +")) (variable - (prompt "Preedit prompt -Prompt string shown in the preedit area while typing hexadecimal numbers." + (prompt (_"Preedit prompt +Prompt string shown in the preedit area while typing hexadecimal numbers.") "U+")) (command - (start "Start Unicode -Start typing hexadecimal numbers of Unicode character." + (start (_"Start Unicode +Start typing hexadecimal numbers of Unicode character.") (C-U))) (title "UNICODE")