  Scid vs. PC
  Chess Database and Toolkit

  ____________________________________________________________

  Table of Contents


  1. introduction
  2. features
        2..1 New and Improved features

  3. download
        3..1 Other resources

  4. installation
        4..1 Linux , Unix
        4..2 Windows
        4..3 Mac OS X

  5. news
  6. miscellaneous
     6.1 docked windows
     6.2 how to play
     6.3 todo
     6.4 known issues
     6.5 bugs
     6.6 thanks
     6.7 scid's history

  7. changes
        7..1 Scid vs. PC 4.22
        7..2 Scid vs. PC 4.21
        7..3 Scid vs. PC 4.20
        7..4 Scid vs. PC 4.19
        7..5 Scid vs. PC 4.18
        7..6 Scid vs. PC 4.17
        7..7 Scid vs. PC 4.16
        7..8 Scid vs. PC 4.15
        7..9 Scid vs. PC 4.14
        7..10 Scid vs. PC 4.13
        7..11 Scid vs. PC 4.12
        7..12 Scid vs. PC 4.11
        7..13 Scid vs. PC 4.10
        7..14 Scid vs. PC 4.9.2
        7..15 Scid vs. PC 4.9.1
        7..16 Scid vs. PC 4.9
        7..17 Scid vs. PC 4.8
        7..18 Scid vs. PC 4.7
        7..19 Scid vs. PC 4.6
        7..20 Scid vs. PC 4.5
        7..21 Scid vs. PC 4.4.1
        7..22 Scid vs. PC 4.4
        7..23 Scid vs. PC 4.3
        7..24 Scid vs. PC 4.2
        7..25 Scid vs. PC 4.1
        7..26 Scid vs. PC 4.0
        7..27 Scid vs. PC 3.6.26.1

  8. contact
  9. links


  ______________________________________________________________________


  1.  introduction


  Shane's Chess Information Database is a powerful Chess Toolkit, with
  which one can create huge databases, run chess engines, and play
  casual games against the computer or online with the Free Internet
  Chess Server. It was originally written by Shane Hudson , and has
  received strong contribution from Pascal Georges and others.

  Scid vs. PC <http://scidvspc.sourceforge.net/> began with bug-fixes
  for the computer-versus-player features of Scid (hence the name), but
  has evolved into a solid alternative with many new features and
  interfaces. The project is authored by ``Stevenaaus'' and numerous
  contributors ``(thanks)''.

  2.  features

  See ``changes'' for a comprehensive changelog, or the gallery
  <https://sourceforge.net/apps/gallery/scidvspc/index.php> for some
  screenshots..

  2.0.1.  New and Improved features

  o  Overhauled and customizable interface.

  o  Engine versus engine computer tournaments.

  o  Extra search features, including move, end-of-game, and
     stalemate/checkmate searches.

  o  Drag+Drop file opens for Windows and Linux.

  o  Rewritten Gamelist widget with convenient context menus and
     buttons, and integrated Database Switcher.

  o  Improved Computer Game and FICS features, including premove, and
     simultaneous observed games.

  o  Many chess engine improvements, including max-ply option, an
     unlimited number of engines running, and the function hot-keys can
     be explicitly set..

  o  New EPD search and analyze features.

  o  Tri-coloured Tree bar-graphs, and options for more or less
     statistics.

  o  Ratings Graph can show multiple players, and Score graph is an
     attractive bar graph.

  o  Improved Book windows, including book compare, and remove move
     features.

  o  Redone Button and Tool bars.

  o  The Chessboard/Pieces config widget has been overhauled, and
     includes support for custom tilesand pieces.

  o  Clickable Tablebase moves.

  o  Recent Game and Player-info histories

  o  Bug tested Undo and Redo features.

  o  The Help index is meaningful to new users, with links to the game's
     main features.

  o  Clickable Variation Arrows, and Paste Variation feature.

  o  A user friendly Annotation feature, with search-to-depth feature.

  o  Better support for UTF and Latin character sets in PGN
     export/imports.

  o  Improved and more powerful Tree Mask feature.

  o

  o  Chess 960 / Fischer Chess is now supported (only by a patch).

  3.  download

  Source scid_vs_pc-4.22.tgz
  <http://sourceforge.net/projects/scidvspc/files/source/scid_vs_pc-4.22.tgz/download>

  Windows Scid vs PC-4.22.exe
  <http://sourceforge.net/projects/scidvspc/files/windows/Scid%20vs%20PC-4.22.exe/download>

  Windows 64 bit Scid vs PC-4.22.x64.exe
  <http://sourceforge.net/projects/scidvspc/files/windows-64bit/Scid%20vs%20PC-4.22.x64.exe/download>

  Mac ScidvsMac-4.22.dmg
  <http://sourceforge.net/projects/scidvspc/files/mac/ScidvsMac-4.22.dmg/download>

  Mac 64bit (beta) ScidvsMac-4.22.x64.dmg
  <https://sourceforge.net/projects/scidvspc/files/mac-64bit-
  unsupported/ScidvsMac-4.22.x64.dmg/download>

  3.0.1.  Other resources

  Fedora Packages (unofficial)
  <https://copr.fedorainfracloud.org/coprs/awood/scid_vs_pc/>

  The latest code is available from subversion - svn checkout
  http://svn.code.sf.net/p/scidvspc/code/ scidvspc-code or as a tarball
  https://sourceforge.net/p/scidvspc/code/HEAD/tarball
  <https://sourceforge.net/p/scidvspc/code/HEAD/tarball>

  Other project files
  <https://sourceforge.net/project/showfiles.php?group_id=263836>

  4.  installation

  4.0.1.  Linux , Unix

  Scid vs. PC requires Wish (Tcl/Tk) 8.5 or later and a C++ compiler.

  Note Wish 8.5.10 has severe bugs, and many versions of Tk-8.6.x have
  *severe* memory leaks.  To avoid, compile with Gregor's tk::text
  (patches/gregors_tktext_inline.patch).

  Example packages required include "tcl, tk, tcl-devel, tk-devel" and
  "gcc-c++ , libstdc++"; but of course will vary with your distribution.

  The default installation directory is /usr/local, which is generally
  empty, but any version of Scid here will be overwritten. To install
  into /usr (for eg) use ./configure BINDIR=/usr/bin/
  SHAREDIR=/usr/share/scid/

  Installing from source:

  ______________________________________________________________________
  tar -xzf scid_vs_pc-4.22.tgz
  cd scid_vs_pc-4.22
  ./configure
  make
  sudo make install
  scid
  ______________________________________________________________________


  Debian / Mint / Ubuntu users may be interested in this link
  <http://www.linuxx.eu/2012/11/scid-vs-pc-installation-guide-
  ubuntu.html>.

  Extra chess pieces (such as Berlin) are now enabled by default for
  Wish 8.6, but 8.5 requires installing TkImg. Sound support requires
  Snack.
  If your distro does not provide these packages ("tkimg", "tcl-snack"),
  you can install from source using these links (both of which have
  fixes applied).
  TkImg
  <https://sourceforge.net/project/downloading.php?group_id=263836&filename=tkimg1.3.scidvspc.tar.bz2>,
  Snack
  <http://sourceforge.net/projects/scidvspc/files/support%20files/snack2.2.10.scidvspc.tgz/download>.

  4.0.2.  Windows

  Windows installation simply requires downloading the ``executable'',
  and following the prompts.

  The configuration files, including the chess engine list, are stored
  in the Scid-vs-PC\bin\config directory, and may be copied over from
  old versions to make upgrading easier. If the app is installed in
  "Program Files" On Windows 7, the config files are mirrored in
  C:\Users\[USERNAME]\AppData\Local\VirtualStore\Program Files\Scid vs
  PC

  People with Visual Studio 11 should now be able to compile the project
  fairly easily (see Makefile.vc for more details).

  4.0.3.  Mac OS X

  The ``ScidvsMac-4.22 app'' should include everything you need. Simply
  drag and drop the App into /Applications (or similar). It cannot be
  run from the dmg disk image.

  Due to complicated build reasons, only Yosemite (OS X 10.10) and later
  are now supported. Additionally, Catalina has removed 32-bit app
  support, and it is only supported by our beta ScidvsMac-x64 app, as
  64-bit Wish is not as robust as the old version.

  To compile from source - once you have XCode installed - please read
  ScidvsMac-HowTo.rtfd in the source tarball for some older information.

  Users upgrading may have to remove (or edit)
  $HOME/.scidvspc/config/engines.dat to properly configure the chess
  engines.

  5.  news

   July 2017

  Thanks to (our best bug reporter) Ileano for finding a bug in the new
  Best-Games/Browser feature. I've made a 4.18.1 point release to
  include the fix. This version also includes a minor PGN import fix.

   October 2016

  4.17 has a bit of a tough life, and is being re-released with a bug
  fix 28th October.  Otherwise, it is an exciting release for hackers,
  with patches for chess960 and Gregors speedy tkText rewrite.

   April 2015

  Exciting to have some usability fixes for the Tree Mask. Hopefully
  this feature will start to get some real use.

   December 2013

  4.11 is out, with large board sizes, and a fix for the annoying
  filter/tree issue.

   April 2013

  Finally have a docked windows feature. It's a damn complicated thing,
  but i am fond of it.  Scid vs PC 4.9 is coming :)

   March 2012

  Big effort by Gregor to write Drag and Drop support for Scidb and
  ScidvsPC. Thanks. FICS is looking great too.

   September 29, 2011

  Jiri Pavlovsky has made a windows installer. It's a nice piece of
  software :) Big thank-you. And we now have undo and redo features.

   July 8, 2011

  Thanks to Gilles for the web page restructure and OSX testing. Gregor
  Cramer  <http://scidb.sf.net> has contributed a PGN figurine feature.

   April 19, 2011

  A belated thanks to Lee from Sourceforge for this article
  <http://sourceforge.net/blog/after-scid-row-a-new-chess-app-is-born/>.

   December 10, 2010

  Scid vs. PC 4.2 includes support for Scid's si4 db format.

   July 3, 2010

  For the tenth release I've adopted verison number 4.0 . It includes a
  new Computer Tournament feature (thanks to some UCI snippets from
  Fulvio) and the Gamelist Widget is finally up-to-speed for large
  databases.

   April 19, 2010

  Release 3.6.26.9 includes a Fics accept/decline offers widget.

   December 20, 2009

  Thanks to Dorothy for making me a Mac DMG package with this release ,
  3.6.26.8.

   August 16, 2009

  With 3.6.26.6 I've fixed Phalanx's illegal castling. There is also
  changes to the Setup board and Toolbar configuration widgets.

   July 17, 2009

  3.6.26.5 - New Gamelist widget, and re-fashioned main buttons.
  Project's looking quite solid :->

   June 23, 2009

  The monkey on my back has really been having a good time. This release
  includes changes to the Gameinfo, Comment Editor, and Board Style
  widgets, some new chess pieces, colour schemes and tiles. Thanks to
  Michal and Alex for feedback.

   June 4, 2009

  Well, the html is up, and i've got a couple of files in the downloads
  section. My project is fairly modest fork of Scid ... just rewriting
  Tk widgets when i get the urge.

  6.  miscellaneous

  6.1.  docked windows

  This powerful feature is maturing. See the Docked Windows help item
  for more info.

  o  Window focus automatically follows the mouse around, and also
     impacts which keyboard bindings are active. Most bindings are
     active when the mouse is over the main board.

  o  In the event of Scid failing to start, restart the program with the
     -nodock option.

  o  Windows undocked from within docking mode can have glitches.
     Mainly: drag and drop game copies in the switcher don't work.

  o  OS X support is not great.

     Make sure to check out the new Theme Options, which affect how the
     Docked Windows (and Gamelist) look and feel.

  6.2.  how to play


     Playing against the Computer
        The main Computer vs. Player feature is accessed from
        Play->Computer. Here you'll find options to play against Phalanx
        (a flexible computer opponent whose skill you can select), or
        any installed UCI engine.

     Playing on the Internet
        Playing on the Internet is done via the the Play->Internet menu
        item. I recommend visiting the Fics <http://www.freechess.org>
        website to create a user account, but it is also possible to
        play anonymously. To start a game, press the Login as Guest
        button, then watch the available games as they are announced in
        the console. Enter play [game number] to accept a game
        challenge.


  There is more information about the Fics and Tactical Game features in
  the Scid Help menus.

  6.3.  todo


  o  The TCL sound package, Snack, needs fixing and a maintainer.

  o  Openseal is an open source version of FICS Timeseal. It needs some
     rewriting to work with Scid, though it is a small program.

  o  FICS could be adapted to work with the ICC. The work involves
     analysing the differences in the strings used by the two programs.
     (for example, for FICS we have this line to ackowledge successful
     log-in if {string match "*Starting FICS session*" $line]} { The two
     servers do have many similarities i think, and examining xboard's
     "backend.c" (or some other client) for "FICS" particularities

  o  Translation updates are always welcome

  o  There are two engine types - UCI and XBoard. Pascal's UCI code is
     in some ways inferior to Shane's Xboard code.  Though this is
     mostly mitigated by the speed of modern processors, it'd be nice to
     make use of the UCI ponder feature in analysis mode (Comp mode
     already does so).

  o  Verify/update the Novag Citrine drivers and interface, and
     Correspondence / XFCC feature.

  o  Our Windows port needs a little overhaul to properly use Users home
     directory to store all the various data.  I will get around to
     doing it one day though.

  o  A lot of people use chessbase books (.ctg). Scid can only read
     polyglot opening books, but inlining Scidb's support for ctg may
     not be too hard.

  6.4.  known issues


  o  macOS Catalina and later are only supported by the buggy and slow
     64 bit version.

  o  Linux sound playback is buggy/broken. The Wish sound package
     (Snack) needs maintenance.

  o  Tcl/Tk-8.5.10 is buggy.

  o  Some versions of Tk-8.6.x have severe memory leaks. To avoid,
     compile with Gregor's tk::text
     (patches/gregors_tktext_inline.patch).

  o  OS X docked mode has some issues due to it's poor Tcl/Tk.

  o  Focus Issues. KDE users can allow Tcl apps to properly raise
     themselves by configuring desktop > window behavior > advanced >
     focus stealing prevention set to "none"

  o  Sometimes Scid vs. PC may have very loud/wrong colours.  This can
     be caused by the Window Manager exporting their color schemes, and
     can normally be switched off somewhere in the window manager's
     colour settings.

  6.5.  bugs


  o  See the known issues about Tcl/Tk (above).

  o  Importing huge PGN archives can sometimes fail. The command line
     utility pgnscid is a more reliable way to create large databases
     from pgn. Typing "pgnscid somefile.pgn" creates a new database
     "somefile.si4".

  o  Using the '+' operator and clicking on 'Find' in the gamelist
     widget can be very slow. The code needs to be moved from
     gamelist.tcl to tkscid.cpp.

  o  Windows only:

     o  Using "ALT+F"... etc key bindings to access the menus is badly
        broke. This is a Tcl/Tk issue.

     o  Window focus/raise issues, another Tcl/Tk issue.

     o  Screenshots are broken/disabled.

  6.6.  thanks

  Thanks to Shane Hudson and the authors of Tcl/Tk <http://tcl.tk>.  To
  Gregor Cramer <http://scidb.sf.net> for new features and technical
  support.  Ozkan for his Win64 builds and knowledgable help.  Christian
  Opitz for his comprehensive German translation.  Sourceforge.net
  <http://sourceforge.net> for their great hosting, Jiri Pavlovsky for
  the windows installer <http://www.jrsoftware.org/isinfo.php>.  Thanks
  to Pascal Georges for his many technical contributions to mainline
  Scid, and also Fulvio, Gerd and the language translators.  To Gilles,
  Dorothy and Steve for OS X support, to Michal Rudolf for early
  encouragement, and H.G.Muller
  <http://home.hccnet.nl/h.g.muller/chess.html> for technical feedback.

  6.7.  scid's history

  Scid is a huge project, with an interesting history. Originally
  authored by Shane Hudson from New Zealand, it combined the power of
  Tk's GUI and the speed of C, to produce a free Chess Database
  application with Opening Reports, Tree Analysis, and Tablebase
  support.  It gained quite some attention, as it was arguably the first
  project of it's kind; but after writing over a hundred thousand lines
  of code, in 2004 development stopped and Shane never contributed to
  Scid again.

  Two new versions of Scid appeared around 2006. The first was ChessDB
  authored by Dr. David Kirby. With some good documentation and the
  ability to automatically download games from several web portals, it
  became popular. But at the same time Pascal Georges from France was
  making strong technical improvements to Scid. Frustrated with Scid's
  dormancy, and because of disagreements with ChessDB's author, Pascal
  released his own tree, Scid-pg, which included UCI support and
  numerous Player versus Computer features.

  But subtley, and with some controversy, he began to adopt the name
  Scid as his own. Some people objected, especially Dr. Kirby, with whom
  a flame war began, but Pascal's efforts to gain ownership of the
  Sourceforge Scid project eventually succeeded.

  Under Pascal, and with the help of numerous contributors, Scid again
  strode forward. Pascal wrote a Tree Mask feature, and in 2009 he
  upgraded the database format to si4, all the time making speed and
  technical improvements to the neglect of the interface. In 2010,
  Pascal ceased contributing at all, and shortly after Scid 4.3 was
  released.  Since then, Scid has had widespread technical changes by
  Fulvio Benini, who is a long-standing contributor.

  Currently there exist several Scid related projects.

  Chessx was originally by Michal Rudolf (a longtime Scid contributor
  from Germany) and named Newscid. Now led by Jens Nissen, with a 1.0
  release, it is an attractive Chess GUI but with a small feature set
  and without si4 support.

  Scid vs. PC was started in 2009 by Steven Atkinson from Australia.
  Forked from Scid-3.6.26, it began as an effort to tidy Shane's
  frenetic code base and improve the user interface, and has since
  matured into a capable Scid successor.

  The Android app, Scid on the Go, supports the si4 database format, and
  is the only mobile Scid related project.

  Another project nearing a 1.0 release is Scidb by Gregor Cramer from
  Germany. It is an ambitious chess database program inspired by Scid,
  with heavy utilization of C++ classes and customized Tk widgets. It
  also supports Chessbase databases and many chess variants.

  7.  changes

  7.0.1.  Scid vs. PC 4.22


  o  Show Stockfish Win/Draw/Loss (as White/Draw/Black) infos in
     information window.

  o  Add an 'Extra Tags' field to the header search (eg 'Annotator').

  o  Revamp colours and size of the Comment Editor.

  o  New 'Highlight' colour option (affects crosstable, reports, pgn
     moves and name-editor).

  o  Animate the Rook in Castling. (author Uwe - Nice).

  o  Engine analysis: option to wrap long lines.

  o  Engine annotation: option to disable adding an end-of-game
     variation.

  o  Playing an opening against an UCI engine - openings can be imported
     from the ECO Window.

  o  Improve the tree training feature by automatically enabling Trial
     mode.

  o  Minor tweaks to the spacing in long comments in the PGN and
     Gameinfo windows..

  o  Export Games: add option to disable inserting newlines every 80
     chars or so.

  o  Serious game: When using book, leave a comment when book is exited
     / exhausted.

  o  Add an undo point at the start of every annotation game.

  o  Add a Switcher menu item to show/hide the gamelist buttonbar.

  o  Update Player Data (spelling) file.

  o  Help and translation updates.

  o  Book tuning tweaks.

  o  Graph window tweaks.

  o  ECO window tweaks.

     Bug Fixes

  o  The Gamelist 'next moves' feature didn't work for transpositions at
     differing depths.

  o  Remember arrow lengths/widths.

  o  Batch stripping comments/vars could sometimes break the namebase.

  o  Fix / enable hiding of 'Colored Squares and Arrows' on the main
     board.

  o  Windows drag and drop typo/fix from Oz.

  7.0.2.  Scid vs. PC 4.21


  o  Gamelist (and Best Games) can now show 'Next Moves' instead of just
     the 'Opening Moves' if the tree is open and adjusting filter.

  o  Text foreground colour option for listboxes and text windows. (and
     remove the 'global' colour option which is too rough).

  o  Fics: allow moves made by examiners to be seen by other
     examiners/observers, and fix longstanding init fail.

  o  Mac: 64 bit macOS port. Poor performance but mostly working.

     Engines

  o  Allow multiple engine logs at once, which can be nicely updated in
     real-time (and bind 'space' to engine stop/start).

  o  Small engine boards now have an alternative display mode: Arrow
     shows best move.

  o  Free up right-click for windows 'copy text'. (Use middle click
     instead for toggling analysis modes).

  o  Can now always show 'Infos' via an option in the main Engine config
     widget.

  o  Low level support for alternative "GO" modes for UCI engines.
     (::uci::goCommand).

  o  Give transient engine popup buttons the same bindings as their
     originals.

     EPD Window

  o  New annotaion/analyze features (UCI only): Count best moves and
     (optionally) show/store results. Allow selecting the engine.

  o  New 'find' entrybox searches EPD file for matching text.

  o  Basic EPD/FEN export feature.

  o  Menu rearranges, including enabling more translations, and changing
     menubuttons to standard menu widgets.

  o  Paste analysis now removes previous analysis opcodes.

  o  Bind space in listbox to start/stop engine.

     Minor

  o  Tree window - options to hide buttonbar, and always 'Adjust'
     filter.

  o  Display a board in the Player Report (if applicable).

  o  Full German help update from Christian.

  o  Improve Gamelist 'see' issues.

  o  Brazil-Portuguese language update from Gilberto de Almeida Peres.

  o  Opening Books - don't clobber existing game mainline with book
     import (was 'export'). Unneeded 'update -pgn' was slowing
     everything down too.

  o  Refresh score graph at end of fics game.

  o  Pressing End key twice always goes to game end.

  o  Show Tux in the comment editor, and update the gifs.

  o  Update chess 960 patch.

  o  New flip board button.

  o  scidt reverse sort feature. Also - don't accept empty sort
     criteria, and accept 'si4' filenames.

  o  Don't ask to 'Save Game' if the game length is zero, and try to
     stop ECO window clobbering (any) game changes (New 'sc_game info
     halfmoves' command).

     Bugfixes

  o  PGN - Properly handle all level of var indentation.

  o  Windows: Fix extra text in the Player Info windows.

  o  Fix Tree cache getting saved with app close.

  7.0.3.  Scid vs. PC 4.20


  o  The Score Graph can now display move-times (using "%emt" and "%clk"
     pgn values).

  o  Option to display a black rectangle for the "selected square"
     instead of a coloured square (Options->Moves->ColorSelected).

  o  Several translation updates including a complete German help file
     from Christian Opitz.

  o  The Setup Board window now has a coordinate axis and a flip button.

  o  Computer Tournament - Don't enforce a ten-engine limit, have a new
     statusbar to show progress and the winner, include Uwe Klimmek's
     carousel scheduling.

  o  EPD rewrite from Bonnie A. - Annotations are now compliant with the
     EPD specification, Flips the board to side-to-move, other bug
     fixes.

  o  In Game Annotation, don't miss analysing last-move blunders.

  o  The ECO finder has a basic "Find Opening by Name" feature.

  o  A quick Piece Position Search implemented using CQL.

  o  Gameinfo window always shows a rehoned "Material Advantage" value.

  o  Board Options window can now display all custom piecesets in a
     gridded manner, and also highlights the current piece style.

  o  FICs - Automatically store move-times, some changes to the
     button/font, and don't store adminBOT tells.

  o  Tree Mask - Add 'unfold' option to the Mask window, and fix up some
     allignment/font issues.

  o  Update the Spelling file with Uwe's 2018 update.

  o  Pressing 'End' key moves to end-of-variation (if in var) instead of
     end-of-game.

  o  Minor Book Window fixes - enable undo, remove the arrow buttons
     (use wheelmouse instead), and properly name and document the 'Other
     Moves' button.

  o  Analysis Engines: pressing keys 1 to 5 sets PV.

  o  Set undo point when marking squares.

  o  Remove Suggested Moves feature.

  o  Update Gregors tktext patch to current (2018-08-13).

  o  Xboard protocol fixes: setboard should come after analyze, send
     'nopost' to xboard engines in comp mode, and acknowledge 'my move'
     in analysis, as sometimes xboard engines (scidlet) dont send any
     other infos.

  o  Relocate a couple of colour option menus to their proper windows
     (Crosstable and Score Graph).

  o  In PGN import, handle the case when there are two comments for a
     single move.

     Bug fixes

  o  Fix serious built-in-engine and PGN-import errors.

  o  Tree - the greying of the tree moves (if the progressbar is hidden)
     disabled the tree mask's move colouring.

  o  Disable gamelist flag/delete menus if read-only.

  o  Mate in N fix and hardening.

  o  Ignore Country names if they dont look right in the gamelist and
     database sort.

  o  Disable MS Windows screenshot feature (broken in Tk).

  7.0.4.  Scid vs. PC 4.19


  o  New 'Default Databases' feature (Options->Save Bases as Default).

  o  CQL 5.2 search feature (Search->CQL). Thanks Lionel and CQL
     authors.

  o  General search can now match any (non-hidden) pre-game or final
     move Comment.

  o  Export Scid Flags feature.

  o  Big speed up for bulk Strip Comments/Variations feature. (Also make
     the 'Stop' button work).

  o  Improvements to loading games at the correct position (resolve a
     conflict between the tree window and search results), and small
     Tree speed-up.

  o  Remove 'Magnetic' for Paul's chess pieces. New 'Ascii' chess pieces
     (thanks HGM) and 'Green' colour scheme.

  o  New Turkish translation (thanks Ali Sen).

  o  Right-clicking button bar changes, including right-click Window
     button shows Splash window.

  o  Some tree tweaks and doco updates, and tree Fast+Slow mode now
     doesn't break the win/lose graph.

  o  Tweak progress bar update frequencies (base export, game copy).

  o  OS X has a faster build.

  o  New Windows build system from Oz.

  o  A new script, 'sc_filter_pgn', which filters multiple PGN files for
     games matching a certain position.

  o  FICS - Offers Graph is disabled while playing a game. Change the
     censor button a little, and control+censor censors person chatting
     to you.

  o  Escape key in main board cancels piece dragging/move.

  o  Input engine fixes (DGT board). Widget now resizes ok, and bitmaps
     display properly on OS X. Thanks to Davy De Roeck for debugging it
     on OS X.

     Bug Fixes

  o  Fixes regarding other language piece letters.

  o  Fix up showing the first gamelist/game in searches.

  o  Fix up the days of the months in the calender widget.

  o  Fix up window placement on multi display desktops.

  o  Best games 'Reset Column titles' was broke.

  o  sc_game startPos segfaults if !HasNonStandardStart.

  7.0.5.  Scid vs. PC 4.18


  o  New Best Games widget, similar to the Gamelist.

  o  Score Graph now highlights the current move.

  o  New annotation feature: Show missed/shorter mates.

  o  A little new Gamelist button to reveal hidden/squeezed buttons
     (finally!).

  o  The GameInfo Window has a right-click menu, and other minor menu
     changes.

  o  Basic support for horizontal scrolling (in gamelist, crosstable and
     bestgames) for mousewheel buttons with horizontal capability..

  o  Finnish translation, from Mika Kaakinen.

  o  Engines: if an engine shows a Mating line, show the whole line in
     analysis window, disregarding Max-Ply variable.

  o  Don't show an error message when importing null PGN tags... too
     verbose.

  o  Fics: try to handle case when move is made after run out of time.
     (We don't want to mark the game as out of sync).

  o  Minor Translation, Mask and Fics tweaks.

  o  Hide Board resize buttons in docked mode if auto-resize is enabled.

  o  Revert Control-b binding to Book window.

  o  Focus the text box of Comment Editor when raised.

  o  Show a busy cursor when backing-up databases in the finder.

  o  Game Save: also use previous Round with the 'Use Previous'
     button/feature.

  o  Running Engine 1 in the statusbar needs special handling if using
     docking, as it cannot be withdrawn properly and was confusing
     before.

  o  Show correct position in the pgn window after adding a new
     var/move.

  o  Show PGN scrollbar by default.

     Bug Fixes

  o  Redock Windows after they have been undocked then destroyed.
     Before, such windows were remade undocked, and *without* menus.

  o  Keep comments when truncating game from start.

  o  Fix broken 'Copy' button in Engine's config window.

  o  Promoting variations didn't handle precomments.

  7.0.6.  Scid vs. PC 4.17


  o  Analysis/Engine window.

  o  * Show checkmate/stalemate messages instead of sending 'no-move
     positions' to engine.

  o  * In engine configuration window the 'Date' field of an engine is
     now its exe modification time (mtime).

  o  * Speed enhancements for processing UCI engine moves (pv).

     Gregor's improvements to the player and tournament finders (which
     Shane never implemented properly).

  o  * Previously - only the *first* 50 tournaments were used (eg) when
     looking for the 50 tournaments with most players.

  o  * Compilers must now support c++0x / c++11.

  o  Custom player photos (Place correctly named gifs in
     $HOME/.scidvspc/photos or bin/photos).

  o  Resign button for playing UCI engines and Phalanx, analog clocks
     can now be hidden ('x' button in the white clock), and add the
     'Skill Level' to the pgn header (eg - as used by Stockfish).

  o  A patch to include Gregor's tk::text improvements.

  o  New Chess 960 patch! Thanks to Britton Farrar, who now has a
     project at https://github.com/brittonf/scid-vs-variants.

  o  New 'Under Promotion' search item in General Search.

  o  Computer Tournament: when 'First engine plays others', flip board
     to show games from first engine's view.

  o  Flip game browser if matches myPlayerNames.

  o  Clipbase game limit is now 5,000,000, and game undo buffer is 20.

  o  Chess Pieces: remove 12 piece-set limit, and adventurer and kingdom
     pieces. Reinstate old Merida1 as Merida3.

  o  Row colour is now configurable for Player/Tourney/DB finders and
     Crosstable rows.

     Fics

  o  * Offers graph is updated in a better manner.

  o  * Save game and add message disconnected while playing.

  o  * Top three buttons are now configurable.

  o  * Add a 'follow+' command, which automatically saves followed
     games.

  o  Tweak Find Best Move feature, which now also recognizes non-
     standard starts.

  o  Game Save dialog: extend use of 'Use prev tags' to 'Use previous'
     (for Names, Site, Event, Elo, dates).

  o  Switcher - replace readonly foreground color with a '(readonly)'
     message, and add a 'Confirm Copy' option menu.

  o  Disable tree updates while annotating games and computer
     tournament.

  o  Tree: Instead of having a 'stop' button, grey the tree text when
     updating (if progressBar is hidden).

  o  Change a few shortcuts. control-b board colours. control-B setup
     board. control-G general search.

  o  Control-TrialMode button, automatically adds a null move, and tweak
     the trial mode button pic.

  o  Gregors namebase hardening.

  o  PGN Import now converts any empty Name/Event/Site/Round tags to '?'
     (according to pgn standard, these should not be empty).

  o  Minor fixes for Setup Board.

  o  Allow Merging Games with non standard starts.

  o  Bind pressing 'vv' keys to enter first variation.

  o  Remove Crafty specific command 'mn', and it seems unsupported in
     Crafty 25.

  o  In the tree window, when deselecting "Adjust Games", we now keep
     the current gamelist/filter.

  o  Make hideNextMove non-persistent.

  o  Right clicking 'Exit Var' button will exit all vars.

     Bug fixes

  o  Fix a nasty memory leak (in PgnParser).

  o  Fix name counts when using globbing in the name editor.

  o  Fix Mate-in-N (Tactics) bug.

  o  Some charsetconverter (internationalisation) fixes from Gregor.

  o  Removed xdg-open for opening URLs which just doesnt work for me.

  o  Tree info button (short display) was broke.

  o  Bugfixes for compiling on some linux platforms (including Raspberry
     Pi 2).

  o  Some clock fixes. Digital clock was busted (counting up).
     CompTournament clocks are now digital only.

  o  Stop tacgame/phalanx from failing to restart.

  7.0.7.  Scid vs. PC 4.16


  o  New Checkmate/Stalemate general search option.

  o  Make fics premove work properly, and with promotion.

  o  New Switcher menus to Open Tree/Best Games/Change Icon, and negate
     any open base filter.

  o  The Best Games window can now be unsorted (on ELO).

  o  Tree window has a short-display option (default is on).

  o  New Merida1 piece set with large sizes (from Richard).

  o  Change the colours of switcher current-base and book/book-
     tuning/tree next-moves.

  o  Update all latex export features from Chess12 to the modern Skak
     (author Richard Ashwell) and add Latex previews for game exports
     (linux only).

  o  Some Opening-Report and Player-Report fixes, and fix the Opening-
     Table options window.

  o  Show the custom flag names in the statusbar.

  o  Player Info: Add an extra 'Filter Games' hyperlink.

  o  Tournament finder: Change behaviour re showing tournament
     crosstable.

  o  Portugese update from G. Silva. Spanish update from Benigno.

  o  Add 50 move draw detection to Phalanx and UCI computer games.

  o  And new fics 'smoves+' command stores move-time (%emt fields).

     Bug fixes

  o  Export PGN bugfix introduced in 4.15.

  o  Properly handle OpenRecentAsTree, if base is already opened.

  o  'Round' wasn't getting shown in the gameinfo if Date was unset.

  o  Annotation: try to handle zero move games.

  o  Work aroud for occasional Tcl issue which affects piece dragging.

  o  Game Save dialog didn't have translations.

  o  Remove a heap of compiler warnings.

  o  Tournament finder was showing incorrect number of games.

  7.0.8.  Scid vs. PC 4.15


  o  Engines

  o  Limit engine ply option.

  o  Bind Control+Enter to add whole line.

  o  Tweak variation creation to avoid occasional var staggering.

  o  Show 'Ponder' as a UCI configuration option (now that engines may
     play with Ponder on).

  o  For the addmove button '+'. If move exists, just move::Forward.

     Annotation

  o  Options for the score format (which allows them to be hidden in the
     PGN window).

  o  When finished annotating game, move to last move (instead of
     sometime staying at second last move).

  o  Dont show out-of-book messages for non-standard starts.

  o  Use-book feature didn't work under certain condition.

     Gamelist Window

  o  Columns can now be reordered, hidden, or right/left alligned
     (right-click column titles).

  o  Replace the Flag button with context menus.

  o  Left/right keys scroll the gamelist view.

  o  'Merge Game' menu item (patch only).

     Tree

  o  When deselecting 'Adjust Filter', make the current adjusted filter
     remain.

  o  Fix up a few tree translations/text formatting issues.

  o  Option to show/hide the progress bar. (On OS X, the progressbar
     makes searches much slower).

  o  Fix unusual coredump closing unused tree.

     Spelling

  o  Make Spellcheck interuptible, and remove limit of 2000.

  o  Update spelling file against Franz' June 2015 release.

  o  Skip spelling date check if game has no date.

  o  Tweak AddEloRatings feature to work properly with FIDE rating data
     newer than 2012.

  o  Don't ask confirmation of spellchecking clipbase.

     UTF-8 support (from Gregor)

  o  Databases can now be exported to PGN using either UTF-8 or Latin-1
     character sets.

  o  Detect correct charset of imported pgn and convert all to utf
     'Avoiding a mix of character sets inside a database.'.

  o  Support for ChessBase proprietary character set in PGN header.

     FICS

  o  Add flip-board buttons to the mini observed games.

  o  Add a 10 minute line to offers graph.

  o  Hack to destroy the results messageBox if we are being 'rematched'
     or challenged.

  o  Unhide fics boards when a new observed game is announced.

  o  New takeback code (better, but needs more work).

  o  Add a 'Time' tag.

     Computer Tournament

  o  Remember selected engines when changing number of engines.

  o  Use new is-check routine for stalemate detection (sc_pos analyze
     could cause core dumps).

  o  Change the tournament per-game time controls from min/secs to
     secs/secs (base/incr).

  o  Don't add time increment for in-book moves.

     Translations

  o  Update for French from Dale Cannon.

  o  Minor Portugese update from martinus.

     Player Info

  o  Player Info history feature (right click window).

  o  Add 'Total' separators to the playerinfo stats.

  o  Filtering opponent games wasn't working if tree open.

     Bug Fixes

  o  MS Windows - preempt/fix possible db compaction failure due to
     inherited engine file descriptors remaining open.

  o  OS X Board Options colour buttons were not coloured.

  o  OS X and maybe win32 - game import wasn't automatically pasting the
     text copy buffer.

  o  The pgn middle-button board popup could rarely be placed off-
     screen.

  o  Fix occasional (but annoying) bug regarding game truncation and
     variations.

  o  Creating a new database - board wasn't getting refreshed.

  o  Browsing a game - autoplay didn't stop straight away when
     requested.

  o  Some EPD fixes. Notably - auto save position.

     Also

  o  Minor Compact database fixes; create a new game when compacting db
     (instead of leaving the current game as game 0, which is
     confusing), and ask for SaveGameChanges before compacting.

  o  Autoplaying multiple games - pause at each game end.

  o  Database switcher uses font_Tiny, so handle/resize this font a
     little better.

  o  Usual Help updates, including add a help button for the NAG window
     and Correspondence Chess / Xfcc / email help update.

  o  OS X hack to activate shortcuts keys when wm gives app focus.

  o  Setup board should always start with the current position.

  o  Try to make all base filenames absolute, hoping to fix duplicate
     file history entries and db opens.

  o  Add a string length validation procedure, and use it to limit
     Custom Flag entry boxes to 8 chars.

  o  Dont reload last/first game if already active.

  o  Gregor's qsort implementation for player finder sorting (sc_name
     plist).

  o  Bump player/tourney finder defaults.

  o  Make tournament finder respect EventDate tag.

  o  Patch to always load last game (ignoring base autoload).

  o  Bind Control+Wheel to font resize in the player and tournament
     finders.

  o  Merge game: move the merge game comment to the start of variation,
     and simplify comment.

  7.0.9.  Scid vs. PC 4.14


  o  Tree Mask

  o  Mask auto-load option

  o  Automatically add move to mask instead of showing silly error
     message.

  o  Holding Control while opening the Mask context menu
     (marker/nags/color) adds a marker to the whole line (etc).

  o  Make Mask moves easier to see, and tweak menus.

     Board Setup

  o  Enable piece dragging

  o  Flip the setup board if main is flipped.

  o  Make 'Clear Setup board' have Kings.

     Searches

  o  Add End-Position-Only option to Material Search.

  o  Knight+Bishop sanity check was wrong, and we werent saving
     Knight+Bishop joint totals in saved searches.

  o  Tweak the other-base combobox in Board Search.

     Fics

  o  Double clicking an observed game makes it your primary game (number
     is shown as bold)

  o  Refine Offer Graph layout (most games are short), and add a close
     button (previously was only escape key)

  o  New 'Censor' button (+censor opponent)

  o  Add a show/hide buttons feature

  o  Control+Wheelmouse alters Fics console font size.

  o  Only save games a few moves long.

     Computer Tournament

  o  Automatically adjudicate in simple cases of insufficient material.

  o  Make the window more ergonomic

  o  Fix ponder not working with non-standard starts.

     Game Information

  o  Comments now have their own line, and move some infos to the
     Statusbar

  o  When Gameinfo is hidden, make the mini Player Names clickable.

     Book Tuning

  o  Add/Remove Line features

  o  Clicking on Book Tuning next move (in yellow) moves forward.

  o  Bugfix - truncate the polyglot books when using Remove Move.

     Score Graph

  o  Remove the errant rounding up of +10 to +11 in y-axis, and raise
     border over graph bars

  o  Add backGround colour to graphs

  o  Middle button pops up the game position for any move.

     Other

  o  New Portuguese translation from R. Silva (martinus at FICS)

  o  Update to Phalanx XXIV. The Tactical Game feature is a proper
     challenge now.

  o  Place Best Games window beside Tree window (in docking mode).

  o  Playerinfo: still show Bio info (if available) when there are no
     games in database.

  o  Automatically add the final move if adding a var at game end with
     the AddVar button

  o  Minor improvements for html/html+javascript Game Exports

  o  Set filter to deleted games prior to compacting game file.

     Documentation

  o  Document how to alter the Game List fields

  o  Update OS X build notes.

  o  Update chess960 patch (no code changes), and document known issues.

     General Bug-fixes

  o  Xboard engine annotation was ignoring 'Use Book'.

  o  Correspondence chess tls/encryption bugfix (Alexander)

  o  Properly flip comment editor board (if applicable) and other tweaks

  o  'Find Best Move' feature was broke

  o  When saving game, throw error for badly formed extra tags (instead
     of silently discarding).

  o  When adding a var to end of game, make sure to auto enter *this*
     variation, in case of vars already existing

  o  Exit trial mode when changing bases.

  o  Gamelist sort confirmation column-name was not translated.

  o  Change move overwrite behaviour of eco browser and Opening Table
     moves.

  o  Remove superfluous padding from OS X aqua theme

  7.0.10.  Scid vs. PC 4.13


  o  Analysis Engine: exclude move(s) feature. Mouse-hover shows
     excluded moves (UCI only).

  o  Analysis Engine: button to pop-up unrevealed buttons, and redo a
     few icons.

  o  Maintenance: Bulk strip Comments/Variations.

  o  Depth-based Engine Annotation improvements.

  o  Tweaked key bindings (including FilterReset Control-r and GameSave
     Control-s).

  o  Improved Background Colour feature.

  o  Add 'Find' entry boxes to more windows (including spelling
     corrections) , and widget can now use regular expressions.

  o  Splash widget console now has a simple command history (up-arrow).

  o  Better Repair Base feature (from Gregor).

  o  Include Gregors fast file opening with the windows 32-bit binary.

  o  Bind Control-Wheel to alter fixed font size (in some windows).

  o  New Russian translation (from Sergey Nikolaevich Koyankin) and
     updated German one (from surrim).

  o  Enforce all tags (eg Event names, etc) to be less than 256 chars.

  o  Tweak Scid's Linux installer is to properly allow custom SHAREDIR.

  o  Windows drag and drop file open wasn't being init properly.

  o  Better handle language translations/encoding.

  o  Crosstable: bump max-player limit, tweak menus and bind right-click
     to menu, fix occasional allignment bug, and dont' automatically
     update (fixing busy cursor bug).

  o  Bump Opening Table limits, and minor bug-fixes.

  o  New (Skak) Latex export-games feature (author Mark Dennehy).

  o  Update Xfcc to handle secure connections (thanks to Andrew Hunt).

  o  Fix minor memory leaks, and dont slow game file compaction (we now
     reset filter).

  o  Bestgames has a game load menu instead of 3 buttons.

  o  Refine docked window drag and drop.

  o  Many minor OS X tweaks.

  o  Trim whitespace from name fields in game save dialog.

  o  Add whitespace corrections to spelling.ssp, and also tweak Event
     spelling corrections.

  o  Tooltips for the obscure buttons in main buttonbar.

  o  Analysis add move as 'New Mainline' was broke.

  o  Always get confirmation for sorting via gamelist.

  o  Enforce illegalilty of saving Event Date without Game Date.

  o  Phalanx updates and minor tacgame, sergame fixes.

  o  Make a few windows have small font buttons.

  o  Shift+Wheel(/ left-right wheel) scrolls a few widgets horizontally.

  o  Break up the long Book Tuning button menus.

  o  Many minor bugfixes and further tree-only filter fixes.

  7.0.11.  Scid vs. PC 4.12


  o  Gamelist/Filter fixes. Filter works better with Tree.

  o  New Crosstable tie-break options and reorder Crosstable menus.

  o  Game-result is now shown alongside Player names, at top of GameInfo
     window.

  o  Middle button in main board toggles game info.

  o  Databases open faster (Linux/OS X only - "avoid the time consuming
     file locking". Windows is in testing).

  o  Allow dragging Docked Window tabs to alter their order.

     Gamelist button/menu changes:

  o  Flag button is now context menu, Gamelist Save is moved to
     tools->export, Find button removed (use enter in Find entrybox)

     Spelling changes:

  o  Update spelling file to a custom version of Franz's Jan-5-2014
     spellling.ssp.

  o  Spell-checking can now remove GM, IM, FM, CM, WGM prefixes from
     player names.

  o  Doing player-name replacements, show how many fail due to age/date
     considerations.

     FICS changes:

  o  Add user-configurable init commands.

  o  Board size slider is now a menu.

  o  Game Offers pack over buttons (making it less crowded, use
     escape/button-2 to cancel).

  o  New find entrybox to search the console.

  o  Remove Clear button (as getting crowded).

  o  Remove the never used big clocks.

  o  Add start, end sounds (and minor sound fixes - though still buggy).

  o  Dont save FICS aborted games.

  o  Disable engines when playing a FICS game.

     Analysis and Annotation changes:

  o  Make 'scoreToMate' work better and faster, which stops occasional
     incorrect Mate-in-N lines showing up, and works better at near-mate
     positions.

  o  Make the Annotation config window fit on small displays.

  o  Stop engine at end of annotating a single game.

  o  Try a new approach to Depth-based annotation, which works better,
     but still needs fine-tuning.

  o  Spanish translation update from Igor Sosa Mayor.

  o  Polish translation update from Adam Umiastowski.

  o  Add a find entrybox to the splash window

  o  Strip PGN Tags improvements

  o  Right-clicking toolbar Game-Save icon quick saves game.

  o  Sound devices can now be selected; mainly useful for Linux systems

  o  Dont insert newlines into PGN copied to text buffer... Some web PGN
     browsers don't work with newlines following movenum. eg
     "10.(newline)Nxc3"

  o  Save game history when Scid quits

  o  Remove tree status bar. Same info avail in switcher and tree text
     widget.

  o  Booktuning nextmove is now highlighted (same as Book), and padding
     has been tweaked a bit.

  o  Move Maintenance menu from File to Tools menu

  o  Remove the annoying " from myPlayerNames.

     Bugfixes:

  o  When saving PGN to file, disable translating pieces. (Export to PGN
     was already this way).

  o  FICS Digital clocks didnt appear under some circumstances

  o  Undo/redo refinement/fix for when buffer has been full

  o  Fix import issue - Sometimes first tag is lost (If UTF byte order
     mark is present)

  o  MSWindows - Board keyboard bindings are were getting lost after
     Variation window popup is dismissed.

  o  Some tooltip refinements, including removing tooltips with board
     update (mask tooltips were erroneously persistent).

  o  Tablebase window: Results Board was not getting packed (is now
     below Results Frame). Change the damn awful red, update help, give
     tbWin the widest paned window.

  o  With wish8.6, we cant close undocked windows with a Close button.
     Fix

  o  Some fixes for javascript and html game exports

  o  Correctly handle plain text crosstables.

  7.0.12.  Scid vs. PC 4.11


  o  Maximum board size is now twice as big

  o  Gamelist context menu (right-click). Less button crowding

  o  Annotation improvements: Depth based annotation, and cut-off
     features

  o  Dock a few extra windows (graphs, tablebase)

  o  Computer tournament stability/speed fix

  o  Locked Analysis Engines now show the locked position (not the
     working line) , and bug-fix the engine lock, which didnt work
     properly

  o  Add a low CPU priority check box to Engine Configuration window
     (especially important for MS Windows - where engines can kill GUI)

  o  Engine configuration window now repsonds to keystrokes to quickly
     find any engine

  o  Display "(altered)" in statusbar is game has been changed

  o  Fullscreen menu item (Options->Windows->Fullscreen)

  o  FICS tweaks, including over-riding takeback/abort request dialogs
     when game ends

  o  Remove some wasted space around FICS, main button bar, and other
     widgets

  o  New Greek translation

  o  Read custom chess pieces from  /.scidvspc/pieces

  o  Docked tabs/menu refinements

  o  OS X - Clicking on URLs will open the link in a browser

  o  Add a command console to the start-up window

  o  Bug-fix: Fix main board rendering anomoly in docked mode with MS
     Windows

  o  Bug-fix: When tree is open, gamelist filter operations didn't work
     properly

  o  Bug-fix: Search in variations never matched positions at end-of-
     line

  o  Bug-fix: Opening Table favourites werent working properly

  o  In Export PGN dialog, add an option for "Space after Move Numbers"

  o  Keyboard short-cuts changes. Control-L (etc) no longer open/close,
     but open/raise

  o  Tweak Comment Editor and Player Info buttons

  7.0.13.  Scid vs. PC 4.10


  o  When sorting databases, don't reset filter and remember current
     game/gamestate

  o  Game history menu

  o  Implement (and bugfix) SCID's more comprehensive NAG framework

  o  Change a couple of field orders in the gamelist, remember field
     widths, and remove the icon context menus from the switcher (middle
     click now toggles show/hide the database icons)

  o  FICS: Allow use of alternative URLs (used during FICS outage) and
     other minor tweaks

  o  Window focus improvements (mainly for MS Windows and OS X)

  o  Computer Tournament: add 'Engine Scores as comments' option, and
     make some minor global/:: var changes

  o  Add Book Tuning to dockable windows

  o  Automatically flip board (if applicable) in game browser and
     analysis miniboards

  o  When diffing twin games, ignore newlines in the comments, which
     make diffing impossible

  o  Add undo points for user generated addNag events

  o  Bookmarks: add a few key bindings (delete/up/down), and shuffle the
     gamelist bookmark button up one row

  o  Drag and drop hardening

  o  Windows 7 bugfix: PGN export and Progress bars weren't working in
     undocked mode

  o  Translation framework updates. Overhaul Dutch translation, and
     remove (broken) Russian one

  o  Convert braces '{', '}' to '(',')' when exporting PGN comments
     (against PGN standard). Also tweak various PGN help topics

  7.0.14.  Scid vs. PC 4.9.2


  o  OS X changes, including docked mode fixes

  7.0.15.  Scid vs. PC 4.9.1


  o  Fix promotion bug in non-docked mode

  o  Small pictures allign top/bottom in game info

  o  Clickable crosstable columns

  o  Make an undo point with Setup Board, and disable undo for Trial
     mode

  o  Add Tournament lookup to Player Info window

  o  PGN import window was not getting mapped

  7.0.16.  Scid vs. PC 4.9


  o  Window Docking feature - Different windows are docked/restored than
     Scid. Five layout slots with three custom layouts. Bug-fixes. F11
     for fullscreen. Tcl-8.6.0 may have issues. Selectable Ttk themes
     (also for Gamelist)

     General

  o  Move search feature (eg 'h6 Bxh6')

  o  UCI: replace 'position fen ...' with 'position startpos moves ...'
     for general analysis

  o  Better Twin Games Checker - highlights missing comments and
     variations in duplicate games

  o  Windows has a MSVC makefile (Makefile.vc) and includes Stockfish
     2.31 (JA legacy build)

  o  Fix windows stack problem (hopefully)

  o  Text Find widgets in help, crosstable, engine logs

  o  Game Save dialog remembers any custom tags you add to a game,
     making them easy to recall

  o  Restore drawing arrows and marks from the main board (also used by
     FICS premove)

  o  Arrow length/widths configurable via comment editor

  o  PGN Figurines now display in bold, and a different font, if
     applicable (from Gregor)

  o  Some new board textures (from Ed Collins)

  o  Automatically save "bitmaps" directory when exporting to HTML

  o  Player info window shows Photos in a scrollable canvas insead of
     stuck in top right corner

  o  Delete key deletes moves in game/variation after the current move

  o  Score Graphs are now bargraphs instead of lines

  o  Bind statusbar->middle button to 'switch base'

  o  FICS context menu, game offers now show more information, and
     premove

  o  FICS: deiconify/raise window when game starts (nodock mode only)

  o  FICS: stop clock when we make a move (even though we may not have
     acknowledgemnt from FICS about move)

  o  FICS: 'upload' command for uploading local games to FICS examine
     mode

  o  Allow the Name editor to glob '*' for Site, Event and Round fields
     (but not for 'All Games', too dangerous when used by mistake)

  o  The material board can display *all* taken pieces

  o  Gamelist button rows can be hidden by right-clicking the list, and
     it has a game save icon

  o  Right click V+ button adds the second variation

  o  Windows analysis engines no longer run at low priority

  o  When annotating the score on blunders, show the main score first,
     var second (eg: +1.00 / +2.50)

  o  Add programmers reference to the help contents/online doc

  o  Bind space-bar to engine start/stop

  o  Update twic2scid.py script

  o  Remember if .board is flipped for each open base

     Bugfixes

  o  Make the database switcher icons/frames get smaller if they are
     cramped (so we can see them all)

  o  Half fix UCI game (sergame.tcl) time issues

  o  Corrospondence Chess now works

  o  Tree Mask bugfix: Checks couldnt be added to mask

  o  Fix Tree 'Fill cache with game/base' feature

  o  Try to handle shortened FENs with Paste FEN

  o  Crosstable: 'Set Filter' now includes deleted games if +deleted

  o  Crosstable: handle games with a year-only date differently for
     crosstable purposes (Instead of +/-3 months, match any other games
     in the calender year

  o  FICS: Stop clocks after a takeback request from opponent

  o  FICS: Games with move lengths greater than 1:00:00 would break
     parse

  o  Add missing FICSLogin translation

  o  New windows Phalanx build. It works better under win7, but has
     analysis polling issues

  o  OS X: pad out flag buttons in Header search

  o  base_open_failure was erroneously closing wrong base

  o  Windows Preview HTML for Reports is fixed

  7.0.17.  Scid vs. PC 4.8


  o  Drag and Drop file open(s) on Windows and Unix

  o  Custom background images (jpegs, gifs and pngs)

  o  Random sort pgn feature

  o  Crosstable now have +/-/= subtotals

  o  (and Player Stats format changed from +/=/- to +/-/=)

  o  General PGN search has ignore case option

  o  Board Search gets it's combobox updated when DBs are opened and
     closed

  o  Save game before PGN Import

  o  Save game: enable the use of 'prev game tags' for existing games.
     This allows easy addition of the same tags to consecutive existing
     games

  o  Remove the 'Scid: ' prefix from several window titles

  o  Update some translations

  o  Show Linux version/distro in the startup window

  o  Add a patch to make toolbar buttons raise only (instead of toggle
     open/shut)

  o  Add a patch for Chess960 support (from Ben Hague). Unfinished

     Analysis

  o  UCI: properly handle UCI buttons. Previously they were invoked at
     every engine restart

  o  Right clicking 'Add Var' button adds Engine Score comment only

  o  Replace ponder on/off with hard/easy for xboard engines

  o  Super quick engine infos can happen before Scid's PV is inited
     properly. So we have to default to PV = 1

  o  Allow xboard engines to use lowercase 'b' for bishop promotion (eg
     a7b8b)

  o  Don't send an erroneous 'isready' (with 'uci') to quiet analysis
     engines

  o  Right clicking the widget allows to disable line wrapping

  o  Don't add a line to analysis history if moves are null

     Tree

  o  Move ECO stats to the end of line

  o  Several Mask refinements - notably Searches are much more readable
     and previously clicking on searched lines didn't work

  o  Fix up minor bugs about castling moves (OO, O-O, O-O-O)

     Computer Tournament

  o  Computer Tournament Book feature

  o  Dont' kill tournament if engine crashes

  o  Only pack the first 10 engine combos (which allows for big
     tournaments)

  o  Fix up Xboard time/move command order. Xboard engines should behave
     much better

  o  Various other tweaks

     Gamelist

  o  Show altered games in red

  o  Control-wheelmouse scrolls up/down one page

  o  Switcher now has text on two lines (if icons are shown)

     FICS

  o  Digital clocks now (optionally) on the main board

  o  Better integration of FICS "examine" and "observe" features

  o  FICS has it's own options menu

  o  bind F9 to xtell instead of tell

  o  Change the move.wav sound from tick-tock to a short click

     OS X

  o  Filter graph bugfix

  o  Material Search properly shows the little buttons

  o  Copy and Paste text from disabled OSX text widgets (engines, help,
     gameinfo)

  o  Buttons 2 and 3 are swapped around

     General Bugs

  o  Work arounds for wish 8.5.12 and 8.5.8 issues

  o  Analysis logs can badly break autoscroll, so use normal frames and
     scrollbars

  o  Handle PGN parsing of unspecified promotions (b8 becomes b8=Q , for
     eg)

  7.0.18.  Scid vs. PC 4.7


  o  Tree: Add coloured bargraphs representing win/draw/loss (and remove
     the old tree graph)

  o  Tablebases: Make best tablebase moves clickable

  o  Tablebases: tidy up config , main window and help items

  o  FICs: Can now play and watch (observe) multiple games at the same
     time

  o  FICS: Support loading old/interupted games for analysis (using
     'smoves' command)

  o  FICs: Add an Abort button. Other minor fixes

  o  Serious Game overhaul (though still has minor issues) Add pause,
     resume features and mate, game drawn dialogs

  o  Computer Tournament: Add 'first engine only' feature for testing a
     single engine against others

  o  Enable material difference display for game browser and fics
     observerd games

  o  Analysis: View engine logs from within Scid, and can also disable
     logging

  o  Analysis no longer word wraps, and uses fixed font

  o  Analysis: add a xboard/uci protocol column to the engine list

  o  Include updates to SCID's spellchk.c, improving the ELO add-ratings
     feature

  o  Update spelling.ssp file to Jan 2012, and include with windows

  o  Player info: clicking FIDE ID opens relevant url

  o  New feature: 'Search->Filter to Last Move'. All filter games will
     load at the last move (end of game)

  o  Refine the Calculation of Variation (Stoyko Exercise) feature and
     Help

  o  Toolbar has a 'book window' icon

  o  Tweak PGN context menu: reorder the Strip/Delete move items

  o  Gamelist: replace the Negate button with a Select button

  o  Tree: Include a patch for embedding the Best Games into the Tree
     window

  o  Analysis: Revert Lock engine changes. Previously, lock engine would
     also start Trial Mode
     Bugfixes

  o  Importing PGN, check that Promotion Moves are long enough
     (otherwise can segfault)

  o  Document CCRL pgn round name problem, and handle errors better when
     Name limits hit

  o  FICS: remove non-ascii chars from commands if using timeseal

  o  Gamelist: To display unusual characters, convert to unicode before
     displaying games

  o  Sync html bitmaps with SCID

  o  Book: Only do the second book move lookup if we have too. (slight
     performance boost)

  o  EPD: Quick fix for epd analysis annotation bug

  o  Hungarian, Swedish and Potugese Spanish were broken if Piece
     translation enabled (which was default). Fixed

  o  Fix up Tacgame score-isn't-updated bug

  7.0.19.  Scid vs. PC 4.6


  o  Undo and Redo features (partly from SCID)

  o  Microsoft Windows has a proper installer

  o  Always loads games at the correct game ply when using the tree and
     searches

  o  Ratings graph can show multiple players (and there's a minimum ELO
     feature)

  o  Computer Tournament: Improvements for both Xboard and UCI engines,
     and implement the 50 move draw rule

  o  Auto-promote feature for FICs

  o  Book tuning 'Remove move' feature

  o  Autoraise button raises all windows

  o  Annotation improvements, and it is now possible to score All moves
     while only annotating Blunders

  o  Known aliases Biographical data is shown in the player information
     window

  o  The player info widget has buttons enabling quick player renames
     and look-up

  o  'Read-Only' context menu to the Database Switcher, and Read-Only
     bases are greyed out

  o  Fix bug in the opening/theory table

  o  Remember game position when stripping comments and variations from
     PGN

  o  Change analysis colors for MultiPV to black/grey instead of
     blue/black

  o  New 'Search in (other) Database' feature to the board search (from
     SCID)

  o  Variation/Mainline arrows can have custom colours

  o  Crosstable can (optionally) show 3 points for a win

  o  Fix sc_remote (which allows games to be opened in an already
     running Scid vs PC)

  o  Phalanx tacgame bug-fixes (play brainy, and stop after the correct
     amount of time)

  o  Tweak the best games widget (make fields line-up)

  o  When handling Import PGN errors, show the game numbers as well as
     the line in file

  o  Catch a nasty wish8.5.10 bug with the gamelist (Wish-8.5.10 should
     be avoided)

  o  Remove the broken integer field validation and replace it with
     something that allows backspace to work

  o  Bind Control-Tab to 'switch to next base', and Control-(quoteleft)
     to 'switch to clipbase'

  o  Fix a couple of corner cases concerning dates and searches

  o  Analysis widget : small speed improvements , icon changes and bug-
     fixes

  o  Add a help item for Maintenance 'Check Games' feature

  o  Swap around the 'Next Move' and 'Event' game-information lines

  o  New documentation about making Polyglot books

  o  Make the player Report config widget a bit easier to use

  o  Catch a nasty wish8.5.10 bug with the gamelist (Wish-8.5.10 should
     be avoided)

  o  New OSX HowTo

  o  Crosstable bugfix: the 'show white first' feature didn't work for
     two match rounds

  o  Update 'Tips'

  o  Clarify Scid's maximum number of games

  o  Update Spanish and Polish translations

  o  Update FICs , PGN and Menu language translations

  7.0.20.  Scid vs. PC 4.5

  PGN Window:

  o  PGN chess font support (but font installation on Windows isn't
     great)

     Computer Tournament:

  o  Per-game time control

  o  Clock widgets for remaining time

  o  Manual adjudication buttons, and a Restart button

     General:

  o  Game List remembers it's view when switching between bases

  o  Game Browser has new buttons and functionality

  o  Tournament Finder is more readable

  o  Restore PGN scrollbar (pgn option)

  o  Phalanx now reads enpassant and 50 move field from FEN (thanks
     Bernhard Prmmer)

  o  FICs console fg and bg colours are now configurable

  o  Name Editor tidy up and documentation review

  o  Player Info: add a 'Refine Filter' result group

  o  Typing 'OO' castles (previously only 'OK','OQ')

  o  Mask Search widget fixes

  o  Annotation: Dont add nags when annotating score. Don't repeat
     previous nag if annotating all moves

  o  Crosstable shows current game in green

  o  Use translations for Game List column titles (if available)

  o  Add a 'Game Delete' menu

  o  Improve ./configure and Makefile, and CC FLAGS are propagated to
     all targets

  o  Game Save autocomplete now uses mouse instead of clumsy keyboard
     bindings

  o  Restrict Game List sort to valid columns, and add a 'confirm sort'
     widget for bases > 200000 games

     MS Windows tweaks:

  o  Windows Crosstable transparency glitch is fixed

  o  Fix wheelmouse support in a few places

  o  Add a 'make-scidgui.bat' hack for assembling a new 'scid.gui' from
     subversion

  o  Computer Tournament buttons padding fixed

     OSX:

  o  Make an OSX app with a working ;> version of Tcl (thanks Gilles)

  o  Many OSX wheelmouse and graphical fixes

     Bug fixes:

  o  Null move fixes including - analysis engines can append variations

  o  Tree training feature fixes

  o  Show Progressbar for loading bases with a dot (.) in their name

  o  If Scid crashes, Game List could be left with zero size

  o  PGN middle-click move preview feature fixed for variations

  o  PGN text tabstops are now dynamic to allow for correct column
     allignment in column mode

  o  Remember position of custom ecoFile if loaded

  o  Change the second book slot to avoid conflict with Annotation
     feature

  o  Catch unmatched braces in gamelist values

  o  Fix 'Paste FEN' castling sanity check

  o  Browser previously highlighted Next move instead of Current move

  o  Fix scid.eco unicode bug

  o  Remove 'newlines' from Mask Search results

  o  When addAnalysisVariation fails due to bad moves, don't move back N
     moves

  o  Theory table incorrectly started from start position

  7.0.21.  Scid vs. PC 4.4.1


  o  Fix nasty flicker bug when board is flipped

  o  Fix fics bug that graph sometimes doesn't stop when new game starts

  o  Add Burnett chess pieces

  7.0.22.  Scid vs. PC 4.4


  o  Implement SCID's interruptable tree processing

  o  Implement SCID's custom flags

  o  Gamelist is much faster for big databases

  o  Add widgets to the gamelist for manipulating flags and browsing
     first/last/next/previous games

  o  Opening Book and Book Tuning overhaul - allow two books to be
     opened with side-by-side sorting, and various interface
     improvements

  o  Overhaul Annotate widget - allow choice of scores/variation/both
     and remember annotation options

  o  Crosstable sort by Country feature

  o  Update Fics to allow for different Port/IP Address (using SCID
     code)

  o  Graph changes - remember widget settings, change colours+dot size,
     fix up half-move bug and a title misallignment, add 2010 decade

  o  Fix up the global grab for progressWindow (opening databases)

  o  Add "Half moves" (moves since capture or pawn move) to setup board

  o  ECO Browser changes - add "update" and "up" buttons, when clicking
     on "Start ECO" open browser at top level, make statistics more
     readable

  o  Add the "Last Move Color" to the main board colours widget

  o  Restructure "Tools" menu

  o  Icons - remove the large gameinfo and togglemenu buttons, add a
     "comment editor" icon to the toolbar and tidy up various icons

  o  Busy cursor when sorting database via Gamelist column click

  o  For OSX (esp. single button mice) - bind to context menu for main
     window and pgn window

  o  Make the 'paste variation' feature work a bit better at var/game
     end

  o  Make variation popup remember it's location instead of being
     centered

  o  Add "Read-only" button to maintenance window

  o  A nice PGN/htext performance tweak that smooths out large game
     edits

  o  When using "-fast", perform fast database opens also. Otherwise,
     update the progressbar to show "Calculating name
     frequencies"(todo?)

     Bug-fixes

  o  Ubuntu 11 have put libX11.so somewhere stupid. Update configure
     script

  o  Paste FEN bug involving fen validation

  o  Fix promotion bug involving busy CPU and missed grab

  o  Fix off-screen window placement on windows

  o  On Macs, dont place the window at top of screen, as it's then stuck
     under the main menubar

  o  Make the game save dialog center and resize properly

  o  Fix up file loading (and bookmarks) of DBs with dots (.) in their
     name

  o  Statusbar shows correct value after Crosstable update

  7.0.23.  Scid vs. PC 4.3


  o  Clickable Variation arrows

  o  Paste Variation feature

  o  Database Switcher has been moved to the Gamelist Widget (and has
     some new icons)

  o  Gamelist can now perform logical ANDs in the search widget using
     "+", and include the date

  o  Gamelist now has remove-above and remove-below buttons

  o  FICs improvements, including a ping feature to indicate network
     health (*nix only), and player communications are saved as PGN
     comments

  o  FICs bug-fix: don't automatically accept rematches

  o  FICs "Opponent Info" button

  o  New Toolbar buttons: "Load First Game" , "Load Last Game"

  o  Bookmark Widget has been overhauled

  o  Analysis Engine's move history doesn't get spammed by "Mate in 1"
     (for eg) messages

  o  An engine can now be run in the Statusbar

  o  Allow engines to be reordered

  o  Simplify the Bestgames Widget : Remove the PGN pane, nice-ify the
     widget, and enable graph and best widgets to remember size

  o  Several interface speed-ups from Fulvio

  o  Other SCID C++ changes from Gerd and Fulvio, including "Don't
     decode games when copying games"

  o  Some Tree Search optimisations from SCID

  o  Sort by number of Variations and Comments from Gerd

  o  Help Widget has a search entrybox

  o  Help Widget font size (and Pgn Window) can be easily increased by
     control+wheelmouse

  o  When pasting FEN directly, do a castling sanity check

  o  Bugfix: When user starts scidvspc for the first time, clipbase is
     left closed

  o  Browser widget has a nicer button bar, and windows wheel-mouse
     bindings

  o  Overhaul the Edit Menus

  o  Numerous GUI fixes

  o  Revert PlayerInfo to old format, but add a "Won Drawn Lost" header

  o  Tweak crosstable knock-out format

  7.0.24.  Scid vs. PC 4.2


  o  New si4 database support

  o  Include tree and mask improvements from Scid (excepting Fulvio's
     delayed tree code, which has issues)

  o  Overhaul right-click menu and allow toolbar / menubar / statusbar
     to be hidden

  o  Allow tournament games to start from current position

  o  Easier 64 bit compilation

  o  Include Scid's correspondence feature

  o  Make analysis widget info properly hideable, and tweak buttons

  o  Tweak game save forms

  o  A couple of Mac fixes, including the broken gamelist widget (bad!)

  o  Restructure game info widget - Player names are more prominent,
     Length field added, Colors made consistent

  o  Reincluded Merida2 pieces

  o  Remove Repertoire editor (same functionality via Tree Masks)

  o  New Finder rename fucntion

  o  PGN indentation fix (especially for comments)

  o  Work around for batch annotation bug (still under dev by Joost)

  o  Header search widget tidy

  o  New icon

  7.0.25.  Scid vs. PC 4.1


  o  Quite a few FICs tweaks, including new help pages and D.O.S. attack
     fixes

  o  Numerous Gamelist improvements (see below)

  o  Tree widget improvements: next move is highlighted, main filter is
     now independant of Tree filter, wheel mouse bindings

  o  Tactics feature fixed up: Renamed "Puzzle" , and Problem Solutions
     can now be browsed in-game

  o  Analysis window "add variation" now *appends* variations if at var
     end

  o  Comment Editor has undo and redo bindings

  o  Main board grid colour can be changed

  o  Setup board can rotate and flip the board

  o  Clicking on moves in the gameinfo area shows Comment Editor

  o  Better window raising/focusing

  o  Kill analysis window after batch annotations

  o  New marble tile theme and colour themes

  o  Some menu re-ordering

  o  Recent Files menu is basename only

  o  Remove Control+V game paste binding .... too dangerous

  o  Further refinements of Switcher widget and Icons

  o  ttk comboboxes are no longer grey

  o  Analysis widget scrolling will pause to allow backwards review

  o  Splash widget changes, and remove pop-up for missing Bases and Book
     directories

  o  Rewritten Help items

  o  Gamelist improvements -

     o  Field order rearranged

     o  Columns now sort in both directions, with arrow depicting
        direction

     o  Deleting items works better

     o  Can be sorted by ELO

     o  Draws sorted alongside no-result

     o  Delete and Compact buttons disable better


  o  Bugfixes -

     o  Twinchecker PGN text diff-ing was sometimes broken

     o  Phalanx observes tournament feature time control

     o  Fix "Show Suggested Move" feature

     o  Fix occasionaly issue with erroneously selecting squares, then
        being unable to reselect them

     o  Ignore crafty's resignations which caused X-window flash events

     o  No context menu if dragging a piece

     o  RobboLito (and others ?) had uppercase piece promotion which
        occasionally broke

     o  "Show Suggested Move" was broken

     o  Gamelist sometimes left off the last or first item


  o  Widget tidies -

     o  Analysis engine config widget

     o  Maintenance tweaks

     o  Game save widget made better

     o  Parent Date widget

     o  Delete twins

     o  Database Switcher changes, including new icons

     o  Finder now has three columns (and other changes)

     o  Player finder + Tournament Finder sub-widgets alligned

     o  Statistics window restructured

  7.0.26.  Scid vs. PC 4.0


  o  Computer Chess tournament feature

  o  The Gamelist widget has been rewritten to work with huge databases.
     Other new features include a case insensitive search, deleted items
     are greyed out, and there's a "Compact" button to empty trash with

  o  Add a background colour option that applies to many text widgets,
     including gameinfo, pgn window and help window

  o  Restructured the analysis widgets, putting toolbar on top, tiny
     board at bottom, tweaking toolbar icons and reparenting analysis
     died error dialog

  o  Update the book and book-tuning windows (untested, from SCID)

  o  Add a new logo, and some wm title tweaks

  o  Board Screenshot feature (Control+F12)

  o  Bind mouse wheel to move progression (and widget resize) for the
     little browser windows

  o  Change all comboboxes to ttk::combobox

  o  Allow xboard lowercase promotion moves (eg while g7g8Q always
     worked, g7g8q previously failed)

  o  Enable hovering over toolbar help pop-ups

  o  Fix up analysis widget "lock to position" feature

  o  All analysis windows can now use annotation, and autoplay feature

  o  Bind F4 to start another analysis window

  o  Various C fixes from SCID

  o  Sync the tools::connect-hardware feature with SCID (untested)

  o  When using the setup board widget, do a sanity check about the
     FEN's castling field

  o  Some minor version fixes anticipating tcl8.6

  o  Small bugfix: variation pop-up could previously throw errors if
     moving through movs fast

  o  F1 *toggles* help window

  o  Remove space-only lines from project - they mess up vim's paragraph
     traversal feature

  o  Fics "withdraws offer" fix

  o  Toolbar icons tweak

  o  Allow databses to have "." in their name

  o  Tactical Game stores game result

  o  Set Game Info widget includes Site field

  o  Small "update idletasks" in main.tcl improves main board
     responsiveness

  o  Fix up the history limit of combobox-es (especially the setup board
     FEN combo)

  o  UCI kludges for Prodeo and Rybka from SCID (untested)

  o  Turn off craftys egtb (end game tablebook) for the analysis widget

  o  Comment editor bugfix - unbind left/right from main board

  o  Fix for matsig.cpp overflow (unapplied? , untested)

  o  Key binding for first/last game is now Control+Home/End instead of
     Control+Shift+Up/Down

  o  Perform a db refresh after importing PGN file(s)

  7.0.27.  Scid vs. PC 3.6.26.1


  o  Overhauling the tactical game feature

  o  including a Fischer chess option

  o  Overhauling the tools->analysis widget

  o  Some re-organization of menu widgets, including tear-off menus

  o  Rewritten board style widget

  o  Fix parenting of some pop-ups, including the splash widget

  o  Clock widgets placed side-by-side

  o  Remember fics widget size

  o  Last move displayed in bold

  8.  contact

  Scid vs. PC mailing list
  <https://lists.sourceforge.net/lists/listinfo/scidvspc-users>

  Stevenaaus <email://stevenaaus at yahoo dot com> is a uni graduate in
  math and computer science, who programs as a hobby in tcl/tk, bash and
  C. He lives and works in rural australia.

  9.  links


  o  Scid vs. PC  <http://scidvspc.sourceforge.net/>

  o  Project page  <http://sourceforge.net/projects/scidvspc>

  o  Online documentation
     <http://scidvspc.sourceforge.net/doc/Contents.htm>

  o  Cassabase database  <http://caissabase.co.uk/>

  o  Player Information resources
     <http://sourceforge.net/projects/scid/files/Player Data/>

  o  FICS  <http://www.freechess.org>

  o  FICS game archives  <http://ficsgames.org>

  o  Kayvan's Cross platform 'docker' images
     <https://github.com/ksylvan/scidvspc>

  o  Chess Tech blog, with some ScidvsPC tutorials
     <http://chesstech.info/>

  o  Scid vs. 960/variants (Chess960 support)
     <https://github.com/brittonf/scid-vs-variants>

  o  Debian/Mint/Ubuntu installation how-to
     <http://www.linuxx.eu/2012/11/scid-vs-pc-installation-guide-
     ubuntu.html>

  o  Ed Collins' Scid vs. PC page
     <http://edcollins.com/chess/scidvspc/index.html>

  o  Gorgonian's custom pieces  <http://gorgonian.weebly.com/scid-vs-
     pc.html>

  o  The PGN and EPD standards
     <http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm>

  o  Pgn of players  <http://www.pgnmentor.com/files.html#players>

  o  Pgn of events  <http://www.pgnmentor.com/files.html#events>

  o  Inno setup  <http://www.jrsoftware.org/isinfo.php> (used to make
     windows installer)

  o  Professional quality chess icons  <www.virtualpieces.net>

  o  Tango icons  <http://tango.freedesktop.org/Tango_Desktop_Project>

  o  Mailing list subscribe (must be a member to post to list)
     <https://lists.sourceforge.net/lists/listinfo/scidvspc-users>

  o  Mailing list archive
     <http://sourceforge.net/mailarchive/forum.php?forum_name=scidvspc-
     users>

  o  Programmer's reference
     <http://scidvspc.sourceforge.net/doc/progref.html>

  o  UCI engine protocol  <http://wbec-
     ridderkerk.nl/html/UCIProtocol.html>

  o  Xboard engine protocol  <http://www.open-
     aurec.com/wbforum/WinBoard/engine-intf.html>


