~ubuntu-branches/ubuntu/precise/tmispell-voikko/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Timo Jyrinki
  • Date: 2006-10-18 20:04:10 UTC
  • Revision ID: james.westby@ubuntu.com-20061018200410-zd4fwc1xwkclmb51
Tags: upstream-0.6.1
Import upstream version 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-10-18 Harri Pitkänen <hatapitk@iki.fi>
 
2
 
 
3
        * Remove misleading and occasionally broken calculation of
 
4
          version information from configure.ac.
 
5
 
 
6
2006-09-30 Harri Pitkänen <hatapitk@iki.fi>
 
7
 
 
8
        * Add support for formatters -Tlatin1 and -Tutf8. These do
 
9
          not seem to be documented by the ispell manual page, but
 
10
          KDE uses them anyway.
 
11
 
 
12
2006-09-29 Harri Pitkänen <hatapitk@iki.fi>
 
13
 
 
14
        * Clarify the plans about aspell support in documentation
 
15
        * Increase version number to 0.6.1
 
16
 
 
17
2006-08-26 Harri Pitkänen <hatapitk@iki.fi>
 
18
 
 
19
        * Fix underquoted definition of GLIBMM_PROG_CXX_SUN
 
20
        * Path options are no longer used in configuration
 
21
          file, so remove their descriptions from documentation
 
22
        * Make Finnish translation actually work
 
23
        * Increase version number to 0.6
 
24
 
 
25
2006-08-25 Harri Pitkänen <hatapitk@iki.fi>
 
26
 
 
27
        * Warning fix for -Wall
 
28
        * Note that NEWS is outdated, remove NEWS.fi
 
29
        * Update tmispell.pot and fi.po
 
30
 
 
31
2006-08-20 Anssi Hannula
 
32
 
 
33
        * Add --disable-enchant option to configure
 
34
 
 
35
2006-08-15 Harri Pitkänen <hatapitk@iki.fi>
 
36
 
 
37
        * Decouple libenchant plugin from the rest of tmispell code.
 
38
 
 
39
2006-08-15 Harri Pitkänen <hatapitk@iki.fi>
 
40
 
 
41
        * Start replacing the old dlopen/dlsym based dynamic linking
 
42
          mechanism required by binary only Soikko with ordinary compile
 
43
          time dynamic linking. This version works and removes a lot
 
44
          of unnecessary code, but more changes should follow.
 
45
 
 
46
2006-07-26 Harri Pitkänen <hatapitk@iki.fi>
 
47
 
 
48
        * Fix the build system for new documentation
 
49
 
 
50
2006-07-26 Teemu Likonen <tlikonen@iki.fi>
 
51
 
 
52
        * Update README, LUEMINUT and manual pages.
 
53
 
 
54
        * Remove html pages. They didn't contain anything that is not in the
 
55
          manual pages.
 
56
 
 
57
2006-06-16 Harri Pitkänen <hatapitk@iki.fi>
 
58
 
 
59
        * Fix build failure with GCC 4.1 due to extra qualifications
 
60
        * Increase version number to 0.4.3
 
61
 
 
62
2006-06-16 Harri Pitkänen <hatapitk@iki.fi>
 
63
 
 
64
        * Add GPL headers to source files that were written by Pauli
 
65
          but did not have the licence header (Pauli has stated that
 
66
          everything in tmispell written by him can be distributed
 
67
          under the GPL).
 
68
        * Remove files generated by autoconf/automake from version
 
69
          control.
 
70
        * Update README
 
71
 
 
72
2006-05-28 Harri Pitkänen <hatapitk@iki.fi>
 
73
 
 
74
        * Make libenchant plugin compile on Debian Sarge
 
75
 
 
76
2006-05-27 Harri Pitkänen <hatapitk@iki.fi>
 
77
 
 
78
        * Automake fixes, disable Finnish documentation
 
79
 
 
80
2006-05-27 Harri Pitkänen <hatapitk@iki.fi>
 
81
 
 
82
        * Adapted to use Voikko instead of Soikko
 
83
 
 
84
2005-10-22 19:30 +0000 [r2879-2881]  pauli <pauli@localhost>
 
85
 
 
86
        * doc/sgml/Makefile.am, doc/sgml/fi.po: Update.
 
87
 
 
88
        * po/fi.po: To utf8
 
89
 
 
90
        * debian/changelog, debian/rules: Bump.
 
91
 
 
92
2005-03-28 15:25 +0000 [r2563]  pauli <pauli@localhost>
 
93
 
 
94
        * doc/devel: Ignore html.
 
95
 
 
96
2004-12-05 17:14 +0000 [r2419-2422]  pauli <pauli@localhost>
 
97
 
 
98
        * tmispell.spec: Requires gettext
 
99
 
 
100
        * enchant/soikko_provider.cc: Adapt to the new internal utf8
 
101
 
 
102
        * enchant/Makefile.am: Fix build.
 
103
 
 
104
        * src/tmispell.cc, src/spell.cc: Fix error handling...
 
105
 
 
106
2004-11-20 19:30 +0000 [r2405-2408]  pauli <pauli@localhost>
 
107
 
 
108
        * src/charset.cc, src/regexp.cc, src/config_file.hh, src/filter.hh,
 
109
          src/spell.cc, src/ui/cursesui.cc, src/charset.hh,
 
110
          src/config_file.cc, src/Makefile.am, src/filter.cc,
 
111
          src/ui/listui.cc, src/personal_dictionary.cc, src/ui/pipeui.cc:
 
112
          Throw errors.
 
113
 
 
114
        * src/tmispell.cc: Throw errors.
 
115
 
 
116
        * src/options.cc: Throw errors.
 
117
 
 
118
        * src/tmerror.cc (added), src/tmerror.hh (added): Some error
 
119
          handling...
 
120
 
 
121
2004-11-20 18:15 +0000 [r2403-2404]  pauli <pauli@localhost>
 
122
 
 
123
        * autogen.sh: Generate ChangeLog, add src/glibmm/m4 to aclocal and
 
124
          use libtool.
 
125
 
 
126
        * doc/devel/Doxyfile: Add .cpp and .h to file list.
 
127
 
 
128
2004-11-20 17:38 +0000 [r2393-2402]  pauli <pauli@localhost>
 
129
 
 
130
        * Makefile.am: Add enchant.
 
131
 
 
132
        * configure.ac: Add utf8, debug and enchant.
 
133
 
 
134
        * enchant/Makefile.am (added), enchant/soikko_provider.cc (added):
 
135
          Add enchant.
 
136
 
 
137
        * enchant (added): Add.
 
138
 
 
139
        * src/glibmm/convert.h (added), src/glibmm/buildconvert.sh (added),
 
140
          src/glibmm/private (added), src/glibmm/unicode.cc (added),
 
141
          src/glibmm/m4/cxx_std.m4 (added), src/glibmm/unicode.h (added),
 
142
          src/glibmm/error.cc (added), src/glibmm/error.h (added),
 
143
          src/glibmm/ustring.cc (added), src/glibmm/m4 (added),
 
144
          src/glibmm/ustring.h (added), src/glibmm/exception.cc (added),
 
145
          src/glibmm/glibmmconfig.h (added), src/glibmm/exception.h
 
146
          (added), src/glibmm/utility.cc (added), src/glibmm/utility.h
 
147
          (added), src/glibmm/README (added),
 
148
          src/glibmm/private/convert_p.h (added), src/glibmm (added),
 
149
          src/glibmm/m4/cxx.m4 (added), src/glibmm/m4/sun.m4 (added),
 
150
          src/glibmm/convert.cc (added), src/glibmm/private/unicode_p.h
 
151
          (added): Imported glibmm UTF-8 utilities.
 
152
 
 
153
        * src/spell.hh, src/tmispell.cc, src/options.cc,
 
154
          src/config_file.hh, src/filter.hh, src/spell.cc, src/common.hh,
 
155
          src/personal_dictionary.hh, src/tmispell.hh, src/config_file.cc,
 
156
          src/Makefile.am, src/options.hh, src/common.cc,
 
157
          src/personal_dictionary.cc: UTF8ize
 
158
 
 
159
        * src/ui/cursesui_pimpl.hh, src/ui/cursesui.cc, src/ui/pipeui.hh,
 
160
          src/ui/listui.cc, src/ui/pipeui.cc: UTF8ize
 
161
 
 
162
        * src/regexp.cc, src/regexp.hh: UTF8ize
 
163
 
 
164
        * src/charset.cc (added), src/charset.hh (added): Charset
 
165
          conversion.
 
166
 
 
167
        * src/filter.cc: UTF-8ize
 
168
 
 
169
2004-04-18 13:09 +0000 [r2192]  pauli <pauli@localhost>
 
170
 
 
171
        * src/options.hh: Fix comments: all the filters are implemented.
 
172
 
 
173
2003-06-04 19:43 +0000 [r2191]  pauli <pauli@localhost>
 
174
 
 
175
        * src/options.cc: Guess file filters automatically by file
 
176
          extension. Removed unnecessary headers. Removed misleading usage
 
177
          text.
 
178
 
 
179
2003-06-03 19:28 +0000 [r2190]  pauli <pauli@localhost>
 
180
 
 
181
        * src/filter.cc, src/ui/pipeui.cc: equal -> std::equal
 
182
 
 
183
2003-05-21 15:37 +0000 [r2189]  pauli <pauli@localhost>
 
184
 
 
185
        * tmispell.spec: Include tmispell.mo in package.
 
186
 
 
187
2003-05-19 15:34 +0000 [r2187]  pauli <pauli@localhost>
 
188
 
 
189
        * src/ui/pipeui.cc: getline -> std::getline
 
190
 
 
191
2003-05-19 15:17 +0000 [r2186]  pauli <pauli@localhost>
 
192
 
 
193
        * src/i18n.cc: No need for LC_NUMERIC.
 
194
 
 
195
2003-05-19 15:07 +0000 [r2185]  pauli <pauli@localhost>
 
196
 
 
197
        * src/ui/pipeui.cc: cctype -> ctype.h
 
198
 
 
199
2003-05-19 15:02 +0000 [r2184]  pauli <pauli@localhost>
 
200
 
 
201
        * src/ui/cursesui.cc: std::tolower -> tolower
 
202
 
 
203
2003-05-19 14:58 +0000 [r2180-2183]  pauli <pauli@localhost>
 
204
 
 
205
        * doc/sgml/tmispell.sgml, doc/sgml/fi.po, tmispell.spec,
 
206
          debian/changelog: Bump version.
 
207
 
 
208
        * NEWS.fi, NEWS: News.
 
209
 
 
210
        * src/config_file.cc: std::tolower -> tolower
 
211
 
 
212
        * src/Makefile.am, configure.ac: Check for curses. Bump version.
 
213
 
 
214
2003-05-18 19:07 +0000 [r2179]  pauli <pauli@localhost>
 
215
 
 
216
        * tmispell.spec: Update from MM.
 
217
 
 
218
2003-05-18 18:09 +0000 [r2178]  pauli <pauli@localhost>
 
219
 
 
220
        * src/i18n.cc: std::setlocale -> setlocale
 
221
 
 
222
2003-05-15 14:50 +0000 [r2176]  pauli <pauli@localhost>
 
223
 
 
224
        * doc/sgml/tmispell.sgml: Mention about
 
225
          ispell-local-dictionary-alist <-> ispell-dictionary-alist and
 
226
          ispell-change-dictionary.
 
227
 
 
228
2003-05-15 14:36 +0000 [r2175]  pauli <pauli@localhost>
 
229
 
 
230
        * NEWS: Fix date.
 
231
 
 
232
2003-05-15 14:32 +0000 [r2173-2174]  pauli <pauli@localhost>
 
233
 
 
234
        * debian/changelog: Bump version.
 
235
 
 
236
        * NEWS.fi, NEWS: Rephrase.
 
237
 
 
238
2003-05-14 20:11 +0000 [r2172]  pauli <pauli@localhost>
 
239
 
 
240
        * doc/sgml/tmispell.sgml, doc/sgml/fi.po: ispell-dictionary-alist
 
241
          -> ispell-local-dictionary-alist
 
242
 
 
243
2003-05-14 20:04 +0000 [r2170-2171]  pauli <pauli@localhost>
 
244
 
 
245
        * src/regexp.cc, src/filter.hh, src/ui/cursesui.cc: Fix warnings.
 
246
 
 
247
        * Makefile.am: Add debian/preinst to dist.
 
248
 
 
249
2003-05-14 19:44 +0000 [r2167-2169]  pauli <pauli@localhost>
 
250
 
 
251
        * doc/sgml/tmispell.sgml, doc/sgml/fi.po, tmispell.spec,
 
252
          configure.ac, NEWS.fi, NEWS: Bump version.
 
253
 
 
254
        * src/tmispell.cc: clocale -> locale.h, std::setlocale ->
 
255
          setlocale.
 
256
 
 
257
        * src/personal_dictionary.cc, src/regexp.cc, src/options.cc,
 
258
          src/i18n.cc, src/spell.cc: cctype -> ctype.h, cstdlib ->
 
259
          stdlib.h, etc.
 
260
 
 
261
2003-05-14 19:22 +0000 [r2164-2166]  pauli <pauli@localhost>
 
262
 
 
263
        * src/config_file.cc: Fix regexp bad on earlier libc.
 
264
 
 
265
        * src/filter.cc: cctype -> ctype.h
 
266
 
 
267
        * src/ui/cursesui.cc: cctype -> ctype.h. Fix crash on empty file.
 
268
 
 
269
2003-05-13 13:10 +0000 [r2162]  pauli <pauli@localhost>
 
270
 
 
271
        * NEWS.fi: Fix date.
 
272
 
 
273
2003-05-13 13:02 +0000 [r2161]  pauli <pauli@localhost>
 
274
 
 
275
        * tmispell.spec: Update ChangeLog.
 
276
 
 
277
2003-05-13 11:51 +0000 [r2160]  pauli <pauli@localhost>
 
278
 
 
279
        * doc/sgml/tmispell.sgml, doc/sgml/fi.po, tmispell.spec,
 
280
          configure.ac, NEWS.fi, debian/changelog, NEWS: Bump version.
 
281
 
 
282
2003-05-13 10:55 +0000 [r2158-2159]  pauli <pauli@localhost>
 
283
 
 
284
        * src/i18n.hh, src/i18n.cc: Fix gettext return value to non-const.
 
285
 
 
286
        * src/spell.cc: Stupid mistake.
 
287
 
 
288
2003-05-11 22:37 +0000 [r2156]  pauli <pauli@localhost>
 
289
 
 
290
        * src/ui/cursesui.cc: Fix case->if conversion went awry.
 
291
 
 
292
2003-05-11 22:11 +0000 [r2155]  pauli <pauli@localhost>
 
293
 
 
294
        * src/ui/cursesui.cc: Typo.
 
295
 
 
296
2003-05-11 21:43 +0000 [r2154]  pauli <pauli@localhost>
 
297
 
 
298
        * NEWS.fi, NEWS: Set version.
 
299
 
 
300
2003-05-11 21:40 +0000 [r2149-2153]  pauli <pauli@localhost>
 
301
 
 
302
        * debian/changelog: New version.
 
303
 
 
304
        * configure.ac: Bump version to 0.2.
 
305
 
 
306
        * tmispell.spec: Update version.
 
307
 
 
308
        * autogen.sh: Generate ChangeLog in po/ also.
 
309
 
 
310
        * doc/sgml/Makefile.am, Makefile.am: More to maintainer-clean.
 
311
 
 
312
2003-05-11 21:33 +0000 [r2145-2148]  pauli <pauli@localhost>
 
313
 
 
314
        * po/fi.po: Update.
 
315
 
 
316
        * src/ui/cursesui.cc: Make keys translatable.
 
317
 
 
318
        * Makefile.am: More to dist, more to maintainer-clean.
 
319
 
 
320
        * doc/Makefile.am: More to maintainer-clean
 
321
 
 
322
2003-05-11 21:29 +0000 [r2143-2144]  pauli <pauli@localhost>
 
323
 
 
324
        * doc/sgml/Makefile.am: Translate Docbook-generated English
 
325
          strings.
 
326
 
 
327
        * doc/sgml/fi.po: Fix.
 
328
 
 
329
2003-05-11 20:10 +0000 [r2140-2142]  pauli <pauli@localhost>
 
330
 
 
331
        * doc/sgml/fi.po: Update.
 
332
 
 
333
        * doc/sgml/tmispell.configfile.ent: Add doc about
 
334
          sgml-attributes-to-check.
 
335
 
 
336
        * doc/sgml/Makefile.am: Dump text docs with links (it produces
 
337
          better output than lynx or w3m).
 
338
 
 
339
2003-05-11 19:38 +0000 [r2137-2139]  pauli <pauli@localhost>
 
340
 
 
341
        * debian/rules: Add -Wall
 
342
 
 
343
        * debian/tmispell.conf.debian, tmispell.conf.example: Add
 
344
          sgml-attributes-to-check
 
345
 
 
346
        * src/ui/cursesui.cc: Fix warning.
 
347
 
 
348
2003-05-11 18:22 +0000 [r2136]  pauli <pauli@localhost>
 
349
 
 
350
        * src/filter.cc: Added missing returns... Fix warning.
 
351
 
 
352
2003-05-11 01:00 +0000 [r2132-2135]  pauli <pauli@localhost>
 
353
 
 
354
        * debian/tmispell.conf.debian: Sync w/ tmispell.conf.example.
 
355
 
 
356
        * tmispell.conf.example: Add floatname to tex-command-filter.
 
357
 
 
358
        * doc/sgml/Makefile.am: Dump with w3m.
 
359
 
 
360
        * doc/sgml/fi.po: Update.
 
361
 
 
362
2003-05-11 00:53 +0000 [r2131]  pauli <pauli@localhost>
 
363
 
 
364
        * doc/sgml/fi.po: Update.
 
365
 
 
366
2003-05-11 00:43 +0000 [r2128-2130]  pauli <pauli@localhost>
 
367
 
 
368
        * doc/sgml/fi.po: Fix.
 
369
 
 
370
        * doc/sgml/fi.po: Update.
 
371
 
 
372
        * doc/sgml/tmispell.sgml: Tell that there are prebuilt packages.
 
373
          Tell that Soikko should be installed.
 
374
 
 
375
2003-05-11 00:36 +0000 [r2127]  pauli <pauli@localhost>
 
376
 
 
377
        * doc/sgml/fi.po: Update.
 
378
 
 
379
2003-05-11 00:29 +0000 [r2124-2126]  pauli <pauli@localhost>
 
380
 
 
381
        * doc/sgml/tmispell.configfile-example.ent: manpage compliance
 
382
 
 
383
        * doc/sgml/tmispell.sgml: Document usage.
 
384
 
 
385
        * doc/sgml/tmispell.todo.ent: Update.
 
386
 
 
387
2003-05-10 23:32 +0000 [r2122-2123]  pauli <pauli@localhost>
 
388
 
 
389
        * po/fi.po: Update.
 
390
 
 
391
        * NEWS.fi, NEWS: Updates.
 
392
 
 
393
2003-05-10 23:25 +0000 [r2121]  pauli <pauli@localhost>
 
394
 
 
395
        * src/filter.cc: SGML filter: handle end-tags properly. Skip
 
396
          entities.
 
397
 
 
398
2003-05-10 23:06 +0000 [r2120]  pauli <pauli@localhost>
 
399
 
 
400
        * src/filter.cc: Small improvement on *roff filter.
 
401
 
 
402
2003-05-10 21:34 +0000 [r2119]  pauli <pauli@localhost>
 
403
 
 
404
        * src/filter.cc: Skip *roff \fX
 
405
 
 
406
2003-05-10 21:29 +0000 [r2117-2118]  pauli <pauli@localhost>
 
407
 
 
408
        * src/options.hh, src/options.cc: Take the debian control file
 
409
          filter off my todo list for now.
 
410
 
 
411
        * src/filter.cc: Fix off-by-one errors in *roff filter. Remove ref
 
412
          to debian filter.
 
413
 
 
414
2003-05-10 21:16 +0000 [r2110-2116]  pauli <pauli@localhost>
 
415
 
 
416
        * src/filter.cc: Added SGML and *roff filters. Fixed a segfault
 
417
          source in TeX filter settings parser.
 
418
 
 
419
        * src/tmispell.cc: Use the new generic option parsing in
 
420
          ConfigFile.
 
421
 
 
422
        * src/regexp.hh: An utility to return the nth matched substring as
 
423
          a string.
 
424
 
 
425
        * src/ui/cursesui_pimpl.hh, src/ui/cursesui.cc: Added automatic
 
426
          context line calculation.
 
427
 
 
428
        * src/options.cc: Default to automatic context line count.
 
429
 
 
430
        * src/options.hh: Added sgml filter checkable attributes option.
 
431
 
 
432
        * src/config_file.cc, src/config_file.hh: Replaced the special
 
433
          ispell* tex* options with a general option parser.
 
434
 
 
435
2003-05-09 23:53 +0000 [r2109]  pauli <pauli@localhost>
 
436
 
 
437
        * doc/sgml/tmispell.sgml, doc/sgml/tmispell.configfile-example.ent,
 
438
          doc/sgml/tmispell.description.ent,
 
439
          doc/sgml/tmispell.configfile.ent, doc/sgml/tmispell.todo.ent,
 
440
          doc/sgml/tmispell.man.sgml: Updates and polishing to
 
441
          documentation.
 
442
 
 
443
2003-05-09 23:02 +0000 [r2108]  pauli <pauli@localhost>
 
444
 
 
445
        * debian/tmispell.conf.debian, tmispell.conf.example: Wording.
 
446
 
 
447
2003-05-09 21:20 +0000 [r2107]  pauli <pauli@localhost>
 
448
 
 
449
        * src/config_file.cc, src/filter.cc, src/tmispell.cc,
 
450
          src/ui/cursesui.cc: Doxygen compliant grouping comments.
 
451
 
 
452
2003-05-09 20:49 +0000 [r2106]  pauli <pauli@localhost>
 
453
 
 
454
        * src/i18n.cc: Comment fix.
 
455
 
 
456
2003-05-09 20:38 +0000 [r2105]  pauli <pauli@localhost>
 
457
 
 
458
        * src/ui/pipeui.cc: Ispell compatibility: ~ should not change the
 
459
          filter.
 
460
 
 
461
2003-05-09 18:37 +0000 [r2103-2104]  pauli <pauli@localhost>
 
462
 
 
463
        * debian/tmispell.conf.debian: Sync with .conf.example.
 
464
 
 
465
        * tmispell.conf.example: noop.
 
466
 
 
467
2003-05-09 18:27 +0000 [r2102]  pauli <pauli@localhost>
 
468
 
 
469
        * src/config_file.cc: Revamped config file parsing to allow
 
470
          multiline quoted strings.
 
471
 
 
472
2003-05-09 18:16 +0000 [r2099-2101]  pauli <pauli@localhost>
 
473
 
 
474
        * src/filter.cc: Made tex environment and command filtering
 
475
          user-specifiable.
 
476
 
 
477
        * src/options.hh, src/tmispell.cc, tmispell.conf.example,
 
478
          src/config_file.hh: Added TeX filter settings.
 
479
 
 
480
        * src/ui/cursesui.cc: g++-2.95 compatibility and warning fixes.
 
481
 
 
482
2003-05-09 14:57 +0000 [r2098]  pauli <pauli@localhost>
 
483
 
 
484
        * src/filter.cc: Added comments to TeX filter.
 
485
 
 
486
2003-05-09 11:35 +0000 [r2096-2097]  pauli <pauli@localhost>
 
487
 
 
488
        * src/filter.cc: Zero boundary character array first (forgot to do
 
489
          this earlier!). Do not discard environments, they do not wait
 
490
          parameters.
 
491
 
 
492
        * src/ui/cursesui.cc: filter->reset not needed after
 
493
          filter->set_line
 
494
 
 
495
2003-05-09 00:44 +0000 [r2092-2095]  pauli <pauli@localhost>
 
496
 
 
497
        * src/filter.cc: Tentatite TeX filter.
 
498
 
 
499
        * src/options.cc: Made selecting filter to work.
 
500
 
 
501
        * src/regexp.hh, src/regexp.cc: Feature: regexp search can be
 
502
          started from arbitrary position in string.
 
503
 
 
504
        * src/ui/listui.cc: Call filter->set_line on each line.
 
505
 
 
506
2003-05-08 17:35 +0000 [r2091]  pauli <pauli@localhost>
 
507
 
 
508
        * src/ui/cursesui.cc: It is necessary to remove non-printing
 
509
          characters (e.g. ^M) from (context) strings before printing them.
 
510
 
 
511
2003-05-07 21:22 +0000 [r2089-2090]  pauli <pauli@localhost>
 
512
 
 
513
        * src/common.cc: Increased ssprintf length limit (got hit by it,
 
514
          should think an alternative.)
 
515
 
 
516
        * NEWS.fi, NEWS: Mention about localization.
 
517
 
 
518
2003-05-07 21:15 +0000 [r2086-2088]  pauli <pauli@localhost>
 
519
 
 
520
        * src/Makefile.am: Add @INTLLIBS@
 
521
 
 
522
        * debian/rules: Install files translated to Finnish.
 
523
 
 
524
        * po/fi.po: Fixes.
 
525
 
 
526
2003-05-07 21:01 +0000 [r2084-2085]  pauli <pauli@localhost>
 
527
 
 
528
        * po/fi.po: Fix to translation.
 
529
 
 
530
        * src/tmispell.cc: Actually initialize gettext etc.
 
531
 
 
532
2003-05-07 20:40 +0000 [r2083]  pauli <pauli@localhost>
 
533
 
 
534
        * autogen.sh: Generate POTFILES.in automatically.
 
535
 
 
536
2003-05-07 20:36 +0000 [r2077-2082]  pauli <pauli@localhost>
 
537
 
 
538
        * doc/sgml/Makefile.am: Add fi.po do EXTRA_DIST, it won't hurt.
 
539
 
 
540
        * doc/devel/Doxyfile: Be sensible.
 
541
 
 
542
        * Makefile.am: Add po.
 
543
 
 
544
        * autogen.sh: Add gettextize here.
 
545
 
 
546
        * configure.ac: Add gettext support.
 
547
 
 
548
        * src/i18n.cc: Forgot these.
 
549
 
 
550
2003-05-07 20:24 +0000 [r2076]  pauli <pauli@localhost>
 
551
 
 
552
        * po (added), po/fi.po (added): Added Finnish translation.
 
553
 
 
554
2003-05-07 19:47 +0000 [r2075]  pauli <pauli@localhost>
 
555
 
 
556
        * src/common.hh (added), src/config_file.cc, src/Makefile.am,
 
557
          src/common.cc (added), src/personal_dictionary.cc,
 
558
          src/ui/pipeui.cc, src/i18n.hh (added), src/tmispell.cc,
 
559
          src/options.cc, src/i18n.cc (added), src/spell.cc,
 
560
          src/ui/cursesui.cc: Moved some common functions to common.cc and
 
561
          common.hh. Preparing for localization with gettext.
 
562
 
 
563
2003-05-07 18:49 +0000 [r2074]  pauli <pauli@localhost>
 
564
 
 
565
        * configure.ac, NEWS.fi (added), NEWS: Begin preparations for a new
 
566
          release.
 
567
 
 
568
2003-05-07 18:41 +0000 [r2073]  pauli <pauli@localhost>
 
569
 
 
570
        * autogen.sh: Reflect the new doc generation system.
 
571
 
 
572
2003-05-07 18:35 +0000 [r2071-2072]  pauli <pauli@localhost>
 
573
 
 
574
        * doc/Makefile.am: Moved generation stuff away.
 
575
 
 
576
        * doc/sgml/Makefile.am: Moved generation stuff here.
 
577
 
 
578
2003-05-07 18:23 +0000 [r2070]  pauli <pauli@localhost>
 
579
 
 
580
        * doc/sgml/fi.po: Update.
 
581
 
 
582
2003-05-07 16:54 +0000 [r2068-2069]  pauli <pauli@localhost>
 
583
 
 
584
        * doc/sgml/tmispell.sgml, doc/sgml/tmispell.configfile-example.ent:
 
585
          Removed unnecessary whitespace from screen etc.
 
586
 
 
587
        * doc/sgml/fi.po: Updated translation.
 
588
 
 
589
2003-05-07 16:43 +0000 [r2067]  pauli <pauli@localhost>
 
590
 
 
591
        * doc/sgml/Makefile.am: Handle &quot; more intelligently. Do not
 
592
          generate doc.pot from itself.
 
593
 
 
594
2003-05-06 20:51 +0000 [r2066]  pauli <pauli@localhost>
 
595
 
 
596
        * doc/sgml/tmispell.configfile-example.sgml (removed),
 
597
          doc/sgml/Makefile.am, doc/sgml/tmispell.sgml, doc/sgml/fi.po,
 
598
          doc/sgml/tmispell.configfile-example.ent (added),
 
599
          doc/sgml/tmispell.description.sgml (removed),
 
600
          doc/sgml/tmispell.configfile.sgml (removed),
 
601
          doc/sgml/tmispell.todo.sgml (removed),
 
602
          doc/sgml/tmispell.description.ent (added),
 
603
          doc/sgml/tmispell.configfile.ent (added),
 
604
          doc/sgml/tmispell.todo.ent (added), doc/sgml/tmispell.man.sgml:
 
605
          Made the translation system to actually work.
 
606
 
 
607
2003-05-06 20:04 +0000 [r2065]  pauli <pauli@localhost>
 
608
 
 
609
        * src/ui/cursesui.cc: Prefer to have more next than previous lines
 
610
          in context when context line number is not divisible by 2.
 
611
 
 
612
2003-05-06 19:58 +0000 [r2064]  pauli <pauli@localhost>
 
613
 
 
614
        * src/personal_dictionary.hh, src/tmispell.hh, src/regexp.hh,
 
615
          src/options.hh, src/spell.hh, src/ui/cursesui_pimpl.hh,
 
616
          src/options.cc, src/config_file.hh, src/filter.hh,
 
617
          src/ui/cursesui.cc: Changed commentation to a more
 
618
          doxygen-friendly format.
 
619
 
 
620
2003-05-06 19:20 +0000 [r2062-2063]  pauli <pauli@localhost>
 
621
 
 
622
        * src/ui/cursesui_pimpl.hh, src/ui/cursesui.cc: Separated context
 
623
          handling from rest of stuff, and commented heavily. Curses UI
 
624
          seems now to be working.
 
625
 
 
626
        * src/tmispell.hh, src/ui/pipeui.cc: Cleanup.
 
627
 
 
628
2003-05-03 18:08 +0000 [r2061]  pauli <pauli@localhost>
 
629
 
 
630
        * src/ui/cursesui_pimpl.hh, src/ui/cursesui.cc: Added comments.
 
631
          Also made some cleanups.
 
632
 
 
633
2003-05-03 00:55 +0000 [r2060]  pauli <pauli@localhost>
 
634
 
 
635
        * src/ui/cursesui_pimpl.hh, src/ui/cursesui.cc: Fix curses window
 
636
          overlapping. Moved stuff around. Added help text and confirmation
 
637
          for quitting. Still toying around with context fifo. Implemented
 
638
          saving and backupping (FIXME: now it mangles CRLF to LF :-/).
 
639
 
 
640
2003-05-03 00:09 +0000 [r2058-2059]  pauli <pauli@localhost>
 
641
 
 
642
        * src/ui/cursesui.cc: Prefill context fifo. A bit more intelligent
 
643
          context line handling and fixed one reversed min/max.
 
644
 
 
645
        * src/options.cc: Two context lines by default.
 
646
 
 
647
2003-05-03 00:01 +0000 [r2057]  pauli <pauli@localhost>
 
648
 
 
649
        * src/ui/cursesui_pimpl.hh, src/ui/cursesui.cc: Curses interface
 
650
          basics in place. Still missing (also major) parts.
 
651
 
 
652
2003-05-02 22:46 +0000 [r2055-2056]  pauli <pauli@localhost>
 
653
 
 
654
        * src/ui/pipeui.hh, src/ui/listui.cc, src/ui/listui.hh: Some
 
655
          comments..
 
656
 
 
657
        * src/Makefile.am, src/tmispell.cc, src/ui/cursesui.hh (added),
 
658
          src/ui/cursesui_pimpl.hh (added), src/ui/cursesui.cc (added):
 
659
          Working on curses UI.
 
660
 
 
661
2003-05-02 20:32 +0000 [r2054]  pauli <pauli@localhost>
 
662
 
 
663
        * src/ui/pipeui.hh (added), src/tmispell.hh, src/config_file.cc,
 
664
          src/Makefile.am, src/ui/listui.cc (added), src/ui/pipeui.cc
 
665
          (added), src/tmispell.cc, src/ui (added), src/pipe.cc (removed),
 
666
          src/spell.cc, src/ui/listui.hh (added): Separated UIs from
 
667
          engine.
 
668
 
 
669
2003-02-22 21:31 +0000 [r2053]  pauli <pauli@localhost>
 
670
 
 
671
        * doc/sgml/fi.po (added): Finnish document translation.
 
672
 
 
673
2003-02-20 21:40 +0000 [r2052]  pauli <pauli@localhost>
 
674
 
 
675
        * debian/changelog: Fix my address.
 
676
 
 
677
2003-02-20 21:33 +0000 [r2051]  pauli <pauli@localhost>
 
678
 
 
679
        * debian/postinst: libsoikko0 has its stuff in /usr/lib/libsoikko0
 
680
 
 
681
2003-02-20 21:06 +0000 [r2050]  pauli <pauli@localhost>
 
682
 
 
683
        * debian/postinst: Some paranoia.
 
684
 
 
685
2003-02-20 20:59 +0000 [r2049]  pauli <pauli@localhost>
 
686
 
 
687
        * debian/templates.fi, debian/README.debian, debian/templates,
 
688
          debian/control, debian/changelog: Recommend libsoikko0 and update
 
689
          documentation.
 
690
 
 
691
2003-02-17 21:55 +0000 [r2048]  pauli <pauli@localhost>
 
692
 
 
693
        * debian/templates.fi, debian/templates, debian/postinst,
 
694
          debian/config: Support libsoikko0
 
695
 
 
696
2003-01-20 22:20 +0000 [r2047]  pauli <pauli@localhost>
 
697
 
 
698
        * debian/README.debian: Update: Nothing can be configured via
 
699
          debconf.
 
700
 
 
701
2003-01-20 22:12 +0000 [r2045-2046]  pauli <pauli@localhost>
 
702
 
 
703
        * debian/postinst (added): Run debconf.
 
704
 
 
705
        * debian/control: Typo.
 
706
 
 
707
2003-01-20 22:01 +0000 [r2044]  pauli <pauli@localhost>
 
708
 
 
709
        * debian/control: Depend on debconf.
 
710
 
 
711
2003-01-20 21:48 +0000 [r2042-2043]  pauli <pauli@localhost>
 
712
 
 
713
        * debian/rules: Add the ispell link to the package.
 
714
 
 
715
        * debian/templates, debian/control, debian/postinst (removed),
 
716
          debian/postrm (added), debian/preinst (added), debian/config,
 
717
          debian/prerm (removed): Remove ubiquitous debconf fluff, and
 
718
          divert /usr/bin/ispell by default.
 
719
 
 
720
2003-01-18 21:08 +0000 [r2037-2041]  pauli <pauli@localhost>
 
721
 
 
722
        * Makefile.am: Include debian/ in dist. Remove depcomp on
 
723
          maintainer-clean.
 
724
 
 
725
        * debian/changelog: Bump release version.
 
726
 
 
727
        * doc/sgml/tmispell.sgml: Instructions how to add support in Emacs.
 
728
 
 
729
        * src/pipe.cc: Just remind that PIPE_INPUT_DEBUG exists.
 
730
 
 
731
        * src/tmispell.cc: If spell checker module given in config file did
 
732
          not load successfully, try start ispell instead after spewing an
 
733
          error message.
 
734
 
 
735
2003-01-18 19:14 +0000 [r2036]  pauli <pauli@localhost>
 
736
 
 
737
        * debian/templates.fi, debian/templates,
 
738
          debian/tmispell.conf.debian (added), debian/config: Warn if
 
739
          soikko uninstalled.
 
740
 
 
741
2003-01-17 17:42 +0000 [r2035]  pauli <pauli@localhost>
 
742
 
 
743
        * debian/rules: Install tmispell.conf customized for Debian.
 
744
 
 
745
2003-01-17 17:14 +0000 [r2033-2034]  pauli <pauli@localhost>
 
746
 
 
747
        * debian/conffiles: Conffiles should have full path.
 
748
 
 
749
        * debian/rules: Make mandir conform Debian policy.
 
750
 
 
751
2003-01-16 22:23 +0000 [r2031-2032]  pauli <pauli@localhost>
 
752
 
 
753
        * debian/templates: Use debconf l10n tools.
 
754
 
 
755
        * debian/templates.fi (added): Added Finnish template translation.
 
756
 
 
757
2003-01-16 22:18 +0000 [r2030]  pauli <pauli@localhost>
 
758
 
 
759
        * debian/templates: Added Finnish translations.
 
760
 
 
761
2003-01-16 22:10 +0000 [r2029]  pauli <pauli@localhost>
 
762
 
 
763
        * debian/README.debian: Mention debconf.
 
764
 
 
765
2003-01-16 22:07 +0000 [r2028]  pauli <pauli@localhost>
 
766
 
 
767
        * debian/postinst, debian/config, debian/prerm: Made scripts
 
768
          idempotent (thus more robust), as the policy requires.
 
769
 
 
770
2003-01-16 21:50 +0000 [r2027]  pauli <pauli@localhost>
 
771
 
 
772
        * debian/changelog: Fill in my email.
 
773
 
 
774
2003-01-16 21:46 +0000 [r2026]  pauli <pauli@localhost>
 
775
 
 
776
        * debian/README.debian, debian/templates (added), debian/control,
 
777
          debian/postinst (added), debian/config (added), debian/prerm
 
778
          (added), debian/diversions (removed), debian/changelog,
 
779
          debian/conffiles (added), debian/rules: The debconf stuff should
 
780
          work now.
 
781
 
 
782
2003-01-16 19:37 +0000 [r2025]  pauli <pauli@localhost>
 
783
 
 
784
        * debian/README.debian (added), debian (added), debian/control
 
785
          (added), debian/diversions (added), debian/changelog (added),
 
786
          debian/copyright (added), debian/rules (added): Added debian
 
787
          packaging.
 
788
 
 
789
2002-10-09 13:07 +0000 [r2024]  pauli <pauli@localhost>
 
790
 
 
791
        * tmispell.spec: Update from MM.
 
792
 
 
793
2002-10-07 14:31 +0000 [r2023]  pauli <pauli@localhost>
 
794
 
 
795
        * tmispell.spec: cr+lf -> lf
 
796
 
 
797
2002-10-07 13:48 +0000 [r2021]  pauli <pauli@localhost>
 
798
 
 
799
        * NEWS: Set date.
 
800
 
 
801
2002-10-07 13:38 +0000 [r2020]  pauli <pauli@localhost>
 
802
 
 
803
        * tmispell.spec: Bump version.
 
804
 
 
805
2002-10-07 13:27 +0000 [r2017-2019]  pauli <pauli@localhost>
 
806
 
 
807
        * AUTHORS: Reformat.
 
808
 
 
809
        * doc/sgml/tmispell.todo.sgml: Updated.
 
810
 
 
811
        * tmispell.spec: Update from MM.
 
812
 
 
813
2002-10-05 12:44 +0000 [r2016]  pauli <pauli@localhost>
 
814
 
 
815
        * doc/sgml/tmispell.todo.sgml, NEWS: Update.
 
816
 
 
817
2002-10-05 11:57 +0000 [r2014-2015]  pauli <pauli@localhost>
 
818
 
 
819
        * src/pipe.cc: Flush after the banner, just in case.
 
820
 
 
821
        * src/tmispell.cc: g++-3.2 did not work well with
 
822
          std::ios::sync_with_stdio(false), since getline did not get lines
 
823
          any more but buffered them.
 
824
 
 
825
2002-10-05 10:43 +0000 [r2013]  pauli <pauli@localhost>
 
826
 
 
827
        * tmispell.spec: Update from MM.
 
828
 
 
829
2002-10-04 20:27 +0000 [r2011-2012]  pauli <pauli@localhost>
 
830
 
 
831
        * NEWS: NEWS update.
 
832
 
 
833
        * tmispell.spec: Update from Marko Myllynen.
 
834
 
 
835
2002-10-04 15:38 +0000 [r2007-2010]  pauli <pauli@localhost>
 
836
 
 
837
        * AUTHORS: Added MM.
 
838
 
 
839
        * Makefile.am: Include tmispell.spec in the distribution.
 
840
 
 
841
        * configure.ac: Bump version.
 
842
 
 
843
        * tmispell.spec (added): Contributed by Marko Myllynen.
 
844
 
 
845
2002-10-03 21:07 +0000 [r2006]  pauli <pauli@localhost>
 
846
 
 
847
        * src/personal_dictionary.hh, src/personal_dictionary.cc,
 
848
          src/tmispell.cc, src/pipe.cc: Make failing to save personal
 
849
          dictionary non-fatal. Save personal dictionary only when changed.
 
850
          Return success for exit code even if saving personal dictionary
 
851
          failed.
 
852
 
 
853
2002-09-27 16:34 +0000 [r2004-2005]  pauli <pauli@localhost>
 
854
 
 
855
        * tmispell.conf.example: Explain why there are two similar entries.
 
856
 
 
857
        * doc/sgml/tmispell.todo.sgml: Something weird is going on with
 
858
          g++-3.2...
 
859
 
 
860
2002-09-27 16:28 +0000 [r2000-2003]  pauli <pauli@localhost>
 
861
 
 
862
        * doc/sgml/tmispell.configfile-example.sgml: Use "." as an extra
 
863
          word character in the example.
 
864
 
 
865
        * doc/sgml/tmispell.configfile.sgml: Small changes.
 
866
 
 
867
        * doc/sgml/tmispell.sgml: Fixed the instructions for how to use
 
868
          Tmispell with KDE. Bump version.
 
869
 
 
870
        * src/tmispell.hh, src/options.hh, src/personal_dictionary.cc,
 
871
          src/tmispell.cc, src/options.cc, src/pipe.cc: Small-scale
 
872
          tidying. Implemented redirecting output from the pipe mode to a
 
873
          file. Implemented disregarding words shorter than the value given
 
874
          by the user.
 
875
 
 
876
2002-09-27 16:22 +0000 [r1998-1999]  pauli <pauli@localhost>
 
877
 
 
878
        * doc/devel/Doxyfile (added): For generating source-code
 
879
          documentation with Doxygen.
 
880
 
 
881
        * doc/devel (added), doc/devel/versions.txt (added): Wrote version
 
882
          numbering scheme down.
 
883
 
 
884
2002-09-20 20:39 +0000 [r1995-1996]  pauli <pauli@localhost>
 
885
 
 
886
        * doc/Makefile.am: Put doc.xslt in distribution.
 
887
 
 
888
        * doc/sgml/tmispell.todo.sgml: The speed issue was not an issue.
 
889
 
 
890
2002-09-20 20:20 +0000 [r1994]  pauli <pauli@localhost>
 
891
 
 
892
        * doc/sgml/tmispell.sgml, configure.ac, NEWS: Bump version.
 
893
 
 
894
2002-09-20 20:10 +0000 [r1993]  pauli <pauli@localhost>
 
895
 
 
896
        * tmispell.conf.example: Added "finnish" entry for spell checking
 
897
          Finnish, since many program use it instead of "suomi". Made "." a
 
898
          word character.
 
899
 
 
900
2002-09-17 19:50 +0000 [r1990-1991]  pauli <pauli@localhost>
 
901
 
 
902
        * autogen.sh: Use cvs2log.pl.
 
903
 
 
904
        * doc/sgml/tmispell.sgml: Improved installation instructions.
 
905
 
 
906
2002-09-17 19:40 +0000 [r1988-1989]  pauli <pauli@localhost>
 
907
 
 
908
        * NEWS: New news.
 
909
 
 
910
        * doc/sgml/tmispell.todo.sgml: More verbose about speed and fixed
 
911
          some facts.
 
912
 
 
913
2002-09-17 19:17 +0000 [r1986-1987]  pauli <pauli@localhost>
 
914
 
 
915
        * TODO (removed): No need to maintain two separate todo lists.
 
916
 
 
917
        * doc/sgml/tmispell.todo.sgml: Tell about speed problems.
 
918
 
 
919
2002-09-17 17:44 +0000 [r1985]  pauli <pauli@localhost>
 
920
 
 
921
        * doc/sgml/tmispell.sgml, doc/sgml/tmispell.configfile.sgml:
 
922
          Rephrasing.
 
923
 
 
924
2002-09-17 17:14 +0000 [r1982-1984]  pauli <pauli@localhost>
 
925
 
 
926
        * doc/sgml/tmispell.todo.sgml: Capitalization support now in
 
927
          personal dictionary.
 
928
 
 
929
        * TODO: Updated.
 
930
 
 
931
        * src/personal_dictionary.hh, src/personal_dictionary.cc: Personal
 
932
          dictionary now handles word capitalization properly.
 
933
 
 
934
2002-09-16 19:32 +0000 [r1981]  pauli <pauli@localhost>
 
935
 
 
936
        * doc/sgml/tmispell.sgml, doc/sgml/tmispell.description.sgml,
 
937
          doc/sgml/tmispell.todo.sgml: Doc updates.
 
938
 
 
939
2002-09-16 18:39 +0000 [r1980]  pauli <pauli@localhost>
 
940
 
 
941
        * src/tmispell.hh: Still g++-3.0 compilation fixes.
 
942
 
 
943
2002-09-12 12:42 +0000 [r1979]  pauli <pauli@localhost>
 
944
 
 
945
        * src/config_file.hh: g++-3.0 compilation fix.
 
946
 
 
947
2002-09-06 14:29 +0000 [r1978]  pauli <pauli@localhost>
 
948
 
 
949
        * doc/sgml/tmispell.configfile-example.sgml,
 
950
          doc/sgml/tmispell.configfile.sgml: Document that the ispell
 
951
          program is specified in the configuration file.
 
952
 
 
953
2002-09-06 14:18 +0000 [r1975-1977]  pauli <pauli@localhost>
 
954
 
 
955
        * tmispell.conf.example: More exemplary configuration file.
 
956
 
 
957
        * src/config_file.cc: Fixed a regexp.
 
958
 
 
959
        * src/tmispell.cc: Use the value read from config file...
 
960
 
 
961
2002-09-06 14:08 +0000 [r1972-1974]  pauli <pauli@localhost>
 
962
 
 
963
        * src/tmispell.hh, src/config_file.cc, configure.ac,
 
964
          src/tmispell.cc, src/config_file.hh: The configuration file now
 
965
          specifies the ispell program to use.
 
966
 
 
967
        * src/regexp.cc: Reserve match space for the whole regexp.
 
968
 
 
969
        * src/regexp.hh: By default .end() and .begin() correspond to the
 
970
          whole regexp.
 
971
 
 
972
2002-09-06 13:19 +0000 [r1971]  pauli <pauli@localhost>
 
973
 
 
974
        * src/options.cc: Added -vv option.
 
975
 
 
976
2002-09-04 11:38 +0000 [r1970]  pauli <pauli@localhost>
 
977
 
 
978
        * src/options.cc: Recognize now the -e[e1234] options. Fixed bug in
 
979
          ispell option generation.
 
980
 
 
981
2002-09-03 12:41 +0000 [r1969]  pauli <pauli@localhost>
 
982
 
 
983
        * doc/sgml/tmispell.sgml: Removed unnecessary document information.
 
984
 
 
985
2002-09-03 12:38 +0000 [r1968]  pauli <pauli@localhost>
 
986
 
 
987
        * doc/Makefile.am, doc/sgml/tmispell.configfile-example.sgml,
 
988
          doc/sgml/tmispell.sgml, doc/doc.xslt (added),
 
989
          doc/sgml/tmispell.description.sgml,
 
990
          doc/sgml/tmispell.configfile.sgml, doc/sgml/tmispell.todo.sgml,
 
991
          doc/sgml/tmispell.man.sgml, doc/doc.dsl (removed): Switch to
 
992
          DocBook XML and XSLT processing.
 
993
 
 
994
2002-09-03 11:26 +0000 [r1967]  pauli <pauli@localhost>
 
995
 
 
996
        * doc/Makefile.am, doc/txt2readme.pl (removed),
 
997
          doc/sgml/tmispell.sgml, doc/doc.dsl (added): HTML generation
 
998
          tweaks.
 
999
 
 
1000
2002-09-02 21:58 +0000 [r1966]  pauli <pauli@localhost>
 
1001
 
 
1002
        * autogen.sh: Copy, don't link the README.
 
1003
 
 
1004
2002-09-02 21:44 +0000 [r1965]  pauli <pauli@localhost>
 
1005
 
 
1006
        * configure.ac: Generate doc/sgml/Makefile.
 
1007
 
 
1008
2002-09-02 21:39 +0000 [r1962-1964]  pauli <pauli@localhost>
 
1009
 
 
1010
        * doc/Makefile.am, Makefile.am: Remove generated items on
 
1011
          maintainer-clean.
 
1012
 
 
1013
        * configure.ac: Removed unnecessary tests.
 
1014
 
 
1015
        * doc/Makefile.am, doc/sgml/tmispell.configfile-example.sgml
 
1016
          (added), doc/tmispell.sgml (removed), doc/sgml/Makefile.am
 
1017
          (added), doc/sgml/tmispell.sgml (added),
 
1018
          doc/tmispell.description.sgml (removed),
 
1019
          doc/sgml/tmispell.description.sgml (added),
 
1020
          doc/tmispell.configfile.sgml (removed), doc/tmispell.todo.sgml
 
1021
          (removed), doc/sgml/tmispell.configfile.sgml (added),
 
1022
          doc/sgml/tmispell.todo.sgml (added), doc/sgml (added),
 
1023
          doc/tmispell.man.sgml (removed), doc/sgml/tmispell.man.sgml
 
1024
          (added), doc/tmispell.configfile-example.sgml (removed): Moved
 
1025
          sgml files to a subdirectory.
 
1026
 
 
1027
2002-09-02 21:28 +0000 [r1960-1961]  pauli <pauli@localhost>
 
1028
 
 
1029
        * autogen.sh: Generate README automatically. Generate ChangeLog
 
1030
          only for HEAD branch.
 
1031
 
 
1032
        * README (removed): Generate README automatically.
 
1033
 
 
1034
2002-09-02 21:25 +0000 [r1958-1959]  pauli <pauli@localhost>
 
1035
 
 
1036
        * doc/Makefile.am: Removed an unnecessary argument to jade.
 
1037
 
 
1038
        * doc/Makefile.am, doc/txt2readme.pl (added): Quick hack for
 
1039
          creating the README file from sgml documents.
 
1040
 
 
1041
2002-09-02 20:47 +0000 [r1957]  pauli <pauli@localhost>
 
1042
 
 
1043
        * doc/tmispell.sgml: Need <para> in <note>.
 
1044
 
 
1045
2002-09-02 19:50 +0000 [r1954]  pauli <pauli@localhost>
 
1046
 
 
1047
        * src/spell.cc: No need to count the length of the word again.
 
1048
 
 
1049
2002-08-31 13:10 +0000 [r1953]  pauli <pauli@localhost>
 
1050
 
 
1051
        * configure.ac, src/options.cc: Ispell does not use getopt, so
 
1052
          switched to hand-crafted option parsing.
 
1053
 
 
1054
2002-08-31 10:54 +0000 [r1952]  pauli <pauli@localhost>
 
1055
 
 
1056
        * src/tmispell.cc: Do not fail if personal dictionary does not
 
1057
          exist yet.
 
1058
 
 
1059
2002-08-29 13:52 +0000 [r1950-1951]  pauli <pauli@localhost>
 
1060
 
 
1061
        * doc/Makefile.am (added): Added this.
 
1062
 
 
1063
        * doc/tmispell.sgml: KSpell startup instructions and testing
 
1064
          examples.
 
1065
 
 
1066
2002-08-29 13:12 +0000 [r1948-1949]  pauli <pauli@localhost>
 
1067
 
 
1068
        * README, doc/tmispell.sgml: Wrong version number :)
 
1069
 
 
1070
        * README: Added email address.
 
1071
 
 
1072
2002-08-29 13:06 +0000 [r1947]  pauli <pauli@localhost>
 
1073
 
 
1074
        * src/filter.cc, src/options.hh: g++-3.0 compilation fixes.
 
1075
 
 
1076
2002-08-29 12:40 +0000 [r1943-1946]  pauli <pauli@localhost>
 
1077
 
 
1078
        * Makefile.am: Added tmispell.conf.example to EXTRA_DIST.
 
1079
 
 
1080
        * autogen.sh: Autogen magick.
 
1081
 
 
1082
        * configure.ac: Added makefile in doc.
 
1083
 
 
1084
        * src/Makefile.am: Added tm_openoffice.hxx to distribution.
 
1085
 
 
1086
2002-08-26 21:18 +0000 [r1939-1942]  pauli <pauli@localhost>
 
1087
 
 
1088
        * Makefile.am: Add doc.
 
1089
 
 
1090
        * README: Sync from sgml.
 
1091
 
 
1092
        * tmispell.conf.example: Updated.
 
1093
 
 
1094
        * configure.ac: Man page generation.
 
1095
 
 
1096
2002-08-26 21:12 +0000 [r1938]  pauli <pauli@localhost>
 
1097
 
 
1098
        * doc/tmispell.sgml: Proper author info.
 
1099
 
 
1100
2002-08-26 21:02 +0000 [r1937]  pauli <pauli@localhost>
 
1101
 
 
1102
        * doc/tmispell.sgml (added), doc/tmispell.description.sgml (added),
 
1103
          doc/tmispell.configfile.sgml (added), doc/tmispell.todo.sgml
 
1104
          (added), doc (added), doc/tmispell.man.sgml (added),
 
1105
          doc/tmispell.configfile-example.sgml (added): Added
 
1106
          documentation.
 
1107
 
 
1108
2002-08-26 18:31 +0000 [r1935-1936]  pauli <pauli@localhost>
 
1109
 
 
1110
        * tmispell.conf.example: Updated.
 
1111
 
 
1112
        * src/personal_dictionary.hh (added), src/tmispell.hh,
 
1113
          src/config_file.cc, src/Makefile.am, src/filter.cc,
 
1114
          src/options.hh, src/dictionary.cc (removed),
 
1115
          src/personal_dictionary.cc (added), src/spell.hh,
 
1116
          src/tmispell.cc, src/options.cc, src/config_file.hh,
 
1117
          src/spell.cc, src/dictionary.hh (removed): Dictionary ->
 
1118
          PersonalDictionary. Grouped data read from config file into
 
1119
          SpellcheckerEntries. Read encoding and lc_ctype from config file.
 
1120
 
 
1121
2002-08-22 09:41 +0000 [r1933-1934]  pauli <pauli@localhost>
 
1122
 
 
1123
        * TODO: Updated.
 
1124
 
 
1125
        * src/config_file.cc, src/options.hh, src/tmispell.cc,
 
1126
          src/options.cc, src/pipe.cc, src/config_file.hh: Use only the
 
1127
          dictionary identifier as part of personal dictionary name.
 
1128
          s/language/dictionary_identifier/g
 
1129
 
 
1130
2002-08-22 00:34 +0000 [r1929-1932]  pauli <pauli@localhost>
 
1131
 
 
1132
        * NEWS: Some news.
 
1133
 
 
1134
        * TODO: Updated.
 
1135
 
 
1136
        * README: Added documentation.
 
1137
 
 
1138
        * src/config_file.cc, src/filter.cc, src/options.hh,
 
1139
          src/tmispell.cc, src/options.cc, src/config_file.hh:
 
1140
          s/separator/boundary/g
 
1141
 
 
1142
2002-08-22 00:05 +0000 [r1927-1928]  pauli <pauli@localhost>
 
1143
 
 
1144
        * src/tmispell.hh, src/filter.cc, src/pipe.cc, src/filter.hh: The
 
1145
          offsets in response for ^ command count also the '^' character.
 
1146
          Fixes bug with emacs ispell mode.
 
1147
 
 
1148
        * src/config_file.cc: Updated comment.
 
1149
 
 
1150
2002-08-21 22:43 +0000 [r1924-1926]  pauli <pauli@localhost>
 
1151
 
 
1152
        * tmispell.conf.example (added): Added an example configuration
 
1153
          file.
 
1154
 
 
1155
        * src/tmispell.cc: Added better handling of separator characters.
 
1156
          Fixed -l mode to work the right way (was inverted...)
 
1157
 
 
1158
        * src/config_file.cc, src/filter.cc, src/options.hh,
 
1159
          src/options.cc, src/config_file.hh: Added better handling of
 
1160
          separator characters.
 
1161
 
 
1162
2002-08-21 21:46 +0000 [r1922-1923]  pauli <pauli@localhost>
 
1163
 
 
1164
        * src/regexp.hh, src/dictionary.cc, src/regexp.cc,
 
1165
          src/dictionary.hh, src/spell.cc: Fixed compiler warnings.
 
1166
 
 
1167
        * src/config_file.cc: Fixed stupid bugs.
 
1168
 
 
1169
2002-08-21 21:03 +0000 [r1921]  pauli <pauli@localhost>
 
1170
 
 
1171
        * src/tmispell.hh, src/config_file.cc, src/regexp.hh,
 
1172
          src/dictionary.cc, src/filter.cc, src/options.hh, src/spell.hh,
 
1173
          src/tmispell.cc, src/options.cc, src/pipe.cc, src/config_file.hh,
 
1174
          src/dictionary.hh, src/filter.hh, src/spell.cc: Generic cleanups
 
1175
          and more comments.
 
1176
 
 
1177
2002-08-21 18:49 +0000 [r1920]  pauli <pauli@localhost>
 
1178
 
 
1179
        * src/options.hh: Fix for g++-3.0.
 
1180
 
 
1181
2002-08-21 18:43 +0000 [r1911-1919]  pauli <pauli@localhost>
 
1182
 
 
1183
        * src/filter.cc: Fix crashing bug. Add word characters from
 
1184
          Options.
 
1185
 
 
1186
        * src/pipe.cc: Fix for compiling with g++-2.95.
 
1187
 
 
1188
        * src/options.hh: Allow passing only specific characters to ispell.
 
1189
 
 
1190
        * src/spell.cc: Fixed parameter order. Fix compiling for g++-2.95.
 
1191
 
 
1192
        * src/spell.hh: Fixed parameter order.
 
1193
 
 
1194
        * src/tmispell.cc: Add extra word chars from configuration file.
 
1195
          Pass only specific options to ispell. Fix to allow compiling with
 
1196
          g++-2.95.
 
1197
 
 
1198
        * src/config_file.hh: Added support for extra word chars in config
 
1199
          file.
 
1200
 
 
1201
        * src/config_file.cc: Made file parsing to work properly, and added
 
1202
          support for extra word character specification in the config
 
1203
          file.
 
1204
 
 
1205
        * src/options.cc: Added support for passing only specific options
 
1206
          further to ispell. Added --help documentation of the command-line
 
1207
          options.
 
1208
 
 
1209
2002-08-20 17:00 +0000 [r1908-1910]  pauli <pauli@localhost>
 
1210
 
 
1211
        * src/config.hh (removed): Oops. This is generated automatically.
 
1212
 
 
1213
        * configure.ac: Use config file.
 
1214
 
 
1215
        * src/config_file.cc (added), src/regexp.hh (added),
 
1216
          src/Makefile.am, src/filter.cc, src/options.hh, src/spell.hh,
 
1217
          src/tmispell.cc, src/regexp.cc (added), src/options.cc,
 
1218
          src/config_file.hh (added), src/config.hh (added): Before
 
1219
          rewrite...
 
1220
 
 
1221
2002-08-19 20:33 +0000 [r1906-1907]  pauli <pauli@localhost>
 
1222
 
 
1223
        * configure.ac: Changed name to tmispell. Use /usr/bin/ispell as
 
1224
          default.
 
1225
 
 
1226
        * src/tmispell.hh (added), src/Makefile.am, src/soikko-ispell.cc
 
1227
          (removed), src/tmispell.cc (added), src/pipe.cc,
 
1228
          src/soikko-ispell.hh (removed): Changed name to tmispell.
 
1229
 
 
1230
2002-05-12 20:00 +0000 [r1904-1905]  pauli <pauli@localhost>
 
1231
 
 
1232
        * autogen.sh (added): Do autoconf etc. stuff.
 
1233
 
 
1234
        * src/Makefile.am, Makefile.am: Added files to clean on
 
1235
          maintainer-clean.
 
1236
 
 
1237
2002-05-12 19:55 +0000 [r1903]  pauli <pauli@localhost>
 
1238
 
 
1239
        * README (added), spell.cc (removed), dictionary.hh (removed),
 
1240
          config.hh (removed), TODO (added), src/options.cc (added),
 
1241
          Makefile.am (added), filter.cc (removed), src/soikko-ispell.hh
 
1242
          (added), src/filter.hh (added), options.cc (removed), pipe.cc
 
1243
          (removed), tm_openoffice.hxx (removed), soikko-ispell.hh
 
1244
          (removed), AUTHORS (added), src (added), dictionary.cc (removed),
 
1245
          src/dictionary.hh (added), src/soikko-ispell.cc (added),
 
1246
          src/Makefile.am (added), src/filter.cc (added), configure.ac
 
1247
          (added), src/spell.hh (added), COPYING (added), src/pipe.cc
 
1248
          (added), soikko-ispell.cc (removed), src/tm_openoffice.hxx
 
1249
          (added), NEWS (added), spell.hh (removed), Makefile (removed),
 
1250
          src/dictionary.cc (added), src/options.hh (added), filter.hh
 
1251
          (removed), options.hh (removed), src/spell.cc (added): Began
 
1252
          using autoconf+automake.
 
1253
 
 
1254
2002-05-11 21:40 +0000 [r1901-1902]  pauli <pauli@localhost>
 
1255
 
 
1256
        * options.cc, filter.hh, filter.cc, options.hh: Added comments.
 
1257
 
 
1258
        * pipe.cc (added), soikko-ispell.hh (added), soikko-ispell.cc:
 
1259
          Moved the pipe reader part to another file.
 
1260
 
 
1261
2002-05-11 20:25 +0000 [r1900]  pauli <pauli@localhost>
 
1262
 
 
1263
        * soikko-ispell.cc: Split pipe interpreting function into parts.
 
1264
          Save personal dictionary on exit. Do not print empty lines after
 
1265
          ispell pipe commands; print them only after spell checking words.
 
1266
 
 
1267
2002-05-09 00:38 +0000 [r1897-1899]  pauli <pauli@localhost>
 
1268
 
 
1269
        * soikko-ispell.cc: Moved word checking to a helper function:
 
1270
          searches also personal and session dictionaries.
 
1271
 
 
1272
        * dictionary.hh: Use set default sort.
 
1273
 
 
1274
        * dictionary.cc: Made loading dictionaries to work. (Stupid me!)
 
1275
 
 
1276
2002-05-08 21:51 +0000 [r1894-1896]  pauli <pauli@localhost>
 
1277
 
 
1278
        * filter.hh: No need for <iostream>
 
1279
 
 
1280
        * dictionary.hh (added), dictionary.cc (added), soikko-ispell.cc:
 
1281
          Added support for session and personal dictionaries.
 
1282
 
 
1283
        * filter.cc: Use finnish locale.
 
1284
 
 
1285
2002-05-08 18:15 +0000 [r1893]  pauli <pauli@localhost>
 
1286
 
 
1287
        * Makefile, spell.hh, config.hh (added), filter.hh, spell.cc,
 
1288
          filter.cc, soikko-ispell.cc: Stuff.
 
1289
 
 
1290
2002-05-08 09:14 +0000 [r1889]  pauli <pauli@localhost>
 
1291
 
 
1292
        * Makefile (added), spell.hh (added), options.cc (added), filter.hh
 
1293
          (added), spell.cc (added), tm_openoffice.hxx (added), filter.cc
 
1294
          (added), options.hh (added), soikko-ispell.cc (added): Initial
 
1295
          revision
 
1296