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.2.html
More file actions
468 lines (423 loc) · 8.47 KB
/
README1.1.2.html
File metadata and controls
468 lines (423 loc) · 8.47 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>
JavaHelp 1.1.2 Release Notes
</title>
</head>
<body bgcolor="#ffffff">
<H1>README: JavaHelp<sup><font size="-1">TM</font></sup> 1.1.2 - June 2001</H1>
<H2>Installation</H2>
<p>
This patch release can be installed over either the JavaHelp 1.1 or JavaHelp 1.1.1 releases. Note that this release includes all fixes included in the previous JavaHelp 1.1.1 release.
</p>
<p>
To install this release:
</p>
<ol>
<li>Unzip the JavaHelp 1.1.2 patch file to your local disk.
<li>Make your JavaHelp 1.1 or JavaHelp 1.1.1 installation
directory the current directory.
<li>Copy the directories and files from the recently created jh1.1.2
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>Redistributable Files</H2>
<p>
The following files are Redistributable. Distribution of these files is
governed by the Terms and Conditions of the JavaHelp Binary Code License.
<P>
<ol>
<li>javahelp/lib/jh.jar</li>
<li>javahelp/lib/jhall.jar</li>
<li>javahelp/lib/jhbasic.jar</li>
<li>javahelp/lib/jhtools.jar</li>
<li>javahelp/lib/jhsearch.jar</li>
</ol>
<H2>Problems Fixed in this Release</H2>
The following problems have been corrected in the JavaHelp 1.1.2 release:
<p>
<table width=100% border=0 cellpadding=10>
<tr>
<th align="Left">Bug ID</th>
<th align="Left">Problem</th>
</tr>
<tr valign="top">
<td>
4459489
</td>
<td>
The JavaHelp 1.1.1 <code>jh.jar</code> verification
signature has expired.
<p>
The signature has been updated.
</p>
</td>
</tr>
<tr valign="top">
<td width="10%">
4390035
</td>
<td>
Mapless HelpSets caused a <code>NullPointerException</code> when
traversing enumerated lists of maps.
<p>
A message is is now displayed if the map
file is not found.
</p>
</td>
</tr>
<tr valign="top">
<td>
N/A
</td>
<td>
Czech and Slovak localizations are now included in the JavaHelp release.
</td>
</tr>
<tr valign="top">
<td>
4411799
</td>
<td>
Focus is not set to the Find text field of index and full-text search
navigators when those navigators become active.
</tr>
<tr valign="top">
<td>
4261518
</td>
<td>
Changes to the JavaHelp Look-and-Feel do not occur once the
presentation is visible.
<p>
Moved <code>installLookAndFeelDefaults</code> from
<code>HelpUtilties</code> to
<code>SwingHelpUtilities</code>.
</p>
</td>
</tr>
<tr valign="top">
<td>
4380123
</td>
<td>
JavaHelp Look-and-Feel does not work when used in a browser.
</td>
</tr>
<tr valign="top">
<td>
N/A
</td>
<td>
Changed the first letter in tooltips to be uppercase.
</td>
</tr>
<tr valign="top">
<td>
4319583</td>
<td>
Icons and text used to activate popups and secondary windows were not
rendered when pages were printed.
</td>
</tr>
<tr valign="top">
<td>
4413910</td>
<td>
Infinite number of pages are printed from document with CSS.
</td>
</tr>
<tr valign="top">
<td>
N/A
</td>
<td>
Printing was not thread safe.
<p>
The print dialog no longer freezes the application. Multiple
pages can now be printed without having to wait for the print job to finish.
</p>
</td>
</tr>
<tr valign="top">
<td>
N/A
</td>
<td>
Performance of printing was poor.
<p>
Print pages are now calculated only once
at the start of printing.
</p>
</td>
</tr>
<tr valign="top">
<td>
4441490
</td>
<td>
Print job security access question was asked multiple times.
</td>
</tr>
<tr valign="top">
<td>
44341268
</td>
<td>
Print page setup dialog did not appear on some platforms.
</td>
</tr>
<tr valign="top">
<td>
4459055
</td>
<td>
<code>jhindexer</code> could not index more than 500 files on Solaris platforms.
</td>
</tr>
<tr valign="top">
<td>
4327369
</td>
<td>
The TOC navigator and index navigator allowed multiple
items to be selected.
<p>
They now only allow a single
selection.
</p>
</td>
</tr>
<tr valign="top">
<td>
4397018
</td>
<td>
The title of the JavaHelp help viewer frame does not change when
<code>setHelpSet</code> is called.
</td>
</tr>
<tr valign="top">
<td>
4262225
</td>
<td>
Context-sensitive cursor image sometimes became distorted on the Win32 platform.
</td>
</tr>
<tr valign="top">
<td>
4425963
</td>
<td>
CSH <code>DefaultHelpBroker.enableHelpKey()</code> works in focused
component subtree only. It enables CSH only on part of window.
</td>
</tr>
<tr valign="top">
<td>
4262241
</td>
<td>
Must click twice for context-sensitive field level help to be
invoked.
</td>
</tr>
<tr valign="top">
<td>
4256167
</td>
<td>
<code>CSH.findComponentAt()</code> does not respect visibility in
<code>CardLayout</code> and <code>JTabbedPane</code>.
</td>
</tr>
<tr valign="top">
<td>
4398107
</td>
<td>
Context-sensitive field-level cursor does not work in applets.
</td>
</tr>
<tr valign="top">
<td>
4415136
</td>
<td>
Context-sensitive help mode did not change cursor icon in subwindows.
</td>
</tr>
<tr valign="top">
<td>
4422136
</td>
<td>
<code>DefaultHelpBroker.setActivationWindow(null)</code> does not work
for modal dialogs.
</td>
</tr>
<tr valign="top">
<td>
4457581
</td>
<td>
F1 key does not work correctly for <code>MenuItem</code>.
</td>
</tr>
<tr valign="top">
<td>
4180811
</td>
<td>
Multiple map files were not supported in the reference implementation.
</td>
</tr>
<tr valign="top">
<td>
4319573
</td>
<td>
If an exception is thrown when JavaHelp tries to
construct a search engine (at line 161 in
<code>javax/help/JHelpSearchNavigator.java</code>, it catches the
<code>InvocationtargetException</code> and re-throws an <code>Error that provides no
information about the underlying Throwable.
</td>
</tr>
<tr valign="top">
<td>
4380113<br>
4375554
</td>
<td>
Internal style sheets throw off search highlighting.
<p>
NOTE: To display highlighting correctly, all existing search databases must be rebuilt with the JH 1.1.2 version
of <code>jhindexer</code>.
</p>
</td>
</tr>
<tr valign="top">
<td>
4276012
</td>
<td>
Search highlighting is offset in some cases.
<p>
NOTE: To display highlighting correctly, all existing search databases must be rebuilt with the JH 1.1.2 version
of <code>jhindexer</code>.
</p>
</td>
</tr>
<tr valign="top">
<td>
4350051
</td>
<td>
<MAP> tag throws off search highlighting.
<p>
NOTE: To display highlighting correctly, all existing search databases must be rebuilt with the JH 1.1.2 version
of <code>jhindexer</code>.
</p>
</td>
</tr>
<tr valign="top">
<td>
</td>
<td>
Comments in <HEAD> throw off highlighting.
<p>
NOTE: To display highlighting correctly, all existing search databases must be rebuilt with the JH 1.1.2 version
of <code>jhindexer</code>.
</p>
</td>
</tr>
<tr valign="top">
<td>
4301298
</td>
<td>
Not possible to create an empty Helpset and then add a non-empty
HelpSet.
</td>
</tr>
<tr valign="top">
<td>
4426573
</td>
<td>
The JavaHelp standard navigators do not properly recognize a change in the model
when <code>setModel</code> is called.
</td>
</tr>
<tr valign="top">
<td>
4376778
</td>
<td>
First index level has no "turner" to indicate that it contains subentries.
</td>
</tr>
<tr valign="top">
<td>
4463602
</td>
<td>
Popup within a popup throws an IllegalComponentStateException.
</td>
</tr>
</table>
<h1>Change</h1>
The manifests of all of the JavaHelp 1.1.2 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.2
</pre>
<hr>
<h2>COPYRIGHT</h2>
<font size="-1">
Copyright 2001 Sun Microsystems, Inc. All rights
reserved. Use is subject to license terms. Sun, Sun
Microsystems, the Sun Logo, Solaris, Java, the Java Coffee
Cup Logo, JDK, Java Foundation Classes (J.F.C.), Java
Plug-in and JavaHelp are trademarks or registered
trademarks of Sun Microsystems, Inc. in the U.S. and other
countries.
</font>
<p>
<font size="-1">
DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS,
REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE
DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE
LEGALLY
INVALID.
</font>
<p>
<font size="-1">
RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by
the U.S. Government is subject to restrictions as set forth
in subparagraph (c)(1)(ii) of the Rights in Technical Data
and Computer Software Clause at DFARS 252.227-7013 (Oct. 1988)
and FAR 52.227-19 (c) (June 1987).
</font>
<body>
<html>