diff options
author | Paul Smith <psmith@gnu.org> | 2011-05-02 15:11:23 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-05-02 15:11:23 +0000 |
commit | bd6f63e5632a69ccff3ad6460af980eeaa1e6bf1 (patch) | |
tree | 39407f2e37d9cc49dd22e074de13a07e1eca2cc8 /ChangeLog | |
parent | 6979e7e43b57bba5cd7b88a8d09761fe476f01e8 (diff) | |
download | gunmake-bd6f63e5632a69ccff3ad6460af980eeaa1e6bf1.tar.gz |
Updated documentation to fix Savannah bugs #32058 and #31582
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-05-02 Paul Smith <psmith@gnu.org> + * doc/make.texi (Special Variables): Add documentation for the new + words in .FEATURES. Fixes Savannah bug #32058. + (Flavor Function): Rewrite the section on the flavor function. + Fixes Savannah bug #31582. + * function.c (func_sort): Use the same algorithm to count the number of words we will get after the split, as we use to split. Based on a patch from Matthias Hopf. Fixes Savannah bug #33125. |