From: Paul Eggert Date: Thu, 20 Aug 2020 17:44:00 +0000 (-0700) Subject: ; Update ChangeLog to match recent commits. X-Git-Tag: v1.0~3698 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5aaee2277f130cdbe013d1b8018b71c861b6f49e;p=gnulib.git ; Update ChangeLog to match recent commits. --- diff --git a/ChangeLog b/ChangeLog index 9262744808..b93fde0ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2020-08-20 Siddhesh Poyarekar + + 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 uchar: Fix compilation errors in C++ mode on macOS.