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
|
2006-10-27 Harri Pitkänen <hatapitk@iki.fi>
* Implement version checking for malaga project files.
2006-10-26 Harri Pitkänen <hatapitk@iki.fi>
* Clean up library checks in configure.ac, remove special check
for malaga shared library.
* Add AC_LIBTOOL_WIN32_DLL to configure.ac to help building
shared libraries on Windows.
2006-10-05 Harri Pitkänen <hatapitk@iki.fi>
* Add missing 'const' to usage example in voikko.h.
* Add new exported function init_libvoikko_with_path.
* Adjust voikkospell and voikkohyhenate to accept new -p option that
can be used to set the dictionary path.
* Improve manual page formatting.
* Increase version to 1.2 and libtool version info to 3:0:2.
2006-09-26 Harri Pitkänen <hatapitk@iki.fi>
* Increase LIBVOIKKO_MAX_WORD_CHARS back to 255, the issue with
complicated compound words is now properly fixed in Malaga and
Suomi-malaga.
* Fix suggestions when VOIKKO_OPT_IGNORE_DOT is set and word has only
one character before the dot.
* Prepare some suggestion functions to accept strings that are not
null terminated.
* Markup fix for voikkospell.1, thanks to Timo Jyrinki
* Increase version to 1.1.1.
2006-09-14 Harri Pitkänen <hatapitk@iki.fi>
* Decrease LIBVOIKKO_MAX_WORD_CHARS to prevent freezing malaga with too complicated
compound words.
2006-08-30 Harri Pitkänen <hatapitk@iki.fi>
* Look for Malaga project file voikko-fi_FI.pro instead of suomi.pro.
* Implement the cache size parameter in voikko_init.
* Add -c option to voikkospell to control the cache size parameter.
* Update README.
* Reject overly long input strings in voikko_spell_ucs4 and voikko_suggest_ucs4
just to be sure that any bugs later will not cause buffer overflows. The
cstr variants have been doing this check in charset conversion.
* Adjust library version info for release of version 1.1.
2006-08-22 Harri Pitkänen <hatapitk@iki.fi>
* If --with-malaga-path is not set, default to installation prefix.
* Fix compilation with -fno-common (needed on OS X).
* Respect VOIKKO_OPT_IGNORE_DOT in suggestion code. This breaks suggestions
with words that actually have a dot in them, but they are rare enough to
not matter much.
2006-08-16 Harri Pitkänen <hatapitk@iki.fi>
* Three new character replacement suggestions.
2006-08-14 Harri Pitkänen <hatapitk@iki.fi>
* Accept some alternative Unicode sequences for certain characters.
This is enabled only for spellchecking: it is still recommended that
applications convert string to a normalised form (see src/voikko_charset.c)
before using hyphenator functions.
2006-08-14 Harri Pitkänen <hatapitk@iki.fi>
* Modify suggestions to match the character case of the original word
if this is possible without invalidating the suggestion.
2006-08-12 Harri Pitkänen <hatapitk@iki.fi>
* Do not suggest splitting a word or adding a hyphen in certain
cases where there already is an other hyphen nearby.
2006-07-26 Harri Pitkänen <hatapitk@iki.fi>
* Add -no-undefined to libvoikko_la_LDFLAGS, which is supposed to
enable building shared libraries on Windows.
2006-07-25 Harri Pitkänen <hatapitk@iki.fi>
* Increase version to 1.0
2006-07-03 Harri Pitkänen <hatapitk@iki.fi>
* Fix the previous fix for character insertion suggestions
* Fix a bug and optimise character duplication suggestions
2006-06-26 Harri Pitkänen <hatapitk@iki.fi>
* Fix a bug in character insertion suggestions
2006-06-17 Harri Pitkänen <hatapitk@iki.fi>
* Do not hyphenate between vowels in voikko_simple_hyphenation if
VOIKKO_OPT_NO_UGLY_HYPHENATION is set
* Remove warning about unimplemented VOIKKO_OPT_NO_UGLY_HYPHENATION
in voikko.h (it was first implemented on 2006-05-24)
* Suggest replacing s with š and z with ž rather than sh and zh.
* If a suggestion cannot be represented in the external encoding, drop only
that suggestion instead of returning null immediately.
2006-06-06 Harri Pitkänen <hatapitk@iki.fi>
* Improve character insertion suggestions
2006-06-01 Harri Pitkänen <hatapitk@iki.fi>
* Add error recovery and fix some related bugs
* Increase version to 0.9
2006-05-30 Kai Solehmainen <kai.solehmainen@oikeatoliot.fi>
* nl_langinfo() ported for Windows version.
* Dictionary path is searched from Windows registry:
- first from HKEY_CURRENT_USER\SOFTWARE\Voikko\DictionaryPath
- and then if not found from HKEY_LOCAL_MACHINE\SOFTWARE\Voikko\DictionaryPath
* Minor changes for Windows version.
2006-05-30 Harri Pitkänen <hatapitk@iki.fi>
* Suggestions are sorted by estimated correctness:
compound suggestions and suggestions that contain both letter
and case changes are given lower priority.
2006-05-29 Harri Pitkänen <hatapitk@iki.fi>
* Character deletion suggestions
* Character insertion suggestions
* Character swap suggestions
2006-05-27 Harri Pitkänen <hatapitk@iki.fi>
* Character replacing suggestions
2006-05-24 Harri Pitkänen <hatapitk@iki.fi>
* Do not add hyphenation points if hyphenation is forbidden in Malaga
* Implement VOIKKO_OPT_NO_UGLY_HYPHENATION
* New options in voikkohyphenate: no_ugly_hyphenation=0|1
2006-05-24 Harri Pitkänen <hatapitk@iki.fi>
* Word splitting suggestions
2006-05-23 Harri Pitkänen <hatapitk@iki.fi>
* Vowel changing suggestions
2006-05-22 Harri Pitkänen <hatapitk@iki.fi>
* Add manual pages for voikkospell and voikkohyphenate
2006-05-22 Harri Pitkänen <hatapitk@iki.fi>
* Character case correcting suggestions
* New options in voikkospell: -s, accept_first_uppercase=0|1
2006-05-20 Harri Pitkänen <hatapitk@iki.fi>
* Add cache size parameter to voikko_init
* Version 0.3
2006-05-20 Harri Pitkänen <hatapitk@iki.fi>
* Case-sensitive checking
* Iconv handle caching
* Spellchecker result cache
2006-04-24 Harri Pitkänen <hatapitk@iki.fi>
* Implement VOIKKO_OPT_COMPOUND_INTERSECT_LEVEL
2006-04-23 Harri Pitkänen <hatapitk@iki.fi>
* Fix use-after-free in voikko_do_spell
2006-04-23 Harri Pitkänen <hatapitk@iki.fi>
* Fix pointer usage in porting.c:getline
* configure fixes
2006-04-20 Harri Pitkänen <hatapitk@iki.fi>
* Add AM_MAINTAINER_MODE to configure.ac
* Some porting work for FreeBSD
2006-04-19 Harri Pitkänen <hatapitk@iki.fi>
* Add support for personal Malaga project file in $HOME/.voikko/suomi.pro
* Add README
2006-04-14 Harri Pitkänen <hatapitk@iki.fi>
* Search malaga.h from include/malaga and include
2006-04-13 Harri Pitkänen <hatapitk@iki.fi>
* Add more API documentation
* Fix configure check for gcc visibility support
* Increase version number to 0.2
2006-04-13 Harri Pitkänen <hatapitk@iki.fi>
* voikkospell.c: Additional mode for automated tests
* Fixes for bugs found by Valgrind
2006-04-11 Harri Pitkänen <hatapitk@iki.fi>
* Library API improvements and documentation
2006-04-11 Harri Pitkänen <hatapitk@iki.fi>
* Added ChangeLog
|