GTK3V2MAIN: correct documentation syntax issues
The scope of this report is cleaning up compilation issues, not cleaning up commented out code. One thing you could do is .. just comment the declaration in place. That's what I did do. I stuck "//" in front of the "pos1" declaraction so the unused variable compiler warning would go away. I've attached a "v03" version of the patch which moves the "pos1" declaraction near the commented out code and also comments out the declaration (ala "v02"). Take your pick between "v02" or "v03" (or apply the patch...
Thanks for the suggested changes. The attached "v02" version of the patch incorporates all of them with the exception of commenting out the pos1 variable in cselect.c. I left that change because pos1 is used 33 lines after the declaration in some other code that's already commented out. Not sure why that (commented out) code is there there, but if anyone ever re-enables it they are going to need the pos1 variable, so it can also just be re-enabled.
GTK3V2MAIN: clean up a few compiler warnings
GTK3V2MAIN: Doxygen warning on older versions
GTK3V2MAIN: clean up a few compiler warnings
.hgignore file is ignoring things it shouldn't
Add Wiki pages describing how to submit Wiki changes