2004-11-20 04:44 Ralph Giles

Propagate release date to all documentation.

[doc/API.htm 1.47, doc/Bug-form.htm 1.43, doc/Bug-info.htm 1.42, doc/C-style.htm 1.49, doc/Commprod.htm 1.35, doc/Copying.htm 1.33, doc/DLL.htm 1.37, doc/Deprecated.htm 1.14, doc/Details8.htm 1.13, doc/Develop.htm 1.142, doc/Devices.htm 1.83, doc/Drivers.htm 1.51, doc/Fonts.htm 1.44, doc/Helpers.htm 1.37, doc/History1.htm 1.33, doc/History2.htm 1.33, doc/History3.htm 1.33, doc/History4.htm 1.33, doc/History5.htm 1.35, doc/History6.htm 1.50, doc/History7.htm 1.38, doc/History8.htm 1.18, doc/Htmstyle.htm 1.38, doc/Install.htm 1.48, doc/Issues.htm 1.45, doc/Language.htm 1.89, doc/Lib.htm 1.37, doc/Maintain.htm 1.44, doc/Make.htm 1.82, doc/New-user.htm 1.54, doc/Projects.htm 1.61, doc/Ps-style.htm 1.31, doc/Ps2epsi.htm 1.35, doc/Ps2pdf.htm 1.73, doc/Psfiles.htm 1.56, doc/Readme.htm 1.60, doc/Release.htm 1.88, doc/Source.htm 1.33, doc/Tester.htm 1.33, doc/Testing.htm 1.31, doc/Unix-lpr.htm 1.33, doc/Use.htm 1.123, doc/Xfonts.htm 1.33, doc/gs-vms.hlp 1.31, man/dvipdf.1 1.31, man/font2c.1 1.31, man/gs.1 1.32, man/gslp.1 1.31, man/gsnd.1 1.31, man/pdf2dsc.1 1.30, man/pdf2ps.1 1.32, man/pdfopt.1 1.30, man/pf2afm.1 1.31, man/pfbtopfa.1 1.32, man/printafm.1 1.31, man/ps2ascii.1 1.30, man/ps2epsi.1 1.29, man/ps2pdf.1 1.36, man/ps2pdfwr.1 1.35, man/ps2ps.1 1.38, man/wftopfa.1 1.31]

2004-11-20 04:41 Ralph Giles

Correct a typo in the reference to the cmpi script.

[doc/Testing.htm 1.30]

2004-11-20 04:40 Ralph Giles

Update release date and product name.

[doc/News.htm 1.155, src/gscdef.c 1.49, src/version.mak 1.77]

2004-11-20 04:33 Ralph Giles

Define SHARE_JASPER=0 by default in the windows build. This doesn't
enable anything, but makes it easier to get going.

[src/winlib.mak 1.23]

2004-11-19 19:56 Ray Johnston

Due to an oversight, JBIG2Decode was omitted from the windows build.
Now it is included in the default FEATURE_DEVS although in the future
this should probably be moved to the pdf.dev

[src/msvc32.mak 1.66]

2004-11-19 04:39 Ray Johnston

Add some missing initializers for glyph_data_t->memory. Related to the
687459 fix.

[src/gdevpsf1.c 1.18, src/gdevpsf2.c 1.33, src/gdevpsfu.c 1.12, src/gsfcid.c 1.13, src/gstype42.c 1.48, src/gxfcopy.c 1.54, src/gxtype1.c 1.41, src/zchar1.c 1.42, src/zfcid0.c 1.25, src/zfcid1.c 1.23]

2004-11-19 01:44 Raph Levien (details)

Copies over new-style color procs when making a null device with a
target, to avoid inconsistent states. Fixes bug #687770.

[src/gsdevice.c 1.24]

2004-11-18 17:09 Ray Johnston

Fix regression created by previous patch for bug 687752.

[lib/pdf_draw.ps 1.88]

2004-11-18 11:04 Russell Lang

Update Windows installer to use the current name for the license file,
Public.htm not the older PUBLIC.

[src/winint.mak 1.23]

2004-11-18 06:48 Russell Lang (details)

Add utility mkcidfm.ps to create a cidfmap file based on fonts
found in a directory.
Change MS-Windows installer to optionally update lib/cidfmap
with the CJK fonts found in the Windows font directory.

[doc/Psfiles.htm 1.55, lib/mkcidfm.ps 1.1, src/dwinst.cpp 1.6, src/dwinst.h 1.7, src/dwsetup.cpp 1.9, src/dwsetup.h 1.6, src/dwsetup.rc 1.12, src/dwuninst.cpp 1.5]

2004-11-18 02:20 Ray Johnston

Fix a missing part of the JOBSERVER implementation that makes the ^D a
self-delimitting token. Fixes bug 687779.

[src/iscan.c 1.19]

2004-11-18 01:44 Ray Johnston

Fix for unlimited recursion in 'cs/CS' implementation (actually in a
certain path in 'resolvecolorspace'. Fixes bug 687752 for Artifex
customer 190.

[lib/pdf_draw.ps 1.87]

2004-11-17 19:48 Ray Johnston

Fix bug 687777 to remove the makefile dependency of dscparse from the
pdfwrite device. This allows non-PS to include the pdfwrite.dev in the
build. Also updated zdscpars.c to add needed 'mem' pointer.

[src/devs.mak 1.119, src/int.mak 1.131, src/zdscpars.c 1.17]

2004-11-16 02:53 Igor Melichev (details)

Fix (pdfwrite) : Page context stream was not properly formed when starts with an invisible text.

[src/gdevpdtt.c 1.94]

2004-11-15 01:12 Ray Johnston (details)

Fix for Bug 687459 (SEGV) addressing several problems: (i) Elements
fetched from a font dictionary have to be dereferenced into a ref
since pointers change if the dictionary is resized (to add entries);
(ii) The glyph_cache used by gs_font_cid2 fonts needs to be in stable
memory since elements might be added after a 'save' and the list will
still be refereced by the font, so cannot be freed by 'restore';
(iii) The gs_glyph_cache__release was never being called so creating
a memory leak -- font notification (called by gs_font_finalize) is
now used to free the cache list; (iv) The gs_glyph_cache__release
did not work (probably was never tested since it was not being used).

[src/gdevpsft.c 1.33, src/gsgcache.c 1.3, src/gsgcache.h 1.2, src/gsgdata.h 1.5, src/gstype42.c 1.47, src/gxfcopy.c 1.53, src/gxttfb.c 1.36, src/zbfont.c 1.28, src/zfcid0.c 1.24, src/zfcid1.c 1.22]

2004-11-14 01:41 Russell Lang

Add missing header include for setting the display device callback.

[src/imain.c 1.41]

2004-11-13 22:08 Igor Melichev (details)

Fix : toolbin/pdfinflt.ps did not decompress some streams (continued).

[toolbin/pdfinflt.ps 1.7]

2004-11-12 21:28 Russell Lang

Spelling corrections.

[doc/Use.htm 1.122]

2004-11-08 16:56 Ralph Giles

Add the new image comparison tool to the file index in the documentation.

[doc/Testing.htm 1.29]

2004-11-07 21:09 Igor Melichev (details)

Fix : Improve the resource path customization and the related documentation (continued).

[doc/Use.htm 1.121]

2004-11-07 19:57 Igor Melichev (details)

fuzzy.c : Implementing multipage image files.

[toolbin/tests/fuzzy.c 1.17]

2004-11-07 19:25 Igor Melichev (details)

Fix : Cygwin/gcc warnings.

[src/gxdevndi.c 1.5, src/spdiff.c 1.8, src/ttinterp.c 1.16]

2004-11-06 22:20 Ralph Giles

Remove some obsolete assert calls which caused problems on some
platforms due to incorrect string quoting in assert.h.

[src/gxhintn.c 1.55]

2004-11-06 19:30 Ray Johnston

Fix: Python opens files in text mode unless "rb" is needed.

[toolbin/tests/cmpi.py 1.2]

2004-11-06 06:38 Ray Johnston

Add an interactive image compare tool written in Python by a Python
neophyte. Not quite ready for prime-time, but an interesting enough start
to commit. Even though there are bugs in the differencing, responsiveness
and memory usage, it is still sometimes useful. If a version # were to be
applied to this, I would call it 0.1 (at least it is a positive number).

[toolbin/tests/cmpi.py 1.1]

2004-11-05 17:03 Ralph Giles

Update the MacOS X platform-specific makefile. Remove -traditional-cpp.
This was added to work around bugs in earlier releases of Apple's gcc,
but it is not necessary with more recent releases, and conflicts with
newer cpp features used by more recent Ghostscript code. Partial fix
for bug 687787.

[src/macosx.mak 1.25]

2004-11-04 20:31 Russell Lang

Improve documentation for CID fonts.

[doc/Use.htm 1.120]

2004-11-03 17:46 Ralph Giles

Include stdio_.h instead of the system header according to C style.

[src/gslibctx.h 1.5, src/lib.mak 1.203]

2004-11-03 08:23 Ray Johnston (details)

Add handling for missing EOL following the %PDF-#.## string in the header.
Yet another bad file that Acrobat Reader handles. Bug 687781.

[lib/pdf_main.ps 1.88]

2004-11-03 07:34 Ralph Giles

Add missing opening quotes to the error printouts. This typo came in
as part of an earlier bug fix and prevented compilation. Bug 687784.

[src/gdevsppr.c 1.9]

2004-11-01 21:21 Jack Moffitt

Fixes Bug#687762.  Includes the date specification of the CVS checkout
in the baseline update log.  This then gets propagated to the daily
reports.

[toolbin/tests/update_specific 1.4]

2004-11-01 21:09 Igor Melichev (details)

Fix (pdfwrite) : Forget cancelled resources.

[src/gdevpdf.c 1.101, src/gdevpdfg.c 1.59, src/gdevpdfg.h 1.34, src/gdevpdfi.c 1.57, src/gdevpdfj.c 1.32, src/gdevpdfp.c 1.40, src/gdevpdfu.c 1.61, src/gdevpdfv.c 1.37, src/gdevpdfx.h 1.103, src/gdevpdti.c 1.39, src/gdevpdtt.c 1.93]

2004-11-01 18:21 Ralph Giles

Exempt three new files from the multiple-include protect check. Like the
previous exemptions, these are templates that must be instantiated multiple
times to function properly.

[toolbin/tests/check_source.py 1.11]

2004-11-01 09:15 Ralph Giles

We now implement job server behavior. This is no longer an open issue.

[doc/Issues.htm 1.44]

2004-11-01 09:15 Ralph Giles

Mention the issue with polygon overlap in antialiased rendering.
Closes bug 687742.

[doc/Use.htm 1.119]

2004-10-29 01:04 Russell Lang

Documentation update to fix some dead links.

[doc/Readme.htm 1.59]

2004-10-29 00:07 Russell Lang

Documentation fixes, due to changes in iapi.h.

[doc/API.htm 1.46, doc/Lib.htm 1.36]

2004-10-28 17:34 Igor Melichev (details)

Fix (pdfwrite) : Font size was wrong when definefont applied to a scaled font.

[src/gdevpdtd.c 1.17]

2004-10-28 11:58 Igor Melichev (details)

Fix (vdtrace.c) : Fix gcc warnings and improve C-style.

[src/vdtrace.c 1.9]

2004-10-28 09:26 Igor Melichev (details)

Fix (gswin32) : Opened a window outside the desctop area.

[src/dwimg.c 1.17]

2004-10-28 08:39 Igor Melichev (details)

Fix (type 1 interpreter) : Replaced Metrics was missed.

[src/gstype1.c 1.32, src/gstype2.c 1.36, src/zchar1.c 1.41]

2004-10-28 07:25 Igor Melichev (details)

Fix (pdfwrite) : Glyph positions were wrong for vertical CID fonts (continued 2).

[src/gdevpdte.c 1.65]

2004-10-27 10:56 Igor Melichev (details)

Fix (resource machinery) : Improve the resource path customization and the related documentation (continued).

[doc/Use.htm 1.118]

2004-10-26 17:28 Ralph Giles

Bump the version info after the 8.32 release.

[doc/News.htm 1.154, lib/gs_init.ps 1.113, src/gscdef.c 1.48, src/version.mak 1.76]

2004-10-26 17:07 Igor Melichev (details)

Fix (resource machinery) : Improve the resource path customization and the related documentation.

[doc/Use.htm 1.117, lib/gs_res.ps 1.38]

2004-10-26 09:44 Igor Melichev (details)

Fix (PDF interpreter) : Improve the font substitution and the CID font substitution.

[doc/Use.htm 1.116, lib/pdf_font.ps 1.71]