[Scid-users] maintenance patches

2013-06-09 Thread Cristian Stoica
[PATCH 1/2] git: ignore patches and vim backup files [PATCH 2/2] remove temporary variables from global namespace Hi Fulvio, Of these two, the second patch removes a global variable (name) that troubled me during debugging of window focus. Other candidates to unset still remain (one or two lett

[Scid-users] [PATCH 2/2] remove temporary variables from global namespace

2013-06-09 Thread Cristian Stoica
- avoid global namespace pollution Signed-off-by: Cristian Stoica --- tcl/start.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tcl/start.tcl b/tcl/start.tcl index 55b0928..6d62479 100644 --- a/tcl/start.tcl +++ b/tcl/start.tcl @@ -509,6 +509,7 @@ foreach elt {winX winY winWidth winHeigh

[Scid-users] [PATCH 1/2] git: ignore patches and vim backup files

2013-06-09 Thread Cristian Stoica
Signed-off-by: Cristian Stoica --- .gitignore | 7 +++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d7e655c..7d53fed 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,13 @@ Makefile Makefile.bak +*~ +*.swp +*.swo +\#*\# +.\#* +*.patch + engines/phalanx-sc