자동 순서 교정 기능을 끄는 옵션 --strict-order 추가
[platform/core/uifw/libhangul.git] / NEWS
1 0.0.11
2  * fixed preedit string bug: #315256
3  * added Ahnmatae method
4  * updated hanja frequency data and reordered hanja table according to it:
5    #315200
6  * fixed bugs in hanja data
7  * updated old hangul jamo combination table according to Unicode standard 5.2:
8    #315127
9
10 0.0.10
11  * implemented new logic romaja method
12  * updated to support the new Unicode standard 5.2
13  * updated API document
14  * fixed small bugs
15
16 0.0.9
17  * updated hanja searching routine
18   - remove binary data file format code
19   - look up hanja.txt file everytime to reduce memory usage
20   - http://lists.kldp.net/pipermail/hangul-hackers/2008-November/000385.html
21  * added new API for syllable iteration
22  * fixed configure script bug on MacOSX (#304873)
23  * updated for imhangul
24
25 0.0.8
26  * update hanja searching routine
27   - reduce memory usage on hanja searching
28   - use new binary data file format for hanja table
29  * update hanja.txt
30  * add new API to convert jamo string to syllable string(#304765)
31  * fix some yet hangul input routine(#304728)
32  * fix a bug on keyboard selection(#304765)
33  * remove python, ruby module
34
35 0.0.7
36  * update hanja.txt
37    - added more word data
38    - hanja items are ordered by frequency from Kim Song-yil<masoris@gmail.com>
39    - all CJK compatibility hanja was changed to CJK unified hanja
40  * add new function to convert compatibility hanja to unified hanja and unified
41    to compatibility.
42  * update python module
43
44 0.0.6
45  * update library version
46
47 0.0.5
48  * changed filter api
49  * add more hanja word database
50
51 0.0.4
52  * added HnagulKeyboard, HangulCombination feature
53  * update test code
54  * process english character also in hangul mode
55
56 0.0.3
57  * added Hanja related features
58
59 0.0.2
60  * added filter feature
61
62 0.0.1
63  * first relese