cleaned up ChangeLog and NEWS
[xboard.git] / ChangeLog
1 ChangeLog for XBoard/WinBoard
2 -----------------------------
3
4 (latest entries created by git log --no-merges --pretty="%ai %an <%ae>:%n%s%n%n%b" vnew vold)
5
6 2009-10-30 19:59:23 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
7 cleaned up ChangeLog and NEWS
8
9 2009-10-30 20:02:40 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
10 use xtell instead of tell in wchat
11
12 2009-10-28 20:35:06 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
13 prevent buffer overflow
14
15 This is a buffer-size adjustments to prevent the JAWS version from
16 crashing when it has to read out loud very long comments.
17
18 2009-10-28 02:17:16 -0700 Tim Mann <tim@tim-mann.org>:
19 Further copy/paste fixes
20
21 We needed to implement the XA_TARGETS target in order for more
22 sophisticated apps to really believe we put anything on the clipboard
23 they can use.
24
25 2009-10-27 23:57:25 -0700 Tim Mann <tim@tim-mann.org>:
26 Make copy/paste position and game use clipboard, bug #27810
27
28 Copy actually sets both the clipboard and the selection for
29 convenience and compatibility with the old way of doing things.
30 Paste pastes from the clipboard by default, but the new -pasteSelection
31 option lets you get back the old behavior of pasting from the
32 selection.
33
34 2009-10-27 15:44:28 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
35 switch focus to the board after loading a game
36
37 2009-10-27 15:32:07 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
38 fix for bug #27826: fixed autoDisplayComment
39
40 apparently the -autoDisplayComment option was not working,
41 not even in WinBoard. This patch should fix it,both for WB and XB.
42 (Unfortunately xboard.c and winboard.c were using a different name
43 for the same front-end variable I needed, so I had to change one of them.)
44
45 2009-10-27 12:24:56 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
46 fix for bug #27826: ported two options to xboard
47
48 also updated the documentation
49
50 2009-10-27 12:22:36 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
51 fixed jaws version
52
53 turns out the new mouse handler broke the JAWS patch, as I discarded
54 the function IsPromotion. I adapted it to call HasPromotionChoice instead.
55 Also fixed two arnings by removing a no-longer needed debug print.
56
57 2009-10-27 12:03:02 -0700 Arun Persaud <arun@nubati.net>:
58 reformated html to be correctly validated
59
60 2009-10-27 10:33:42 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
61 quick fix for "White Mates" in parser.l
62
63 2009-10-27 10:32:24 -0700 Arun Persaud <arun@nubati.net>:
64 fixed a regression
65
66 2009-10-26 20:45:15 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
67 changed stderr to debug output, since stderr is closed in winboard
68
69 2009-10-26 20:42:24 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
70 removing empty lines from ICS play
71
72 this patch causes removal of spurious prompts during ICS play
73 also if the prompt is preceeded by a number of empty lines
74 (as the board for the opponent move is on FICS).
75
76 2009-10-26 20:40:00 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
77 another bug in VariantSwitch: an unitialized board was printed.
78
79 Must have been there a long time, but this time it crashed WinBoard.
80
81 2009-10-26 20:38:37 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
82 more work on variant switch
83
84 the previous solution to the cosmetic problem of displaying a wrong shuffle
85 in an ICS game that was observed from the very start unfortunately turned
86 out to cause a real error in diplaying a stored game through the smoves
87 command, for variants not using the FIDE setup as standard.
88
89 This patch displays the position from before setting up the start position
90 of the new variant, but does setup boards[0] to the initial position of that
91 variant. (If this is a wrong shuffle, it is thus ot displayed, and a new board
92 will immediately be sent from the ICS to correct the shuffle.)
93
94 2009-10-26 20:34:04 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
95 force full redraw in winboard
96
97 Full redraw is now always forced when highlightMovesWithArrow is on,
98 rather than only when highlight info is available. (As in drop moves the
99 latter is invalid, but we must still erase the arrow from the previous move.)
100
101 2009-10-26 20:25:55 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
102 fix for bug #27790 and #277772. Suppressing the display of a wrong shuffle
103 when observing shuffle games from the first move (#27790 bis),
104 and the sounding of the FICS bell on crazyhouse captures (#27772 bis).
105
106 2009-10-26 20:22:13 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
107 fixed bug related to unsigned char in convert.c
108
109 I also fixed the unsigned-char bug in the convert.c for bitmaps that caused the
110 129x129 XBoard bitmaps to be defective, and a bug that required fixup with sed
111 afterwards (so I could use it to create a new m33s.bm)
112
113 2009-10-25 23:37:48 -0700 Arun Persaud <arun@nubati.net>:
114 unguarded debug printf. added the appropiate if statement
115
116 2009-10-25 23:31:13 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
117 fix for two compiler warnings
118
119 2009-10-25 23:29:43 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
120 fix for bug #27799: fix for nested-nested-nested variations
121
122 2009-10-25 23:21:07 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
123 The book-probe code forgot to close the book file after opening it.
124
125 fixed by adding an fclose at two points.
126
127 2009-10-25 23:18:18 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
128 removed unused v54?.bm bitmaps from resource file
129
130 it seems the v54?.bmp bitmaps were actually included in the WinBoard build
131 (in the resource file), although they were never actually used. So I have
132 removed their inclusion in the resource file now.
133
134 2009-10-25 23:05:30 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
135 replaced defective bitmaps with copies from 4.2.7
136
137 2009-10-25 23:02:08 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
138 removed bitmaps files that are not needed any more
139
140 2009-10-25 22:58:34 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
141 fixed some bitmaps
142
143 2009-10-24 09:41:39 -0700 Tim Mann <tim@tim-mann.org>:
144 Drop an obsolete script that was only used to update my personal web site
145
146 2009-10-24 01:23:29 -0700 Tim Mann <tim@tim-mann.org>:
147 Silence warnings when compiling 64-bit xboard
148
149 Some harmless warnings were caused by 64-bit mode having 32-bit
150 int but 64-bit long and pointer.  Add casts (etc.) to silence them.
151 This might require adding a definition of intptr_t (a signed int
152 type that is the same width as a pointer) on old systems that don't
153 have it.
154
155 2009-10-24 00:56:37 -0700 Tim Mann <tim@tim-mann.org>:
156 Fix up man page some more
157
158 Sigh, the project history was still partly in reverse chronological
159 order and partly in forward order.  Swapped the order of some
160 sentences to help straighten it out.  I don't really care about this,
161 so other project members should feel free to do what they like here,
162 but the messed-up order was bugging me.
163
164 2009-10-24 00:46:20 -0700 Tim Mann <tim@tim-mann.org>:
165 Fix some issues in the XBoard man page
166
167 Correct places where the XBoard man page was calling XBoard
168 "WinBoard".  Change references to "WinBoard engines" and "WinBoard
169 protocol" to "XBoard/WinBoard ...".  Update bug reporting guidelines.
170 Reorganize project history to something more like chronological order
171 -- it had gotten pretty randomly ordered.
172
173 2009-10-22 21:45:32 -0700 Arun Persaud <arun@nubati.net>:
174 new pre-release version; updated version numbers
175
176 2009-10-22 21:33:07 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
177 This patch adds <Enter> to the characters that cause an automatic
178 switch to the ICS console when typed to the board window.
179
180 2009-10-22 21:31:16 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
181 fix to the minor graphics issue contained some typos,
182 as was remarked in the bugs reports
183
184 2009-10-22 21:30:08 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
185 improved mouse handler
186
187 The improved mouse handler still needed an extra call to DrawPosition to
188 work in XBoard.
189
190 2009-10-22 21:28:38 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
191 NPS plays and pondering
192
193 Clock updating did not work correctly in node-based time controls when the
194 engine was pondering. (It was not really meant for use with pondering. Oh well...)
195 This patch checks if the engine reporting the node count is indeed thinking
196 (as opposed to pondering).
197
198 2009-10-22 21:25:36 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
199 holdings update and regression fix
200
201 The holdings-update patch was not yet satisfactory, because FICS seems to send
202 holdings both before and after the board! And those received before did overwrite
203 the holdings received after the previous board. I know tried to fix that in a kludgey
204 way, by hiding a flag in the board that tells if the holdings have already been written
205 by the ICS or not, and ignore new holdings when they are. (Except in bughouse,
206 where holdings updates cannot be tied to a particular board and multiple updates
207 between boards are normal. (I hope?).)
208
209 I also undid a regression in my previous fix for the minor graphics problem,
210 and solved it in a slightly different way to prevent flicker.
211
212 2009-10-22 21:23:39 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
213 improved mouse handler
214
215 I improved the mouse handler in a way which will preclude disappearence of pieces
216 on off-board or ambiguous (in-between squares) drag & drop moves. (As was reported
217 in the "premove bug?" thread. Also the command-line premove problem reported there
218 is now fixed, by removing the prefixing.
219
220 2009-10-22 21:18:05 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
221 fix for bug #8847: moving backward while examining on FICS not reported to engine
222
223 I moved Daniel's code that backs up the engine when a bord with a
224 lower number is received to a place where it is always done in zippy mode,
225 rather than only when the engine is analyzing.
226
227 Apart from taking back moves, there was also the case where the
228 user moves forward by more than one move (usually immediately to
229 end-of-game). In this case a new movelist is fetched from the ICS
230 to recover the moves that were skipped. But this assumes that the
231 engine is at the start of the game and feeds all these moves to the
232 engine. So the engine had to be reset in this case to stay in sync.
233
234 2009-10-22 21:16:56 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
235 better init for random number generator
236
237 2009-10-21 23:01:09 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
238 fix for bug #27772: holdings not updated
239
240 holdings lines from the ICS nor update the holdings
241 of boards[forwardMostMove] in stead of boards[currentMove].
242
243 2009-10-21 21:32:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
244 allowe parsing / disambiguation of SAN moves like Xe4 in certain situations
245
246 This patch allows parsing / disambiguation of SAN moves like Xe4, if there
247 is only one wild-card piece X on the board. Moves with wild-card pieces
248 are now considered illegal if they leave the King in check by a piece of
249 known gait.
250
251 2009-10-20 19:09:46 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
252 fixed bug when switching to variantsuper
253
254 2009-10-20 19:06:43 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
255 fix for bug #27715: 2 (minor) graphic issues
256
257 I forced a total redraw when Reset is called from the ICS code in case a
258 new game is encountered, in the hope it will make the reported
259 (irreproducible) problem go away. As game switches are not frequent, I
260 guess there is hardly any downside to this.
261
262 2009-10-20 18:57:17 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
263 fix for bug #27667: PV line missing in analysis window, part 3
264
265 "3. Wish for Engine state string (right to the icon):
266 Can you add the actual search depth in analyzing mode? A change like "
267
268 I also added the requested display of depth of the analysis move in the
269 EngineOutput window. I guess a similar change could be made to wengineo.c
270 (as this is in the code they share in common), but no one ever requested
271 that in the 5 years since Alessandro wrote it. So for now I leave it alone.
272
273 2009-10-20 18:52:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
274 fix for bug #27760: debug printf in backend.c and additional check for variant
275
276 2009-10-19 23:17:46 -0700 Arun Persaud <arun@nubati.net>:
277 fix for bug #10990: cmail does not seem to support .cmailgames or .cmailaliases
278
279 this is correct, deleted the text out of the documentation that claims we support it
280
281 2009-10-19 18:40:40 -0700 Arun Persaud <arun@nubati.net>:
282 new alpha version; first one with new naming scheme
283
284 2009-10-19 18:07:21 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
285 smarter analysis of the boards that XBoard receives from an ICS
286
287 I added smarter analysis of the boards that XBoard receves from an ICS,
288 based on board size and piece types in the position, to recognize cases
289 where the board does not match the current variant, and switch to an
290 appropriate variant.
291
292 2009-10-19 18:04:08 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
293 fix for bug #27667: window should be reference to toplevel
294
295 The remaining objections of #27667 should be fixed by bringing the
296 EngineOutput window under control of the TOPLEVEL compile-time switch.
297
298 2009-10-19 18:02:42 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
299 partly fix for bug #27715: scaling of menu bar
300
301 the menu bar to the left edge of the window.
302
303 2009-10-19 17:59:43 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
304 fixed bug reported in WB forum: second game of a match would
305 not start when using the GUI book
306
307 2009-10-19 17:57:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
308 fix for bug #27751: negative holding counts displayed
309
310 I put code in the back-end to prevent holdings counts from
311 becoming negative when a drop move is made from empty holdings.
312 (This can happen when re-loading ICS bughouse games,
313 as the smoves command fails to fill the holdings.)
314
315 2009-10-18 20:54:53 -0600 Eric Mullins <emwine@earthlink.net>:
316 Updated compiling instructions.
317
318 2009-10-18 11:32:55 -0600 Eric Mullins <emwine@earthlink.net>:
319 Changes to allow fonts with any charset (such as terminal)
320
321 Affects winboard only.
322
323 2009-10-16 23:02:41 -0600 Eric Mullins <emwine@earthlink.net>:
324 Moved SIGWINCH signal so it can be used...
325
326 I goofed putting this in StartChildProcess() originally.
327
328 2009-10-16 22:54:12 -0600 Eric Mullins <emwine@earthlink.net>:
329 Added internal wrapping ability.
330
331 New options:
332   -wrapContinuationSequence "foo"  (default: "\\   "
333   -useInternalWrap (Winboard default: false, XBoard default: true)
334
335 Note: -keepLineBreaksICS if set, prevents wrapping, usurping the
336    useInternalWrap setting.  The idea is if you want to keep ICS line
337    breaks, then you don't want internal wrapping.  Because of this,
338    the new default for keepLineBreaksICS is now false for XBoard.
339
340 2009-10-16 19:14:34 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
341 fixed segfaul in convert.c used to convert pixmaps
342
343 2009-10-15 19:46:07 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
344 new mousehandler to correct for premove and promotion popup
345
346 this is the new mouse handler for XBoard, which should fully implement
347 premove, including promotion popup, and yet suppress the promotion popup
348 on illegal moves that are not premoves. It is almost completely moved to
349 the back-end now, so that WinBoard will be able to use it as well. I just
350 must hook it up to winboard.c, in particular harmonize the call-backs of
351 the mouse driver into the front-end for grabbing and releasing pieces for
352 dragging, to make sure they have the same names and arguments.
353
354 2009-10-15 19:32:55 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
355 updated black fairy pieces
356
357 here is a set of black fairy pieces with opaque white details,
358 so they have the same style as the orthodox XBoard pieces.
359
360 2009-10-15 16:54:51 -0600 Eric Mullins <emwine@earthlink.net>:
361 Adjustment to joining to work around server not always including space.
362
363 This patch implements commit 98aa02bda540f17f1f50be00e494efafe439b004
364 into the updated joining routine.  This issue seems not to be server
365 variance, but instead the server electing to omit the space between
366 words when it occurs at exactly your width setting (-1 actually).
367
368 This patch makes the joiner add back the space just like the referenced
369 commit.  Note: this is just a workaround to a server issue-- the joiner
370 actually joins correctly before this patch.
371
372 2009-10-15 07:18:42 -0600 Eric Mullins <emwine@earthlink.net>:
373 Fixed joiner detection, allowing it to work with timeseal
374
375 When timeseal's buffer fills in the middle of the continuation
376 sequence, detection fails, and the lines aren't joined.
377
378 As a result of this fix, measures intended to bypass joining are
379 no longer needed, so I removed them.  These utilize server vars
380 when available to prevent splitting.
381
382 2009-10-14 14:42:37 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
383 fixed engingeoutput routine
384
385 removed outdated code regarding analysis window
386
387 2009-10-14 14:39:06 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
388 moved bitmap to correct location
389
390 was misplaced in a previous commit
391
392 2009-10-14 14:26:09 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
393 fixed wrong number of arguments for EngineOutputPopUp
394
395 2009-10-13 21:00:27 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
396 new bitmap converter (including fill option) and new pixmaps
397
398 2009-10-13 20:52:40 -0700 Arun Persaud <arun@nubati.net>:
399 forgot to add these two lines to the last commit
400
401 2009-10-13 20:51:17 -0700 Arun Persaud <arun@nubati.net>:
402 removed AnalysisPopUp. Use EngineOutputPopUp instead
403
404 this was already in Winboard, copied it to xboard and removed unused code.
405
406 2009-10-13 20:32:32 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
407 Proper board and holdings size when switching to variants
408 gothic, capablanca, great and super within an ICS game.
409
410 2009-10-13 20:25:13 -0700 Arun Persaud <arun@nubati.net>:
411 cleaned up an old #ifdef in zippy
412
413 2009-10-12 19:25:17 -0600 Eric Mullins <emwine@earthlink.net>:
414 neglected this for the auto-width updating in xboard
415
416 2009-10-12 19:19:59 -0600 Eric Mullins <emwine@earthlink.net>:
417 Added server width adjustment based on client width changes
418
419 2009-10-12 19:14:53 -0600 Eric Mullins <emwine@earthlink.net>:
420 silence some compiler warnings
421
422 2009-10-11 18:39:24 -0600 Eric Mullins <emwine@earthlink.net>:
423 Maintainence to support all compilers.
424
425 2009-10-11 17:07:27 -0600 Eric Mullins <emwine@earthlink.net>:
426 Adjusted alternative joining method to obey keepLineBreaksICS
427
428 2009-10-11 14:48:55 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
429 fix for bug #27668: e.p. field still not passed to engine
430
431 PositionToFEN now takes the e.p. rights from epStatus[moveNr],
432 rather than calculating it on the spot from moveList[moveNr-1]
433 (which failed on the first move).
434
435 2009-10-11 14:46:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
436 fix for bug #27666: naming of variants
437
438 Variant names "misc/xxx" are recognized as "normal", rather than "xxx"
439 to not get confused by the board "misc shogi" run by FICS.
440
441 2009-10-11 10:14:09 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
442 changed enable menus
443
444 Put the "Open Chat Window", "Machine Both", and "Engine #N Settings" menu items
445 in the appropriate enable lists for graying them out wen not applicable.
446
447 2009-10-11 10:13:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
448 Added a command-line option -keepLineBreaksICS true/false to control line joining.
449
450 2009-10-10 19:30:23 -0600 Eric Mullins <emwine@earthlink.net>:
451 Added code to prevent unnecessary width updates.
452
453 2009-10-10 18:34:37 -0600 Eric Mullins <emwine@earthlink.net>:
454 Turned off wrap when possible on ICS servers.
455
456 Turning off line wrap prevents splitting lines up using the
457 continuation sequence "\\   ".  This is desirable when using
458 timeseal because timeseal's buffer is sometimes too small,
459 causing it to break lines itself.  These lines can't be joined.
460
461 2009-10-10 16:30:56 -0600 Eric Mullins <emwine@earthlink.net>:
462 vsnprintf() must be _vsnprintf() for MSVC
463
464 2009-10-10 16:16:45 -0600 Eric Mullins <emwine@earthlink.net>:
465 added code to handle initial width update
466
467 2009-10-10 14:21:12 -0600 Eric Mullins <emwine@earthlink.net>:
468 Added width updates to ICS client on font and window size changes
469
470 What still needs to be done is placing an update call after login
471 to initialize with the correct width.  I didn't see where to put
472 that.
473
474 2009-10-10 14:19:30 -0600 Eric Mullins <emwine@earthlink.net>:
475 added ics_printf() and ics_update_width() and utility functions
476
477 2009-10-10 11:15:50 -0600 Eric Mullins <emwine@earthlink.net>:
478 Cleaned up ConsoleWndProc  (not complete, see below)
479
480 Using static variables this way is not appropriate.  I only addressed
481 hInput and hText in this commit though.  But imagine the WndProc being
482 used by multiple windows instead of just one, and you can see why
483 using static variables in this way is wrong.
484
485 2009-10-10 11:12:10 -0600 Eric Mullins <emwine@earthlink.net>:
486 Restructured URL code so it fits better with how winboard is set up.
487
488 2009-10-10 08:57:39 -0700 Arun Persaud <arun@nubati.net>:
489 cleanup: removed "#if 1" statements
490
491 2009-10-10 08:55:21 -0700 Arun Persaud <arun@nubati.net>:
492 cleanup: removed "#if 0" from source
493
494 a bit of cleanup of the source code
495
496 2009-10-10 08:34:10 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
497 fix joining of lines split by ICS
498
499 This patch fixes the joining of lines that were split by an ICS, so that adding
500 a space at the break point is done only when there was not a space already.
501 (Some ICS leave a space at the end of the broken line, others do not.)
502 An extra space would interefere with board12 in Gothic Chess, which is so
503 long that the ICS breaks it, and the WB parser could not handle a double
504 space within the board.
505
506 2009-10-10 08:27:55 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
507 fix for bug #27642: Clock jumps strangely in engine mode
508
509 This moves SwitchClocks() back to after incrementing forwardMostMove,
510 so that it knows again who has the move (which was broken by the "bare" patch),
511 and will take the appropriate tick length.
512
513 2009-10-10 08:26:13 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
514 removed test for premove
515
516 this was added while looking for the premove bug, but is not needed
517
518 2009-10-10 02:03:45 -0600 Eric Mullins <emwine@earthlink.net>:
519 added URL detection and provided hotlinks in the ICS client
520
521 2009-10-10 02:00:52 -0600 Eric Mullins <emwine@earthlink.net>:
522 reverted winboard.c beofre URL commit to correct whitespace conversion
523
524 2009-10-09 02:14:22 -0600 Eric Mullins <emwine@earthlink.net>:
525 Added URL detection into the console text window for ICS.
526
527 2009-10-08 23:51:06 -0700 Arun Persaud <arun@nubati.net>:
528 added some comments and formated code
529
530 2009-10-08 23:46:52 -0700 Chris Rorvick <>:
531 fix printing out help message (list of command line options) (tiny change)
532
533 The postfix increment always resulted in an attempt to print out an
534 option on the right side regardless of one actually existing. Use
535 prefix increment to prevent a crash when printing an odd number of
536 options.
537
538 2009-10-09 00:04:51 -0600 Eric Mullins <emwine@earthlink.net>:
539 Updated navigation accelerators, fixing ICS problems.
540
541 Recent changes to the navigation accelerators were in the wrong
542 accelerator table.  Since the goal was to correct non-JAWS versions
543 back to 4.2.7 behavior, I updated it to how 4.2.7 did it, but still
544 retained the #ifdef JAWS conditional compilation.
545
546 On an ICS, the navigation keys took control away from the ics
547 client to navigate the game.  The update requires the ALT key to
548 be pressed, but it works identical to 4.2.7, not causing an
549 unexpected focus back to the board window when you're just editing
550 text.
551
552 2009-10-08 20:33:39 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
553 fixed premove recapture problem;promotion popup appearing on
554 obviously illegal moves; promotions in Superchess and Great Shatranj
555
556 1) the premove recapture problem
557 2) the promotion popup appearing on obviously illegal moves (the 1. e2a8
558 problem)
559 3) promotions in Superchess and Great Shatranj, where the piece can now be
560 selected from the holdings
561
562 2009-10-08 20:28:50 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
563 added forceIllegalMove to xboard
564
565 2009-10-05 21:01:32 -0700 Arun Persaud <arun@nubati.net>:
566 bugfix: segfault when invalid option argument was given (bug #27427)
567
568 when given a wrong argument to an option (e.g. -tc 0) xboard aborts
569 before setting up the window, but tried to write a message to the
570 messageWidget which doesn't exist at that point.
571
572 2009-10-05 20:05:00 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
573 small improvement for JAWS version
574
575 This is a patch to make JAWS read out any comments when /autoDiplaycomment=true.
576 As focus does not stay on the Comment window, the comment was not spoken otherwise.
577
578 2009-10-05 20:02:50 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
579 updated to winboard internationalization scripts
580
581 Also a slight improvement of the internationalization scripting,
582 to prevent it from crashing on messages containing a slash.
583
584 2009-10-05 20:01:53 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
585 new forceIllegalMoves option
586
587 The -forceIllegalMoves option uses setboard or edit to force a position
588 when an engine refuses the move leading to it by an "Illegal Move" message.
589 Especially for engines using the edit command this was a bit tricky,
590 because of the a2a3 kludge to avoid using the white and black commands.
591
592 2009-10-05 01:01:54 -0600 Eric Mullins <emwine@earthlink.net>:
593 removed _winmajor if not defined so that VC 2008 can compile the project
594
595 The oldDialog variable should just be set to 0 in all cases now, and
596 as such, legacy code supporting the old dialog ought to be removed.
597 The test for _winmajor is against < 4, which is always false at present,
598 causing oldDialog to be 0 in every conceviable circumstance.
599
600 2009-10-04 09:58:29 -0700 Arun Persaud <arun@nubati.net>:
601 getting ready for 4.4.1 release
602
603 2009-10-02 20:47:01 -0600 Eric Mullins <emwine@earthlink.net>:
604 Simplified future version changes.
605
606 Added a numeric version to config.h that is now used in winboard.rc
607 instead of being hard-coded there.  Just be sure to preserve the
608 proper format (4 comma-separated 16 bit integers) or else it won't
609 compile.
610
611 2009-10-02 16:56:01 -0700 Arun Persaud <arun@nubati.net>:
612 updated version number to 4.4.1.pre
613
614 should have done this straight after the last release, but forgot...
615
616 2009-10-02 16:48:03 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
617 worked on premove bug
618
619 I made an attempt to make premove unsensitive to a race condition,
620 just in case the premove problem was caused by that (which seems unlikely,
621 but in any case  I added some debug printout to test this).
622
623 2009-10-02 16:41:12 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
624 fixed loading of saved games via command line
625
626 the variables forwardMostMove and backwardMostMove where set to zero
627 at the wrong place.
628
629 2009-10-02 16:39:20 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
630 small fixes for the JAWS version
631
632 * I moved saying 'check' by the JAWS version to where castling also benefits from it.
633 * I made sure the check symbols are also recognized on promotion moves
634 * In the non-JAWS version, define the plain arrows as shortcut keys for the button bar
635
636 2009-10-01 16:50:28 -0600 Eric Mullins <emwine@earthlink.net>:
637 Fixed bug dereferencing garbage, causing crash.
638
639 Commit fa8be4a3fc5d81e9ec1f6c218fcf55c95d34fd10 included code to free the
640 resultDetails of the gameInfo structure.  That exact code exists a few lines
641 above where it was added.  None of these free() calls finish by setting the
642 member to NULL afterword, therefore repeated attempts to test/free() the
643 members result in an attempt to free() memory winboard no longer owns, and
644 an eventual crash.
645
646 link to problematic commit: http://git.savannah.gnu.org/cgit/xboard.git/commit/?id=fa8be4a3fc5d81e9ec1f6c218fcf55c95d34fd10
647
648 2009-10-01 16:49:57 -0600 Eric Mullins <emwine@earthlink.net>:
649 Added wchat.c to the project files we maintain.
650
651 2009-10-01 15:52:50 -0600 Eric Mullins <emwine@earthlink.net>:
652 Previous fix for VC++/strcasecmp() was wrong-- use StrCaseCmp().
653
654 2009-10-01 14:49:58 -0600 Eric Mullins <emwine@earthlink.net>:
655 Add resource ID for new Mute menu item.
656
657 I know this was probably done by HG, and simply left out of
658 his commit.  Anyway, the project can be built now after this change.
659
660 2009-10-01 14:49:09 -0600 Eric Mullins <emwine@earthlink.net>:
661 Use of strcasecmp() broke Visual C++.
662
663 2009-09-30 20:47:00 -0700 Arun Persaud <arun@nubati.net>:
664 wrong default value for engineDebugOutput
665
666 the new default is now 1
667
668 2009-09-29 22:55:41 -0700 Arun Persaud <arun@nubati.net>:
669 updated cmail.in to adapt the CVS->git change
670
671 don't reference $Revision:$ anymore.
672 Instead use reference xboard-version via autoconf.
673
674 2009-09-29 22:04:25 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
675 bugfix for protocol extensions: egtbpath -> egtpath
676
677 A new and very bad bug was discovered in the implementation of
678 the protocol extensions: XBoard sends a command "egtbpath" to the
679 engine in stead of "egtpath" from the protocol specs.
680 After discussion on WB forum it was decided that egtpath was better
681 than the egtbpath I originally had proposed, and I changed it accordingly,
682 but I had not realized that this string occurred TWICE in backend.c,
683 depending on if matched the -defaultPathEGTB of -egtFormats option.
684 I only changed the first occurence.
685
686 2009-09-27 12:27:44 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
687 fix for edit-position "moves" being sent by XBoard to the engine
688
689 2009-09-27 12:25:25 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
690 Engine did not start playing when out of GUI book on second move with white
691
692 2009-09-27 12:24:30 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
693 Opening Engine #1 Settings crashed XBoard when there were no
694 text-edit options in the dialog (to which to set keyboard focus)
695
696
697 2009-09-27 12:18:35 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
698 added a "Mute All Sounds" item in the WinBoard Options menu, on Eric's request
699
700 2009-09-27 12:15:20 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
701 Updated the RTF docs for the chat windows, engine-settings dialog,
702 /keepAlive option and new game-list tag
703
704 2009-09-27 12:14:25 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
705 Made the beep sounds for JAWS board navigation configurable through
706 command-line options
707
708 2009-09-27 12:11:49 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
709 Prepared a system to internationalize the WinBoard menus
710
711 2009-09-27 12:10:38 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
712 added the result comment to the game-list tags when the game list is
713 exported to the clipboard
714
715 2009-09-27 12:05:32 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
716 rewrote wevalgraph for better frontend/backend separation
717
718 I have finished re-writing the eval-graph code to have some
719 front-end / backe-end separation, something I had already started on my
720 holiday in Norway (when I had no internet :-)  ).
721 The new code now appears to work exactly like the old code,
722 and I guess it could be ported to gtk comparatively easily.
723
724 2009-09-27 12:00:51 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
725 fix for keepalive and chat window
726
727 I made a fix to the keepAlive option so it does not send the date command
728 to the ICS after every move. This required changing ScheduleDelayedEvent()
729 so that it does not execute the event if a new identical one gets scheduled.
730 I also added the option to XBoard. Affects xboard.c (DOS!) and winboard.c
731
732 (This also cures the regression of the winboard.c copyright patch)
733
734 I extended the chatbox patch to also listen to channel tells, and divert
735 them to a chatbox for that channel number. Affects
736 backend.c and wchat.c
737
738 That should make those patches fully operational. No docs for either of them
739 yet, though.
740
741 2009-09-27 10:36:23 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
742 fixed parse bug for pgn files
743
744 fixed the existing bug that the time-control tag was displayed as "?"
745 in the game list; turns out it was never parsed on reading PGN files
746
747 2009-09-27 10:35:58 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
748 allow the result comment as a display item in the game list
749
750 2009-09-27 10:35:13 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
751 fixed the HAVE_LIBXPM-dependent compile errors
752
753 2009-09-27 10:24:47 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
754 added a chat window to keep track of multiple conversations
755
756 The chat-window patch affects:
757 winboard.c, backend.c, winboard.rc, resource.h, backend.h, and adds
758 the file winboard/wchat.c, which also affects makefile.gcc and makefile.ms.
759
760 In addition I added a new option -keepAlive, which affects
761 common.h (in addition to winboard.c and backend.c).
762
763 As I had to modify backend.h, I also defined the -reset option type there,
764 which we are going to add later. This required some changes
765 to suppress warnings in wsettings.c.
766
767 2009-09-27 10:22:16 -0700 Arun Persaud <arun@nubati.net>:
768 more files for git to ignore
769
770 most of these are generated by make distcheck
771
772 2009-09-08 09:33:53 -0700 Arun Persaud <arun@nubati.net>:
773 another bug fix found by Stanislav Brabec
774
775 returned -1  in some case although the variable was a char...
776 changed to signed char
777
778 2009-09-20 23:13:13 -0600 Eric Mullins <emwine@earthlink.net>:
779 Swapped 'tell' and 'message' parsing order for colorization.
780 Sometimes messages are relayed as tells and should be colorized as tells.
781
782 2009-09-08 09:10:34 -0700 Arun Persaud <arun@nubati.net>:
783 added some more files to be distributed via make dist
784
785 as suggested by Stanislav Brabec
786
787 2009-09-08 09:01:07 -0700 Arun Persaud <arun@nubati.net>:
788 fixed some implicit declarations reported by Stanislav Brabec
789
790 2009-09-07 22:04:39 -0700 Arun Persaud <arun@nubati.net>:
791 fixed a few more small bugs reported by Stanislav Brabec
792
793 - A function uses a 'return;' statement, but has actually a value to
794 return, like an integer ('return 42;') or similar: xboard voidreturn
795 xengineoutput.c:766, 782
796
797 - Program returns random data in a function at xengineoutput.c:602
798
799 - With a new toolchain, AM_LDFLAGS cannot contain libraries. Linker
800 ignores them. Fix is attached.
801
802 - ToDo: Convenient name in most projects is TODO (autotools package it
803 automatically).
804
805 2009-09-06 19:11:22 -0700 Arun Persaud <arun@nubati.net>:
806 reverted .texi file and fixed Makefile.am
807
808 the problem was actually not in the texi-file, but the Makefile.am.
809 Reverted changes in the .texi and fixed it (hopefully) correctly now.
810
811 2009-09-06 18:23:01 -0700 Arun Persaud <arun@nubati.net>:
812 get "make distcheck" to work
813
814 needed to add all *.h files to Makefile.am and also the bitmaps that
815 are needed and some other files. Also had modified copyright.texi.
816
817 2009-09-05 09:54:37 -0700 Arun Persaud <arun@nubati.net>:
818 changed to version 4.4.0
819
820 2009-09-05 09:44:21 -0700 Arun Persaud <arun@nubati.net>:
821 updated AUTHORS, README and ChangeLog files for release
822
823 2009-09-05 08:52:09 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
824 fixed some typos
825
826 2009-09-04 22:39:45 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
827 set castling rights after setting up a position
828
829 I was going through old WB forum posts, and I encountered a
830 bug report for a bug that I never fixed: The castling rights should
831 be properly set (actually: cleared) after setting up a position
832 in Edit Position mode (as opposed to pasting a FEN).
833
834 2009-09-03 23:11:18 -0700 Arun Persaud <arun@nubati.net>:
835 removed install files from master
836
837 they now live in their own branch
838
839 2009-09-03 22:30:18 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
840 updated polyglot protocol
841
842 I added a new option type "-reset" to the protocol for the new option feature.
843 4.4.0 does not implement it yet, but Michel wants it for future Polyglots,
844 and I think it is best to update the protocol in one big swoop.
845 So I want to already include it in the specs now. (engine-intf.html)
846 I made xboard's response to an unknown option type compliant
847 with the new protocol specs.
848
849 2009-09-03 22:28:50 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
850 fixed some typos
851
852 2009-09-03 20:47:13 -0600 Eric Mullins <emwine@earthlink.net>:
853 Updated project files for DevCpp and Visual Studio to add wsettings.c
854
855 2009-09-03 20:46:33 -0600 Eric Mullins <emwine@earthlink.net>:
856 Added newline at end of file to silence warning.
857
858 2009-08-31 20:29:49 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
859 workaround for error message for missing pieces used in variants
860 and initstring bugfix: error messages showed for non-existing pieces
861 showed up for old user supplied pixmaps.
862 Loading a pixmap of the king for the missing pieces now.
863
864 Another bad bug surfaced: the -initString argument does not work in any
865 XBoard version! (Including 4.2.7b) The escape sequences for linefeed in
866 the string are not understood: -initString "new\nrandom\n" actually sends
867 the \ and n to the engine (which then does not recognize the line as a
868 valid command)!
869
870 So I also added a patch to expand escape sequences in the InitString and
871 ComputerString command-line options.
872
873 2009-08-31 20:27:24 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
874 updated installe script
875
876 I re-organized the doc files in the install, so they now all go in the
877 WinBoard\doc folder (and none in the root). I so included the COPYING
878 and COPYRIGHT files there. This required some updates of the links in
879 some html files, and of the menu link to README.html in the install script.
880 I also fixed an error with the current directory
881 in the menu short-cuts of some engines (which started in the fonts folder,
882 and could not find the opening book there...).
883
884 2009-08-31 20:25:17 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
885 updated documentation
886
887 2009-08-31 20:20:55 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
888 updated installer script
889
890 2009-08-31 19:51:48 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
891 new help files for windows
892
893 2009-08-25 20:41:29 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
894 updated installer
895
896 2009-08-25 20:36:53 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
897 undid some previous changes
898
899 some files got mixed up
900
901 2009-08-25 20:32:22 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
902 fixed small bug in wsetting
903
904 2009-08-25 20:29:06 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
905 trigger a focus switch to ICS input field when typing
906
907 old behavior was that "." or "," triggered this,
908 now every printable character  except 1-9 will trigger the focus switch
909
910 2009-08-25 20:26:20 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
911 bug in backend.c when receiving lines from ICS
912
913 A space was appended to every character received from an ICS
914 in stead of just at line breaks.
915
916 2009-08-24 23:47:48 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
917 fixed warning messages from compiler
918
919 2009-08-23 14:24:38 -0700 Arun Persaud <arun@nubati.net>:
920 fixed build on OS X
921
922 this seems to fix it. Bug reported by Louis Zulli who also did the testing.
923
924 2009-08-23 11:54:28 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
925 OK, this is the beefed up version of the Polyglot info-string kludge,
926 for WB and XB.
927
928 2009-08-23 10:22:48 -0700 Arun Persaud <arun@nubati.net>:
929 added missing X_LIBS references to Makefile.am
930
931 2009-08-22 23:33:44 -0700 Arun Persaud <arun@nubati.net>:
932 made the install script and executable
933
934 2009-08-22 23:19:07 -0700 Arun Persaud <arun@nubati.net>:
935 changed beta1 to beta2
936
937 2009-08-22 23:14:11 -0700 Arun Persaud <arun@nubati.net>:
938 fixed enable zippy in configure script and added some checks for OS X
939
940 make tried to compile zippy even when --disable-zippy was given.
941 Also fixed a bug in xboard.c where #ifdef instead of #if was used
942 to test for ZIPPY (it's either 0 or 1, so we need #if). Also added
943 some special checks for OS X, not sure if these will do it, but it's a start;)
944
945 2009-08-22 19:09:54 -0700 Arun Persaud <arun@nubati.net>:
946 added configure summary to configure output, also cleaned up configure.ac a bit
947
948 used AS_HELP_STRING where possible
949
950 2009-08-22 18:10:57 -0700 Arun Persaud <arun@nubati.net>:
951 added check for malloc.h
952
953 this should fix a build error on OS X
954
955 2009-08-22 17:47:44 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
956 A small cosmetic change in the size of buttons
957 inside a groupbox of the Engine-Setup dialog.
958
959 2009-08-22 17:32:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
960 make xboard usable with UCI engines
961
962 I made a small patch in xoptions.c (where the corresponding Engine Settings
963 dialog was for XBoard), to make it at least usable for UCI engines: I now
964 divide the options over upto 4 columns, if there are too many to fit into
965 a single column. This seems to work. Still looks very ugly, but it is
966 functional.
967
968 2009-08-22 17:30:05 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
969 fix premove for winboard
970
971 This might fix the illusive premove problem. In 4.2.7 the code was not properly
972 indented, and this led to an unbalanced braces error that I then fixed the
973 wrong way. Click-click premoves did only work after clicking the toSquare twice.
974 It might be that they actually did work after clicking it once,
975 but that the highlights were not displayed (although set)
976 for lack of a display refresh.
977
978 2009-08-22 17:28:11 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
979 fixed bug for double saved games
980
981 This patch should solve the problem with doubly saved games when XBoard is
982 closed. I calculate a cecksum of each saved game now (including move comments),
983 and suppress saving if the checksum is not changed.
984
985 2009-08-22 17:25:58 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
986 fixed xengineoutput.c, to keep the duplicated code identical to that of wengineo.c.
987
988 2009-08-22 17:24:08 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
989 updated xboard.texi: added warning that pixmaps are not build for all variants
990
991 2009-08-22 17:19:11 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
992 added a dialog for engine-specific option settings
993
994 2009-08-22 17:09:58 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
995 updated some documentation
996
997 2009-08-22 17:07:10 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
998 fixed several bugs in the backend and added some more polyglot support
999
1000 * I added recognition for the new UCI3 option types that are recognized in the WB
1001 option features, to make sure this version is compatible with future Polyglots.
1002 Also fixed a bug that failed to strip an asterisk prefix from the first
1003 combo-box item.
1004
1005 * I fixed the ICS-time-in-PGN bug.
1006
1007 * I fixed a bug which caused a space to be missing when long lines broken up by
1008 an ICS were joined.
1009
1010 2009-08-22 17:02:58 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1011 better polyglot support for engine ouput
1012
1013 I fixed the algorithm for clearing the Engine Output window to work better with
1014 the latest Polyglot, whight outputs UCI "info strings" amongst the thinking
1015 output.
1016
1017 2009-08-22 16:23:32 -0600 Eric Mullins <emwine@earthlink.net>:
1018 Beginnings of installer for 4.4.0.  HGM asked me to forward the nsi file,
1019 but it seemed best to just add the installer tree to git even though
1020 it's not finished.  You must install NSIS then FontName-0.7.exe
1021 (included in installer folder) then run build.bat in the same directory.
1022
1023 2009-08-05 22:18:29 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1024 patch backend.c to make the -noGUI option also work in ICS mode.
1025
1026 2009-08-01 13:09:49 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1027 temporary fix for pre-select
1028
1029 As a temporary kludge I replaced looking into the holdings for the piece type
1030 by figuring out which piece would belong on the clicked holdings square.
1031 This is a non-trivial process, as it depends on which pieces participate
1032 in a certain variant.
1033
1034 2009-07-30 00:19:37 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1035 changed click-click moves
1036
1037 I got complaints about the way XBoard 4.4.0 handles click-click moves,
1038 in particular changing the selected piece after selecting King
1039 (for which I suppressed interference with FRC castling in a rather brutal way).
1040 People tell me it is very annoying that clicks sometimes don't work to select a piece.
1041 WinBoard uses refined logic in the back-end to handle this, but the XBoard
1042 front-end is not interfaced with that yet.
1043 (This would require a major rewrite of the mouse handler.)
1044 This temporary patch suppresses this behavior in all variants that do not support
1045 Fischer castling, and even there only exhibit it for Rook-after-King selection
1046 (which will be interpreted as an attempt to enter a castling move as K x own R).
1047
1048 2009-07-26 08:43:35 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1049 option -adjudicateDrawMoves is not included in the XBoard list.
1050
1051 added it to the option list
1052
1053 2009-07-21 20:23:23 -0700 Arun Persaud <arun@nubati.net>:
1054 converted files from dos to unix format
1055
1056 run dos2unix over a bunch of files
1057
1058 2009-07-16 07:43:38 -0600 Eric Mullins <emwine@earthlink.net>:
1059 Stripped out unused VersionInfo
1060
1061 2009-07-15 23:16:19 -0700 Arun Persaud <arun@nubati.net>:
1062 changed version to 4.4.0.beta1
1063
1064 2009-07-15 23:12:37 -0700 Arun Persaud <arun@nubati.net>:
1065 updated INSTALL file to add ./autogen.sh
1066
1067 2009-07-15 22:44:05 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1068 higher number of engine options possible now
1069
1070 I upped the number of options per engine from
1071 50 to 100, and the average number of characters per option from 10 to 20.
1072
1073 2009-07-15 12:30:37 -0600 H.G. Muller <h.g.muller@hccnet.nl>:
1074 Fix of bad bug
1075
1076 2009-07-14 23:41:36 -0600 Eric Mullins <emwine@earthlink.net>:
1077 Added version information to resources.
1078
1079 2009-07-14 23:40:50 -0600 Eric Mullins <emwine@earthlink.net>:
1080 Added Jaws targets to IDE projects.
1081
1082 2009-07-14 23:39:12 -0600 Eric Mullins <emwine@earthlink.net>:
1083 Final makefile adjustments and compiling instructions.
1084
1085 2009-07-13 22:35:17 -0600 Eric Mullins <emwine@earthlink.net>:
1086 Cleaned up garbage left behind from my makefile update.
1087
1088 2009-07-13 22:26:56 -0600 Eric Mullins <emwine@earthlink.net>:
1089 Updated cmdline makefiles to be able to produce JAWS binaries.
1090
1091 This breaks support for MSVC 4.x.  It may still be possible to
1092 use that compiler if you obtain the latest SDK from Microsoft.
1093 MSVC 6.0 still works, but I had to change the target windows
1094 version to 0x500 which causes warnings about building beta
1095 applications.  This is all due to the use of MENUBARINFO data
1096 type in the jaws binary.  You can reduce the WINVER to 0x0400
1097 safely if you are not building a JAWS binary, and MSVC 4.x
1098 will work fine.
1099
1100 2009-07-13 22:26:10 -0600 Eric Mullins <emwine@earthlink.net>:
1101 Removed dependency on jfwapi.h
1102
1103 Allows anyone to compile a jaws compatible binary.
1104
1105 2009-07-13 22:23:31 -0600 Eric Mullins <emwine@earthlink.net>:
1106 Fixed duplicate resource in winboard.rc
1107
1108 PLEASE remember to pull before commiting.  This is the 2nd
1109 time I've fixed this.  It's a waste of time to keep fixing
1110 the same problems.
1111
1112 2009-07-13 19:36:58 -0700 Arun Persaud <arun@nubati.net>:
1113 resolved conflict between Xt and Xaw libraries
1114
1115 seems like we don't need to link against Xt.
1116
1117 2009-07-13 19:33:57 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1118 help-menu was not un-grayed in the JAWS version, when it played with engines
1119
1120 2009-07-13 19:29:53 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1121 integrated jaws into winboard
1122
1123 I integrated the JAWS patch now into WinBoard in such a way that the
1124 JAWS and standard version can use the same resource file. This new
1125 winboard.c contains the improved dialog layot of the JAWS version,
1126 but none of the menus and JAWS-specific acclerator keys. The latter
1127 are now generated at run time by code in jaw.s. As a result jaws.h
1128 could be cancelled, as there the JAWS-specific defines are no
1129 longer needed outside jaws.c (now the .rc does not use them), and
1130 is incorporated in it.
1131
1132 2009-07-12 15:37:26 -0700 Arun Persaud <arun@nubati.net>:
1133 fixed problem in autoconf using Xaw3d
1134
1135 rewrote the section for Xaw3d in the autoconf file
1136
1137 2009-07-12 15:29:28 -0600 Eric Mullins <emwine@earthlink.net>:
1138 Added Jaws support to GCC makefile
1139
1140 2009-07-12 15:28:20 -0600 Eric Mullins <emwine@earthlink.net>:
1141 added help support: MSVC IDE and DevCpp IDE project files
1142
1143 2009-07-12 15:26:49 -0600 Eric Mullins <emwine@earthlink.net>:
1144 Removed obsolete makefiles and support files.
1145
1146 2009-07-12 12:33:26 -0700 Arun Persaud <arun@nubati.net>:
1147 updated AUTHORS with the help of git. use
1148
1149 git log --pretty=oneline --name-only --author=AUTHORNAME v4.2.7..HEAD  |sort |uniq
1150
1151 a bit of hand editing and a quick emacs macro later and you have a nice
1152 comma seperated list of all files changes by one author between two commits.
1153
1154 2009-07-12 12:31:47 -0700 Arun Persaud <arun@nubati.net>:
1155 updated Changelog using git log --no-merges --pretty="* %ai: %s%n %b" HEAD v4.2.7
1156
1157 2009-07-12 11:34:28 -0700 Arun Persaud <arun@nubati.net>:
1158 cleaned up some more copyright notices
1159
1160 2009-07-12 11:22:30 -0700 Arun Persaud <arun@nubati.net>:
1161 updated copyright to reflect A. Scotte as copyright holder
1162
1163 need to mention him, since the paperwork won't be finished before the next release
1164
1165 2009-07-12 10:56:29 -0700 Arun Persaud <arun@nubati.net>:
1166 updated patchlevel to "k"
1167
1168 2009-07-12 10:53:50 -0700 Arun Persaud <arun@nubati.net>:
1169 fixed autoconf problem with VERSION/PATCHLEVEL variables
1170
1171 xboard used it's own version of PRODUCT, VERSION and PATCHLEVEL variables.
1172 Switched to PACKAGE_STRING provided by autoconf
1173
1174 2009-07-12 10:29:46 -0700 Arun Persaud <arun@nubati.net>:
1175 cleaned up old CVS left overs
1176
1177 removed $Id tags from all files
1178
1179 2009-07-12 10:10:17 -0700 Arun Persaud <arun@nubati.net>:
1180 converted xhistory via dos2unix
1181
1182 2009-07-12 10:09:24 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1183 fixed crash in history window
1184
1185 someone discovered that opening the move-history window in XBoard leads to
1186 an immediate crash. Turns out that renaming the menu item broke it! (The
1187 name of the item was apprently used elsewhere in the code to access it,
1188 for putting a check mark there.)
1189
1190 2009-07-12 10:04:30 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1191 fix for Animation of castling moves in Chess960
1192
1193 Animation of castling moves in Chess960 turned out to sometimes make the
1194 king disappear from the display. For the time being I patched this in
1195 xboard.c to suppress animation of FRC castling moves altogether. As FRC
1196 castlings internally are represented as KxR, the to-square does not make
1197 sense anyway, which made the animation look very weird even when it led
1198 not to a king disappearance act. And the Rook move of a castling is never
1199 animated.
1200
1201 2009-07-11 22:44:53 -0600 Eric Mullins <eric@hiarcs.(none)>:
1202 Update GCC makefile to remove .obj targets.
1203
1204 Dunno how they got in there, but they should be .o
1205
1206 2009-07-11 22:42:41 -0600 Eric Mullins <eric@hiarcs.(none)>:
1207 Update makefile dependencies on help.c and help.h.
1208
1209 2009-07-11 22:36:59 -0600 Eric Mullins <eric@hiarcs.(none)>:
1210 Allow compiling with MSVC6.0 and 4.1
1211
1212 Move prototypes into help.h, after making sure that DWORD_PTR is
1213 defined.  Include help.h from winboard.c and help.c so both files
1214 benefit from the definition.
1215
1216 2009-07-11 18:26:16 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1217  lists these accelerator keys in the menus for JAWS
1218
1219 2009-07-11 18:24:19 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1220 added shortcuts
1221
1222 This patch allows the use of Ctrl+C and Ctrl+V for Copy Game
1223 and Paste even in I C S mode when the board has focus.
1224
1225 2009-07-11 18:22:17 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1226 better handling of pasting a game without PGN tags
1227
1228 patch in wclipbrd.h to make it smarter to decide between pasting
1229 a game or a position so it can handle games without PGN tags.
1230 If it doesn't parse as a FEN it is assumed to be a game.
1231
1232 2009-07-11 18:20:56 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1233 fixed parser error for knight move
1234
1235 The parser had a strange quirk: it recognized bd2 as a valid Knight move
1236 (Nb1-d2) while this SAN format should be reserved for Pawn moves only.
1237
1238 2009-07-11 18:19:30 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1239  fixed a few warnings in connection with the help patch (now warning free)
1240
1241 2009-07-11 18:13:50 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1242 some major re-assignment of accelerator keys in the JAWS
1243
1244 2009-07-11 16:54:53 -0600 Eric Mullins <eric@hiarcs.(none)>:
1245 several small fixes
1246
1247 uptracked winboard.ini
1248
1249 * Cleanup: moved "Some definitions required..." from winboard.c to config.h,
1250 and combined some definitions from borland w/ MS.
1251
1252 * Changed internal HtmlHelp return type and 4th argument to facilitate various
1253 compilers.  These changes, while not strictly adhering to HtmlHelp() conventions,
1254 won't impact anything since the function modified is internal only.
1255
1256 * Modified HtmlHelp return values to integer to silence warnings.
1257 * Added help.c to the project in makefile.gcc & makefile.ms.
1258 * Fixed duplicate resource in winboard.rc.
1259
1260 2009-07-09 22:08:15 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1261 added JAWS support; help files for Vista; bugfixes for winboard.c
1262
1263 * JAWS support
1264 * help files should now work under Vista (the user has to have either
1265   a program to view old windows help files or to view html-files installed)
1266 * I fixed the tabbing between all windows that were added according to Tim's sugestions.
1267 * I added typing in of a move number in the move type-in dialog as a shortcut
1268   to going to that position by use of the < and > buttons. Mainly intended to
1269   ease life for the blind, but I think it can be generally useful.
1270   (Although the move-history dialog provides that functionality too,
1271   this is quicker if you don't happen to have it open.)
1272 * I added typing of a FEN in the move type-in dialog in Edit Position mode.
1273   (Which could not be used without mouse at all, and is defective
1274   in crazyhouse even with mouse, as there was no way to populate holdings.)
1275
1276 2009-07-09 22:03:00 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1277 some bugfixes: ICS error handling
1278
1279 * play a different sound for takebacks in ICS mode
1280 * pop up error messages for illegal moves for typed-in moves
1281
1282 2009-07-09 21:50:41 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1283 removed no longer needed debug message
1284
1285 2009-07-09 21:48:23 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1286 fixed compile error from a previous change
1287
1288 2009-07-09 21:44:54 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1289 user selectable font in game list
1290
1291 This makes the game list use the same (user selectable) font
1292 as the the move-history window.
1293
1294 2009-06-30 21:27:34 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1295 fixed typos in xboard.texi documentation.
1296
1297 2009-06-30 21:16:59 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1298 updated the FAQ
1299
1300 2009-06-27 17:06:26 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1301 changed font in engine output window
1302
1303 The engine-output window now uses the same font as the move-history window
1304 (which was selectable in the "Options  -> Fonts..." menu, while the other
1305 wasn't).
1306
1307 2009-06-27 17:03:19 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1308 fixed some characters in xboard.texi
1309
1310 It seems that copying manual sections from the RTF to th texi file did
1311 somehow mess up the double-quote characters, and changed them into some
1312 strange (unicode?) symbols.
1313
1314 2009-06-27 16:56:36 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1315 two shogi related bugfixes
1316
1317 I discovered a bug in the move generator for the Shogi Dragon King. I
1318 guess it went unnoticed so far because this is a promoted version of the
1319 Rook, which hardly occurs in games. (moves.c)
1320
1321 There was also a problem with the piecesfix I sent you before; Shogi
1322 chosen as initial variant did use wrong piece symbols. (I had tested this
1323 on gothic, but there it happened to work for a different reason, unique to
1324 gothic.) This affects xboard.c.
1325
1326 2009-06-27 16:54:04 -0700 Arun Persaud <arun@nubati.net>:
1327 small cleanup
1328
1329 2009-06-27 16:51:02 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1330 adds bitmaps for shogi promotions, and selects the bitmaps or
1331 pixmaps for the more rarely used piece types on a per-variant basis.
1332
1333 2009-06-27 16:44:36 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1334 adds new piece types in the promotion dialog and edit-position piece menu
1335
1336 2009-06-27 16:13:15 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1337 updated bitmaps files: files for fairy pieces where missing,
1338 others had names that didn't work with autoloading.
1339
1340 2009-06-27 16:06:35 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1341 fixed a bug concerning bitmaps
1342
1343 2009-06-27 15:53:45 -0700 Arun Persaud <arun@nubati.net>:
1344 give a default directory for bitmaps files (tiny change)
1345
1346 this is also one of the debian patches, should be rewritten to use
1347 the correct install directory. No Author was given.
1348
1349 2009-06-27 15:47:52 -0700 Brian May <>:
1350 verbose_error_message_about_recognized_options (tiny change from Debian patches)
1351
1352 2009-06-27 15:45:14 -0700 Matt Zimmerman <>:
1353 add a visual low time warning (tiny change from Debian patches)
1354
1355 2009-06-24 23:31:52 -0700 Arun Persaud <arun@nubati.net>:
1356 dos 2 unix conversion of backend.c
1357
1358 2009-06-24 23:30:07 -0700 Arun Persaud <arun@nubati.net>:
1359 exchanged some sprintf with snprintf found in a patch for the debian system,
1360 extended it a bit to other sprintf's original patch included only 11 lines
1361 by Florian Ernst <florian@debian.org>
1362
1363 2009-06-24 23:07:23 -0700 Mark Ioli <chessknight>:
1364 enabled a patch for default settings in winboard
1365
1366 2009-06-24 22:53:11 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1367 updated copyright notice
1368
1369
1370 2009-06-24 22:52:20 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1371 patches a bug in chosing the initial board size on a virgin startup
1372 I introduced recently
1373
1374 2009-06-24 22:49:33 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1375 I put in testing for the winning condition in 3checks
1376
1377 on a check it just goes through the entire game to subject
1378 every position on a check test, to see if there were two more.
1379
1380 2009-06-24 22:47:01 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1381 updated copyright notice in docs
1382
1383 2009-06-24 22:41:40 -0700 Florian Ernst <florian@debian.org>:
1384 added small patch from debian (tiny change)
1385
1386 according to the debian patch tracker, this patch is by
1387 Florian Ernst <florian@debian.org>.
1388 It fixes whitespace issues in filename called from cmail.
1389
1390 2009-06-24 22:33:13 -0700 Arun Persaud <arun@nubati.net>:
1391 converted dos2unix format for xboard.texi
1392
1393 2009-06-24 22:31:57 -0700 Arun Persaud <arun@nubati.net>:
1394 deleted two more files that don't need to be in git
1395
1396 these files can be generated by autogen.sh
1397
1398 2009-06-21 12:10:31 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1399 major overhaul of the -stickyWindows feature
1400
1401 I did a major overhaul of the -stickyWindows feature.
1402 The game-list and ICS-interaction windows are now also sticky.
1403 I also added a form of stickiness when the main window is resized;
1404 edges of auxiliary windows sticking to the right or bottom side of
1405 the main window stay attached when the window resizes
1406 (due to nr of board squares or their size). The way the window
1407 coordinates are saved in the .ini file is now relative to the
1408 main window, and some dummy options are added to be able to
1409 recognize right- and bottom-edge sticking, and reconstruct that
1410 when WB starts up with another board size. Also added are
1411 volatile options to ensure there will be space for auxiliary windows
1412 above and left of the main window.
1413
1414 2009-06-21 12:07:01 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1415 fixed long-algebraic form of drops
1416
1417 The WB parser turned out not to understand the long-algebraic form
1418 of drops send by an ICS. (like B/@@-e4), so even with
1419 legality testing off I now use the SAN move for drops.
1420
1421 2009-06-18 18:35:31 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1422 Refined stalemate adjudication in Suicide, some cleanup
1423
1424 Refined stalemate adjudication in Suicide, which seems to be not always won
1425 for the stalemated side, but for the side with the smallest number of pieces.
1426 Cleaned up the adjudication code in the process. (backend.c moves.c, moves.h)
1427 Also includes a tiny change in the -autoKibitz format, as requested on
1428 Talkchess.
1429
1430 2009-06-18 18:32:57 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1431 Enhancement of the way -autoLogo decides which logos to display
1432
1433 2009-06-16 00:06:59 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1434 bugfix and enhancement in autoKibitz mode
1435
1436 changed the format of the autoKibitz: score/depth in stead of depth/score,
1437 as in PGN. I also supress the ICS time for the move now in the PGN
1438 if extended info is available. When enhancing the functionality of
1439 the autoKibitz command (using the opponent engine kibitz for the saved PGN)
1440 I discovered that the xengineoutput.c in our tree was obsolete,
1441 and contained a routine of which the arguments were no longer compatble
1442 with the call from backend.c, and caused segfaulting. I copied in
1443 the  corresponding routine in wengineo.c, which was compatible. That the
1444 compiler did not flag this is a sign of badly organized code, I suppose...
1445
1446 The enhancement itself affected backend.c.
1447
1448 2009-06-16 00:04:13 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1449 modified clock layout
1450
1451 I altered the display of the clocks in the presence of engine logos; I used to
1452 stack them, but some inquiry on Talkchess sowed that people disliked the
1453 stacking. So now I display them next to each other again, but as 2-line-high
1454 fields to make room for te logos.
1455
1456 2009-06-15 23:59:32 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1457 new zippy option zippyShortGame
1458
1459 On request of Mike Adams I added a new zippy option, -zippyShortGame,
1460 to make life more difficult for abusers of abort and disconnect for cheating.
1461
1462 2009-06-15 23:56:40 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1463 fixed some bugs in the animation of atomic captures
1464
1465 2009-06-13 15:27:26 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1466 some small bugfixes
1467
1468 I had overlooked one place from which the FEN writer
1469 (of whicf I changed the argument types), which made WB crash
1470 if you copied a FEN (or PGN that cotained FEN) to the clipboard.
1471 I must have overlooked a warning during compile, or some depedency
1472 is not correct in the makefile. Anyway, wclipboard.c had to be changed.
1473 I also moved adjudication of some losing conditions to before tetsing
1474 for stalemate, (e.g. in atomic, if your king get destroyd you lose,
1475 even if you have no moves after that because it was your only piece.).
1476 this affects backend.c.
1477 I had used the same bits in the rule-modifier flags for indicating
1478 mandatory capture as was already used for indicating FRC-style castling.
1479 This led to frequent illegal move calls in FRC... (moves.h)
1480
1481 2009-06-13 10:45:17 -0700 Arun Persaud <arun@nubati.net>:
1482 cleaned up HTML in FAQ.html -- still need to work on content
1483
1484 2009-06-13 09:36:26 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1485 added option for work-around for some FRC engines in regards to FRCFENs
1486
1487 It suddenly occurred to me that I had promised on CCC to include an option
1488 to provide a work-around for the problem that some FRC engines do not
1489 understand FRC FENs (and thus do not play at all under WinBoard,
1490 as FRC always has to begin with sending the initial position).
1491 So I added the options -firstNeedsNoncompliantFEN, -secondNeedsNoncompliantFEN.
1492 This affects winboard.c and xboard.c, (for defining the option),
1493 common.h, backend.h, backend.c, (for implementing it),
1494 xboard.texi and winboard.rtf (decribing it).
1495 This option provides users with a means to always force the FEN castling field
1496 to KQkq (but can be used for many other work-arounds as well).
1497
1498 2009-06-13 09:30:31 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1499 fixed bug with random calls
1500
1501 There also seemed to be a bug with the shuffling of opening positions;
1502 I had changed the declaration of the position number from
1503 long long int to u64 to comply with MSVC, but this suppressed shuffling
1504 completely. I now changed it to int. I recently noted a problem with true
1505 randomizing anyway: this was based on srand(time()), but time() apparently
1506 did not change fast enough, so that starting several games in rapid succession
1507 (because the book line contained a 3-fold repetition) produced identical games.
1508 So I now seed the random once and for all during startup, based on the msec of
1509 the time mark, and removed the other calls to srand().
1510
1511 2009-06-13 09:26:14 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1512 changed name for fairymax program in xboard.h
1513
1514 2009-06-13 09:25:07 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1515 removed my name from copyright message in help->about menu
1516
1517 2009-06-13 09:22:02 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1518 fixed -stickyWindows option
1519
1520 I figured out why -stickyWindows was not working in XP and Vista
1521 (while it always worked under Win2K), and I think I found a fix for
1522 it that works under all Windows versions. (I tried XP and Win2K.)
1523
1524 2009-06-13 09:20:38 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1525 Updated docs for Engine-Settings menu
1526
1527 2009-06-13 09:19:05 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1528 Awareness of winning conditions for atomic and giveaway variants; two bugfixes
1529
1530 fixed bug in claim verification
1531 Bugfix on initial position of Great Shatranj
1532
1533 2009-06-13 09:16:47 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1534 Legality testing (mandatory capture) in giveaway variants
1535
1536 2009-06-13 09:16:17 -0700 Arun Persaud <arun@nubati.net>:
1537 don't ignore winboard/parser.c
1538
1539 2009-06-13 09:12:15 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1540 Added new variant Twilight Chess
1541
1542 2009-06-13 09:08:57 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1543 some renaming and restructuring of WB menu items, to conform more to XBoard
1544
1545 2009-06-13 09:07:07 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1546 Fixed bug in atomic patch that interfered with non-atomic variants
1547
1548 2009-06-10 21:46:11 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1549 fixed different use of engine option compared to Polyglot
1550
1551 it turns out the new Polyglot uses a sightly different version
1552 of the GUI->engine option command than the one I proposed
1553 (and implemented in XBoard; Michel sneaked in an '=' sign
1554 between the NAME and VALUE of the option, to allow for
1555 more unambiguous parsing. I guess in principle this is a good idea,
1556 so I adapted XBoard to Polyglot rather than the other way around.
1557 The result is that there are canges in xboard.c, and the documentation.
1558 I noticed that I unjustly had internationalized the option strings
1559 to be send to the engine in xoptions.c; this was of course nonsense,
1560 as this was WB protocol. So I undid that too.
1561
1562 2009-06-10 21:37:47 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1563 add the already supported variants 3check and great (=Great Shatranj)
1564 to the New Variant... menu.
1565
1566 2009-06-10 21:32:22 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1567 animate explosions in variant atomic (if animate moves is on).
1568
1569 2009-06-10 21:30:19 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1570 fixed castling bug in variant twokings.
1571
1572 2009-06-10 21:22:36 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1573 fixed forteitary wins for special game variations
1574
1575 feature that corrects forfeitary wins (e.g. on time)
1576 of a bare King to draws of course breaks proper operation
1577 in losers, suicide and giveaway
1578
1579 2009-06-09 21:02:51 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1580 automatically test ini file extension for files from commandline option @filename
1581
1582 The winboard.c is a patch that automatically tries indirection files on the
1583 command line (@filename type arguments) also with an extension .ini if the name itself
1584 did not match any existing file and contained no period. This saves the user typing the
1585 .ini all the time (which I started to find pretty annoying while working on the installer
1586 package).
1587
1588 2009-06-08 15:23:58 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1589 added gamelisttag option to xboard
1590
1591 also updated documentation.
1592
1593 2009-06-08 15:20:00 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1594 updated RTF file for winboard
1595
1596 2009-06-06 09:12:48 -0700 Arun Persaud <arun@nubati.net>:
1597 fixed syntax error in texi file
1598
1599 2009-06-06 08:57:52 -0700 Arun Persaud <arun@nubati.net>:
1600 updated to patchlevel "j"
1601
1602 2009-06-06 09:00:25 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1603 fixed adjudicating probelm in Shantranj
1604
1605 Refrain from adjudicating a draw based on insufficient mating material
1606 (except bare King vs bare King) in Shatranj (where in this case you can
1607 still win by baring the opponent's King).
1608
1609 2009-06-06 08:55:17 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1610 updated documentation and FAQ
1611
1612 2009-06-04 22:52:31 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1613 source clean up. Fix compiler warning, removed unused variables, etc.
1614
1615 2009-06-04 20:43:29 -0700 Eric Mullins <emwine at earthlink.net>:
1616 adding support for different windows compiler
1617
1618 Eric kindly provided us with some makefiles for different windows
1619 compiler and also fixed some issues that came up while using those compilers.
1620
1621 2009-06-04 18:27:26 -0700 Arun Persaud <arun@nubati.net>:
1622 cleanup: got rid of a lot of files that are not needed for a new release
1623
1624 lots of documentation was available in several places,
1625 old unused source files and not used graphics file were floating around
1626 in the tree. This should clean up most of it. No need to keep these files
1627 around, especially since we are using version control.
1628
1629 2009-05-29 18:56:06 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1630 Added the Action-menu items that allow the user to adjudicate
1631 ongoing games in Two-Machines mode. This was an already existing
1632 backend function from Winboard_x; I only had to create a menu item for it
1633 to be called. Due to an oversight I had forgotten to do that so far.
1634 (Logically, I should have done it in the 4.3.5 release,
1635 where I updated the XBoard menus to conform to the WinBoard menus.)
1636
1637 I tested them, and they seem to work. (As expected.)
1638
1639 2009-05-28 22:23:00 -0700 Arun Persaud <arun@nubati.net>:
1640 updated patchlevel to "i"
1641
1642 2009-05-28 22:19:08 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1643 small change to mousewheel support; two changes in window behaviour
1644
1645 * Visible effects during resizing suppressed, bug in chosing new size fixed.
1646 * No longer reserves left and top margins next to main window on first popup.
1647 * built in some hysteresis into mousewheel support, ignorng the first event in any new
1648 direction to suppress effects from accidential mouse movement.
1649
1650 2009-05-28 22:11:11 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1651 corrected 'animate dragging'
1652
1653 I finally figured out how the 'animate dragging' works in XBoard,
1654 so that I could add code to do the unstacking of multiple pieces
1655 in the holdings, rather than always leaving an empty square while
1656 you drag them. (And then suddenly re-growing the remaining pieces
1657 as you make the drop.)  It does not look as fancy as in WinBoard
1658 yet, because the counts still only decrease when you release the
1659 piece, rather than when you lift it. But this is not nearly as
1660 disturbing as leaving empty holdings (if only temporarily) when
1661 you still have pieces there.
1662
1663 2009-05-28 22:06:15 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1664 Added comand-line options -debugFile (as synonym for -nameOfDebugFile,
1665 as WinBoard also has these synonyms), and -engineDebugOutput
1666 (wich already existed in the backend).
1667
1668 2009-05-28 21:57:53 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1669 updated documentation for new release
1670
1671 2009-05-28 21:55:51 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1672 added Xiangqi perpetual-chase detection
1673
1674 2009-05-28 00:06:53 -0700 Arun Persaud <arun@nubati.net>:
1675 Updated all files to GPL version 3.
1676
1677 2009-05-28 00:03:32 -0700 Arun Persaud <arun@nubati.net>:
1678 converted two files from dos to unix format
1679
1680 2009-05-27 23:12:24 -0700 Arun Persaud <arun@nubati.net>:
1681 updated INSTALL, NEWS and other files for new release
1682
1683 cleaned up a bit and updated some information in the text files.
1684
1685 2009-05-07 21:48:23 -0700 Arun Persaud <arun@nubati.net>:
1686 winboard/config.h shouldn't be in .gitignore, only ./config.h
1687
1688 2009-05-07 21:47:37 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1689 bumped patchlevel to 0g
1690
1691 2009-05-07 21:46:02 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1692 corrected path in makefile
1693
1694 2009-05-07 21:45:48 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1695 updated rtf
1696
1697 2009-05-07 21:45:25 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1698 added firstOptions, secondOptions, noGUI, firstXBook, secondXBook
1699
1700 2009-05-07 21:44:03 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1701 handle promotion case for Shogi
1702
1703 2009-05-07 21:43:34 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1704 add note about RESULT command for GUI programmers
1705
1706 2009-05-07 21:42:37 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1707 small changes to book.c
1708
1709  added code for different board sizes
1710  added some debuginfo
1711  handle promotion of pieces
1712
1713 2009-05-05 23:07:18 -0700 Arun Persaud <arun@nubati.net>:
1714 added a .gitignore file
1715
1716 2009-05-03 12:41:06 -0700 Arun Persaud <arun@nubati.net>:
1717 wrong line ending for Unix... ran dos2unix on both files
1718
1719 2009-05-02 13:51:50 -0700 Arun Persaud <arun@nubati.net>:
1720 fixed texinfo files, added windows help file, removed config.h from git
1721
1722 texinfo.in is not needed anymore, since it only provided a
1723 version string, but this can be created automatically using autotools
1724
1725 deleted config.h from version control, since it is automatically created.
1726 added winboard.hlp file (not sure if needed)
1727
1728 2009-04-26 23:34:34 -0700 Arun Persaud <arun@nubati.net>:
1729 updated autoconf init file
1730
1731 * renamed autoconf init file from configure.in to configure.ac
1732 * added bug-report email address to ac_init
1733 * replaced ac_output(...) with ac_config_files, ac_config_commands and ac_output
1734
1735 2009-04-26 14:49:03 -0700 Arun Persaud <arun@nubati.net>:
1736 parser.c is generated by lex, so it shouldn't be tracked
1737 and also parcer.c shouldn't be in Makefile.am
1738
1739 2009-04-26 14:44:51 -0700 Arun Persaud <arun@nubati.net>:
1740 added book.c to Makefile.am
1741
1742 2009-04-26 13:49:15 -0700 Arun Persaud <arun@nubati.net>:
1743 use autoheader to create config.h.in
1744
1745 no need to track this in git anymore
1746
1747 2009-04-26 11:13:26 -0700 Arun Persaud <arun@nubati.net>:
1748 fixed autoheader warings, remove depreciated acconfig.h
1749
1750 2009-04-26 10:30:23 -0700 Arun Persaud <arun@nubati.net>:
1751 added a autogen.sh
1752
1753 2009-05-02 10:55:39 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1754 changes from H.G. Muller; version 4.3.16
1755
1756 2009-05-02 10:50:10 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1757 changes from H.G. Muller; version 4.3.15
1758
1759 2009-05-02 10:38:39 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1760 changes from H.G. Muller; version 4.3.14
1761
1762 2009-05-02 10:13:41 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1763 HGM fixed cygwin compile for winboard
1764
1765 2009-04-24 16:11:57 -0700 Arun Persaud <arun@nubati.net>:
1766 cross compilier working
1767
1768 2009-04-19 10:00:52 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1769 changes from H.G. Muller; version 4.3.13
1770
1771 2009-04-19 09:52:47 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1772 changes from H.G. Muller; version 4.3.12
1773
1774 2009-04-19 09:48:59 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1775 changes from H.G. Muller; version 4.3.8
1776
1777 2009-04-19 09:44:15 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1778 changes from H.G. Muller; version 4.3.7
1779
1780 2009-04-19 09:39:19 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1781 changes by H.G. Muller; version 4.3.4
1782
1783 2009-04-19 09:34:31 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1784 changes from H.G. Muller; version 4.3.2
1785
1786 2009-04-19 10:26:24 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
1787 changes from H.G. Muller
1788
1789 2009-04-16 23:06:13 -0700 Arun Persaud <arun@nubati.net>:
1790 cleaned up the directory a bit. Removed winboard-dm-beta,
1791 merged the two Changelogs together
1792
1793 2009-04-16 14:12:48 -0700 A. Scotti <dev@ascotti.org>:
1794 changes from Alessandro Scotti from 20060129
1795
1796 2009-04-16 14:09:33 -0700 A. Scotti <dev@ascotti.org>:
1797 changes from Alessandro Scotti from 20060112
1798
1799 2009-04-16 14:04:02 -0700 A. Scotti <dev@ascotti.org>:
1800 changes from Alessandro Scotti from 20051231
1801
1802 2009-04-16 13:59:12 -0700 A. Scotti <dev@ascotti.org>:
1803 changes from Alessandro Scotti from 20051129
1804
1805 2009-04-16 13:53:41 -0700 A. Scotti <dev@ascotti.org>:
1806 changes from Alessandro Scotti from 20050322
1807
1808 2009-04-10 04:18:59 +0000 Arun Persaud <arun@nubati.net>:
1809 translated a handfull of strings and set the codeset to UTF-8
1810 for the translations.
1811
1812 2009-03-18 03:20:50 +0000 Arun Persaud <arun@nubati.net>:
1813 Translation: added German po file (roughly 50% translated)
1814
1815 2009-03-01 04:23:54 +0000 Arun Persaud <arun@nubati.net>:
1816 fixed bug #22853: changed all .Xdefaults to .Xresources in xboard.texi
1817
1818 2009-03-01 02:43:43 +0000 Arun Persaud <arun@nubati.net>:
1819 fixed bug #25672, patch #6182 by adding DESTDIR support to Makefile.in
1820
1821 2009-03-01 02:33:26 +0000 Arun Persaud <arun@nubati.net>:
1822 fixed a warning message in the configure script
1823
1824 2009-02-28 22:58:57 +0000 Arun Persaud <arun@nubati.net>:
1825 fixed parser.l. Should fix bug #22812
1826
1827 2009-02-28 22:58:14 +0000 Arun Persaud <arun@nubati.net>:
1828 fixed parser.l. Should fix bug #22812
1829
1830 2009-02-28 22:55:30 +0000 Arun Persaud <arun@nubati.net>:
1831 added myself to the AUTHOR file
1832
1833 2007-06-15 04:26:57 +0000 Mark Loli <chessknight>:
1834 Initial check-in of NSIS Winboard installer files.
1835
1836 * 06/12/2005: bugfix some more possible buffer overflows.
1837
1838 * 06/27/2004: added simple icsEngineAnalyze for xboard
1839
1840 * 06/26/2004: added icsEngineAnalyze for winboard: Analyze observe games
1841 with a chessprogram on a Internet Chess Server (ICS)
1842
1843 * 02/12/2004: Bugfix ICS interaction console crashed while chess
1844 engine starting and user type in some stuff. We wait now to finish
1845 the engine boot.
1846
1847 * 02/11/2004: Winboard: Added color lines for the ics interaction
1848 console if zippy used
1849
1850 * 02/09/2004: Added mousewheel support for winboard. Play moves
1851 backward and forward with the mousewheel.
1852
1853 xboard/WinBoard 4.2.7 -- Fri Nov 28 13:36:00 PST 2003 -- Tim Mann
1854
1855 * 11/26/2003: In WinBoard, setting the -debug flag now logs ICS output
1856 to WinBoard.debug too.  (This isn't needed in xboard because ICS
1857 output already goes to stdout, so it's easy to capture along with the
1858 debug output on stderr.)  This was issue #280 in the ToDo file.
1859
1860 * 11/23/2003: Cleaned up some minor problems in cygwin.mak.  Thanks to
1861 Hans Werner Strube for the problem report.
1862
1863 * 11/23/2003: Updated the default list of chess servers in
1864 winboard/defaults.h.  Deleted two that appear to be dead and added a
1865 new one that is active.
1866
1867 * 11/19/2003: Swapped icon_white.bm and icon_black.bm in XBoard.
1868 Hopefully this will get them the right way around by default on more X
1869 window managers.  I wish I understood this better.
1870
1871 * 11/18/2003: Implemented a simple 32-bit random number generator for
1872 WinBoard, replacing the Windows rand(), which ranges only up to
1873 0x7fff.  Formerly on Windows, only zippy.lines sayings that started in
1874 the first 32767 bytes of the file could ever be used.  This was issue
1875 #505 from the ToDo file.
1876
1877 * 11/16/2003: The xboard man page and info files are now built from a
1878 common set of texinfo source files, and the xboard man page now covers
1879 cmail as well.  Formerly, ever since the texinfo file was first
1880 contributed to the project, it was separate from the man page and the
1881 two files had to be updated in parallel, making for a maintenance
1882 nightmare.  To make combining the files possible, I took the Perl
1883 script "texi2man" from the GNU Units project and added support for a
1884 larger subset of the texinfo markup language.  I then carefully
1885 compared the old man page and old texinfo file to make sure the latest
1886 and clearest words survived into the new combined texinfo file.  It
1887 would be great to merge in WinBoard's help file too, but that's a
1888 larger project.  It would have to be heavily conditionalized to
1889 deal with differences in features between XBoard and WinBoard.
1890
1891 * 11/15/2003: Cleaned up and applied a small patch from Daniel
1892 Mehrmann, to stop overly long PVs in thinking output from causing a
1893 buffer overflow crash in backend.c.
1894
1895 * 11/5/2003: When a chess engine sends a "telluser" command (including
1896 the cases where "tellall" or "tellopponent" acts like telluser), the
1897 information now goes into a nonmodel popup that is automatically
1898 dismissed when the user clicks anywhere on the board.  This fix is
1899 more significant on WinBoard, where formerly you got a fully modal
1900 dialog that had to be dismissed by clicking on OK before anything else
1901 could happen.  The bug was issue #406 in the ToDo file.
1902
1903 * 11/1/2003: Removed email addresses from this file to reduce spam
1904 load, as it gets linked to from the Web.
1905
1906 * 11/1/2003: Updated READ_ME and winboard/READ_ME.txt.
1907
1908 * Modified xboard and winboard makefiles to be able to build the
1909 project in the new combined directory structure.
1910
1911 * Applied a small security fix to pxboard, from Martin Maeok.
1912
1913 * Fixed a bug in the game list dialog.  The change in 4.2.6 to opening
1914 games in text mode (meant to avoid getting extra \r's into comments)
1915 caused a new bug in determining seek offsets when parsing a game file
1916 to form the game list.  Also, the change was incomplete; on some code
1917 paths games were still being opened in binary mode.  Thanks to Lenik
1918 Terenin for reporting the offset bug.  I've now gone back to always
1919 using binary mode when reading game files, and I've fixed the comment
1920 bug by adding code to remove \r's from parsed comments explicitly.  I
1921 still use text mode for writing game files so that games written by
1922 WinBoard will have Windows-style line endings.
1923
1924 * Fix for minor bug in WinBoard installer.  If you chose a non-default
1925 destination directory, the default directory was still used for a
1926 couple of unimportant things, namely setting the App Paths registry
1927 keys (unused by WinBoard) and trying to copy the existing WinBoard.ini
1928 file to WinBoard.old.  I inherited this bug from the InstallShield 5
1929 sample template.  Thanks to "l.d." for noticing the incorrect keys.
1930
1931 * Patch from Chris Priest: when two engines are being run through rsh,
1932 avoid reusing the same stderr port for both.  I'm not sure why this
1933 should be needed, but it's harmless, at least.
1934
1935 * Bugfix: The kludge to deal with old engines that give an error
1936 message because they don't know the "st" command was too sloppy; it
1937 could hit on an "st" substring anywhere in an error message.  GNU
1938 Chess 4 is the only engine I know of where the kludge was needed, so I
1939 changed the kludge to match a longer, more GNU-specific string.
1940
1941 * Changed the WinBoard self-extracting installer to choose a unique
1942 temporary subdirectory name within the Windows temp directory instead
1943 of always putting wb-setup directly in temp.  Besides being better
1944 practice, this avoids the need to deltree wb-setup first, which
1945 occasionally alarms someone who thinks that deltree is only used by
1946 trojans to delete all your files.  (Yes, I'm serious.)
1947
1948 * Fixed a bug where FICS-style "wild/0" strings were not parsed as the
1949 proper wild type.  The "/" was not being skipped.
1950
1951 * Fixed a WinBoard bug where temporary files created by game
1952 copy/paste were being created in the root directory of the current
1953 drive instead of the TMP directory and were not always deleted on exit.
1954
1955 * Fixed a small bug in winboard.c's ErrorDialog() function.  Thanks to
1956 "Ron" (no last name given).  The bug might have caused a problem when
1957 pressing OK or Cancel in an error dialog when more than one error
1958 dialog was being displayed, but I'm not really sure.
1959
1960 * Removed a hack that worked around a bug in very old versions of
1961 Crafty, where it would sometimes reply "illegal move" to a "."
1962 command.  The hack kept us from recognizing real illegal move messages
1963 in analyze mode from engines that don't respond to the "." command.
1964 Thanks to Fabien Letouzey for the report.
1965
1966 * Fixed a bug in the xboard version of GetDelayedEvent.  It would
1967 return the most recently scheduled event even if it had already fired.
1968 This caused at least one visible error: in -ics -xreuse mode, starting
1969 the engine again and seeing another "feature done=1" would re-run the
1970 initialization code in InitBackEnd3, including the code that opens the
1971 connection to ICS.  The WinBoard version didn't have this bug.  Thanks
1972 to Bob Hyatt for the bug report.
1973
1974 * The promotion popup for ICC wild 26 (giveaway) now includes King.
1975 Thanks to Fredrik Josefsson for the bug report.
1976
1977 * The first game in a file (or being pasted from the clipboard) can
1978 now start with a bare move -- no PGN tags, no move number "1", etc.
1979 Suggested by Shane Harrelson.  One could imagine taking this farther
1980 and accepting something like "e4 e5 1/2-1/2 d4 d5" as two games, but
1981 I haven't done that.
1982
1983 * Bug fix: xboard didn't really accept a paste of multiple games,
1984 contrary to what I wrote when adding the feature to WinBoard in
1985 4.2.4.  Now it works in both.
1986
1987 * Fixed generic start/end of game messages to work on chess.net, where
1988 they put ratings in parens after the player names.
1989
1990 * Updated config.sub and config.guess to newer versions from
1991 automake-1.4p5-2.  This makes configure work with MacOS X + X11.
1992
1993 * Bugfix: when examining a game fragment on FICS where black plays
1994 first, don't show two "(0:00.000)" times on the initial "none" move.
1995
1996 * If TestLegality is on and one of the engines makes an illegal move
1997 in TwoMachines mode, it forfeits immediately.  Formerly the game would
1998 get stuck at that point and the engine that made the illegal move
1999 would eventually lose on time.
2000
2001 xboard/WinBoard 4.2.6 -- Fri Feb  1 22:26:31 PST 2002
2002 Tim Mann
2003
2004 Another small bugfix release.
2005
2006 * Put in a small change from Alexander Mai to allow xboard to build in
2007 an OS/2 EMX environment.
2008
2009 * Fix WinBoard-only bug where editing a PGN file with comments would
2010 insert more \r characters before the \n after every Load/Save cycle.
2011 For some unknown reason we were reading the files in "rb" mode but
2012 writing them in "a" mode, so we kept the \r characters on reading and
2013 added an extra one on writing.  Fix: change the "rb" to "r".  Thanks
2014 to Joel (last name not given) for the bug report.
2015
2016 * Put the arguments to rsh/remsh in the right order for better
2017 portability.  Thanks to Michael Kalisz.
2018
2019 * FreezeUI is now implemented in WinBoard; it was previously only
2020 implemented in xboard.  This function prevents the user from entering
2021 moves or other commands while we are waiting for an engine to
2022 initialize itself.  Implementing it fixes a bug where the user could
2023 start a game (etc.) during feature negotiation.  One of the symptoms
2024 of this bug was that we could send "new" one or move moves *after* the
2025 first game started!
2026
2027 * Fixed some handle leaks (WinBoard only), including a nasty one that
2028 leaked one handle per command sent to ICS.  Thanks to several folks
2029 who helped characterize the bug and tried to look for leaks.
2030
2031 * We now install and look for the info file in ${prefix}/share/info
2032 instead of ${prefix}/info.  The latter is still the default in
2033 autoconf, but the former is currently used in Red Hat Linux and
2034 probably elsewhere.
2035
2036 xboard/WinBoard 4.2.5 -- Sat Dec 15 11:42:51 PST 2001
2037 Tim Mann
2038
2039 * Changed the bundled GNU Chess 5.02 in the WinBoard package to
2040 include a much smaller book and to use much less hash table space by
2041 default (8 MB transposition table, 0.5 MB pawn evaluation table).  The
2042 large book included with 4.2.4 made the WinBoard download too big for
2043 some people, and the default hash tables were larger than the
2044 available physical memory on some people's computers. I built the
2045 small book by running Crafty's "small.zip" book line collection
2046 through a Perl script that makes it look enough like real PGN games
2047 that the GNU Chess book builder will accept it.  The script and some
2048 minor patches to GNU Chess 5 are available in the WinBoard source
2049 distribution and at http://www.tim-mann.org/gnuchess.html.
2050
2051 * Fixed a bug in the code that deals with engines that complain that
2052 "time" and "otim" are illegal moves.  This was a new bug in 4.2.4.
2053
2054 * Revamped the implementation of ToStart in analysis mode.  Formerly
2055 there was some ill-conceived code that would try to get back to the
2056 start of the game by doing a "new" command (and all the followup
2057 commands that requires) while remaining in analysis mode.  This is
2058 problematic for engine authors to support, though it works with
2059 Crafty.  This code was trying to solve the problem of ToStart being
2060 slow because the engine would try to start an analysis after every
2061 "undo" command all the way back to the start.  But ToEnd already had a
2062 much better solution to this problem, and now ToStart does the same
2063 thing: we exit from analysis mode and enter force mode instead,
2064 make/unmake moves to get to the end/start of the game, and then
2065 reenter analysis mode.
2066
2067 * Formerly, Zippy could try to start playing a game before the engine
2068 was initialized; that is, during the initial timeout for protover 1
2069 engines, or before "feature done=1" for protover 2 engines.  We now
2070 wait until the engine is initialized before connecting to ICS, which
2071 fixes this in the common case.  If you turn off engine reuse for
2072 multiple games (that is, if you give the -xreuse option), there could
2073 still be problems; see item 503 in the ToDo file.  Thanks to Dieter
2074 Buerssner for the bug report.
2075
2076 * Bugfix: All WinBoard versions since the merge with WinBoard Plus
2077 (but not xboard) have had a bug in changing the PeriodicUpdates,
2078 PonderNextMove, and ShowThinking options from the menu.  The bug
2079 mostly just caused changing these options during a game to not take
2080 effect until after the next reset.  For TwoMachines games, though,
2081 changing PonderNextMove just before the game would take effect
2082 immediately for the second engine but not until the next game for the
2083 first engine.  Thanks to Koundinya Veluri for the bug report.
2084
2085 * Bugfix: In 4.2.4, we sometimes got confused when trying to leave and
2086 reenter analyze mode.  One symptom was that Analyze File did not work.
2087 Thanks to Igor Syry for the bug report.
2088
2089 xboard/WinBoard 4.2.4 -- Sun Dec  9 14:56:30 PST 2001
2090 Tim Mann
2091
2092 * WinBoard now includes GNU Chess 5.02 in place of GNU Chess 5.00.
2093
2094 * WinBoard's PasteGameFromClipboard will now handle a paste with
2095 multiple games in it, popping up the game list dialog.  xboard
2096 already did this.  Suggested by Robert Gerstman.
2097
2098 * We now use the "clearboard" command on ICC where appropriate.
2099
2100 * Bugfix: don't generate a bogus "variant normal" command to an engine
2101 for the loadable ICC wild types that we internally flag as
2102 VariantLoadable.  Also clarified the message that Zippy sends when
2103 declining such wild games -- it can't deal with the possibility of
2104 loading an arbitrary position into the game.  Thanks to Dieter
2105 Buerssner for reporting the problem.  It would be nice to be able to
2106 actually play these wild types some day; presumably there would have
2107 to be an option to either send "loadgame" with a specified position,
2108 or to deal with an opponent sending it.
2109
2110 * If we get a holdings message from ICS when we thought we were
2111 playing normal chess, we now try asking for a move list so that we can
2112 find out from the header what's really happening.  Formerly we guessed
2113 bughouse in this case.  Response to a comment from Gian-Carlo
2114 Pascutto.
2115
2116 * Fixed two longstanding bugs in the clock code.  These affected only
2117 play between a user and a local engine, or between two local engines,
2118 not ICS play.  (1) The last fractional second used by a player before
2119 moving and virtually pushing his clock was being charged to his
2120 opponent instead of to him.  (2) The time and otim commands were being
2121 sent to an engine before the (buggy) fractional second update was
2122 done.  The second bug was pretty harmless in itself, but the first one
2123 was serious.  Many thanks to Peter Rosendahl for carefully diagnosing
2124 and reporting these bugs!
2125
2126 * Changed WinBoard timestamp key.  Nothing is changed other than the
2127 key and a recompilation.  ICC may phase out the old key soon; if they
2128 do, you'll need to use the timestamp.exe from WinBoard 4.2.4 or later
2129 to connect to chessclub.com.
2130
2131 * Fixed an xboard-only bug where most dialogs would not take keyboard
2132 input unless the mouse was actually over the dialog, even if the
2133 dialog window had focus.  Thanks to Jason Varsoke for the bug report.
2134
2135 * Bugfix; Remember to send time and otim commands to engine before
2136 sending playother.  Thanks to Bob Hyatt for the bug report.  Also
2137 fixed a bug where time and otim were sometimes sent even with feature
2138 time=0.
2139
2140 * Added small patches from Wilkin Ng that are meant to fix a crash in
2141 CopyGameToClipboard and a "can't unlock clipboard memory" error in
2142 PasteTextFromClipboard, under Windows 2000.
2143
2144 * Changed cygwin.mak to not use -mno-cygwin.  In other words, it now
2145 uses cygwin1.dll instead of the mingw libraries.  This works around
2146 bugs in fileno() and stat() that I encountered in mingw.  (fileno
2147 seems to always return 0.  stat fails because the library routine uses
2148 a different definition of struct stat than the header files provide.)
2149 Thanks to Robert Gerstman for reporting the symptoms these bugs caused
2150 when WinBoard was compiled with Cygwin.
2151
2152 * Added -showButtonBar option.  This lets you delete the << < P > >>
2153 buttons and thus widen the message widget a bit.
2154
2155 * Added code to address a very obscure bug.  If an engine dies and
2156 needs to be restarted while in one of the analyze modes, it was not
2157 getting put back into analyze mode.  This bug should not really ever
2158 have gotten tickled unless reuse was turned off and the engine sends
2159 game end commands (such as 1-0) when a game ends by rule while in
2160 analyze mode.  The next version of the protocol spec will say that
2161 engines should not do that, but version 2 and earlier didn't address
2162 the issue.
2163
2164 * We now use the FICS "iset ms 1" feature to get times in ms instead
2165 of seconds.  Thanks to DAV for email telling me about this feature.
2166
2167 * Changed clock display to show tenths of seconds for 9.9 seconds and
2168 less, instead of 0.9 seconds and less as before.
2169
2170 * It has been discovered that Zippy can play simuls on ICC (but not on
2171 FICS).  If you arrange for Zippy to send the ICC command "simulize" in
2172 the -zippyGameStart string, it will accept additional games while
2173 playing.  Zippy will use the same engine for every game, so whenever
2174 it switches opponents, the engine's state will be reset with the "new"
2175 command.  This will of course weaken its play, so don't enable simuls
2176 if you want your engine to have the highest possible rating.  Zippy
2177 was never designed to work with simuls; it just works by accident, and
2178 it hasn't been tested much.  So please report any bugs you notice, but
2179 don't expect them to be fixed rapidly.  Thanks to Paul McGuire for
2180 noticing that this works.
2181
2182 * Bugfix: Suppress the direct command to engine popup if there is no
2183 engine.  In WinBoard this case used to cause a crash.  Thanks to
2184 "Dargon" for the bug report.
2185
2186 * Bugfix: formerly we did part of the engine initialization for the
2187 very first game too soon, before feature negotiation.  One result of
2188 this is that engines would never get the "ics" command for the first
2189 game.
2190
2191 * Lengthened timeout to detect protocol version 1 chess engines to 10
2192 seconds.  This should reduce problems with protocol version 2 engines
2193 that are slow to initialize missing the timeout and not getting a
2194 chance to send their feature commands before the first game starts.
2195
2196 * Klaus Friedel says that adding a short sleep to WinBoard after
2197 starting a new chess engine solves a problem that occurs under Windows
2198 2000, in which engines sometimes don't see the initial command(s) from
2199 WinBoard and hang.  I don't understand how that can happen, but the
2200 sleep is harmless, so I've put it in.  Others have also reported what
2201 may be the same problem, so hopefully this will fix it for them too.
2202
2203 * Bugfix: editing the Result field in EditTags will no longer cause a
2204 later crash.  Thanks to DAV for a clear bug report that let me
2205 reproduce the problem.
2206
2207 * ICC wild 28 is now recognized as shatranj, but it is not supported.
2208 You might be able to play it by turning off Test Legality.
2209
2210 * Formerly we would always turn off "feature time" if the engine
2211 printed an error message with the string "time" or "otim" in it; now
2212 we do that only if the message comes before the engine makes its first
2213 move.  This change is useful because some engines spew a lot of bogus
2214 error messages about commands they don't fully parse, so something
2215 like "result 0-1 {White lost on time}" could generate such a message.
2216 Engines shouldn't do that, but if they do, mysteriously turning off
2217 "feature time" is not a good way to react.
2218
2219 * Fixed an infrequently occurring Zippy bug: formerly, resuming from
2220 adjournment by position (that is, with GetMoveList turned off) or
2221 starting/resuming a wild game (nonstandard starting position) would
2222 try to set up the position without putting the engine into force mode
2223 first.  That was probably tolerated by most engines, but if the
2224 position was black-to-play and the engine hadn't set feature
2225 setboard=1, then the fake "a2a3" move (which we use as a kludge to get
2226 black to be on move before sending the edit command) would appear to
2227 be a real move, and the engine might reply to it!  This bug could also
2228 be seen when trying to use Zippy to play a simul -- something that
2229 Zippy was never designed to support, but which seems to mostly work
2230 anyway.  Thanks to Paul McGuire for sending a WinBoard.debug file that
2231 showed the bug occurring.  Some other cases of resuming adjournments
2232 or starting games from nonstandard positions may have been broken too;
2233 I think I've straightened out the problems.
2234
2235 * Agreeing to a draw in the human vs. local engine case formerly did
2236 not work if the human offered first; now it does.  A human's
2237 unsolicited offer is considered valid until he makes another move.
2238 Thanks to Bruce Moreland for the bug report.
2239
2240 * Bugfix: We used to look for just "fr" in Event tags or strings from
2241 ICSes to recognize Fischer Random games.  This caused a lot of false
2242 matches.  Now we look for "wild/fr" instead, which is what FICS uses.
2243
2244 * Bugfix: Clicking on a move in the MoveList window only updated the
2245 displayed position; if a chess engine was active, its state was not
2246 updated.  Thanks to Alejandro Dubrovsky for the bug report.
2247
2248 * Bugfix: The "resign" command from engine to xboard formerly did not
2249 work in ICS (Zippy) mode.
2250
2251 * Bugfix: Formerly we would register a garbage premove if the user
2252 clicked on a piece, then clicked on an edge or outside the board.  Now
2253 such an errant click is ignored.
2254
2255 * Bugfix: GameEnds would send "exit" to an engine in analyze mode even
2256 if we did not actually want to leave analyze mode.
2257
2258 * Bugfix: "feature pause" was being rejected.  We don't currently use
2259 it, but that is no reason to reject it.  Thanks to Gian-Carlo Pascutto
2260 for the bug report.
2261
2262 * Bugfix: when "partner" needed to be sent both to ICS and the engine,
2263 Zippy was erroneously sending the ICS prefix character to the engine
2264 too.  Thanks to Gian-Carlo Pascutto for the bug report.
2265
2266 * Zippy now declines challenges when the engine is not yet ready to
2267 play again, instead of ignoring them.  This is needed so that the
2268 server will let the opponent repeat the challenge.  It might be better
2269 to remember such challenges and accept them when the engine is ready,
2270 but that would be a bit more complicated to implement.
2271
2272 * Bugfix: Zippy's emotes didn't work on FICS because there, "i" is a
2273 built-in alias for "it", not a real command.  So sending "$i foo" gave
2274 an error message instead of doing "it foo".  We now leave out the
2275 alias-suppressing prefix for emotes.
2276
2277 xboard/WinBoard 4.2.3 -- Mon Feb 19 19:55:05 PST 2001
2278 Tim Mann
2279
2280 * Bugfix: The error message "Variant X not supported by gnuchessx"
2281 formerly could pop up even in -ncp mode.
2282
2283 * Fixed an xboard bug in premove highlighting.  If you had
2284 HighlightLastMove turned on, premoves got highlighted in
2285 highlightSquareColor (yellow) instead of premoveHighlightColor (red).
2286
2287 * Modified premove again.  Now we are back to displaying the move
2288 locally immediately after sending it to the server, as in versions
2289 prior to 4.2.1.  This is good because it lets you register your next
2290 premove sooner.  As a better fix to the problem that the change in
2291 4.2.1 had been trying to address, we now suppress animating the
2292 opponent's move if you have a premove reply pending.  However, it's
2293 probably still a good idea for you to turn off AnimateMoves entirely
2294 if you are trying to play extremely fast games.
2295
2296 * Removed an erroneous patch that left zombie chess engines around
2297 when both sigterm and reuse were turned off.  (Bug was in xboard only,
2298 not winboard.)
2299
2300 * Bugfix: loading a game with autostepping did not work for games with
2301 PGN result "*" (unfinished).  This bug was introduced in 4.1.0, caused
2302 by some outdated code that was supposed to leave you in EditGame mode
2303 after loading an unfinished game.  I fixed this, and also changed it
2304 to leave you in EditGame mode after loading *any* game, but without
2305 changing the tags to say it's an edited game.  It's not really clear
2306 whether that is the best thing is to do here -- ideally, perhaps, the
2307 tags should change to say "edited game" if you actually make any
2308 changes, but that is harder to make work.
2309
2310 xboard/WinBoard 4.2.2 -- Tue Feb  6 20:00:00 PST 2001
2311 Tim Mann
2312
2313 * Fixed a problem introduced in 4.2.1.  In -zippyPlay mode, 4.2.1
2314 started sending the initString immediately after the old game ended,
2315 but then when the next game started, it would still send "force" and
2316 another initString.  Another problem was that the first initString put
2317 the engine out of sync with the displayed board position, though that
2318 might not usually have been noticeable.  This is now changed to do a
2319 full Reset at the end of the previous game, and avoid doing a Reset at
2320 the start of a new game if we are still in BeginningOfGame mode.
2321
2322 * Fixed some limitations in -zippyPlay mode.  The engine was not being
2323 fed the moves or history of games that were displayed but not being
2324 played, so it would get confused if you tried to do something like
2325 examine a game, then enter EditGame mode from somewhere in the middle
2326 of the game.
2327
2328 * Made a small change so that cygwin can compile xboard for Windows
2329 (an X server is required to run it).  Thanks to Volker Zell.  Most
2330 people would probably prefer to run WinBoard on Windows, however; note
2331 that cygwin could already compile WinBoard.
2332
2333 * Added some missing documentation to engine-intf.html: It is okay to
2334 send "feature done=0" even before you receive the xboard and protover
2335 commands, if this is needed to give your engine enough time to
2336 initialize.  See engine-intf.html for more discussion.
2337
2338 * Bugfix: "feature done=0" did not work for the second engine; now it does.
2339
2340 xboard/WinBoard 4.2.1 -- Sat Feb  3 19:52:26 PST 2001
2341 Tim Mann
2342
2343 * Bugfix: in Zippy mode with feature san=1, the elapsed time was being
2344 sent to the engine after the SAN move; for example, "e4 (0:01)" was
2345 sent instead of just "e4".
2346
2347 * It seems that scroll wheel mice with incompletely installed software
2348 (under Windows 95, at least) can send repeated middle button up events
2349 when the wheel is turned.  Moved QuickPaste from middle button up to
2350 middle button down to avoid problems with this.
2351
2352 * A premove is now sent *before* the opponent's move that it replies
2353 to is animated.  The premove itself is no longer displayed (or
2354 animated) when sent; instead, it is displayed when the chess server
2355 echoes it back as a board update.
2356
2357 * Bug fix: in -xreuse mode, xboard was only sending command line
2358 arguments to the engine the first time it was started.  (WinBoard
2359 didn't have this bug.)
2360
2361 * In -zippyPlay mode, we now initialize the chess engine for a new
2362 game immediately after the old game ends.  (In -xreuse mode, this
2363 means starting a new engine process; in the default -reuse mode, it
2364 just means sending "new".)  If the engine supports ping, we don't
2365 accept challenges until the "new" has finished.  This should help
2366 avoid losing time (re)initializing the engine after the game starts.
2367
2368 * We now handle the new FICS field in style 12 that says whether the
2369 clocks are ticking.
2370
2371 * whiteFlag and blackFlag are now reset whenever an ICS board image
2372 arrives, giving autoflag a fresh chance to work.
2373
2374 * Suppressed "geometry error" debug messages unless -debug flag is given.
2375
2376 * Bugfix: avoid core dump on Solaris with -debug flag, caused by
2377 passing NULL to a %s format in GameEnds.
2378
2379 * Added -firstProtocolVersion and -secondProtocolVersion.  This will
2380 allow use of extremely broken engines that hang or die when given the
2381 "protover 2" command.  It should be rarely if ever needed.
2382
2383 * Zippy now strips highlights from player names in the Creating
2384 message; previously the ratings would not be extracted from this
2385 message properly if you had set the highlight variable.
2386
2387 * Bug fix: Zippy with -zp but not -zt used to be fooled by false
2388 partner tells inside channel tells; e.g.:
2389 Garf(24): Garf (your partner) tells you: sit
2390
2391 * Bug fix: when an engine reported its name with the new "feature
2392 myname=" command, we had been putting just that name into the window
2393 title even when in TwoMachines mode.
2394
2395 * By default, WinBoard no longer uses the new feature introduced in
2396 4.2.0beta of keeping the ICS menu, ICS server list, and lists of chess
2397 engine command lines in separate files; instead, the lists are back in
2398 the winboard.ini file.  This gets rid of some problems where the
2399 separate files could not be opened because the working directory was
2400 not set to WinBoard's installation directory.
2401
2402 * WinBoard command lines and ini files now have another optional
2403 syntax for quoting an option value.  All characters within { } curly
2404 braces are interpreted literally except for '}' itself.  SaveSettings
2405 now uses this syntax for string values that contain a backslash or
2406 newline and do not contain a '}'.  This should address the problem
2407 that the separate .ini files had been meant to fix; engine command
2408 line lists can now be written without \-escapes.
2409
2410 * Fixed three bugs in relaying moves between engines in TwoMachines
2411 mode: an engine would be sent SAN if the *other* engine had set
2412 feature san=1, a relayed SAN move did not end with a newline, and
2413 feature usermove was not implemented for relayed moves.
2414
2415 * Fixed several bugs in exiting: File/Exit would sometimes hang;
2416 timestamp/timeseal would not get killed off; an engine crash would
2417 cause error messages to be printed recursively until stack overflow.
2418
2419 * Fixed a bug in the code to detect which ICS is in use and adapt to
2420 it; the chess.net case was broken.
2421
2422 * Removed the leading alias-suppression character when sending a move
2423 to ICS, because it seemed to break accuclock on chess.net.
2424
2425 * Fixed a bug where a FICS prompt like "10:01_fics%" would be matched
2426 as finger note number 10, causing a problem detecting when the user is
2427 logged in.
2428
2429 * Added tellicsnoalias command to protocol.
2430
2431 * Changed st command in protocol back to old behavior.
2432
2433 * Added done=0 feature to protocol, to lengthen initial timeout.
2434
2435 * Added missing -colorSeek command line option to xboard.  (Was
2436 present in WinBoard.)
2437
2438 * Bug fix: setting feature reuse=0 was not working.
2439
2440 xboard/WinBoard 4.2.0beta -- Sat Dec 16 16:34:56 PST 2000
2441 Tim Mann
2442
2443 * Setting -searchTime no longer turns off -clockMode.  Note that when
2444 -searchTime is set, some engines may search for the lesser of
2445 searchTime and the amount of time their normal clock management would
2446 dictate, while others will disable their normal clock management and
2447 always search for exactly searchTime.
2448
2449 * Fixed WinBoard bug where on Windows 2000 (and maybe Windows 98) the
2450 ICS Interaction window would scroll back to the top whenever it filled
2451 to capacity and WinBoard trimmed some text off the top.
2452
2453 * Changed xboard dragging so that the center of the dragged piece is
2454 forced to be over the mouse cursor.  (WinBoard dragging already worked
2455 that way.)  This should avoid confusing cases when you start a drag
2456 with the mouse near the edge of a square -- formerly most or all of
2457 the piece could be over one square but the mouse cursor over another.
2458 Suggested by DAV.
2459
2460 * Added move list window for xboard.  Code contributed by Manuel
2461 Hoelss and re-hacked a bit by me.  Performance of this window is poor,
2462 because the implementation regenerates the entire window contents
2463 whenever anything changes.  It's hard to avoid this when using the
2464 Athena List widget, though we could be a little smarter and notice
2465 when the current move number has changed but the move list has not.
2466 There are also several drawing problems caused by bugs in the Athena
2467 Form and List widgets.  The window should not really allow a
2468 horizontal scroll bar, but the bugs are much worse if I turn it off.
2469 In both Xaw and Xaw3d, the List widget tries to resize itself when
2470 XawListChange is called, even if you tell it not to; and what's worse,
2471 if the widget cannot resize itself to be large enough to avoid
2472 clipping any of the list item, it does not change the list!  Arrgh.
2473 On top of that, the Xaw Form widget is very buggy in XFree86 4.0.1
2474 (X11R6.4.3).
2475
2476 * The OK button in the WinBoard startup dialog is now simply disabled
2477 if none of the radio buttons is selected, instead of bringing up an
2478 error dialog.  Suggested by Ted Milbaugh.
2479
2480 * Used ping to address the worst of the race conditions in the
2481 protocol.  Now if an engine supports ping, we ping it after sending
2482 the "new" command and after trying to place it in force mode at the
2483 end of a game.  When a ping has been sent and the corresponding pong
2484 has not yet come back, we (1) ignore or undo any moves the engine
2485 sends, (2) ignore game end messages (such as "offer draw", etc.) from
2486 the engine, (3) ignore thinking output from the engine, (4) delay
2487 starting the next game if in -matchGames mode, (5) in -zippyPlay mode,
2488 respond to challenges with a polite message to try again soon instead
2489 of accepting them.  There are a few more things that should be done
2490 (and item 5 might not be quite what we want), but it's hard to fit
2491 them all into the existing code.
2492
2493 * Patched the version of GNU Chess 5.00 included with WinBoard to
2494 support protover, feature, setboard, and ping, and to fix some minor
2495 bugs.  See gnu500+.patch.
2496
2497 * Changed the GNU Chess 4 kludges for missing "st" and "sd" commands
2498 to be invoked only if the engine gives an error message for "st" or
2499 "sd", and to always use protocol commands instead of engine
2500 command-line options.  See "Idioms" in engine-intf.html.
2501
2502 * Added new protocol command "protover 2" to tell the engine what
2503 version of the protocol is in use.  Version 2 is still compatible with
2504 old engines; see engine-intf.html.
2505
2506 * Add new protocol command "feature ..."  The engine can send this in
2507 response to the protover command command, to say what extended
2508 protocol features it would like to enable, etc.  xboard responds
2509 "accepted F" or "rejected F" for each feature F that is set.  See
2510 engine-intf.html.
2511
2512 * Added new protocol command "setboard <fen>".  This is an alternative
2513 to "edit", used only if the engine says "feature setboard=1".
2514
2515 * Added new protocol command "ping <msg>".  The engine is supposed to
2516 respond "pong <msg>".  This gives us a tool to fix some race
2517 conditions in the protocol, but it is not used to the fullest yet.
2518
2519 * Added new protocol command "tellopponent".  This will do a "say" if
2520 you're on a chess server in Zippy mode, or pop up an information
2521 dialog otherwise.
2522
2523 * Added new protocol command "tellall".  This will do a "kibitz" if
2524 you're on a chess server in Zippy mode, or pop up an information
2525 dialog otherwise.
2526
2527 * Added new protocol command "tellothers".  This will do a "whisper" if
2528 you're on a chess server in Zippy mode, or do nothing otherwise.
2529
2530 * Changed the WinBoard /icsNames, /icsMenu, /firstChessProgramNames,
2531 and /secondChessProgramNames options to accept a filename preceded by
2532 "@", meaning to find the value in the file.  Changed the defaults to
2533 use this feature, with filenames icsnames.ini, icsmenu.ini, fcp.ini,
2534 and scp.ini.  This should make it easier for users to edit the values,
2535 since one less level of quoting is needed, and each value is in its
2536 own file, not mixed into winboard.ini.  Those who upgrade from an
2537 older winboard version and already have a winboard.ini file will not
2538 automatically have these values moved to a file; that has to be done
2539 by hand if desired.
2540
2541 * We now strip .exe from engine names for "name" command, tags, etc.
2542
2543 * Allowed WinBoard input widget to hold more than one line.  You can get
2544 a newline into the widget with copy/paste or with Ctrl+Enter.
2545
2546 * Fixed an xboard bug where the [P] button would appear in the
2547 opposite highlight state from what it should be after being pressed.
2548
2549 * We now use the "/" or "$" alias suppression feature on the chess
2550 servers, to avoid problems if the user inadvertently aliases a
2551 needed command to something else.
2552
2553 * Changed the method used to deiconize xboard in AutoRaise and cmail.
2554 This may fix bugs under some window managers where after
2555 deiconization, the board window was mapped but nothing was drawn
2556 inside.
2557
2558 * Preliminary, partial support for playing several chess variants
2559 against a local engine or editing variant games.  The -variant option
2560 must be given on the command line or WinBoard startup dialog; there is
2561 no menu.  The current variant is not displayed (except in the
2562 Tags/EditTags window).  Many variants will not work quite right even
2563 if the engine supports them; see item 326 in the ToDo file for
2564 details.
2565
2566 * Added a workaround to detect the variant type when examining a
2567 scratch wild game on an ICS.
2568
2569 * Fixed two cases where "variant" command should be sent to the engine
2570 when necessary but was not: loading a game from a file and restarting
2571 a dead engine.  Thanks to Gian-Carlo Pascutto.
2572
2573 * Added missing support for FICS games that start from a bsetup position
2574 with Black moving first.
2575
2576 * Fixed a bug in loading a file from the game list window while in
2577 Analysis or AnalyzeFile mode.  This now leaves us in AnalyzeFile
2578 mode, analyzing the new file.
2579
2580 * Fixed a bug in loading games with a comment before the first move.
2581
2582 * Fixed a bug in handling LoadGame (or -lgf) with -td 0.
2583
2584 * Added a command line option to select an initial minor mode from the
2585 Mode menu.  This should satisfy requests from a couple of users with
2586 special applications.
2587
2588 * Fixed a problem where some things in WinBoard's General Options
2589 dialog box were grayed out at the wrong time.
2590
2591 * We look for a few messages from the chess engine pipe that are
2592 intended to catch problems starting an engine via rsh, such as "No
2593 such file".  Moved code so that these strings won't match until other
2594 protocol messages have been looked for, and documented the messages in
2595 engine-intf.html.
2596
2597 * Fixed the WinBoard bug that sometimes made the console input box
2598 white-on-white even when not in password-entry mode.
2599
2600 * Small changes to WinBoard to be compilable with the latest Cygwin
2601 net release (as of 10-16-2000).  Thanks to Mark Schoenberg.
2602
2603 * Recompiled GNU Chess 5.0 for WinBoard with the latest Cygwin net
2604 release (as of 10-16-2000).  Also rebuilt the book just to be sure,
2605 since I had one bug report about it.  It came out identical and seems
2606 to work fine.
2607
2608 * Added messages for some common InstallShield errors instead of just
2609 printing InstallShield's stupid error code numbers.
2610
2611 * Added -firstComputerString and -secondComputerString, allowing you
2612 to suppress or change the command that is sent to a chess engine when
2613 its opponent is another computer.
2614
2615 * Added "configure --with-Xaw3d" to allow use of Xaw3d widgets instead
2616 of Xaw widgets in xboard.  Thanks to Johnny C. Lam of the NetBSD
2617 project.  I've left Xaw as the default because Xaw3d is too ugly.
2618
2619 * The version of the Xaw Form widget released in XFree86 4.0.1
2620 (X11R6.4.3) has a bug that causes xboard to display the button bar
2621 on top of the message widget.  I've reported the bug and have
2622 installed a kludge workaround into xboard.
2623
2624 xboard/WinBoard 4.1.0 -- Sun Sep 17 17:30:14 PDT 2000
2625 Tim Mann
2626
2627 * Merged Winboard Plus 4.0.8 from Mark Williams into xboard
2628   source pool.  Status of Winboard Plus features in xboard:
2629
2630   - White pieces now have borders, but the implementation is
2631     completely different from WinBoard's; see below.
2632
2633   - Options menu not changed, probably won't be.
2634
2635   - Copy&paste support working, using Mark's changes to backend.c, Ben
2636     Nye's changes to xboard.c for FEN positions, and some code of my
2637     own in xboard.c for PGN games.
2638
2639   - Premove hooked up and working.  No pre-first-move, though.
2640
2641   - ICS Alarm hooked up and working.
2642
2643   - Auto-flip working.
2644
2645   - PGN Training mode hooked up and working.
2646
2647   - Improved menu item enable/disable working.
2648
2649   - Improved >> button working.
2650
2651   - Auto activate board working.  I changed this to be optional; you
2652     might not always want it, especially in Zippy mode.
2653
2654   - Blindfold working.
2655
2656   - Documentation updated.
2657
2658 * Fixed more colorization bugs.  Commands like "message foo tells you:
2659 xxx" and "tell 33 tells you: xxx" will no longer generate bogus
2660 colorization.
2661
2662 * Added low-tech sound support to xboard, by invoking an external
2663 program on a filename for each sound to be played.
2664
2665 * ICC wild 27 is now recognized as VariantAtomic, and it sets the
2666 "ignore check" flag, but is not otherwise supported.
2667
2668 * Converted the piece bitmaps from .bm to .xpm for use with xboard's
2669 xpm support.  (An .xim version was not created.)  Wrote a shell script
2670 using ImageMagick to do the conversion and to bucket fill from
2671 coordinate 0,0 with the background color.  Used xpaint by hand to
2672 clean up a few pieces where background color "leaked" into the inside
2673 or didn't flow all the way around the outside, then a sed script to
2674 fix up color names and bitmap names in the xpaint output.  If any more
2675 sizes are added later, they should be straightforward to convert with
2676 reference to the existing scripts.  With this conversion, not only do
2677 the white pieces now have dark borders, but (unlike with WinBoard) the
2678 light details on the black pieces are opaque.
2679
2680 * If the XPM library is found when building xboard, the new xpm pieces
2681 are compiled in as the default.  External bitmap (or xpm) pieces can
2682 still be used by giving the -bitmapDirectory (or -xpmDirectory)
2683 option.  If the XPM library is not found, the old bitmap pieces are
2684 the default.  In this case external bitmap (or xim) pieces can be used
2685 by giving the -bitmapDirectory (or -xpmDirectory) option.  There is no
2686 way to compile in xim pieces.
2687
2688 Winboard Plus 4.0.8 -- Sat Aug 5 15:51 PDT 2000
2689 Mark Williams
2690
2691 * Bugfix release.
2692
2693 * Main menu now visible in Win NT.  Thanks to Microsoft for creating a
2694 compiler which auto-mutilates the WinBoard.rc file so that the menu is
2695 displayed under Win 98 but not Win NT.  I fixed the problem by hand editing the
2696 .rc file.  Sigh.
2697
2698 * "Reset game" now works properly when invoked from Analysis mode when two
2699 engines are present. Correction of bug introduced in Winboard Plus. Thanks to
2700 Mogens Larsen for reporting the bug.
2701
2702 * Pasting a FEN position with Black to move now works in all modes.
2703 Thanks to Mogens Larsen for reporting the bug.
2704
2705 * Added gnuchess.dat to the distribution and a couple of text files that were
2706 missing in 4.0.7.
2707
2708 *** Merged in the following changes from Tim Mann:
2709
2710 * Bugfix: Highlights would sometimes not be taken down, at least in
2711 xboard.  The problem is that SetHighlight works in chess coordinates,
2712 not view coordinates, so if flipView has been toggled since the
2713 highlight was put up, it gets taken down from the wrong square.  Fixed
2714 by being careful to call ClearHighlights before toggling flipView, not
2715 after.  Ugh.
2716
2717 * Bugfix: HighlightLastMove would sometimes highlight square a1 after
2718 a FICS "tomove black" command.
2719
2720 * Bugfix: a move list with initial position that has black to play was
2721 not being handled correctly.
2722
2723 * Removed "decline abort" and "decline adjourn" commands from Zippy.
2724 The syntax is changing on FICS, and Zippy really doesn't have to
2725 explicitly decline the requests anyway; it's sufficient to not accept
2726 them.
2727
2728 * ICC wild 26 is now recognized as VariantSuicide (the FICS name; ICC
2729 calls it "giveaway").
2730
2731 * Bugfix: PGN games with black to move in the initial position weren't
2732 being legality checked correctly.  I think this was introduced in
2733 4.0.6 when I fixed a different PGN bug.  Thanks to Mark Williams for
2734 spotting the bug and suggesting a fix.
2735
2736 * Bugfix: the initial "name(" of a kibitz wasn't being colorized.
2737
2738 Winboard Plus 4.0.7 -- Thu May 12 17:57 PDT 2000
2739 Mark Williams
2740
2741 * New white pieces with black borders.
2742
2743 * Major overhaul to Options menu. New dialogs for setting General Options,
2744   Board Options, ICS Options, Sounds, Fonts, Colors.
2745
2746 * Clipboard support for PGN game scores and FEN positions.
2747
2748 * Optional ICS Premove with user-specified first moves for White and Black.
2749
2750 * New sound events: ICS Win, ICS Loss, ICS Draw, ICS Unfinished, ICS Alarm.
2751
2752 * New auto-flip option when playing against a chess program.
2753
2754 * Added PGN Training mode.
2755
2756 * Certain menu options now disabled while program is thinking.
2757
2758 * ">>" button now always goes to the end of the game.
2759
2760 * In ICS mode, the board is automatically activated at the start of a
2761 new game.
2762
2763 4.0.7 -- Sun Mar  5 17:17:49 PST 2000  Tim Mann
2764
2765 * Fixed a nasty bug in parsing ICS game histories that was introduced
2766 in 4.0.6.
2767
2768 4.0.6 -- Fri Mar  3 16:20:11 PST 2000  Tim Mann
2769
2770 * Fixed bugs in Zippy's code for responding to messages sent with the
2771 ICS "message" command.
2772
2773 * Fixed bugs where xboard could still create dialogs partially off the
2774 top of the screen.  Fixed unwanted interactions between initial sizes
2775 and positions of various unrelated xboard dialogs.  Deleted
2776 borderXoffset and borderYoffset resources.
2777
2778 * Fixed restoring the xterm name on exit to work in more cases.
2779
2780 * Small fix to the WinBoard self-extracting installer: when it starts
2781 up, it now always deletes any old wb-setup directory left over from a
2782 previous installation.  Formerly this worked only on Windows 95/98, so
2783 on NT the self-extractor would sometimes stop and ask the user whether
2784 it was OK to overwrite the old wb-setup files.
2785
2786 * Modified WinBoard to be compilable with the free Cygwin tools
2787 available from http://sourceware.cygnus.com/cygwin/.  Based on work by
2788 Mark Schoenberg.  (His mods were enough to get WinBoard through the
2789 compiler, but a few things were broken along the way, so I reworked them.)
2790
2791 * Merged changes from Don Fong to make WinBoard compilable with
2792 Borland C++ 4.5.  I do not have Borland C++ and am unable to test with
2793 it, but I did make sure the changes don't stop it working with MSVC++
2794 5.0 and Cygwin.
2795
2796 * Forbade entering TwoMachines mode from MachineWhite or MachineBlack
2797 mode when machine is on move.  This used to confuse the engine and
2798 cause problems, because when we try to get the engine to stop, it
2799 might make a move first, and it might not do that immediately.
2800
2801 * Variant classification now deals with new ICC wild 25, classifying
2802 it as "3check".  Also, we are now conservative about new wild numbers
2803 we don't know about, classifying them as "unknown" instead of
2804 "normal".
2805
2806 * Replaced bad GNU Chess 5.00 book in WinBoard distribution with a
2807 correct one.  1.e4 now no longer takes GNU Chess 5.00 out of book!
2808 Thanks to Pete Galati.
2809
2810 * Made move parser accept and ignore nonstandard ep suffix on PGN moves,
2811 e.g., "exf6ep" or "exf6e.p."
2812
2813 * Fixed bugs in parsing PGN files starting with no move number, or
2814 with a move number other than "1." (including "1...").  Thanks to
2815 Michael Soulier and Stefan Zipproth for example PGN files
2816 demonstrating the bugs.
2817
2818 * Changed InitComboStringsFromString to not modify the input string;
2819 this caused an exception when WinBoard was compiled with MSVC++ 6.
2820 Thanks to Bert Tuyt for the report.
2821
2822 * In WinBoard, dragging a piece off the edge of the board without
2823 releasing the mouse button no longer instantly aborts the move.  You
2824 still must release the mouse button inside a square to complete a
2825 move, but you can now drag off the edge and come back inside.
2826
2827 * WinBoard bugfix: If you went into EditGame or EditPosition mode
2828 while observing or playing an ICS game, and a new move came in
2829 (snapping you back to ICSClient mode) while you were dragging a piece
2830 around, the drag state would not be reset, causing the piece you were
2831 dragging to remain on the board wherever you dropped it.  Thanks to
2832 David Brinegar for the bug report.
2833
2834 * WinBoard bugfix: If you moved or resized the board while your
2835 opponent was moving, and you had AnimateMoving on, his move would not
2836 be displayed until after your next move.  Thanks to DAV for reporting
2837 the bug repeatedly until I finally understood it.
2838
2839 * Added a Zippy "farewell" feature; see zippy.README.
2840
2841 * Fixed a bug (xboard only) in processing -zippyReplayTimeout on the
2842 command line.  Thanks to Steve Beer for the report and patch.
2843
2844 * Send "computer" command to both sides in TwoMachines matches.
2845
2846 * Fixed a Y2K bug in Evan's cmail code!  Thanks to Brian Mays for the
2847 report and patch.
2848
2849 * Bugfix: Initialize variant field of GameInfo struct in gameinfo.c.
2850 This could cause crashes in LoadGame.  Thanks to Andrzej Nagorko.
2851
2852 * Fixed several pattern matching problems: Finger notes and formula
2853 vars no longer get replied to by zippyTalk or colorized.  Channel
2854 tells by players with many titles are now colorized fully, and
2855 zippyTalk handles channel tells by such players correctly.  The shout
2856 "--> foo(99): bar" no longer gets colorized as a channel tell.  Code
2857 is cleaned up a bit, and autocomment capture now uses the same
2858 criteria as colorization.
2859
2860 * xboard fix: Enter key now closes error popups as in WinBoard.
2861 Especially nice for the "Exiting: Connection closed by ICS" popup.
2862
2863 4.0.5 -- Tue Dec  7 10:30:40 PST 1999  Tim Mann
2864
2865 * Added missing documentation of SIGTERM usage into engine-intf.html.
2866
2867 * Bugfix: New -zippyReplayTimeout option was misspelled in WinBoard as
2868 -zippyReplyTimeout.  Thanks to Francesco Di Tolla.
2869
2870 * xboard -ics now restores the xterm's original title upon exit, at
2871 least if $WINDOWID is set.
2872
2873 * Bugfix: -matchGames mode wasn't terminating properly.  Final score
2874 popup would come up twice and engines would not be killed off.  Thanks
2875 to Frank Quisinsky for the bug report.  Bug was introduced in 4.0.4.
2876
2877 * Bugfix: "tell 50 foo shouts: bar" no longer gets colored as a shout;
2878 similarly for "...s-shouts:" and "...c-shouts:".  Thanks to David Lee
2879 for the bug report.
2880
2881 4.0.4 -- Fri Dec  3 17:51:27 PST 1999  Tim Mann
2882
2883 * Bug fix: formerly if you invoked SaveGame from EditPosition mode
2884 with black to play, the position was not saved properly.  As a quick
2885 fix, SaveGame now takes you out of EditPosition mode before saving.
2886
2887 * Changed -matchGames to keep track of the score (won-lost-drawn) and
2888 display it in the banner.  The final score is displayed in a modal
2889 popup before the program exits.
2890
2891 * Changed "Connection closed by ICS" to display in a model popup
2892 before the program exits.
2893
2894 * Added -popupExitMessage option, default on.  Setting this to false
2895 suppresses the modal popups that you sometimes get just before
2896 xboard/winboard exits -- both the two new ones listed above and the
2897 existing Fatal Error popup.  This is useful when running Zippy
2898 unattended from a shell script (or .bat file) that loops and starts a
2899 new copy after a time delay when there is an error.
2900
2901 * In xboard, added missing support for WM_DELETE_WINDOW to all
2902 windows.  This makes xboard a better citizen, and is much needed with
2903 the newer X window managers that put an [X] button on every window and
2904 bind it to "kill application" if the applicationd does not support
2905 "delete window".  We can't allow xboard to be thoughtlessly killed,
2906 since that leaves the chess engine running in the background.
2907
2908 * We now avoid positioning tops of xboard dialog boxes offscreen.
2909
2910 * zippy.lines can now use the caret ('^') character as an inter-saying
2911 separator. You no longer need to dig up a text editor that can put NUL
2912 ('\000') characters in text files.
2913
2914 * Bugfix: In traditional chess clock mode, White now gets time added
2915 to its clock as soon as it makes time control.  Previously both White
2916 and Black got their time added only when Black made time control,
2917 which would cause some engines to make their 41st move as White too
2918 quickly, thinking they were low on time.
2919
2920 * The zippyAcceptOnly feature no longer sends a decline command or
2921 a tell.  Thus you can use it to put Zippy into a manual accept mode.
2922
2923 * Bugfix: "tell 50 foo tells you: bar" no longer gets colored as a
2924 personal tell; similarly for "...whispers:" and "...kibitzes:".
2925
2926 * WinBoard no longer blanks the message line when you start a new
2927 move, unless there was an error message there from the previous move.
2928
2929 * WinBoard now never puts the white piece drop menu on the middle
2930 mouse button.  Both colors are always on the right button.  Windows
2931 users often don't think to look for a middle button menu, or don't
2932 really have a working middle button despite what Windows says.
2933
2934 * Guest login handles on ICC are now parsed again; an ICC wording
2935 change had broken this feature.
2936
2937 * Autodetect when the engine does not support the "draw" command and
2938 don't relay the command to it in that case.  Needed because sending an
2939 unsupported command to GNU Chess makes it move immediately, so people
2940 could make Zippy move without thinking by continually offering a draw.
2941 Thanks to Frank Walker for the problem report.
2942
2943 * Small changes based on code from Robert Jurjevic: The WinBoard
2944 analysis window can be minimized (though not to the taskbar).  The
2945 WinBoard ICS Interaction window will autoscroll if you drag the mouse
2946 above or below the window while selecting, and password entry mode
2947 leaves the entry line as the background color instead of using 75%
2948 gray.  Seeks are now colorized with a new color of their own.
2949
2950 * Added -zippyMaxGames feature.
2951
2952 * -zippyNoplayCrafty command line option was missing in xboard; fixed.
2953 Thanks to John Perry.
2954
2955 * Fixed bug in detecting when Zippy loses his bughouse partner.
2956 Thanks to Ben Dean-Kawamura.
2957
2958 * allobs fix in 4.0.3 didn't work; corrected it.
2959
2960 * WinBoard will now update the board immediately if a move is made
2961 while the window is being moved or resized.
2962
2963 4.0.3 -- Sun Aug 15 18:44:39 PDT 1999  Tim Mann
2964
2965 * Bugfix: moved winboard wizard functions that send a command directly
2966 to the chess engine from Ctrl+Alt+1 and Ctrl+Alt+2 to Alt+1 and Alt+2.
2967 Ctrl+Alt is equivalent to the European AltGr key, so the old assignments
2968 conflicted with typing an @-sign on some keyboards.
2969
2970 * Bugfix: prevent "If this message stays up, your chess program does
2971 not support analysis" from appearing if AnalysisMode is selected when
2972 already in Analysis or AnalyzeFile mode.  Also, deleting analysis window
2973 in WinBoard now switches you to EditGame mode, to avoid the anomaly of
2974 being in an analysis mode with no analysis window present.
2975
2976 * Change all Zippy environment variables to work as command line
2977 options.  For now they still work as environment variables too, but
2978 the environment variables are deprecated.
2979
2980 * Use unsigned long to hold node counts from engines.
2981
2982 * Print error instead of crashing on attempts to use xpm or xim pieces
2983 in monochrome mode.  Thanks to Jim Torrance for the bug report.
2984
2985 * Tightened pattern recognition for ICS messages sent to Zippy; should
2986 no longer match ICC allobs output.  Fixed recognition of when Zippy is
2987 sent a message; small change to FICS output had broken it.
2988
2989 * Zippy now exits if the engine dies unexpectedly.
2990
2991 * Added Zippy "spoofedby" feature; see zippy.README.
2992
2993 * Narrowed the margins on some older WinBoard dialogs to make their
2994 style uniform with the newer ones.
2995
2996 * Bugfix: Changing Ponder Next Move from the Options menu did not take
2997 effect until the next game.  This bug was in WinBoard only.  Thanks to
2998 Stefan Zipproth for the bug report.
2999
3000 * Got rid of "Internal error: bad move type" message when the engine
3001 makes a move that we can parse but think is illegal.  Now the move is
3002 just passed on (which also may be the wrong thing to do).
3003
3004 4.0.2 -- Thu Feb 25 19:55:32 PST 1999  Tim Mann
3005
3006 * Added one more built-in sound choice to WinBoard: move.wav from Pete
3007 Galati.
3008
3009 * Added new larger piece sizes: big, huge, giant, colossal, titanic.
3010
3011 * Modified the xboard font searcher to be able to use scalable fonts.
3012 The new -fontSizeTolerance flag controls how closely a nonscalable
3013 font must match to be used in preference to a scalable font.
3014
3015 * Zippy environment variables ZIPPYABORT and ZIPPYADJOURN now control
3016 whether Zippy will accept abort and adjourn requests.
3017
3018 * We now determine the variant type being played on ICS, send it as a
3019 command "variant VARTYPE" to the chess engine (if in Zippy mode), and
3020 put it in the PGN tags.  See engine-intf.txt for variant names.  See
3021 ZIPPYVARIANTS in zippy.README to control what variants Zippy will
3022 accept.  Note that this now applies to bughouse, too.
3023
3024 * Zippy now won't do -zippyTalk in a channel unless his handle is
3025 mentioned there.
3026
3027 * Zippy now ignores bughouse holdings if not actually playing, instead
3028 of stupidly trying to abort the game.  Let me know if other strange
3029 things happen when Zippy is observing a game.
3030
3031 * Set ICS Interaction title bar to "user@server".  User name is
3032 determined by parsing message during the login sequence.  Zippy now
3033 uses this method to get its name too, so ZIPPYNAME is eliminated.
3034 Problem: with xboard, the title bar gets set to "xterm" upon exit,
3035 since we didn't know what it was to start with.
3036
3037 * Fixed xboard-only bug in -colorChannel1 command line option.  Thanks
3038 to Fredrik Sandstrom for the bug report and fix.
3039
3040 * Check for overflow of MAX_MOVES.  Still not sure this is checked for
3041 everywhere it needs to be.
3042
3043 * Added .epd to suffixes recognized by WinBoard as position files.
3044 This is a bit of a kludge, as the .fen reading code was not written
3045 with .epd files in mind, but reading them with it is said to work.
3046
3047 * Added ZIPPYGAMESTART feature, suggested by Jason Hoblit.  See
3048 zippy.README.
3049
3050 * Restored the feature of soaking up the moves from a user-typed "moves",
3051 "oldmoves", or "smoves" ICS command when xboard/WinBoard is idle, but
3052 changed it so that the move list is also echoed to the screen.  Some folks
3053 still liked the old feature since it is faster than examine mode, and
3054 printing the moves to the screen should eliminate the confusion it caused
3055 for other people.
3056
3057 * Bugfix: in WinBoard, starting a click-click move and then clicking on
3058 a black line would cause the source square to be forgotten without taking
3059 the highlight down.  Now the errant click is ignored.
3060
3061 * Corrected shortcut key labels for LoadNext/PrevPosition in WinBoard's
3062 File menu.  Thanks to Andreas Stabel for the bug report.
3063
3064 * Bugfix: if you had a completely full ICS context menu in WinBoard
3065 (90 items), the last one would do nothing if selected.
3066
3067 * The "computer" engine command added in 4.0.1 was not working; I had
3068 left out part of the code patch.  Oops.
3069
3070 4.0.1 -- Fri Feb 12 21:24:15 PST 1999  Tim Mann
3071
3072 This is a minor bugfix release.  The first item listed below is the
3073 only interesting new feature.
3074
3075 * You can now type in moves from the keyboard in WinBoard.  Either
3076 select TypeInMove from Step menu, or (if you are not in ICS mode),
3077 just start typing.  In ICS mode you can type moves into the ICS
3078 interaction window anyway, so I've retained the feature that typing
3079 switches you there.  Not implemented in xboard.
3080
3081 * Removed the "noise 1000" command that used to be sent to the chess
3082 engine when entering analysis modes.
3083
3084 * Deleted the feature where we soak up the output of a user-typed ICS
3085 "moves" or "oldmoves" command.  This ancient feature is not really
3086 useful anymore, now that "examine" exists, and it caused a lot of
3087 complaints.
3088
3089 * Increased maximum size of ICS text menu to 90 entries and added
3090 overflow checking.
3091
3092 * The command sent to ICS by Zippy at the end of each game can now be
3093 customized with the ZIPPYGAMEEND environment variable.
3094
3095 * We treat xboard.info as a pseudo-source since most people don't have
3096 the tools to rebuild it.  But "make install" erroneously had a
3097 dependency on it, even though "make all" did not.  Fixed.
3098
3099 * Miscellaneous minor updates and clarifications to engine-intf.txt.
3100 In particular, documented the st and sd commands (support for command
3101 line options -searchTime and -searchDepth), warts and all.
3102
3103 * Added a small code patch from Bob Hyatt to detect when Zippy's ICS
3104 opponent is a computer and send the command "computer" to the engine.
3105 Added this command to engine-intf.txt.  Thanks, Bob.
3106
3107 * Bugfix: configure was looking for usleep(), but config.h.in didn't
3108 have an entry for it, so HAVE_USLEEP was never defined.  Also, in the
3109 non-HAVE_USLEEP case, there was a possible race condition between the
3110 signal handler and the pause() call.  Thanks to Ben Dean-Kawamura for
3111 the bug reports.
3112
3113 * Bugfix: a "1..." preceding Black's first move (usually present if
3114 there is a comment on White's first move) would cause the parser
3115 to think a new game started there and report "End of game" on the
3116 current game.  Thanks to Dell Garner for the bug report.
3117
3118 * Changed the abbreviation for -searchDepth from -sd to -depth to fix
3119 a clash with -secondDirectory.
3120
3121 * Changed -searchDepth to be orthogonal to the various timing options.
3122 Previously it would search for an unlimited time to the given depth;
3123 now the engine is allowed to choose its search time in the normal way,
3124 but is told to cut off the search early if it reaches the given depth.
3125
3126 * Bugfix: SaveSettings in WinBoard was saving both the long form
3127 option highlightSquareColor and its abbreviation (hsc).
3128
3129 * Fixed a redisplay bug in DisplayBothClocks that could cause White's
3130 clock to be highlighted in EditPosition mode when Black's should have been.
3131
3132 * Fixed Zippy's feature of passing on draw offers from the ICS opponent.
3133 The colorization code was eating the offer before Zippy saw it, so I disabled
3134 colorization of offers while in -zp or -zt mode.  (Other types of
3135 colorization are already disabled in Zippy mode for similar reasons.)
3136
3137 * Added some more commands to the default ICS context menu in WinBoard,
3138 and put "(name)" on the ones that insert a playername (or game number).
3139
3140 * Added missing documentation to WinBoard help file: PonderNextMove, the
3141 -ponder/-xponder argument, and the up/down arrow history feature in the
3142 ICS Interaction window.
3143
3144 * Fixed ZIPPYNOPLAYCRAFTY feature to fire only if the opponent is Crafty,
3145 not if some other Crafty is observing the game and kibitzes.
3146
3147 * Fixed bugs in generating "partner" commands when Zippy is playing
3148 bughouse.
3149
3150 4.0.0 -- Sat Jun 20 16:59:47 PDT 1998  Tim Mann
3151
3152 * Fixed WinBoard resizing so that the edges you do not drag remain in
3153 place, even when the final size is different from what you dragged to.
3154 (This doesn't work on NT 3.51 or earlier, if anyone cares.)
3155
3156 * Fixed problems with resizing WinBoard on Windows NT: you no longer get
3157 whitespace around the board, a clipped board, or a lot of flashing during
3158 the drag.
3159
3160 * Added customization for highlight-square color.
3161
3162 * Bugfix: backend.c wrote to stderr in a few obscure places, which doesn't
3163 work in WinBoard.
3164
3165 * Added Index Number field back to LoadGame/LoadPosition dialog boxes in
3166 WinBoard.  This required some extra code to work with both the
3167 Explorer-style dialog boxes and the old-style NT 3.51 dialog boxes.  Ugh.
3168
3169 * WinBoard startup dialog now understands -zp mode.  The first chess
3170 engine selector is enabled and the value is used.
3171
3172 * Bugfix: ResetGame would send "exit" to engine twice if it was in an
3173 analysis mode.
3174
3175 * Bugfix: The response "Illegal move: bk" to the "bk" command, indicating
3176 that it is not implemented, would confuse xboard.
3177
3178 * Bugfix: Ignore empty hints ("Hint:\n") instead of printing a message
3179 saying that some bogus string (often "Hint:") is illegal.
3180
3181 * Bugfix: LoadNextGame/LoadPreviousGame/ReloadSameGame were broken.
3182
3183 3.6.12 -- Sat Jun 13 14:57:10 PDT 1998  Tim Mann
3184
3185 Beta test release of xboard and WinBoard.
3186
3187 * Spruced up xboard man page a bit.
3188
3189 * Added Highlight Last Move to xboard too.
3190
3191 * The revamped xboard mouse click code had several more bugs than the
3192 previous version, so I revamped it again.  All fixed now, I hope.
3193
3194 * xboard bugfix: crash in CreatePieceMenu.
3195
3196 * Oops.  winboard-3_6_11beta.exe installed 3.6.10beta, not the new version.
3197
3198 3.6.11 -- Fri Jun 12 20:00:48 PDT 1998  Tim Mann
3199
3200 Beta test release of xboard and WinBoard.
3201
3202 * Major reorganization to engine-intf.txt.  Some new features added,
3203 many existing features clarified and hints for engine programmers added.
3204 Support for new features added to program.
3205
3206 * Changed defaults for -scp (etc.) back to being independent of -fcp, as
3207 in 3.6.2. That is, the default is no longer to copy the value from -fcp if
3208 -scp is not specified.  This will sometimes make command lines longer but
3209 will remove some confusing situations.
3210
3211 * Split -reuseChessPrograms into two options: -reuseFirst and
3212 -reuseSecond.  Fixed obscure bugs when reuse is off.
3213
3214 * Detect ICC and change some command usage slightly there: only ICC has
3215 set-quietly; only FICS has iset and bsetup clear.  With this feature, we
3216 can now safely use bsetup clear when appropriate instead of deleting each
3217 piece one by one.
3218
3219 * Added indent to lines that are wrapped by WinBoard ICS Interaction
3220 window.  This seems to tickle a Microsoft bug in the RichEdit control:
3221 occasionally the start of the next line after the wrapped line is indented
3222 too.  I think the wrapped indent feature is useful enough that it's worth
3223 having in spite of the bug.
3224
3225 * WinBoard bugfix: bounding box for the board was computed incorrectly by
3226 mouse code.  It would think you moved off the bottom of the board before
3227 you really did, so it was hard to drag pieces along the bottom rank on
3228 smaller board sizes.
3229
3230 * Fixed obscure parser.l bug: ambiguity between capture using : instead of
3231 x and email header line.  Also removed or simplified a lot of complex
3232 patterns for English (as opposed to PGN) end-of-game indications while I
3233 was in there.
3234
3235 * Added PonderNextMove option.
3236
3237 * xboard EditPosition piece menus now let you set the side to play by
3238 selecting the "White" or "Black" label at the top of the menu, like
3239 WinBoard.  (Both xboard and WinBoard still let you set the side to play by
3240 clicking on the clock.)
3241
3242 * Merged documentation of Crafty and GNU Chess thinking output in
3243 engine-intf.txt.  Corrected code in backend.c to match documentation; it
3244 used to require the PV to start in column 27 (!).
3245
3246 * Fixed bug that caused crashes in "-reuseChessProgram false" mode.
3247
3248 * Draw by agreement in Two Machines mode now works as it is supposed to.
3249 Other minor bugs in handling game end messages from machines are also
3250 fixed, and engine-intf.txt is revised in this area.
3251
3252 * Revamped xboard code for handling mouse clicks on the board.  In
3253 particular, it had a bug if a click-click promotion move was made.
3254
3255 * Fixed and reinstated optimization for << in analysis modes: send
3256 initString and re-send the board if needed.  Sending repeated undos
3257 is bad because Crafty prints some analysis after every one.
3258
3259 * Don't go into a spin loop while pausing between xboard animation frames.
3260 This caused problems, especially when compiling with -O2 on HP-UX.
3261
3262 * WinBoard Options/Colors/RevertToDefaults now also turns off Monochrome
3263 if it was on, and similarly for Options/ICSInteractionColors/RevertToDefaults.
3264 This seemed to confuse people before.
3265
3266 * Bugfix: ICS Interaction context menu items with neither of the two
3267 optional flags set did not work.
3268
3269 * Bugfix: PGN move numbers are optional, but we were insisting on "1"
3270 right after the tags.
3271
3272 * Bugfix: only the first game of an -mg match was loading -lpf or -lgf.
3273
3274 * Other minor fixes and code cleanup.
3275
3276 3.6.10 -- Mon Jun  1 01:32:31 PDT 1998  Tim Mann
3277
3278 * Added ZIPPYNOPLAYCRAFTY feature; see zippy.README.
3279
3280 * Added timestamps for chess engine interaction to -debug output.
3281
3282 * Now allow 10 seconds (was 5) between games in match mode for engines to
3283 respond to "force" command that ended previous game.
3284
3285 * When a game is picked from the game list and the names of White and
3286 Black are known, display them in the window banner instead of the filename
3287 and game number.
3288
3289 * Changed default for -scp and -sd to be the values of -fcp and -fd.
3290
3291 * Added boxes for both engines to WinBoard startup dialog.  Changed to
3292 dropdown boxes whose content can be set from winboard.ini, similar to
3293 the box for ICS name.
3294
3295 * Accept "offer draw" (or "*offer*draw*") from engine to offer a draw.
3296
3297 * Accept "move mmmm" from engine as well as silly "1. ... mmmm" syntax.
3298
3299 * Added support for bughouse engines (Zippy mode only).
3300
3301 * Move bombproofing for engines sending illegal or out of turn moves.
3302
3303 * Always send "xboard\n" to engine as first command.  Eliminates need
3304 to run crafty as "crafty xboard".
3305
3306 * Rewrote xboard code for input from engines to fix longstanding bugs.
3307 Previously an engine that sent one line in two separate writes with
3308 some time lapse in between (or perhaps that sent several lines in one
3309 write) could make xboard hang.  WinBoard did not have this bug.
3310
3311 * Fixed minor bugs in dealing with illegal moves.
3312
3313 * Added "iset startpos 1" for FICS.
3314
3315 * Removed special support to put "GNU Chess" or "Crafty" in the window
3316 banner instead of the engine's base filename.  This gives a more level
3317 playing field for other engines.  Also fixed bugs in the code that finds the
3318 engine's base filename.
3319
3320 * Bugfix: Abort or Resign at the very start of a game in chess engine mode
3321 would fail to send "force" to the engine.
3322
3323 * Fixed some minor bugs in new "result" messages, and changed format to
3324 include a trailing PGN comment giving the reason the game ended.
3325
3326 * Changed syntax of /font options in WinBoard; old syntax was assuming
3327 that a font name can't contain a digit, which is wrong.  Old font names in
3328 WinBoard.ini files are still accepted.
3329
3330 * Serious further work on getting WinBoard to read/write files in the
3331 "right" directories and documenting exactly what it does.
3332
3333 * Added LoadPreviousPosition, LoadNextPosition, ReloadSamePosition.
3334
3335 * Misc. tiny fixes and cleanup.
3336
3337 3.6.9 -- Sun May 24 20:53:08 PDT 1998  Tim Mann
3338
3339 xboard and WinBoard beta release.
3340
3341 * Tightened up illegal move handling.  Illegal or meaningless moves from a
3342 file or chess engine should no longer get translated into a1a1 and blindly
3343 applied.  Explicit moves to the same square (like a1a1) no longer make the
3344 piece on that square capture itself and vanish.
3345
3346 * Added AlwaysOnTop feature to winboard.
3347
3348 * Fixed bug in winboard "@" command line indirection operator.
3349
3350 * Removed buggy "optimization" code for ToStart in analysis modes.
3351
3352 * Fixed typo bug in zippy.c that would often cause winboard to crash
3353 right after starting a game in -zp mode.
3354
3355 3.6.8 -- Sat May 23 22:23:19 PDT 1998  Tim Mann
3356
3357 xboard and WinBoard beta release.
3358
3359 * Added -firstDirectory and -secondDirectory so that chess engines can
3360 be started in a different directory from xboard/WinBoard itself.
3361
3362 * Added -matchGames to allow more than one game in -matchMode.  The games
3363 are played with colors alternating between the two chess engines.  Had to
3364 add a time delay at the end of each game to catch up with game ending
3365 messages from both chess engines -- yuck.
3366
3367 * Changed TwoMachines mode to have firstChessProgram play White by
3368 default.  Added -firstPlaysBlack to restore old behavior.
3369
3370 * Major rework of code in backend.c for dealing with first and second
3371 chess engines.  Generalized the code and created a struct type with one
3372 instance for each engine.  Several small bugs fixed along the way.
3373
3374 * Fixed bugs in Abort in local chess engine mode.
3375
3376 * Tightened pattern matching to recognize moves from machine.  Should cure
3377 bogus "Illegal move" errors while Crafty is pondering with Show Thinking
3378 on, among other things.
3379
3380 * WinBoard keeps focus in board window after popping up a comment due to
3381 Forward/Backward/ToStart/ToEnd commands.
3382
3383 * Finally got rid of warnings on compiling moves.c under Windows.
3384
3385 * Fixed so WinBoard will compile on machines where WM_MOUSELEAVE is not
3386 defined.
3387
3388 * Removed various bits of unused code.
3389
3390 * Parse (and ignore) NAGs in PGN files.
3391
3392 * Updated engine-intf.txt.
3393
3394 * Send "result R" to the chess program at the end of each game, where
3395 R is the PGN result 1-0, 0-1, 1/2-1/2, or *.
3396
3397 * Bugfix: suppress animation when loading a game with timeDelay=0.
3398
3399 * Bug fix: pondering output from Crafty that contained "..." could be
3400 mistaken for a move, causing bogus error messages and general chaos.
3401
3402 * xboard "make clean" bug fix: moved things created by configure to be
3403 removed only by "make distclean".
3404
3405 * Fixed a remaining case where move was being animated before being
3406 relayed to opponent.
3407
3408 * Backend was reversing time/otim commands to the chess program (new bug),
3409 and was often not sending them on the first move of a game or the first
3410 move after a mode change (old bug).  Fixing the latter required a kludge
3411 to work with both GNU Chess and Crafty, because Crafty swaps white and
3412 black clock times when it swaps sides, while GNU Chess does not.  The
3413 kludge is that we always make sure the chess engine thinks its opponent is
3414 on move before we set the clock.  This will sometimes result in sequences
3415 like "white\ntime xxx\notim yyy\nblack\ngo", or the same with white and
3416 black interchanged.
3417
3418 * Removed last trace of old -whiteString and -blackString arguments.
3419
3420 * Fixed so that you can type "bd" into the Direct Command dialog when
3421 debugging gnuchess, without having xboard parse the clock display
3422 (starting with "White") as "White wins" and end the game.
3423
3424 * Changed moves.c to make a distinction between IllegalMove (where we
3425 could tell what move was intended, but it violates the chess rules) and
3426 MeaninglessMove (where we could not tell).  This is a step towards getting
3427 rid of cases where we translate meaningless moves into "a1a1", but some
3428 work is probably needed to track them all down.
3429
3430 * Fixed bug in WinBoard monoMode dragging.
3431
3432 * Changed WinBoard to new style file dialogs.  In the process, disabled
3433 the feature that let you enter the index number of a game or position within
3434 the file in the dialog.  This is no loss in LoadGame, as you can pick your
3435 game from the game list dialog that follows, but it does remove some
3436 functionality from LoadPosition.
3437
3438 3.6.7 -- Mon May 18 21:25:00 PDT 1998  Tim Mann
3439
3440 xboard and WinBoard beta test release.  I've been unable to reproduce some
3441 reported drawing bugs, so they may still not be fixed.
3442
3443 * Changed PopUpErrors option to PopupMoveErrors, which is more useful, and
3444 changed default to off.  Errors other than move errors should always be in
3445 popups; they are often too big for the message area and too important to
3446 put where they can be easily missed.  But it seems good to get rid of the
3447 popups for move errors by default.
3448
3449 * xboard analysis window no longer forces itself to top whenever there is
3450 new output.  Also, now uses built-in Xaw word wrapping instead of trying
3451 to do its own; works better.
3452
3453 * Bugfix: Reset did not take Crafty out of analyze mode.
3454
3455 * A chess engine no longer has to claim to be Crafty to be able to use
3456 AnalysisMode and AnalyzeFile; it just has to implement the analyze
3457 command as Crafty does.  Put in heuristics to generate more informative
3458 error messages if the engine does not support analyze, and checked that
3459 they work at least with GNU Chess.
3460
3461 * Added click-click moving, HighlightLastMove, and HighlightDragging to
3462 WinBoard.  The highlight features are unlikely to go into xboard unless
3463 the xboard drawing code is cleaned up to do *all* drawing on the board
3464 from DrawPosition, as WinBoard does.  This is low priority for me.
3465
3466 * Eliminated bogus "Error gathering move list: no header" popup.  You
3467 could get this by observing two fast games at once without turning off
3468 GetMoveList.
3469
3470 * Disable WinBoard Sounds menu entirely in -ncp mode, since not even
3471 MoveSound is used in that mode.
3472
3473 * WinBoard bugfix: Several problems were caused if the user changed
3474 WinBoard's current directory in a Load, Save, or Browse dialog.  In
3475 particular, WinBoard.ini would get saved in the wrong directory, and
3476 sound .wav file names would not get saved with a full pathname.  I think
3477 all such problems are now fixed.
3478
3479 * WinBoard bugfix: iconizing the board after an aborted mouse resize would
3480 (partially) resize it to Tiny.
3481
3482 * WinBoard bugfix: board was not being drawn in color on 256-color
3483 displays.  This bug was introduced in 3.6.6.
3484
3485 3.6.6 -- Tue May 12 17:43:43 PDT 1998  Tim Mann
3486
3487 xboard and WinBoard beta release.  Note: not all reported bugs are fixed.
3488
3489 * Move animation in WinBoard, programmed by Henrik Gram.  Great stuff!
3490
3491 * Animate backward moves too.
3492
3493 * xboard bugfix: -font (and friends) can now specify a font alias (such
3494 as "fixed"), not just a full X Consortium name pattern.  Previously this
3495 would give a resource conversion error message.
3496
3497 * Some coding style cleanup in xboard.c.
3498
3499 * Earlier error check for moving wrong color piece in EditGame mode.
3500
3501 * Completed fix to pattern matching; see 3.6.5.
3502
3503 * Fixed some software rot bugs in Zippy.
3504
3505 * Split AnimateDragging as separate option from AnimateMoves.
3506
3507 * Added FlashMoves to options menu and -flash/-xflash to command line
3508 options (xboard only).
3509
3510 * Some preliminary work on visible bughouse holding support.  Most of the
3511 code is not present in this release because I have not gotten it working
3512 properly yet; my first approach went down a blind alley and I had to
3513 remove most of the partially working code in preparation for a rewrite.
3514
3515 3.6.5 -- Fri May  8 14:22:09 PDT 1998  Tim Mann
3516
3517 Not generally released.
3518
3519 * Pack bughouse holdings display in banner more tightly when board is one
3520 of the smaller sizes (when smallLayout or tinyLayout is true, that is).
3521 An interim measure, but should help.
3522
3523 * Completed fix to make move list parsing recognize the end condition and
3524 final comment.
3525
3526 * Fixed pattern matching for chatter (tells, etc.) to be more reliable.
3527 This should reduce the incidence of colors starting in the wrong place and
3528 of incorrectly matching things that look like other patterns inside
3529 chatter, such as "shout <12>".  (These errors were already rare.)
3530
3531 * WinBoard now lets you customize the list of ICS's in the startup dialog.
3532 For now, at least, requires editing WinBoard.ini with a text editor.
3533
3534 * Bug fix: WinBoard window sizing and position setting save/restore did
3535 not work right when the taskbar was at the top (or left side) of the
3536 screen and not in autohide mode.
3537
3538 * Merged xboard click/click mode and drag mode, and deleted
3539 ClickClickMoving option on menu.  Now if you click on a piece, it
3540 highlights and a further click on another square will move it.  (A second
3541 click on the same square takes down the highlight.)  Or if you press down
3542 on a piece and start to drag, you can drag it to a new square.
3543
3544 * When making click/click style moves, if your second click is on a piece
3545 of the same color, instead of saying "Illegal move", we now cancel the first
3546 starting square, replace it with the second, and wait for another click to
3547 finish the move.
3548
3549 * Separate -secondInitString.  Default: same as -initString.  Suggested by
3550 Remi Coulom.
3551
3552 * Patch from Frank McIngvale to make animation work with XIMs.  Yay!
3553
3554 * Changed move animation to happen after move is passed on to ICS or the
3555 chess engine, where applicable.  Fixed problems with updating moveList
3556 that this uncovered.
3557
3558 * Changed game list to show PGN result token for each game.
3559
3560 * The usual minor bug fixes.
3561
3562 3.6.4 -- Thu Apr 30 23:14:43 PDT 1998  Tim Mann
3563
3564 xboard and WinBoard beta test release.
3565
3566 * xboard documentation updated, both man page and info file.  An attempt
3567 to generate both from the same source with LinuxDocSGML was abandoned, at
3568 least for now.  WinBoard doc updated too.
3569
3570 * Merged updates to animation code from Hugh.  Fixed a couple of remaining
3571 bugs, mostly to do with handling Pause mode correctly.
3572
3573 * Added SaveSettingsOnExit to WinBoard.
3574
3575 * WinBoard now saves the last screen position of the Comment, Edit Tags,
3576 Game List, and Analysis windows (in addition to the board and ICS
3577 Interaction windows) in WinBoard.ini.
3578
3579 * WinBoard now provides a way to customize the right-button context menu
3580 in the output area of the ICS Interaction window.  For now, requires
3581 editing WinBoard.ini with a text editor.
3582
3583 * Various minor fixes to ICS message recognition, most affecting only Zippy.
3584
3585 * Colorize the notification when someone sends you a message while you are
3586 logged in, not the output of the "messages" command.
3587
3588 * Fixed colorization to turn off at the right place more reliably.
3589
3590 * Added a new color and WinBoard sound for "requests": abort, adjourn,
3591 draw, pause, and takeback.  The same color and sound are used for all of
3592 these.
3593
3594 * Added GUI to change sounds in WinBoard.
3595
3596 * Suppressed WinBoard error popup when a sound can't be played.  They were
3597 popping up when two separate WinBoards tried to play a sound at the same
3598 time (such as during a bughouse match).
3599
3600 * Fixed WinBoard crash when a sound file didn't exist.
3601
3602 * WinBoard ports of timestamp and timeseal now produce decent error
3603 messages if they fail to connect, and WinBoard captures the messages and
3604 puts them into a popup.  Previously WinBoard would exit with no message on
3605 such errors.
3606
3607 * WinBoard resizing with mouse improved; now accurately picks the largest
3608 size that fits in the new area.
3609
3610 * Added option to turn off error message popups.
3611
3612 * Added sizes slim, dinky, and teeny.
3613
3614 * Fixed some minor problems with error message wording.
3615
3616 3.6.3 -- Mon Feb 23 19:08:57 PST 1998  Tim Mann
3617
3618 xboard beta test release only.  Man page is updated for the changes, but info
3619 file is not.
3620
3621 * Bug fix: LoadGame could not load a PGN game whose first move was
3622 castling (which is possible from setup positions).
3623
3624 * Bug fix: we were ignoring illegal move messages from chess engines in
3625 modes where the engine is refereeing but not participating (EditGame,
3626 LoadGame, AnalyzeFile).  The problem was in a workaround for a Crafty bug,
3627 where Crafty generates a bogus illegal move message if a "." (used by
3628 the PeriodicUpdates feature) is sent in analysis mode when the current
3629 analysis reveals a forced mate.  Installed a different workaround (that
3630 works in most but not all cases) and reported the Crafty bug.  Bob Hyatt
3631 replied with a fix, so the Crafty bug should be gone in Crafty 14.12 or so.