update spec file
[platform/core/uifw/libhangul.git] / NEWS
1 0.1.0
2  * add new API for keycode normalization
3  * remove deprecated API
4  * add supports for freebsd
5  * update some test codes
6
7 0.0.12
8  * add dubeolsik yetgeul keyboard
9  * make sebeolsik yetgeul keyboard layout conform to HWP
10  * add API to get builtin keyboard list
11  * use Unicode jamo for incomplete syllable
12  * gettextize
13  * bug fix for Unicode 5.2
14  * fix wrong characters in ahnmatae(#31548)
15  * add command line tool hangul
16
17 0.0.11
18  * fixed preedit string bug: #315256
19  * added Ahnmatae method
20  * updated hanja frequency data and reordered hanja table according to it:
21    #315200
22  * fixed bugs in hanja data
23  * updated old hangul jamo combination table according to Unicode standard 5.2:
24    #315127
25
26 0.0.10
27  * implemented new logic romaja method
28  * updated to support the new Unicode standard 5.2
29  * updated API document
30  * fixed small bugs
31
32 0.0.9
33  * updated hanja searching routine
34   - remove binary data file format code
35   - look up hanja.txt file everytime to reduce memory usage
36   - http://lists.kldp.net/pipermail/hangul-hackers/2008-November/000385.html
37  * added new API for syllable iteration
38  * fixed configure script bug on MacOSX (#304873)
39  * updated for imhangul
40
41 0.0.8
42  * update hanja searching routine
43   - reduce memory usage on hanja searching
44   - use new binary data file format for hanja table
45  * update hanja.txt
46  * add new API to convert jamo string to syllable string(#304765)
47  * fix some yet hangul input routine(#304728)
48  * fix a bug on keyboard selection(#304765)
49  * remove python, ruby module
50
51 0.0.7
52  * update hanja.txt
53    - added more word data
54    - hanja items are ordered by frequency from Kim Song-yil<masoris@gmail.com>
55    - all CJK compatibility hanja was changed to CJK unified hanja
56  * add new function to convert compatibility hanja to unified hanja and unified
57    to compatibility.
58  * update python module
59
60 0.0.6
61  * update library version
62
63 0.0.5
64  * changed filter api
65  * add more hanja word database
66
67 0.0.4
68  * added HnagulKeyboard, HangulCombination feature
69  * update test code
70  * process english character also in hangul mode
71
72 0.0.3
73  * added Hanja related features
74
75 0.0.2
76  * added filter feature
77
78 0.0.1
79  * first relese