From ab393cd0d6138982b3980313b10a21d852ac0176 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Wed, 21 Aug 2002 03:42:36 +0000 Subject: [PATCH] fixes34.1: SELF_RECOVER for win32, chdir --- doc/fixes34.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes34.1 b/doc/fixes34.1 index df228ce3d..ac7d48080 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -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