Mercurial > 510Connectbot
comparison xml/510connectbot.in @ 388:ebcb4aea03ec
fix documentation typos
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 19 Aug 2014 15:45:29 -0700 |
parents | 41fa02fdb9c6 |
children | d26faad31533 |
comparison
equal
deleted
inserted
replaced
387:04a0316bbfe3 | 388:ebcb4aea03ec |
---|---|
59 They contain a mix of Apache 2.0 and GPLv2+ code, and those two licenses | 59 They contain a mix of Apache 2.0 and GPLv2+ code, and those two licenses |
60 are incompatible. I have relicensed this as GPLv3+, since that is | 60 are incompatible. I have relicensed this as GPLv3+, since that is |
61 compatible with the licenses of all the sub-parts. | 61 compatible with the licenses of all the sub-parts. |
62 </para> | 62 </para> |
63 <para> | 63 <para> |
64 This fork extends previous connectbot projects in two ways. It includes | 64 This fork extends previous Connectbot projects in two ways. It includes |
65 tn5250 terminal emulation, in addition to the previous vt320 terminal | 65 tn5250 terminal emulation, in addition to the previous vt320 terminal |
66 emulation. It also contains hooks for a separate monitoring process | 66 emulation. It also contains hooks for a separate monitoring process |
67 that has access to some of the internal operations in this emulator. | 67 that has access to some of the internal operations in this emulator. |
68 </para> | 68 </para> |
69 </refsect1> | 69 </refsect1> |
70 | 70 |
71 <refsect1 id='changes.1'> | 71 <refsect1 id='changes.1'> |
72 <title>Changes from previous Connectbots</title> | 72 <title>Other changes from previous Connectbots</title> |
73 <itemizedlist> | 73 <itemizedlist> |
74 <listitem><para> | 74 <listitem><para> |
75 The Android SecureRandom bug has been fixed in newer versions | 75 The Android SecureRandom bug has been fixed in newer versions |
76 of Android, but this code now compensates for that bug in | 76 of Android, but this code now compensates for that bug in |
77 older versions. If you have keys generated by on older Android | 77 older versions. If you have keys generated on older Android |
78 devices, those keys should be discarded, and you should generate | 78 devices, those keys should be discarded, and you should generate |
79 new keys. | 79 new keys. |
80 </para></listitem> | 80 </para></listitem> |
81 | 81 |
82 <listitem><para> | 82 <listitem><para> |
100 </para></listitem> | 100 </para></listitem> |
101 | 101 |
102 <listitem><para> | 102 <listitem><para> |
103 A deployment.connections text file is read (and deleted) on | 103 A deployment.connections text file is read (and deleted) on |
104 startup. This may be used to preconfigure the global options | 104 startup. This may be used to preconfigure the global options |
105 and to create an initial set of host connections. | 105 and to create an initial set of host connections. This is only |
106 useful for bulk deployments. | |
106 </para></listitem> | 107 </para></listitem> |
107 | 108 |
108 <listitem><para> | 109 <listitem><para> |
109 The font sizes are now kept with one decimal point, and font | 110 The font sizes are now kept with one decimal point, and font |
110 size changes are done by scaling by a constant factor of 1.1, | 111 size changes are done by scaling by a constant factor of 1.1, |
113 | 114 |
114 <listitem><para> | 115 <listitem><para> |
115 On a per-host basis, you can either allow the font size to change | 116 On a per-host basis, you can either allow the font size to change |
116 the number of rows and columns depending on the visibility | 117 the number of rows and columns depending on the visibility |
117 of the soft keyboard, or you can fix the number of rows and colums. | 118 of the soft keyboard, or you can fix the number of rows and colums. |
118 Using a largeer font with a fixed number of rows and columns, you | 119 Using a larger font with a fixed number of rows and columns, you |
119 may only be able to see the top left part of the logical screen that | 120 may only be able to see the top left part of the logical screen that |
120 is being used by the host system. There is no vertical or horizontal | 121 is being used by the host system. There is no vertical or horizontal |
121 scrolling yet. | 122 scrolling yet. |
122 </para></listitem> | 123 </para></listitem> |
123 | 124 |