~vcs-imports-ii/xboard/master

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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
Contributions of xboard and WinBoard authors by file
(get files names via git log --pretty=oneline --name-only --author=<AUTHORNAME>  v4.2.7..HEAD  |sort |uniq)

0. Files covered

The first group are included in the xboard distribution.  The second
group are included in the WinBoard source distribution but not in the
xboard distribution.  All are part of the joint xboard/WinBoard source
base and are covered by the same copyrights and licensing terms.

AUTHORS
autogen.sh
backend.c
backend.h
backendz.h
bitmaps/*
book.c
ChangeLog
childio.c
childio.h
cmail.in
cmail.man
common.h
config.h.in
configure.ac
COPYING
COPYRIGHT
engine-intf.txt
FAQ.html
frontend.h
gamelist.c
gettext.h
ics-parsing.txt
INSTALL
lists.c
lists.h
Makefile.am
moves.c
moves.h
NEWS
parser.h
parser.l
pgntags.c
pixmaps/*
po/*
README
shogibitmaps/*
sounds/*
ToDo
uci.c
xboard.c
xboard.h
xboard.texi
xedittags.c
xedittags.h
xengineoutput.c
xgamelist.c
xgamelist.h
xhistory.c
xhistory.h
xoptions.c
zic2xpm.c
zic2xpm.man
zippy.c
zippy.h
zippy.README

winboard/bitmaps/*
winboard/COMPILING
winboard/config.h
winboard/defaults.h
winboard/help/*
winboard/help.c
winboard/help.h
winboard/jaws.c
winboard/makefile.gcc
winboard/makefile.ms
winboard/parser.c
winboard/resource.h
winboard/shogibitmaps/*
winboard/WB4Jaws.dev
winboard/wclipbrd.c
winboard/wclipbrd.h
winboard/wedittags.c
winboard/wedittags.h
winboard/wengineo.c
winboard/wevalgraph.c
winboard/wgamelist.c
winboard/wgamelist.h
winboard/whistory.c
winboard/winboard.c
winboard/winboard.h
winboard/winboard.rc
winboard/winboard.rtf (compiles to winboard.hlp)
winboard/wlayout.c
winboard/woptions.c
winboard/woptions.h
winboard/wsettings.c
winboard/wsnap.c
winboard/wsnap.h
winboard/wsockerr.c
winboard/wsockerr.h


1. Wayne Christopher

Wrote from scratch (I believe) bitmaps.xchess/*80*.bm.  Other bitmaps
in the bitmaps.xchess directory were derived from these by shrinking
and some hand-tuning.  By default these bitmaps are no longer used.
Their copyright status is unclear.

2. Chris Sears and Dan Sears

Wrote from scratch parser.l, xboard.c, xboard.h, xboard.man.  Parts
(sometimes small) of these files were later moved by Tim Mann to
backend.c, backend.h, childio.c, common.h, frontend.h, and parser.h.

Chris and Dan's original work is copyrighted by Digital Equipment
Corporation with licensing terms similar to what the X Consortium uses
(see the file COPYRIGHT).  All the work listed below is copyrighted by
the Free Software Foundation and covered by the GPL (see the files
COPYRIGHT and COPYING).

3. Tim Mann <tim@tim-mann.org>

Wrote from scratch FAQ.html, backendz.h, childio.h, comment.in,
config.h.in, configure.in, engine-intf.txt, ics-parsing.txt, moves.c,
moves.h, pgntags.c (split from backend.c by Jochen Wiedmann),
xedittags.c, xedittags.h, xgamelist.c, xgamelist.h, zippy.README,
zippy.c, zippy.h, winboard.rtf, config.h, defaults.h, resource.h,
wedittags.c, wedittags.h, wgamelist.c, wgamelist.h, winboard.c,
winboard.h, winboard.rc.

Major additions and changes to nearly all other files listed in
section 0.

4. John Chanak

Addition to xboard.c, mostly later moved into backend.c.

5. Evan Welsh <Evan.Welsh@msdw.com>

Wrote from scratch cmail.in and cmail.man.  Additions to backend.c and
xboard.c.

6. Elmar Bartel <bartel@informatik.tu-muenchen.de>

Wrote from scratch the Metafont code from which bitmaps/* were
generated.  The Metafont code itself is not included in the package.

7. Jochen Wiedmann

Wrote from scratch gamelist.c, lists.c, lists.h.  Wrote xboard.texi,
mostly based on xboard.man and cmail.man.  Minor additions to backend.c.

8. Frank McIngvale <frankm@hiwaay.net>

Wrote from scratch zic2xpm.c and zic2xpm.man.  Additions to backend.c,
xboard.c, and xboard.man.

9. Hugh Fisher <Hugh.Fisher@cs.anu.edu.au>

Additions to backend.c and xboard.c.

10. Allessandro Scotti

Made many additions to the WinBoard user interface and graphics 
capabilities, such as new windows for engine output, board textures 
and font-based piece rendering. These changes became collectively known
as Winboard_x.

change to: backend.c, backend.h, backendz.h, bitmaps/analyze_14.ico,
bitmaps/analyze2_14.ico, bitmaps/baloon_14.ico, bitmaps/black_14.ico,
bitmaps/clock_14.ico, bitmaps/ponder_14.ico, bitmaps/trans_14.ico,
bitmaps/unknown_14.ico, bitmaps/white_14.ico, common.h, config.h,
frontend.h, gamelist.c, lists.c, lists.h, moves.c, moves.h, parser.c,
parser.h, pgntags.c, readme.htm, uci.c, winboard/defaults.h,
winboard/resource.h, winboard/wclipbrd.c, winboard/wclipbrd.h,
winboard/wedittags.c, winboard/wedittags.h, winboard/wengineoutput.c,
winboard/wevalgraph.c, winboard/wgamelist.c, winboard/wgamelist.h,
winboard/whistory.c, winboard/winboard.c, winboard/winboard.h,
winboard/winboard.ini, winboard/winboard.rc, winboard/wlayout.c,
winboard/woptions.c, winboard/woptions.h, winboard/wplugin.c,
winboard/wplugin.h, winboard/wsnap.c, winboard/wsnap.h, zippy.c,
zippy.h


11. H.G. Muller <h.g.muller AT hccnet DOT nl>

Heaviliy modified winboard.c, backend.c, moves.c and parser.l, to
allow board sizes other than 8x8, and many non-orthodox Chess pieces,
so that WinBoard is now capable of playing variants like Shogi and Xiangqi.
Also implemented displaying of the Crazyhouse holdings, and many adjudication
and other backend options. This version of WinBoard, (4.3.xx) containing all 
of the WinBoard_x options, became known as WinBoard_F.

changes to: acconfig.h, aclocal.m4, AUTHORS, backend.c, backend.h,
backendz.h, bitmaps/*, book.c, childio.h, cmail.in, common.h,
config.guess, config.h, config.h.in, config.sub, configure,
configure.ac, configure.in, copyright.texi, engine-intf.html,
FAQ.html, frontend.h, gamelist.c, ics-parsing.txt, install-sh,
lists.c, lists.h, Makefile.am, Makefile.in, manual.html,
mkinstalldirs, moves.c, moves.h, parser.c, parser.h, parser.l,
pg_key.c, pgntags.c, pg_show.c, pixmaps/*, pxboard, README, READ_ME,
readme_HGM.txt, shiphtml, shogibitmaps/*, texi2man, ToDo, uci.c,
winboard/bitmaps/*, winboard/config.h, winboard/cygwin.mak,
winboard/defaults.h, winboard/help.c, winboard/help/*,
winboard/internationalize, winboard/jaws.c, winboard/jaws.h, 
winboard/jaws.rc,winboard/language.txt, winboard/makefile.gcc,
 winboard/makefile.ms, winboard/metascript.txt, winboard/parser.c,
winboard/readme.txt, winboard/resource.h, winboard/shogibitmaps/*,
winboard/wchat.c, winboard/wclipbrd.c, winboard/wclipbrd.h, winboard/wedittags.c,
winboard/wedittags.h, winboard/wengineo.c, winboard/wengineoutput.c,
winboard/wevalgraph.c, winboard/wgamelist.c, winboard/wgamelist.h,
winboard/whistory.c, winboard/winboard.c, winboard/winboard.h,
winboard/winboard.htm, winboard/winboard.ini, winboard/winboard.rc,
winboard/winboard.rtf, winboard/wlayout.c, winboard/woptions.c,
winboard/woptions.h, winboard/wplugin.c, winboard/wplugin.h,
winboard/wsettings.c, winboard/wsnap.c, winboard/wsnap.h, xboard.c,
xboard.h, xboard.texi, xedittags.c, xedittags.h, xengineoutput.c,
xgamelist.c, xgamelist.h, xhistory.c, xhistory.h, xoptions.c, zippy.c,
zippy.h, zippy.README

also: worked on the installer files (not in the tar-ball, but available via Savannah)

12. Arun Persaud <arun AT nubati DOT net> 
 
changes to: acconfig.h, AUTHORS, autogen.sh, backend.c, backend.h,
backendz.h, book.c, ChangeLog, childio.c, childio.h, cmail.in,
common.h, config.h.in, configure.ac, COPYING, COPYRIGHT,
copyright.texi, FAQ.html, frontend.h, gamelist.c, gettext.h,
.gitignore, gpl.texinfo, ics-parsing.txt, INSTALL, install-sh,
lists.c, lists.h, Makefile.am, moves.c, moves.h, NEWS, parser.c,
parser.h, parser.l, pgntags.c, pixmaps/pixmaps.h, po/de.po,
po/LINGUAS, po/Makefile.in.in, README, READ_ME, shogibitmaps/README,
texi2man, ToDo, TODO,  uci.c, uci/uci_protocol.txt, winboard/bitmaps/bitmaps.h,
winboard/wchat.c, winboard/config.h, winboard/defaults.h,
winboard/jaws.c, winboard/parser.c, winboard/readme.txt,
winboard/shogibitmaps/README, winboard/WB4Jaws.dev,
winboard/wclipbrd.c, winboard/wclipbrd.h, winboard/wedittags.c,
winboard/wedittags.h, winboard/wengineo.c, winboard/wengineoutput.c,
winboard/wevalgraph.c, winboard/wgamelist.c, winboard/wgamelist.h,
winboard/whistory.c, winboard/winboard.c, winboard/winboard.h,
winboard/winboard.rc, winboard/wlayout.c, winboard/woptions.c,
winboard/woptions.h, winboard/wsnap.c, winboard/wsnap.h,
winboard/wsockerr.c, winboard/wsockerr.h, xboard.c, xboard.h,
xboard.texi, xedittags.c, xedittags.h, xengineoutput.c, xgamelist.c,
xgamelist.h, xhistory.c, xhistory.h, xoptions.c, zic2xpm.c,
zic2xpm.man, zippy.c, zippy.h, zippy.README


13. Eric Mullins <emwine AT earthlink DOT net>

Makefiles for different compilers for windows, several changes for
those compilers

change to: AUTHORS, backend.c, backend.h, backendz.h, 
common.h, frontend.h, gamelist.c, README, winboard/bcc32.cfg,
winboard/borland.mak, winboard/COMPILING, winboard/config.h,
winboard/cygwin.mak, winboard/help.c, winboard/help.h,
winboard/jaws.c, winboard/makefile.gcc, winboard/makefile.ms,
winboard/mingw32.mak, winboard/msvc7.mak, winboard/msvc.mak,
winboard/resource.h, winboard/res/winboard.exe.manifest,
winboard/WB4Jaws.dev, winboard/wevalgraph.c, winboard/winboard.c,
winboard/Winboard.dev, winboard/winboard.dsp, winboard/winboard.dsw,
winboard/winboard.h, winboard/winboard.ini, winboard/winboard.rc,
winboard/woptions.c, winboard/wsettings.c, 
xboard.c

also: prepared installer files for winboard (not in the tar-ball, but available via Savannah)