From 14b76aa8b6944046adac09f02d1cb5c66857bc60 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 27 Dec 2004 02:25:15 +0000 Subject: [PATCH] Add latn-pre.mim. --- Makefile.am | 2 +- mdb.dir | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7d2fd4a..40f230f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,7 +136,7 @@ INPUT_METHOD = \ th-kesmanee.mim \ vi-viqr.mim vi-telex.mim \ zh-py.mim zh-pinyin.mim \ - latn-post.mim \ + latn-post.mim latn-pre.mim \ syrc-phonetic.mim \ bopo-kbd.mim \ unicode.mim rfc1345.mim \ diff --git a/mdb.dir b/mdb.dir index cad694a..9e776cc 100644 --- a/mdb.dir +++ b/mdb.dir @@ -125,6 +125,7 @@ (input-method zh py "zh-py.mim") (input-method zh pinyin "zh-pinyin.mim") (input-method t latn-post "latn-post.mim") +(input-method t latn-pre "latn-pre.mim") (input-method t syrc-phonetic "syrc-phonetic.mim") (input-method t bopo-kbd "bopo-kbd.mim") (input-method t unicode "unicode.mim") -- 1.7.10.4