From b073c32901d24cdaef692172c0ae20deae5f0ba5 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Mon, 27 Mar 2006 15:33:33 -0500 Subject: [PATCH] Updates for TODO. --- TODO.GIT-EXP | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) rewrite TODO.GIT-EXP (75%) diff --git a/TODO.GIT-EXP b/TODO.GIT-EXP dissimilarity index 75% index a1c07ae..17944e5 100644 --- a/TODO.GIT-EXP +++ b/TODO.GIT-EXP @@ -1,23 +1,6 @@ -file globbing patterns in the file browser (breaks config.save_directory) this - adds configuration parameter glob_pattern. - -define a prototype for vasprintf if not detected even if its not linux - -include strings.h only in source files that require it - -fix for game flags (visual) - -removed board move number count code. i'll add it back in later probably - -dont use cpp concatination token '##' for strings. fixes gcc 3 compilation - problems. - -function and variable names have changed to make a little more sense. - -update the game modified flag on save - -add "Setup" tag when added FEN tag - -more consistant menu help and keys - -added vim modelines to *.[ch] +file globbing patterns in the file browser (breaks config.save_directory) this + adds configuration parameter glob_pattern. + +more consistant menu help and keys + +A move with more than one variation need a way to select which one. -- 2.11.4.GIT