]> Savannah Git Hosting - gnulib.git/commitdiff
; Update ChangeLog to match recent commits.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Aug 2020 17:44:00 +0000 (10:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Aug 2020 17:44:00 +0000 (10:44 -0700)
ChangeLog

index 9262744808e0acb48e209bd7ba6b3a165fe7c927..b93fde0ea7f37c5ebb3070f6c2697a144a8dd44a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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.