-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
314 lines (199 loc) · 8.85 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
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
2015-09-24 Harri Pitkänen <[email protected]>
* Re-write the extension code in Python instead of C++.
2015-04-14 Harri Pitkänen <[email protected]>
* Initial support for non-hardcoded locales.
2014-08-22 Harri Pitkänen <[email protected]>
* Unconditionally enable grammar checker since it is now
used only with dictionaries and backends that support it.
2014-08-19 Harri Pitkänen <[email protected]>
* Switch to passive component registration.
2013-10-16 Harri Pitkänen <[email protected]>
* Re-license under MPL 2.0 and GPLv3+.
2013-10-10 Harri Pitkänen <[email protected]>
* Support grammar checkers and hyphenators for languages
other than Finnish.
2013-10-06 Harri Pitkänen <[email protected]>
* Configuration option "Check capitalization" was removed in
LibreOffice 4.0, no need to support it anymore.
2013-09-17 Harri Pitkänen <[email protected]>
* Support more languages for LibreOffice.
2013-07-29 Harri Pitkänen <[email protected]>
* Increase version number to 4.0.
* LibreOffice 4.1 or later is now needed for building and running
the extension.
2013-06-26 Harri Pitkänen <[email protected]>
* Avoid querying available spelling languages too often since
it's very slow for zhfst spellers.
2013-06-19 Harri Pitkänen <[email protected]>
* Support more languages for LibreOffice.
2003-05-30 Sjur Moshagen <[email protected]>
* Support more languages for LibreOffice.
2013-01-06 Harri Pitkänen <[email protected]>
* Support more languages for LibreOffice.
2012-10-27 Harri Pitkänen <[email protected]>
* Support more languages for LibreOffice.
2012-02-01 Harri Pitkänen <[email protected]>
* Add Komi language mappings.
2012-01-20 Harri Pitkänen <[email protected]>
* Fix build with MSVC 2005.
* Update license texts for standalone extension.
2012-01-19 Harri Pitkänen <[email protected]>
* Add links to extended grammar checker help.
2012-01-02 Harri Pitkänen <[email protected]>
* Avoid double delete of component objects.
2011-02-17 Tarja Lindfors <[email protected]>
* New icon.
2011-02-16 Harri Pitkänen <[email protected]>
* Specify English as the fallback language for settings dialog.
2011-02-05 Harri Pitkänen <[email protected]>
* Rename source package to libreoffice-voikko.
* Add new codes to language mapping table.
* Remove -Werror from compiler flags, STLPort (used on 32 bit Linux)
headers contain code that triggers warnings with recent GCC.
2011-02-01 Harri Pitkänen <[email protected]>
* Remove %origin% expansion trick from configuration, it has been unused
since version 3.0.
* Document that the extension now targets primarily LibreOffice.
2010-12-22 Harri Pitkänen <[email protected]>
* Add support for spell checking multiple languages.
2010-07-27 David Tardon
* Fix broken config.xcu to work with stricter validation in OOo 3.3.
2010-05-31 Harri Pitkänen <[email protected]>
* Switch to new libvoikko 3.0 API (Trac #11).
* Ignoring grammar checker rules works (Trac #12).
2010-05-07 Harri Pitkänen <[email protected]>
* Add license attribute that allows suppressing the license dialog with
unopkg --suppress-license.
2010-04-23 Harri Pitkänen <[email protected]>
* Remove references to malaga and glib libraries for Windows and OS X.
* Increase version number to 3.1.1.
2010-01-05 Harri Pitkänen <[email protected]>
* Fix error handling for cases where configuration is somehow damaged.
Partially fixes SF.net bug #2919454.
2009-10-26 Harri Pitkänen <[email protected]>
* Reduce scope of a variable to fix cppcheck warning.
2009-10-04 Harri Pitkänen <[email protected]>
* Re-enable grammar checker on Windows, since it works when libvoikko
has been built with MSVC.
* Document the fact that MSVC should be used for building libvoikko on
Windows. Change the build system so that libvoikko-1.def -> libvoikko-1.lib
conversion is no longer done, because MSVC creates libvoikko-1.lib automatically.
* Allow copying entire directories when creating standalone extensions. Update
the names of files to be copied for libvoikko 2.2.
2009-07-27 Petr Mladek
* Change order of linker flags on Linux to enable building with
-Wl,--as-needed.
2009-05-15 Harri Pitkänen <[email protected]>
* Replace the icon with something less irritating and add
svg version.
2009-04-11 Harri Pitkänen <[email protected]>
* Implement listing of available dictionaries in standalone
extensions.
2009-04-05 Harri Pitkänen <[email protected]>
* Print debug info to stderr instead of stdout to avoid
buffering.
2009-03-15 Harri Pitkänen <[email protected]>
* Enable VOIKKO_OPT_ACCEPT_BULLETED_LISTS_IN_GC to silence
false positives in bulleted lists.
2009-03-15 Harri Pitkänen <[email protected]>
* Disable grammar checker on Windows, it does not work.
2009-03-11 Harri Pitkänen <[email protected]>
* Read dictionary variant from registry on startup.
2009-03-06 Harri Pitkänen <[email protected]>
* Fall back to default dictionary if specified variant is
not available.
* Show more ugly warnings when SHOW_UGLY_WARNINGS=1.
2009-02-15 Harri Pitkänen <[email protected]>
* Allow changing dictionary variant in settings.
2009-02-14 Harri Pitkänen <[email protected]>
* Turn PropertyManager into a proper singleton.
2009-01-31 Harri Pitkänen <[email protected]>
* Turn SpellChecker, Hyphenator and GrammarChecker into
singletons.
2009-01-04 Harri Pitkänen <[email protected]>
* Add option for preventing hyphenation of unknown
or foreign words.
2008-12-29 Harri Pitkänen <[email protected]>
* Adapt to grammar checking framework API changes in
OOo 3.0.1.
2008-10-12 Harri Pitkänen <[email protected]>
* Use VOIKKO_OPT_ACCEPT_UNFINISHED_PARAGRAPHS_IN_GC from
libvoikko 2.1.
* Enable grammar checker by default.
* Increase version number to 3.1.
2008-08-23 Harri Pitkänen <[email protected]>
* Detect UI language and use that to offer grammar error
explanations in correct language.
2008-08-16 Harri Pitkänen <[email protected]>
* Add grammar checker implementation.
2008-08-10 Harri Pitkänen <[email protected]>
* Adapt to SDK changes on Windows.
2008-08-09 Harri Pitkänen <[email protected]>
* Adapt to SDK changes on OS X.
2008-07-25 Harri Pitkänen <[email protected]>
* Adapt to DEV300_m26.
2008-07-21 Harri Pitkänen <[email protected]>
* Add setting (checkbox) for compound word hyphenation and
store the value to the registry.
* Use new compound word hyphenation setting when hyphenating.
* Add build option SHOW_UGLY_WARNINGS to be used in binary
test builds.
2008-07-19 Harri Pitkänen <[email protected]>
* Add settings dialog.
* Add build option for disabling the grammar checker.
2008-07-18 Harri Pitkänen <[email protected]>
* Add icon and publisher information for new extension manager.
2008-07-10 Harri Pitkänen <[email protected]>
* Build fixes, thanks to Caolan McNamara from RedHat.
2008-03-30 Harri Pitkänen <[email protected]>
* Add stub for grammar checker implementation.
* Documentation fixes.
2008-03-24 Harri Pitkänen <[email protected]>
* Respect HyphMinLeading and HyphMinTrailing in
Hyphenator::createPossibleHyphens.
2008-03-23 Harri Pitkänen <[email protected]>
* Update license to GPL v3 or later.
* Update extension version and required OOo version for
openoffice.org-voikko 3.0 and OOo 3.0.
* Use PackageInformationProvider to get the extension installation
path.
* Use thread unsafe UNO purpose environment.
2008-01-23 Harri Pitkänen <[email protected]>
* Add Makefile targets 'extension-files', 'oxt' and
'install-unpacked'. 'extension-files' is the new default,
'all' refers to 'oxt'.
2008-01-22 Harri Pitkänen <[email protected]>
* Use locale encoding with file names.
* Add displayname to description.xml for OOo 2.4.
2008-01-19 Harri Pitkänen <[email protected]>
* Standalone extension support for OS X 10.5.
* Update README.
2008-01-18 Harri Pitkänen <[email protected]>
* Makefile support for OS X 10.5 (Intel).
2007-11-17 Harri Pitkänen <[email protected]>
* Add magic key "VoikkoGetStatusInformation" for
obtaining diagnostics from production builds.
* Increase version number to 2.2.
2007-08-19 Harri Pitkänen <[email protected]>
* Update README
* Makefile cleanup
2007-06-19 Harri Pitkänen <[email protected]>
* Adapt for libvoikko 1.5
* Increase version number to 2.1
* Use private vocabulary files when building as
standalone extension
* Add support for displaying license text upon
extension installation (not enabled by default)
2007-06-14 Harri Pitkänen <[email protected]>
* Add support for building on Windows with Microsoft
Visual C++ 2005 Express Edition
* Fix some warnings generated by MSVC
2007-05-12 Harri Pitkänen <[email protected]>
* Return immediately from Hyphenator::hyphenate and
Hyphenator::createPossibleHyphens if initialization has
not been done.
2007-05-07 Harri Pitkänen <[email protected]>
* Do not hyphenate at '
* Increase version number to 2.0.1
2007-04-19 Harri Pitkänen <[email protected]>
* Initial ChangeLog entry for version 2.0rc1