-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog.old
284 lines (152 loc) · 6.7 KB
/
ChangeLog.old
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
2006-12-02 07:05 tag scim_m17n_0_2_2
2006-12-02 07:05 James Su <[email protected]>
* configure.ac (1.12):
Bump version to 0.2.2
2006-12-01 08:45 James Su <[email protected]>
* src/: scim_m17n_imengine.cpp (1.25), scim_m17n_imengine.h (1.6):
call preedit callbacks after calling commit_string () in
m17n_process_key(). It prevents some preedit string displaying
issue in firefox and OpenOffice.
2006-12-01 07:44 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.24):
Force to use US keyboard layout.
2006-10-10 06:49 tag scim_m17n_0_2_1
2006-10-10 06:49 James Su <[email protected]>
* ChangeLog (1.6), Makefile.am (1.3), cvs2cl.pl (1.1), developers
(1.1), mkchlog (1.2):
Use cvs2cl.pl instead of mkchlog script.
2006-09-24 16:09 James Su <[email protected]>
* ChangeLog (1.5):
Updated ChangeLog.
2006-09-24 15:59 James Su <[email protected]>
* configure.ac (1.11), src/scim_m17n_imengine.cpp (1.23):
Remove "M17N-" from IMEngine's name. Bump version number to 0.2.1
2006-08-23 07:36 James Su <[email protected]>
* src/: scim_m17n_imengine.cpp (1.22), scim_m17n_imengine.h (1.5):
Improve surrounding text support.
2006-08-22 05:23 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.21):
Return empty surrounding text when get_surrounding_text() failed.
2006-08-18 08:46 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.20):
Uses m17n languages and names as UUIDs instead of a fixed set of
pre-allocated UUIDs.by Jens Petersen
2006-01-13 09:48 tag scim_m17n_0_2_0
2006-01-13 09:48 James Su <[email protected]>
* configure.ac (1.10), src/Makefile.am (1.5):
Export LIBTOOL_EXPORT_OPTIONS.
2006-01-13 09:32 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.19):
Fix type conversion issue on 64bit platform.
2006-01-13 08:44 James Su <[email protected]>
* configure.ac (1.9), src/scim_m17n_imengine.cpp (1.18):
Ready to release 0.2.0, which is compatible with m17n-lib 1.3.x
2006-01-13 04:13 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.17):
Fixed some bug.
2006-01-06 10:04 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.16):
Fixed some issue of m17n 1.3.0 supporting.
2006-01-01 14:21 James Su <[email protected]>
* src/: scim_m17n_imengine.cpp (1.15), scim_m17n_imengine.h (1.4):
Updated to support m17n 1.3.0. Implemented lazy loading. Fixed
Lookup Table page up/down function.
2005-05-12 01:42 James Su <[email protected]>
* src/: scim_m17n_imengine.cpp (1.14), scim_m17n_imengine.h (1.3):
Update copyright header.
2005-04-04 10:45 tag scim_m17n_0_1_4
2005-04-04 10:45 James Su <[email protected]>
* scim-m17n.spec.in (1.4):
Updated spec file.
2005-04-04 10:38 James Su <[email protected]>
* ChangeLog (1.4):
Updated ChangeLog. Ready to release 0.1.4.
2005-04-04 10:17 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.13):
Convert Alt+ into "M-" instead of "A-"
2005-01-10 10:53 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.12):
Added more UUIDs.
2004-12-28 06:47 James Su <[email protected]>
* configure.ac (1.8), src/Makefile.am (1.4),
src/scim_m17n_imengine.cpp (1.11):
Reset IC when focusing out. m17n 1.2.0 is required.
2004-12-13 16:53 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.10):
Return true for KeyRelease events to fix the input issue in OOo.
2004-09-09 15:20 James Su <[email protected]>
* data/scim-m17n.png (1.2), src/scim_m17n_imengine.cpp (1.9):
New icon made by Kitae.
2004-08-29 14:55 tag scim_m17n_0_1_3
2004-08-29 14:55 James Su <[email protected]>
* configure.ac (1.7):
Bump to 0.1.3
2004-08-24 14:39 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.8):
Fixed a null pointer bug.
2004-08-22 13:24 tag scim_m17n_0_1_2
2004-08-22 13:24 James Su <[email protected]>
* ChangeLog (1.3):
Updated ChangeLog.
2004-08-22 13:14 James Su <[email protected]>
* configure.ac (1.6), src/Makefile.am (1.3):
Fixed install dir issue.
2004-08-22 06:59 James Su <[email protected]>
* configure.ac (1.5), scim-m17n.spec.in (1.3), src/Makefile.am
(1.2):
Fixed the install dir issue.
2004-06-21 07:26 tag scim_m17n_0_1_1
2004-06-21 07:26 James Su <[email protected]>
* configure.ac (1.4), src/scim_m17n_imengine.cpp (1.7):
Change __uuids to __m17n_uuids and make it static (private).
2004-06-20 07:59 tag scim_m17n_0_1_0
2004-06-20 07:59 James Su <[email protected]>
* configure.ac (1.3):
bump the version to 0.1.0.
2004-06-19 13:39 James Su <[email protected]>
* scim-m17n.spec.in (1.2):
Remove *.{a,la}
2004-06-19 13:32 James Su <[email protected]>
* ChangeLog (1.2):
Updated ChangeLog.
2004-06-19 10:36 James Su <[email protected]>
* configure.ac (1.2):
Cleanup configure.ac
2004-06-15 10:41 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.6):
Use language id directly instead of full language name.
2004-06-15 05:49 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.5):
Fixed the handling issue of SCIM_KEY_asciitilde.
2004-06-15 04:27 James Su <[email protected]>
* Makefile.am (1.2), mkinstalldirs (1.1):
Added mkinstalldirs
2004-06-15 03:41 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.4):
Show preedit, status and candidates when focus in.
2004-06-15 03:29 James Su <[email protected]>
* src/scim_m17n_imengine.cpp (1.3):
Update to use new LookupTable api.
2004-06-14 09:45 James Su <[email protected]>
* src/: scim_m17n_imengine.cpp (1.2), scim_m17n_imengine.h (1.2):
Candidate now works.
2004-06-14 08:14 tag scim_m17n_0
2004-06-14 08:14 James Su <[email protected]>
* .cvsignore (1.1.1.1), AUTHORS (1.1.1.1), COPYING (1.1.1.1),
ChangeLog (1.1.1.1), INSTALL (1.1.1.1), Makefile.am (1.1.1.1), NEWS
(1.1.1.1), README (1.1.1.1), THANKS (1.1.1.1), bootstrap (1.1.1.1),
configure.ac (1.1.1.1), mkchlog (1.1.1.1), scim-m17n.spec.in
(1.1.1.1), data/.cvsignore (1.1.1.1), data/Makefile.am (1.1.1.1),
data/scim-m17n.png (1.1.1.1), src/.cvsignore (1.1.1.1),
src/Makefile.am (1.1.1.1), src/scim_m17n_imengine.cpp (1.1.1.1),
src/scim_m17n_imengine.h (1.1.1.1):
Initial import.
2004-06-14 08:14 James Su <[email protected]>
* .cvsignore (1.1), AUTHORS (1.1), COPYING (1.1), ChangeLog (1.1),
INSTALL (1.1), Makefile.am (1.1), NEWS (1.1), README (1.1), THANKS
(1.1), bootstrap (1.1), configure.ac (1.1), mkchlog (1.1),
scim-m17n.spec.in (1.1), data/.cvsignore (1.1), data/Makefile.am
(1.1), data/scim-m17n.png (1.1), src/.cvsignore (1.1),
src/Makefile.am (1.1), src/scim_m17n_imengine.cpp (1.1),
src/scim_m17n_imengine.h (1.1):
Initial revision