From 711e3ccc321f14c0c27a8af684d462deab68f246 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 13 Oct 2003 14:52:15 +0000 Subject: [PATCH] win32gui message history; also clipboard support (from ) main trunk only - added 2 menu options: Copy ASCII Screenshot To Clipboard, Save ASCII Screenshot To File - implemented saving message history --- doc/fixes35.0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/fixes35.0 b/doc/fixes35.0 index e255ec76c..768d842d0 100644 --- a/doc/fixes35.0 +++ b/doc/fixes35.0 @@ -74,7 +74,10 @@ Platform- and/or Interface-Specific New Features ------------------------------------------------ win32gui: support perm_invent win32gui: menu option to add/remove windows captions -tty: add window port routines for saving/restoring message recall history +win32gui: support for saving/restoring message history +win32gui: added menu options "Copy ASCII Screenshot To Clipboard" and "Save + ASCII Screenshot To File" +tty: add window port routines for saving/restoring message history Code Cleanup and Reorganization