+2020-08-20 Siddhesh Poyarekar <siddhesh@gotplt.org>
+
+ Sync up ProjectQuirks comments and documentation
+ Transform the ProjectQuirks comments into a docstring so that it can
+ be accessed from python as ProjectQuirks.__doc__ and harmonize
+ descriptions with the documentation.
+ * build-aux/vcstocl/projectquirks.py (ProjectQuirks):
+ Transform comments into a docstring.
+ * doc/vcs-to-changelog.texi: Sync up description with comments.
+
+ Split ProjectQuirks out into its own file
+ ProjectQuirks is used by external quirks files and importing it from
+ vcs-to-changelog.py is broken since it was renamed to use hyphens. It
+ is cleaner to put it in its own file anyway.
+ * build-aux/vcstocl/projectquirks.py: A new file...
+ * build-aux/vcs-to-changelog.py (ProjectQuirks): ...to which
+ we move ProjectQuirks and import the file.
+
2020-08-19 Bruno Haible <bruno@clisp.org>
uchar: Fix compilation errors in C++ mode on macOS.