2.7.119 released June 16, 2000 - new function gg_vsnprintf in gg_utils.c - check in configure.in for vwprintf - gg_vsnprintf used as workaround if vwprintf unavailable - fcntl/read stuff removed from debugboard - display_board_cursor() call added at the end of display_refresh() - leaveok() call removed from display_init() - debugboard cursor can be controlled by arrow keys - COLOR_* renamed to GG_COLOR_* to avoid name collision when using pdcurses - new file regression/games/life_and_death/ld17.sgf and new ld* test cases - non-options treated as filenames - new format strings %H and %C to vgprintf() and relatives - trymove() and tryko() write hash value together with node number to output sgf file - new files incident248.sgf and incident251.sgf in regression/games - decideeye() moved from utils.c to sgffile.c and renamed sgffile_decideeye() - decideeye option now can write variations to an sgf file - life code revisions - utils.texi revised - bugfix in attack_callback() in worm.c