-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
245 lines (215 loc) · 10.6 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
2007-06-02 Gregory Pietsch <[email protected]>
* Fixed spelling mistakes -- grrr!
* ow.bat - changed to reflect new version.
* config-h.ow and config-h.bc - regenerated.
* Version 2.10c released.
2007-05-29 Gregory Pietsch <[email protected]>
* kitten/edlin.eo - New file - A translation of the message strings
into Esperanto. Thanks, rugxulo!
* msgs-eo.h - New file - generated from kitten/edlin.eo.
* ow.bat - changed to reflect new directory.
* Version 2.10b released.
2007-05-28 Gregory Pietsch <[email protected]>
* dynarray.h - debugged. Grrrr....
* ow.bat - Replaced with new version.
* Version 2.10a released.
2007-05-26 Gregory Pietsch <[email protected]>
* kitten/edlin.la -- New file - A translation into Latin.
* msgs-la.h - New file - generated from kitten/edlin.la.
* dynstr.c dynstr.h - New create/destroy functions added.
* dynarray.h - Threw lots of #defines in there to placate
the indent program.
* Version 2.10 released.
2006-11-26 Gregory Pietsch <[email protected]>
* kit2msgs.c -- Added this little filter program.
* kitten/edlin.da kitten/edlin.de kitten/edlin.es
kitten/edlin.eu kitten/edlin.fi kitten/edlin.fr
kitten/edlin.is kitten/edlin.it kitten/edlin.ja
kitten/edlin.nl kitten/edlin.no kitten/edlin.pt
kitten/edlin.sv -- Replaced with versions from
the NLS project.
* kitten/edlin.pl -- New file - A translation into
Polish (from the NLS project).
* msgs-pl.h -- New file. Generated with kit2msgs
from kitten/edlin.pl.
* msgs-da.h msgs-de.h msgs-es.h msgs-eu.h msgs-fi.h
msgs-fr.h msgs-is.h msgs-it.h msgs-ja.h msgs-nl.h
msgs-no.h msgs-pt.h msgs-sv.h -- Generated with
kit2msgs from the respective kitten files.
* ow.bat -- New file from <[email protected]>. Intended as an
aid to compiling under OpenWatcom.
* config-h.bc config-h.ow -- Regenerated.
* Version 2.9A released.
2006-10-15 Gregory Pietsch <[email protected]>
* edlib.c (insert_block) -- Fixed bug discovered by
Joris van Rantwijk.
* Version 2.9 released.
2005-11-15 Gregory Pietsch <[email protected]>
* msgs-pt.h kitten/edlin.pt -- Portuguese translations corrected.
Thanks, Dutra de Lacerda <[email protected]>!
2005-10-27 Gregory Pietsch <[email protected]>
* kitten.c kitten.h kitten/edlin.da kitten/edlin.de
kitten/edlin.en kitten/edlin.es kitten/edlin.eu
kitten/edlin.fi kitten/edlin.fr kitten/edlin.is
kitten/edlin.it kitten/edlin.ja kitten/edlin.nl
kitten/edlin.no kitten/edlin.pt kitten/edlin.sv -- added.
catgets.c nl_types.h -- added.
msgscats.h -- added.
edlin.c -- Modified to add message catalog initialization.
All of this is to support message catalogs. This whole bit
was inspired by Blair Campbell, who modified the 2.6 version
in his own way to add message catalogs.
* malloc.c realloc.c -- added. These are replacements for
similarly-named functions in the standard library from
the libit project.
2005-07-20 Gregory Pietsch <[email protected]>
* Changed the address for the Free Software Foundation in the
source files.
* COPYING : Got latest version from Free Software Foundation.
* dynarray.h dynstr.c : Fixed so that the program compiles cleanly
with "gcc -Wall --pedantic". This involved adding a few
parentheses and braces in a few places.
* TODO : This file was missing from 2.5. Re-adding it ... grrr!
* Version 2.6 released.
2005-04-30 Gregory Pietsch <[email protected]>
* dynarray.h : Added comments.
* edlib.c : Added functions file_exists, make_bakfile.
* Added checks for unistd.h, access, link, rename, and unlink
to the configure script.
* Version 2.5 released.
2005-01-16 Gregory Pietsch <[email protected]>
* Discovered Japanese files were missing from 2.3. Re-added them...
grrr!
* Added checks for the iskanji() function and the <jctype.h> header
to the configure script.
* edlib.c : Modified to include a substitute iskanji() function.
* Version 2.4 released.
2004-09-04 Gregory Pietsch <[email protected]>
* Added Japanese port (msgs-ja.h, edlin-ja.htm, edlin-ja.txt)
based on work by <[email protected]>. His work was based
on version 2.1.
* edlib.c : Modified to include SHIFT_JIS code from the
Japanese port.
* Version 2.3 released.
2004-08-09 Gregory Pietsch <[email protected]>
* Checked my msgs-de.h file against Eric Auer's msgs-de2.h
and fixed an umlaut problem in msgs-de.h.
* Version 2.2A released.
2004-05-09 Gregory Pietsch <[email protected]>
* Added Eric Auer's original umlaut-less msgs-de.h as msgs-de2.h.
* Added support for decimal escape sequences.
* Version 2.2 released.
2003-09-21 Gregory Pietsch <[email protected]>
* Added new version of dynstr.c and dynstr.h.
* defines.h defines.c dynarray.h : added.
* error.h error.c xmalloc.h xmalloc.c : dropped.
* edlin.c edlib.c : modified.
* Added patches from Bart Oldeman <[email protected]>.
* Version 2.1 released.
2003-08-23 Gregory Pietsch <[email protected]>
* Version 2.0C released.
2003-07-14 Gregory Pietsch <[email protected]>
* msgs-nl.h : Got fixed translation of the msgs.h file into
Dutch from Bernd Blaauw <[email protected]>.
2003-06-29 Gregory Pietsch <[email protected]>
* msgs-fi.h : New file -- draft translation of the msgs.h file
into Finnish.
* msgs-sv.h : New file -- draft translation of the msgs.h file
into Swedish.
* Version 2.0B released.
2003-06-22 Gregory Pietsch <[email protected]>
* msgs-pt.h : Fixed Portuguese draft.
* msgs-eu.h : I asked for it, I got it: a translation of the
msgs.h file into Basque! Thanks, Aitor Santamaria Merino!
* msgs-de.h : Modified Eric Auer's translation to include umlauts.
* TODO : For some reason, this file was missing from 2.0A. Added
the status of the internationalization project.
* msgs-da.h : New file -- draft translation of the msgs.h file
into Danish.
2003-06-19 Gregory Pietsch <[email protected]>
* msgs-no.h : New translation of the msgs.h file into
Norwegian. As usual, this is a draft.
* msgs-is.h : New translation of the msgs.h file into
Icelandic. As usual, this is a draft.
* Version 2.0A released.
2003-06-18 Gregory Pietsch <[email protected]>
* msgs-it.h msgs-fr.h : Fixed these files based on
e-mails from Maurizio Spagni <[email protected]>,
Roberto Mariottini <[email protected]>,
Salvo Isaja <[email protected]>, and
Achille Foulleul <[email protected]>. Thanks
everyone for the new translations!
* msgs-pt.h : New translation of the message file into
Portuguese. As usual, this is a draft.
2003-06-14 Gregory Pietsch <[email protected]>
* msgs-it.h : New translation of the message file into Italian.
The usual caveats apply; the translation might not be any good,
but who knows?
* msgs-es.h : New translation from Aitor SANTAMARIA_MERINO
<[email protected]>. This replaces the "broken" Spanish
translation.
* Makefile.am : Added msgs-it.h into EXTRA_DIST area.
* Version 2.0 released.
2003-06-13 Gregory Pietsch <[email protected]>
* msgs-es.h msgs-fr.h : New translations of the message file into
Spanish and French, respectively. These translations are broken
since my translating abilities aren't very good. Any volunteers?
* Renamed program to edlin.
* edlin.c : New file - renamed from edline.c.
* edlin.htm : New file - renamed from edline.htm.
* Makefile.am : Add msgs-es.h and msgs-fr.h into EXTRA_DIST area.
* NEWS : Modified.
2003-06-09 Gregory Pietsch <[email protected]>
* msgs-de.h : New file from Eric Auer <[email protected]>. Replaces
the broken file I had.
2003-05-30 Gregory Pietsch <[email protected]>
* msgs.h : New file.
* msgs-en.h : New file for internationalization.
* msgs-de.h : New translation of the msgs.h file into German.
* configure.in : version changed.
* Makefile.am : Added new files.
* edline.c edlib.c error.c : Minor alterations to outputted strings
for internationalization.
* New version: 1.4 released.
2003-05-13 Gregory Pietsch <[email protected]>
* edline.htm : New file for HTML HELP.
* Makefile.am : Added edline.htm in EXTRA_DIST area.
* New version: 1.3 released.
2003-05-10 Gregory Pietsch <[email protected]>
* dynstr.c (DSassigncstr): Added.
* dynstr.c (DScopy): Dropped; use a combination of DScreate and an
explicit DSassigncstr instead.
* dynstr.h : Redid prototypes for dynstr.c functions with cproto and
incorporated them here.
* error.c: Added patch from Michael Kallas.
2003-04-29 Gregory Pietsch <[email protected]>
* configure.in : New test for memcpy() (HAVE_MEMCPY).
* dynstr.c : New fallback implementations of memset(), bcmp(),
bcopy().
* edlib.c : New fallback implementation of strchr().
* Makefile.am : include files config-h.bc, config-h.msc, Makefile.bc
in EXTRA_DIST area.
* New version: 1.2 released.
2003-03-05 Gregory Pietsch <[email protected]>
* Makefile.bc : New file from Jim Hall <[email protected]>.
* config-h.bc : New file.
* dynstr.c dynstr.h : New files - renamed from dynstring.c and
dynstring.h.
* dynstring.c dynstring.h : Deleted.
* NEWS : modified.
* README : modified to include Borland C++ directions.
* dynstr.c (HAVE_BCMP) : include fallback implementation of bcmp().
* dynstr.c (HAVE_BCOPY) : include fallback implementation of bcopy().
* config.h.in : regenerated.
* config-h.msc config-h.bc : new defines for HAVE_BCMP, HAVE_BCOPY,
HAVE_INDEX.
* New version: 1.1 released.
2003-03-03 Gregory Pietsch <[email protected]>
* Initial entry.
* AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in
NEWS README aclocal.m4 config.h.in configure configure.in
depcomp dynstring.c dynstring.h edlib.c edlib.h
edline.c error.c error.h install-sh missing
mkinstalldirs xmalloc.c xmalloc.h : New files.
* TODO config-h.msc edline.dsw edline.dsp : New files.
* Version 1.0 released.