]> granicus.if.org Git - nethack/commitdiff
fixes34.1: SELF_RECOVER for win32, chdir
authornethack.allison <nethack.allison>
Wed, 21 Aug 2002 03:42:36 +0000 (03:42 +0000)
committernethack.allison <nethack.allison>
Wed, 21 Aug 2002 03:42:36 +0000 (03:42 +0000)
doc/fixes34.1

index df228ce3d20dc81aacffd2684eb1d178547a9ece..ac7d48080a21a32df9b128587494c31cbcef72d6 100644 (file)
@@ -221,6 +221,7 @@ win32: allow error save files to be generated
 win32: strip illegal file name characters from plname and replace with '_'
 win32: don't let recover build a save file out of level files belonging 
        to an active NetHack.exe or NetHackw.exe process
+win32: SELF_RECOVER to let NetHack itself recover aborted games
 win32gui: make error() work; it was essentially non-operative in 3.4.0
 win32gui: fix alignment of columns in menu windows
 win32gui: Window menu File|Save worked during #quit disclosure processing
@@ -251,6 +252,7 @@ tty: support terms where turning off inverse video turns off color too
 Gnome/Linux: more portable getres*id workaround
 msdos: compiling without NO_TERMS resulted in a link-time error
 msdos: reworked Makefile.GCC to get rid of need to duplicate source files
+msdos,win32: stop doing chdir when NOCWD_ASSUMPTIONS is defined
 
 
 General New Features