fixes37.0 entry about engraving

Revert part of commit f6a30e7b05
that moved a fixes entry from the 'fixes to 3.6.x' section
into the 'post-3.6.x, exposed by git' section.  It wasn't due
to the conversion of engraving from multi-turn action into an
occupation, it was fixing a bug that had been around for 5 or 6
years.  Moot now; the conversion to occupation removed it.
This commit is contained in:
PatR
2021-02-26 00:13:22 -08:00
parent f6a30e7b05
commit 05da754b02

View File

@@ -381,6 +381,8 @@ prevent wish request "death wand" from matching Death monster and producing a
random wand instead of a wand of death
grammar bit: "you hear a [AEF] note squeak in the distance" (should be "an")
curses interface failed to honor menu_xxx option settings for menu interaction
during engraving, spaces were counted instead of non-spaces [later: affected
code is gone, removed when engraving was converted into an occupation]
when an explosion scatters objects, make any that fly over sinks stop there
output message when changing fastmove mode while cursor targetting
messages when Minetown watchmen become angry could report "you see an angry
@@ -515,7 +517,6 @@ change to can_reach_floor() resulted in hero being unable to reach the floor
panic if lua init fails
change wizard mode command #wizmgender to wizard mode option 'wizmgender'
engraving with non-blade dulled the weapon anyway (pr #464)
during engraving, spaces were counted instead of non-spaces
curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support