]> granicus.if.org Git - nethack/commitdiff
update fixes3-7-0.txt for newcham() changes
authornhmall <nhmall@nethack.org>
Sat, 28 May 2022 23:48:13 +0000 (19:48 -0400)
committernhmall <nhmall@nethack.org>
Sat, 28 May 2022 23:48:13 +0000 (19:48 -0400)
doc/fixes3-7-0.txt

index 223aed27f4f0684ef9c48369ab2ff05d3d70008a..00c46ccb5e0819f6d4cde157b71519db6cfdca18 100644 (file)
@@ -1806,6 +1806,7 @@ split fixing curse trouble into separate function (pr #765 by argrath)
 Handle -eaux plurals in makeplural/makesingular (pr #767 by entrez)
 mdisplacem stoning and gloves had test backwards (pr #773 by entrez)
 writing type-named scrolls (pr #551 by entrez)
+more cases where newcham() gives messages (pr #775 by copperwater)
 
 
 Code Cleanup and Reorganization
@@ -1925,4 +1926,5 @@ add git submodule support to the Makefiles by specifying git=1 or GIT=1 on the
 add TT_NONE==0, renumber other u.utraptype values so that TT_BEARTRAP isn't 0
 for Planes of Water and Air, save the air bubbles and clouds with the level
        rather than as game state; affects wizard mode ^V and #wizmakemap
+switch to a flags arg on newcham() in place of a the pair of boolean args