This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathREADME1.1.1.html
More file actions
137 lines (124 loc) · 2.8 KB
/
README1.1.1.html
File metadata and controls
137 lines (124 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>
JavaHelp 1.1.1 Release Notes
</title>
</head>
<body bgcolor="#ffffff">
<H1>README: JavaHelp<sup><font size="-1">TM</font></sup> 1.1.1 - July 2000</H1>
<H2>Installation</H2>
To install this release:
<ol>
<li>Unzip the JavaHelp 1.1.1 patch file to your local disk. <li>Make
your JavaHelp 1.1 installation directory the current directory.
<li>Copy the directories and files from the recently created jh1.1.1
directory to the current directory. Be sure to preserve the directory
hierarchy.
<p>
The following files will be overwritten in the
<em>javahelp_installation_dir</em><code>\javahelp\lib</code>
directory:
<pre>
jh.jar
jhall.jar
jhbasic.jar
jhtools.jar
jsearch.jar
</pre>
</ol>
<H2>Problems Fixed in this Release</H2>
The following problems have been corrected in the JavaHelp 1.1.1 release:
<p>
<table width=100% border=0 cellpadding=10>
<tr valign="top">
<td width="10%">
Problem:
</td>
<td>
<code>jhindexer</code> did not work correctly with JDK 1.3 on the Win32 platform.
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
The JavaHelp 1.1 <code>jh.jar</code> verification signature has expired.
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
When a search database was created on HTML files encoded in a
character set other than the default character set, JavaHelp
incorrectly displayed full-text search results.
<p style="margin-top:8">
All non-Latin databases must be rebuilt.
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
HTML titles with localized characters were cut off in the SearchView
tree.
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
Focus was lost from the Find text boxes in the full-text search and
index navigators if focus was changed to a different navigator (for
example if the user clicked on the TOC tab).
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
<code>enableHelpKey()</code> and <code>enableHelpOnButton()</code>
caused memory leaks
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
Memory leak in <code>CSH.setHelpSet()</code>.
</td>
</tr>
<tr valign="top">
<td>
Problem:
</td>
<td>
JavaHelp 1.1.1 search engine did not work without Swing classes. The
JavaHelp search engine classes erroneously required the presence of
Swing (but did not actually use Swing) in order to run. This made
it difficult to package systems to run in a web browser environment.
Search failed with various exceptions, depending on the browser
used.
</td>
</tr>
</table>
<h1>Change</h1>
The manifests of all of the JavaHelp 1.1.1 JAR files now includes
the following information:
<pre>
Extension-Name: javax.help
Specification-Vendor: Sun Microsystems, Inc
Specification-Version: 1.0
Implementation-Vendor-Id: com.sun
Implementation-Vendor: Sun Microsystems, Inc
Implementation-Version: 1.1.1
</pre>
<body>
<html>