| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-04 | Sync from ELPA. | Mario Lang | |
| 2014-05-20 | Proper file header and introductory commentary for chess-pgn.el. | Mario Lang | |
| 2014-03-24 | chess-pgn-insert-and-show-position | Mario Lang | |
| 2008-09-02 | Implemented a safer method for parsing algebraic moves, since for some reason | John Wiegley | |
| we weren't always seeing the full move when using looking-at. The way I do it now is to require some kind of whitespace after the SAN move text. | |||
| 2008-09-01 | Off by one error in string clipping of tag values. | John Wiegley | |
| 2008-09-01 | Instead of using `read' to parse a PGN tag string, just clip off the leading | John Wiegley | |
| and trailing quotes. | |||
| 2008-09-01 | Except for when making moves interactively (with chess-display-manual-move), | John Wiegley | |
| it is an error if a ply implies a promotion but not :promote keyword is passed to indication which piece to promote to. | |||
| 2008-09-01 | Increased the verbosity and number of errors generated for incorrectly parsed | John Wiegley | |
| PGN games. | |||
| 2008-08-29 | Several changes to fix byte-compile warnings, changed some iso-8859-1 encoded | John Wiegley | |
| files to UTF-8, and switched to using insert-file-contents instead of the -literally variant (which doesn't respect content encodings). | |||
| 2004-12-07 | Make comment-start and comment-end explicitly buffer-local (ks) | Mario Lang | |
| 2004-12-06 | bug in pgn font-locking (Klaus Straubinger <KSNetz@Arcor.DE>) | Mario Lang | |
| 2004-03-08 | bah, recursive loading...chess-pgn.el | Mario Lang | |
| 2004-03-07 | laptop sync | Mario Lang | |
| 2004-02-12 | *** no comment *** | Mario Lang | |
| 2004-01-27 | minor fixes | Mario Lang | |
| 2004-01-23 | fixes to make chess-scid read parsing work | Mario Lang | |
| 2002-05-16 | Removed dependency on cl's `position' function. | John Wiegley | |
| 2002-05-16 | miscellaneous fixes | John Wiegley | |
| 2002-04-30 | bug fixes | John Wiegley | |
| 2002-04-22 | bug fixes | John Wiegley | |
| 2002-04-22 | Bug fixes and reducing the TODO list. | John Wiegley | |
| 2002-04-19 | Fixes and other work. | John Wiegley | |
| 2002-04-18 | *** no comment *** | John Wiegley | |
| 2002-04-18 | whitespace fix | John Wiegley | |
| 2002-04-18 | Many efficiency improvements and bug fixes. | John Wiegley | |
| 2002-04-17 | More general bug fixing, efficiency improvements, etc. | John Wiegley | |
| 2002-04-16 | (chess-pgn-mode): Only make bold the result text, not every move. | John Wiegley | |
| 2002-04-16 | Removed the $ Revision strings; they are no longer necessary since I | John Wiegley | |
| tag every revision that I upload. | |||
| 2002-04-16 | Major speed improvement and efficiency work. chess-legal-plies is | John Wiegley | |
| much more memory conservative now. Reduced recursion in chess-search-position by a slight bit. | |||
| 2002-04-15 | *** no comment *** | John Wiegley | |
| 2002-04-15 | *** no comment *** | John Wiegley | |
| 2002-04-15 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-14 | *** no comment *** | John Wiegley | |
| 2002-04-13 | added message catalog support | John Wiegley | |
| 2002-04-10 | bug fixes | John Wiegley | |
| 2002-04-10 | Support smart killing/yanking | John Wiegley | |
| 2002-04-09 | Add support for generating randomized starting position, ala Fischer | John Wiegley | |
| Random. | |||
| 2002-04-08 | Added support for playing out puzzle collections. | John Wiegley | |
| 2002-04-08 | Output tags in typical order | John Wiegley | |
| 2002-04-08 | Beautify output | John Wiegley | |
| 2002-04-08 | Simplified the code, removed the 'search-function' nonsense. Even the | John Wiegley | |
| wackiest chess variants use standard move notation. `chess-ply-create' now fully validates and annotates the plies that it creates, based on the initial piece move (such as the king, in the case of castling). | |||
| 2002-04-07 | Games are now playable to the end. | John Wiegley | |
| 2002-04-07 | Simplified the event model, and removed session objects. Now | John Wiegley | |
| everything just revolves around a game. Gnuchess is now playable to the end, except don't make moves that leave your king in check! The engine still doesn't check for this yet. | |||
