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
|
<html>
<head>
<title>Recent changes in Ghostscript</title>
<!-- $Id$ -->
<!-- Originally: NEWS -->
<!--
WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
re-create the table of contents here, because it will replace the
hand-edited TOC subheads with a separate subhead for each H2 in
the body of the file. Or if you do, first look at the original
TOC to see how to edit it for visual conciseness.
-->
</head>
<body>
<!-- [1.0 begin visible header] ============================================ -->
<!-- [1.1 begin headline] ================================================== -->
<table width="100%" border="0">
<tr><th align="center" bgcolor="#CCCC00"><font size=6>
Changes in the most recent release of Ghostscript
</font>
</table>
<!-- [1.1 end headline] ==================================================== -->
<!-- [1.2 begin table of contents] ========================================= -->
<!-- [1.2 end table of contents] =========================================== -->
<!-- [1.3 begin hint] ====================================================== -->
<p>
This document is news about the most recent Ghostscript release. For
earlier versions, see the history documents:
<blockquote>
<a href="History6.htm">History of Ghostscript versions 6.n</a><br>
<a href="History5.htm">History of Ghostscript versions 5.n</a><br>
<a href="History4.htm">History of Ghostscript versions 4.n</a><br>
<a href="History3.htm">History of Ghostscript versions 3.n</a><br>
<a href="History2.htm">History of Ghostscript versions 2.n</a><br>
<a href="History1.htm">History of Ghostscript versions 1.n</a>
</blockquote>
<p>For other information, see the <a href="Readme.htm">Ghostscript
overview</a>.
<!-- [1.3 end hint] ======================================================== -->
<hr>
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
<h1><a name="Version6.60"></a>Version 6.60 (2000-xx-xx)</h1>
<p>
This fileset consists of xxx.
<p>
All problems registered on SourceForge numbered xxx or lower are closed,
except for the following: 101549, 101814, 101905, 101955, 102146, 102735,
104118, 105289, 105558, 106340, 106652, 109350, 110445, 110898, 110922.
<pre>
<h2><a name="6.60_Incompatible_changes"></a>Incompatible changes</h2>
(Interpreter)
- With WMode = 1, CID-keyed fonts with no Metrics2 now use default
metrics computed from FontBBox rather than the horizontal metrics.
(PDF interpreter)
- The interpreter now skips to the next EOL after reading the data
following the ID operator.
</pre>
<!-- [2.0 end contents] ==================================================== -->
<!-- [3.0 begin visible trailer] =========================================== -->
<hr>
<font size=2>
<p>Copyright © 2000 Aladdin Enterprises. All rights reserved.
<p>This file is part of AFPL Ghostscript. See the
<a href="Public.htm">Aladdin Free Public License</a> (the "License") for
full details of the terms of using, copying, modifying, and redistributing
AFPL Ghostscript.
<p>
Ghostscript version 6.60, 11 October 2000
</font>
<!-- [3.0 end visible trailer] ============================================= -->
</body>
</html>
|