-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
218 lines (146 loc) · 7.24 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
2002-06-29 Vadim Penzin <[email protected]>
* Rewrote interactive "interface" along the lines set by DK. Now there
is a help summary and a 'default key' feature.
* --resume has no argument anymore and it is off by default.
* Fixed description of --context-size in fe's usage: no upper limit,
must be 2 at least.
* Word dictionary dump is sorted by the number of occurences, in
descending order. No unique words in output. Properly handles empty
files, as well as files having only one, or only two words in them.
If all words are unique, the entire word dictionary is dumped.
* Fixed building using Microsoft Developer Studio.
* Updated win32/README with information on Cygwin
* Merged win32/recode.dsw and win32/fe.dsw into win32/fe.dsw.
* Changed version to 1.3.7.
2002-06-28 Vadim Penzin <[email protected]>
* Added --without-cygwin to configure.in. Since Cygwin does not
attempt to determine if debug version of Microsoft Runtime Library
is present on the system, --without-cygwin disables --enable-debug
and --enable-profile (which are meaningless in this context anyway).
* Streamlined getopt_long detection logic and handling.
* configure prints settings summary on exit.
2002-06-27 Vadim Penzin <[email protected]>
* Added --enable-encoding to configure.in. src/fe.c, src/lingtbl.c and
src/ui.c are not distributed anymore, configure creates these files from
src/fe.koi8-r, src/lingtbl.koi8-r and src/ui.koi8-r.
* Added platform detection at the build time.
* Fixed src/Makefile.am for Cygwin's $EXEEXT, separated generated files
from fe_SOURCES to nodist_fe_SOURCES and added them to MOSTLYCLEANFILES.
Now building from CVS requires automake-1.5.
* Changed default value of sensitivity threshold to 500.
* fe --version and ce --version print information about the platform
they were compiled on as well as default encoding which was set using
--enable-encoding.
* win32/*.dsp are broken for a while, will fix it later.
2002-06-27 Dmitry Kirsanov <[email protected]>
* src/lingtbl.c: changed information values for yo
* src/fe.c: broke infor() into two functions, infor_same() and
infor_diff()
* src/fe.c: in simwords(), added a step to decrease sim based on
infor_diff()
* src/fe.c: in set_count_coefficient() decreased divisor from 13 to 8
to sharpen dependance on wordcount information
2002-06-08 Vadim Penzin <[email protected]>
* Moved README.win32 to win32/README, added win32/README to
EXTRA_DIST in win32/Makefile.am
* Removed win32/Makefile.mingw32
* Made error message issued when user provides no input more
informative, removed message issued when processing of a file begins
* Added win32/recode.dsw win32/recode.dsp
* Rewrote win32/README
* Fixed compilation errors on Win32
* Updated BUGS, wrote NEWS and TODO, added them to the distribution.
2002-06-07 Vadim Penzin <[email protected]>
* Corrected creation year of original Fresh Eye in AUTHORS
* Added --enable-debug and --enable-profile for configure
* Fixed configure for platforms that do not have getopt_long
* Eliminated remaining #includes in headers
2000-10-15 Vadim Penzin <[email protected]>
* Added automatic generation of config.h. Version changed to 1.3.6
2000-10-07 Vadim Penzin <[email protected]>
* Added compilation of GNU's getopt on platforms
that do not have getopt_long. This change affected
configure.in and src/Makfile.am
* Fixed warnings issued by gcc on FreeBSD in getopt.c
* Compiles and runs on FreeBSD. Version changed to 1.3.5
2000-10-05 Vadim Penzin <[email protected]>
* Added support for "yo". The similarity and quantity of
information coefficients are *copied* from "ye"
* Version changed to 1.3.4
2000-10-02 Vadim Penzin <[email protected]>
* Changed #inclusion policy to "included files do not #include
other files".
* All warnings issued by -Wall eliminated
* Added dos/fe.dsw, dos/ce.dsp, dos/fe.dsp
* Compiles with Microsoft Visual C 6.0 without warnings
* Version changed to 1.3.3
2000-04-30 Vadim Penzin <[email protected]>
* src/ce.c: Added --strict
1999-07-28 Vadim Penzin <[email protected]>
* Added wrappers.c, wrappers.h, utilities.c and utilities.h.
All calls to fopen and fclose changed accordingly except for
check_log ().
* Added empty context.c context.h
* Wrote first version of README.win32
* All files opened for reading are now closed
1999-07-27 Vadim Penzin <[email protected]>
* Created dos/Makefile.gcc for use with Mingw32
1999-07-26 Vadim Penzin <[email protected]>
* Word mode removed, globals wordmode and wordwrap eliminated,
fgs (), nextword () and displ_help () changed accordingly.
$Id: ChangeLog,v 1.11 2002/06/29 06:50:54 vadimp Exp $
2002-06-26 Vadim Penzin <[email protected]>
* --version prints platform type
* Added acconfig.h
* Removed src/config.h.in from CVS
2002-06-21 Vadim Penzin <[email protected]>
* Build fixes for NetBSD 1.5.2
2002-06-08 Vadim Penzin <[email protected]>
* Moved README.win32 to win32/README, added win32/README to
EXTRA_DIST in win32/Makefile.am
* Removed win32/Makefile.mingw32
* Made error message issued when user provides no input more
informative, removed message issued when processing of a file begins
* Added win32/recode.dsw win32/recode.dsp
* Rewrote win32/README
* Fixed compilation errors on Win32
* Updated BUGS, wrote NEWS and TODO, added them to the distribution.
2002-06-07 Vadim Penzin <[email protected]>
* Corrected creation year of original Fresh Eye in AUTHORS
* Added --enable-debug and --enable-profile for configure
* Fixed configure for platforms that do not have getopt_long
* Eliminated remaining #includes in headers
2000-10-15 Vadim Penzin <[email protected]>
* Added automatic generation of config.h. Version changed to 1.3.6
2000-10-07 Vadim Penzin <[email protected]>
* Added compilation of GNU's getopt on platforms
that do not have getopt_long. This change affected
configure.in and src/Makfile.am
* Fixed warnings issued by gcc on FreeBSD in getopt.c
* Compiles and runs on FreeBSD. Version changed to 1.3.5
2000-10-05 Vadim Penzin <[email protected]>
* Added support for "yo". The similarity and quantity of
information coefficients are *copied* from "ye"
* Version changed to 1.3.4
2000-10-02 Vadim Penzin <[email protected]>
* Changed #inclusion policy to "included files do not #include
other files".
* All warnings issued by -Wall eliminated
* Added dos/fe.dsw, dos/ce.dsp, dos/fe.dsp
* Compiles with Microsoft Visual C 6.0 without warnings
* Version changed to 1.3.3
2000-04-30 Vadim Penzin <[email protected]>
* src/ce.c: Added --strict
1999-07-28 Vadim Penzin <[email protected]>
* Added wrappers.c, wrappers.h, utilities.c and utilities.h.
All calls to fopen and fclose changed accordingly except for
check_log ().
* Added empty context.c context.h
* Wrote first version of README.win32
* All files opened for reading are now closed
1999-07-27 Vadim Penzin <[email protected]>
* Created dos/Makefile.gcc for use with Mingw32
1999-07-26 Vadim Penzin <[email protected]>
* Word mode removed, globals wordmode and wordwrap eliminated,
fgs (), nextword () and displ_help () changed accordingly.
$Id: ChangeLog,v 1.11 2002/06/29 06:50:54 vadimp Exp $