source: trunk/third/aspell/ChangeLog @ 20163

Revision 20163, 6.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20162, which included commits to RCS files with non-trunk default branches.
Line 
12004-02-04 22:27  kevina
2
3        * manual/manual2.lyx:
4          Minor manual corrections.
5
62004-01-30 20:11  kevina
7
8        * common/hash.hpp, common/parm_string.hpp, common/posib_err.hpp,
9          common/string.hpp, common/string_buffer.hpp,
10          common/string_list.hpp, manual/man-proc.pl,
11          modules/speller/default/data.hpp,
12          modules/speller/default/readonly_ws.cpp,
13          modules/speller/default/speller_impl.cpp,
14          modules/speller/default/vector_hash-t.hpp,
15          modules/speller/default/vector_hash.hpp, prog/aspell.cpp,
16          prog/check_funs.cpp:
17          Compile fixes for Gcc 3.4 and Sun WorkShop 6 compiler
18
19          manual/man-proc.pl:Minor minor formatting fixes.
20
212004-01-12 23:16  kevina
22
23        * modules/speller/default/data_id.hpp:
24          Swaped dev_t ino_t
25
262004-01-03 01:10  kevina
27
28        * configure.ac:
29          Removed solaris link hack as it was causing more problems than it
30          fixes.
31
322003-10-18 02:50  kevina
33
34        * configure.ac, data/cp1250.dat, data/cp1251.dat, data/cp1252.dat,
35          data/cp1253.dat, data/cp1254.dat, data/cp1255.dat,
36          data/cp1256.dat, data/cp1257.dat, data/cp1258.dat,
37          lib/Makefile.am, modules/filter/url.cpp:
38          Incremented version numbers.  Reworked url filter which fixed
39          serveral bugs and now accepts   "bla.bla/kdkdl" as a url Added
40          cp125?.dat charsets.
41
422003-10-11 19:18  kevina
43
44        * configure.ac, manual/manual2.lyx, manual/manual2.tex,
45          prog/aspell.cpp:
46          Updates for Aspell 0.50.4.1 prog/aspell.cpp: Fixed major bug in
47          pipe mode which caused the last character to be chopped off words
48          before they were stored.
49
502003-10-11 17:45  kevina
51
52        * configure.ac, common/string_list.cpp, manual/man-proc.pl,
53          manual/manual2.lyx, manual/manual2.tex:
54          Final Changes Before 0.50.4 release.
55
562003-09-25 18:41  kevina
57
58        * modules/filter/url.cpp:
59          Modified url filter to avoid accepting quotes as part of the url
60          and to avoid mistaking words with more than one period after it
61          as a url.
62
632003-09-10 22:40  kevina
64
65        * prog/aspell.cpp:
66          Fixed bug so that Aspell will exit on EOF.  Fixed bug so that
67          Aspell will not output a new line on just EOF
68
692003-09-07 17:52  kevina
70
71        * prog/check_funs.cpp:
72          Bug fix in getchar.
73
742003-09-07 17:47  kevina
75
76        * prog/checker_string.cpp:
77          Fixed compile bug for Gcc 3.3
78
792003-05-17 23:13  kevina
80
81        * prog/aspell.cpp:
82          Fixed bug in trim_wspace when strlen == 1 Avoid possibility of
83          passing string with strlen == 0 to trim_space
84
852003-05-11 23:31  kevina
86
87        * modules/speller/default/multi_ws.cpp:
88          Fix for unhandled error on unreconized file format.
89
902003-05-11 22:56  kevina
91
92        * manual/manual2.lyx, prog/aspell.cpp:
93          Fixed Aspell API Documentation
94
95          Complain on unimplented functions in Aspell utility instead of
96          doing nothing or aborting.
97
982003-05-11 22:11  kevina
99
100        * common/vector.hpp, modules/speller/default/data.cpp,
101          modules/speller/default/data.hpp:
102          Removed a few const that were causing problems for some
103          compilers.
104
1052002-12-20 21:01  netztorte
106
107        * prog/aspell.cpp: don't set stdin/out buffer on win32, instead
108          flush stdout each line to fix pipe mode
109
1102002-12-19 14:07  netztorte
111
112        * manual/manual2.lyx: Updated Win32 notes about compilation,
113          installation and codepage problems
114
1152002-11-29 02:16  kevina
116
117        * common/posib_err.cpp:
118          Fixed gcc 3.3 compile problem.
119
1202002-11-27 22:02  netztorte
121
122        * win32/: Makefile, settings.h: Added prebuilt Makefile and
123          settings.h for building the Win32 version with MinGW GCC3.2.
124
1252002-11-25 19:22  kevina
126
127        * common/: posib_err.hpp, string.hpp:
128          Portibility Fix for intel compliler.
129
1302002-11-25 18:34  netztorte
131
132        * common/info.cpp, common/iostream.hpp,
133          modules/speller/default/readonly_ws.cpp, prog/aspell.cpp:
134          common/info.cpp: renamed ERROR to RETURN_ERROR
135          common/iostream.hpp: no DLLIMPORT for MinGW compilation
136          modules/speller/default/readonly_ws.cpp: renamed OUT to out
137          prog/aspell.cpp: adjusted setvbuf size for win32
138
1392002-11-23 22:26  kevina
140
141        * manual/: manual2.lyx, manual2.per, manual2.tex:
142          Final changes before release.
143
1442002-11-11 04:00  kevina
145
146        * examples/Makefile.am, manual/dev-html/Makefile.am,
147          manual/dev-text/Makefile.am, manual/man-html/Makefile.am,
148          manual/man-text/Makefile.am, scripts/Makefile.am:
149          Fixed so that spell can be built outside the source tree (i.e.
150          with VPATH)
151
1522002-11-11 03:49  kevina
153
154        * configure.ac, common/Makefile.am, common/file_util.cpp,
155          lib/Makefile.am, manual/manual2.lyx, manual/manual2.tex,
156          modules/filter/Makefile.am, modules/speller/default/Makefile.am,
157          modules/speller/default/writable_base.cpp,
158          modules/tokenizer/Makefile.am:
159          Ignored Locking Errors.  Linked all sub libraries into main
160          library.
161
1622002-11-04 17:47  kevina
163
164        * prog/aspell.cpp:
165          Hopefully fixed the ispell alignment bug for good.  Thanks for
166          Ronald Wahl for finding it.
167
1682002-10-04 07:59  kevina
169
170        * prog/aspell.cpp:
171          Fixed bug when newline wasn't being passed on to spell checker.
172
1732002-09-28 23:00  kevina
174
175        * common/Makefile.am, data/koi8-u.dat, manual/edit-man,
176          manual/manual2.lyx, manual/manual2.tex,
177          modules/filter/Makefile.am, modules/speller/default/Makefile.am,
178          modules/tokenizer/Makefile.am, prog/aspell.cpp:
179          Final updates before release.
180
1812002-09-25 22:45  kevina
182
183        * prog/checker_string.cpp:
184          Fixed part one of bug #613714 and a hack to sort of fix part two.
185
1862002-09-23 21:38  kevina
187
188        * configure.ac, modules/speller/default/speller_impl.cpp,
189          prog/aspell.cpp, prog/checker_string.cpp:
190          Incremented version number Fixed bugs in pipe mode include
191          get_word_pair Store replasment in check mode Eliminated useless
192          use of get_word in checker_string.cpp
193
1942002-09-18 09:33  kevina
195
196        * common/: fstream.cpp, fstream.hpp, iostream.cpp:
197          Avoided closing standard streams when FStream is destroyed to
198          allow the aspell library to be dlopened.
199
2002002-09-09 15:27  kevina
201
202        * prog/: aspell.cpp, compress.c:
203          compress.c: WIN32 Bug Fix aspell.cpp: Bug fix when '^' starts a
204          line.
205
2062002-08-31 15:10  kevina
207
208        * examples/example-c.c:
209          Bug fixes in example-c
210
2112002-08-30 16:02  kevina
212
213        * prog/aspell.cpp:
214          Fixed a bug in which the last line without newline will be
215          ignored.
216
2172002-08-30 15:11  kevina
218
219        * examples/example-c.c, scripts/run-with-aspell.create,
220          scripts/spell:
221          Updated example to include dumping a configuration option as a
222          list.
223
224          Added missing files.
225
Note: See TracBrowser for help on using the repository browser.