Some suggestions for the doc/ directory.
- Maybe remove X-error.txt? (Unless it has some kind of historical value?)
- In bugs.txt it's quite difficult to at a glance find where "not fixed yet:" starts. This is because that text isn't in a header format. Therefore I suggest changing the five(?) headers "fixed bugs:", "not fixed yet:", "leaks:", "formerly not implemented:" and "Not (yet) implemented:" in such a way that it's immediately clear where the new sections start. Example: instead of "not fixed yet:" use
Code: Select all
===============================================================================
NOT FIXED YET
===============================================================================
- The headers of Readme.txt are better, but could also be clearer. Also, it would be best if they are consistent across files.
- In ChangeLog.txt, maybe move the text "For recent changes, look at GitHub:
https://github.com/NagyD/SDLPoP/commits/master" that is now at the bottom to the top of the file, under the text "Change log and history.".
- Also in ChangeLog.txt, make clear headers for the dates. The information about 2015 June 24 is more than 40 lines, including empty lines. If you want to make it easier for readers to find where in the file the different dates/versions start, change, for example, "2015 June 24" to
Code: Select all
2015 June 24
-------------------------------------------------------------------------------
or
Code: Select all
2015 June 24
===============================================================================
or
Code: Select all
===============================================================================
2015 June 24
===============================================================================
Or something similar. It's easy to find the dates at the top of the file, but at the bottom there are more lines and also paragraphs.