head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2010Q4:1.4.0.10 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.8 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.6 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.4 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.8 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.6 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.4 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.1.0.16 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.14 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.12 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.10 pkgsrc-2008Q1:1.1.0.8 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.6 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.4 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2011.02.27.09.06.35; author obache; state dead; branches; next 1.4; 1.4 date 2009.11.01.08.47.23; author obache; state Exp; branches; next 1.3; 1.3 date 2008.12.20.22.59.59; author minskim; state Exp; branches; next 1.2; 1.2 date 2008.10.20.19.42.21; author minskim; state Exp; branches; next 1.1; 1.1 date 2007.05.09.17.29.39; author minskim; state Exp; branches; next ; desc @@ 1.5 log @Update libhangul to 0.0.12. 0.0.12 * add dubeolsik yetgeul keyboard * make sebeolsik yetgeul keyboard layout conform to HWP * add API to get builtin keyboard list * use Unicode jamo for incomplete syllable * gettextize * bug fix for Unicode 5.2 * fix wrong characters in ahnmatae(#31548) * add command line tool hangul 0.0.11 * fixed preedit string bug: #315256 * added Ahnmatae method * updated hanja frequency data and reordered hanja table according to it: #315200 * fixed bugs in hanja data * updated old hangul jamo combination table according to Unicode standard 5.2: #315127 @ text @$NetBSD: patch-aa,v 1.4 2009/11/01 08:47:23 obache Exp $ --- Makefile.in.orig 2009-10-29 14:23:09.000000000 +0000 +++ Makefile.in @@@@ -191,7 +191,7 @@@@ sbindir = @@sbindir@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ target_alias = @@target_alias@@ -SUBDIRS = hangul data test +SUBDIRS = hangul data pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libhangul.pc EXTRA_DIST = \ @ 1.4 log @Update libhangul to 0.0.10. 0.0.10 * implemented new logic romaja method * updated to support the new Unicode standard 5.2 * updated API document * fixed small bugs @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2008/12/20 22:59:59 minskim Exp $ @ 1.3 log @Update libhangul to 0.0.9. Changes: - Improve the Chinese character search routing. - Add a function to process Hangul syllables. - Bug fixes. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- Makefile.in.orig 2008-12-20 04:23:30.000000000 -0800 d5 1 a5 1 @@@@ -190,7 +190,7 @@@@ sbindir = @@sbindir@@ d13 1 a13 1 all: config.h @ 1.2 log @Update libhangul to 0.0.8. Changes since 0.0.4: - Improved hanja search. - Updated the hanja dictionary. @ text @d3 1 a3 1 --- Makefile.in.orig 2008-04-20 07:01:45.000000000 +0000 d5 3 a7 1 @@@@ -190,7 +190,7 @@@@ sysconfdir = @@sysconfdir@@ d9 2 a10 4 top_builddir = @@top_builddir@@ top_srcdir = @@top_srcdir@@ -SUBDIRS = hangul tools data test +SUBDIRS = hangul tools data @ 1.1 log @Update libhangul to 0.0.4. Changes: * added HnagulKeyboard, HangulCombination feature * update test code * process english character also in hangul mode @ text @d3 1 a3 1 --- Makefile.in.orig 2007-01-05 22:29:02.000000000 -0800 d5 1 a5 3 @@@@ -132,7 +132,7 @@@@ sbindir = @@sbindir@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ d7 4 a10 3 -SUBDIRS = hangul data bindings test +SUBDIRS = hangul data bindings d13 1 @