author | Michael Krelin <hacker@klever.net> | 2005-08-06 13:47:13 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-08-06 13:47:13 (UTC) |
commit | fc7dc5278f4590c74e41b3ce89d093a05550ec44 (patch) (unidiff) | |
tree | 0c51dff7fad22caddab72ff125e2d7ace9c7e813 /help/kinsole.xml | |
parent | c71a33aff5d0bbe32dc9d0f732c11a87e5909d47 (diff) | |
download | kinsole-master.zip kinsole-master.tar.gz kinsole-master.tar.bz2 |
git-svn-id: http://svn.klever.net/kin/kinsole/trunk@132 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | help/kinsole.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/help/kinsole.xml b/help/kinsole.xml index c08aa01..c7f7dd8 100644 --- a/help/kinsole.xml +++ b/help/kinsole.xml | |||
@@ -1,20 +1,23 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <winhelp> | 2 | <winhelp> |
3 | <topic id="About" title="About KINSole"> | 3 | <topic id="About" title="About KINSole"> |
4 | <heading scroll="no">About KINSole</heading> | 4 | <heading scroll="no">About KINSole</heading> |
5 | <p><kin>KINSole</kin> is our <term>Win32</term> implementation of client side of the <term>telnet</term> protocol described in details in the <rfc num="854"/> and related RFCs (namely <rfc num="855"/>, <rfc num="857"/>, <rfc num="1091"/>, <rfc num="1073"/>, <rfc num="1572"/> and others). It uses <term>Win32</term> console and, therefore, can be run both windowed and in fullscreen mode.</p> | 5 | <p><kin>KINSole</kin> is our <term>Win32</term> implementation of client side of the <term>telnet</term> protocol described in details in the <rfc num="854"/> and related RFCs (namely <rfc num="855"/>, <rfc num="857"/>, <rfc num="1091"/>, <rfc num="1073"/>, <rfc num="1572"/> and others). It uses <term>Win32</term> console and, therefore, can be run both windowed and in fullscreen mode.</p> |
6 | <p/> | 6 | <p/> |
7 | <p><b><i>Enjoy!</i></b></p> | 7 | <p><b><i>Enjoy!</i></b></p> |
8 | <license years="1998-2004"/> | 8 | <license years="1998-2005"/> |
9 | <credits/> | 9 | <credits/> |
10 | </topic> | 10 | </topic> |
11 | <topic id="News" title="What's new"> | 11 | <topic id="News" title="What's new"> |
12 | <heading scroll="no">What's New</heading> | 12 | <heading scroll="no">What's New</heading> |
13 | <newsfor version="1.1.1" date="August 6th, 2005"> | ||
14 | <ni>Fixed uninstall procedure so that it works on XP</ni> | ||
15 | </newsfor> | ||
13 | <newsfor version="1.1" date="July 11th, 2004"> | 16 | <newsfor version="1.1" date="July 11th, 2004"> |
14 | <ni>No changes in code. License change.</ni> | 17 | <ni>No changes in code. License change.</ni> |
15 | </newsfor> | 18 | </newsfor> |
16 | <newsfor version="1.00 Beta 2" date="March 7th, 1998"> | 19 | <newsfor version="1.00 Beta 2" date="March 7th, 1998"> |
17 | <ni>Better copying from <kin>KINSole</kin> window.</ni> | 20 | <ni>Better copying from <kin>KINSole</kin> window.</ni> |
18 | <ni>Better handling of cursor position when resizing window.</ni> | 21 | <ni>Better handling of cursor position when resizing window.</ni> |
19 | <ni>Sending <b>CR/LF</b> pair when pressing <b>ENTER</b>. This is of help when telnetting to non-telnet ports.</ni> | 22 | <ni>Sending <b>CR/LF</b> pair when pressing <b>ENTER</b>. This is of help when telnetting to non-telnet ports.</ni> |
20 | <ni>Corrected bug, preventing <kin>KINSole</kin> from pasting text to remote twice.</ni> | 23 | <ni>Corrected bug, preventing <kin>KINSole</kin> from pasting text to remote twice.</ni> |