CHANGES:
0.8.6 - 0.8.7
- Revert the alignment fix, in order to mimick the way WP for Mac renders
the documents (Fridrich)
- Support for WP Mac 1.x documents (Fridrich)
- Fix memory leak in standalone converters (Andrew Ziem)
- Miscellaneous code cleanups (Fridrich)
0.8.5 -> 0.8.6
- Initial support of WP Mac 2.x documents (Fridrich)
- Fix an alignment bug where alignment was propagated from multicolumn
sections into following single column sections (Fridrich)
- Initial conversion of headers/footers in WP42 parser (Fridrich)
- Fix some parser errors in WP42 parser; now we seek to the right place
and parse correctly all functions (Fridrich)
- Fixed crash in wpd2foo if invoked with non-existing filename (Jody Goldberg)
- Assure that the table we send to the listener implementation is a valid
table independent of how messy the table is in the WP document (Fridrich)
- Fix situations where there is no tab position information in WPUs inside
the tabulator function; the fallback works now even if the position is 0
like in WP6 for DOS documents.
- Try not to crash under any circumstance by sanitizing the code and throwing
exception in illogical, but in WP documents very real, situations (sum1,
Fridrich)
- Make every implementation of WPXInputStream that we use return !0 if a seek
fails; be more paranoiac with the result of read functions (sum1, Fridrich)
- Ignore corrupted prefix packets in WP5 documents (Fridrich)
- Try to convert as much information as possible even in corrupted WP3, WP5 and
WP6 documents (Fridrich) - Libwpd now converts many documents that make crash
WordPerfect itself.
- Fine-tune the WP42 document detection. Detect as many WP42 files as possible
while still discarding plain text documents (Fridrich, Marc)
- Let the WP6 parser not die if the prefix packet it refers to is corrupted or
absent (Fridrich)
- Fix hangs while parsing a corrupted WP6ExtendedDocumentSummaryPacket (sum1,
Fridrich)
- General improvement of libwpd's conversion-success-rate and extensive QA with
more than 46'000 real life documents (Mr. SUM1)
0.8.4 -> 0.8.5
- Conversion of font face, size and colour in WP5 parser, including the
default font information (Fridrich)
- Conversion of foot/endnotes in WP5.x format (Fridrich)
- Conversion of headers/footers in WP3 and WP5 parsers (Fridrich)
- Prevent negative paragraph margins due to page margin change.
Removes the ugly text-border lines running across the text in
OpenOffice.org (Fridrich)
- Make page margins constant between two hard page breaks (Fridrich)
- Convert page margin changes into section margins in multi-column sections
- Move absolute position values in multicolumn sections from whatever column
they are in into the first one. Fixes the off-page position of the second
table in 05mechanicalservice.wpd (Fridrich)
- Defer page span change to the end of the current paragraph if it is
opened in order to prevent a paragraph break where it is not there in the
original document (Fridrich)
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10105, an incorrect
conversion of table alignment in WP3.x file format (Fridrich)
- Fix small issue with incorrect number of pages in page-spans (Fridrich)
- Fix an issue with "==" operator for WPXPageSpan classes. The result is now
the same independent on the order of the operands (Fridrich)
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10279, a crash if a table
from the middle of the tableList is in footnote and/or endnote (Marc, Fridrich)
- Add an option "--info" to wpd2text; called with this option, wpd2text dumps the
information of the document instead of converting it. This could be useful for
beagle (Fridrich)
- Refactoring of the listener structure and split of WPXListener into WPXContentListener
and WPXStylesListener (Fridrich, Marc and Cyrille Moureaux as a guest star)
ChangeLog:
(1) Implement fmt equivalent folding with forming.
(2) Making Ruby Extension, Perl Extension is enabled.
(3) Making rpm package is enabled.
(4) New encoding: GB18030, GBK, BIG5-Plus,
IBM DBCS(ibm930,3,5,7), cp5022(0,2,3), cp51932.
(5) With cp932, cp51932, change to set use-ms-compat,
kana-enable and use-compat automatically.
------------------------------------------------------------------------
2002-03-21 Don Moore <bboy@bboy.net>
* ypost:
Fixed =yend trailer, 0.45 omitted the "part=" field
(thanks to Stephen Lee for noticing this).
------------------------------------------------------------------------
* fix crash when specify --html-sanitize on Unicode output.
* fix U+222a and U+2229 in MS-gaiji area is swapped.
Patch was provided by PR pkg/34251 from OBATA Akio.
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
#
# $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $
#
$Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $
! Jcode.pm t/regex.t t/tr.t
Security fix by Hanabusa-san that prevents options from being eval'ed.
<20060702140740.9DDB.DOT-DANKOGAI@ziro.org>
2.05 2006/05/16 05:00:19
! Jcode.pm t/jfold.t
Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0')
but the trailing 0 was lost.
Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp>
2.04 2006/04/15 04:08:30
! Jcode.pm t/perl581.t
Fixed: $j->GIVEN_ENCODING not working as advertized.
Message-Id: <20060414152058.2BCE.KSK@be.to>
Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp>
2.03 2005/07/07 04:00:52
! Jcode.pm t/tr.t
Fixed: $j->tr($from, "a-z/") yields unexpected result
Message-Id: <20050706114544.D80E.KSK@be.to>
Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp>
2.02 2005/06/29 14:00:09
! Jcode.pm t/convert.t
Addressed: Jcode::convert("constant" ...) croaks
because 'Modification of a read-only value attempted'.
Reported by Akira Kawamata via htmllint@ring.gr.jp
Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp>
Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp>
2.01 2005/06/20 06:21:06
! Makefile.PL
vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern).
Message-Id: <20050620041227.GE5165@windhund.schwern.org>
2.00 2005/05/16 19:07:51
! Jcode.pm
2.00 released ex officio!
1.99_07 2005/03/08
! Jcode.pm
jfold() fixes by nipotan
http://blog.livedoor.jp/nipotan/archives/15894714.html
1.99_06 2005/02/19
! Jcode.pm Jcode/Nihongo.pod
tr(), jfold(), m() and s() now accepts flagged UTF-8 strings
in addition to EUC-JP strings.
! Jcode.pm Jcode/Nihongo.pod t/jfold.t
More patches by makamaka@donzoko.net.
Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp>
1.99_05 2005/02/18
! Jcode.pm MANIFEST Makefile.PL
+ Jcode/Nihongo.pod t/jfold.t
Enhancements & Japanese POD with a help from makamaka@donzoko.net.
Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp>
1.99_04 2005/02/15
! Jcode.pm
* Minor pod fixes
* More field test at http://openlab.jp/Jcode/ before the official release
1.99_03 2005/02/13
! Jcode.pm
Addressed a bug that Jcode did not handle 'binary' correctly,
reported by Takahashi-san
+ t/append.t
Surprisingly, append() was not in the test suite so there.
! Jcode.pm
* $j->any_encoding feature added via AUTOLOAD.
* More testings
* Pod revisions
1.99_02 2005/02/12
- Unicode/_test.pl
This file was totally unnecessary but got installed via MakeMaker
so it is now removed from MANIFEST
! Makefile.PL
Now smarter so that only Jcode.pm is build and installed
when appropriate (when your perl is 5.8.1 or better).
1.99_01 2005/02/12
! *
First 2.0-beta.
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
* Fixed an integer overflow bug (CVE-2006-2197)
* Applied a patch by Friedemann Kleint (Fa. metis)
with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29.
Additionally fixes some tab-related bugs (unique and erase stuff)
Version 1.82, 07/06/2006
========================
o `` and '' translated to “ and ”
o aesthetic changes:
- no more line break between the entry and the links;
- more space between an abstract and the next entry
o improving date parsing: month field such as "2~" # dec is now parsed
o fixed bug: a space after a macro is now discarded
where glibc has its own gettext functions and the configure script
was picking it up and as a result the install process copied a lot of
*.mo files into ${PREFIX}.
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
Version 1.81, 12/05/2006
========================
o new option --print-keys to display the sorted keys (and exit)
o improved date sorting to handle months such as mar # "\slash " # apr
o no table anymore with -nokeys (only HTML paragraphs)
Version 1.80, 15/3/2006
=======================
o remove leading ./ in front of relative URLs (was introduced a long
time ago to circumvent an Internet Explorer bug; see below)
o no more escaping of the character & in URLs
Version 1.79, 22/2/2006
=======================
o fixed bug with ISO-latin characters in bib2bib conditions
o fixed bug with implicit abbrevs (jan, feb, etc.)