This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
57 lines (36 loc) · 1.48 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2005-10-10 Jim Huang <[email protected]>
* src/Chewingpp.h,
src/Chewing.cpp (Chewing::~Chewing):
New method. Add TerminateChewing call.
2005-06-03 Lukhnos D. Liu <[email protected]>
* src/Chewing.cpp
(Chewing::Chewing):
Replace malloc with calloc for the sake of proper memory allocation.
(Chewing::SetKeyboardLayout):
Always use space as candidate key for SpaceChewing style.
2005-05-15 Lukhnos D. Liu <[email protected]>
* src/Chewing.cpp, src/Chewingpp.h
(Chewing::PointStart) (Chewing::PointEnd):
New member functions. With the two functions, an IM framework
can draw an appropriate "underline" when user enters add-phrase
mode.
2005-02-20 Kang-min Liu <[email protected]>
* Support two different hsu selection keys.
2005-02-19 Kang-min Liu <[email protected]>
* use KB_TYPE_NUM instead of some numbers.
2005-02-15 Kang-min Liu <[email protected]>
* API: TotalPage() and CurrentPage()
2005-02-13 Kang-min Liu <[email protected]>
* API: TotalChoice() to give total number of candidates.
2005-02-13 Kang-min Liu <[email protected]>
* now this is really annoeying, always failed to link correct
libchewing.dylib. decide to abandand it since building a
framework is really easy.
2004-12-12 Kang-min Liu <[email protected]>
* Add interface:
- Shift-left, Shift-right (front-end of AddTsi)
- ShiftSpace (output full-width space)
2004-12-12 Kang-min Liu <[email protected]>
* just documents
2004-12-07 Kang-min Liu <[email protected]>
* setup repository layout