Import abiword_3.0.4~dfsg-1.debian.tar.xz
authorJonas Smedegaard <dr@jones.dk>
Sat, 6 Jun 2020 00:26:42 +0000 (01:26 +0100)
committerJonas Smedegaard <dr@jones.dk>
Sat, 6 Jun 2020 00:26:42 +0000 (01:26 +0100)
[dgit import tarball abiword 3.0.4~dfsg-1 abiword_3.0.4~dfsg-1.debian.tar.xz]

31 files changed:
README.Debian [new file with mode: 0644]
abiword-common.install [new file with mode: 0644]
abiword-plugin-grammar.install [new file with mode: 0644]
abiword.docs [new file with mode: 0644]
abiword.install [new file with mode: 0644]
abiword.lintian-overrides [new file with mode: 0644]
abiword.manpages [new file with mode: 0644]
changelog [new file with mode: 0644]
clean [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
copyright-check [new file with mode: 0755]
copyright_hints [new file with mode: 0644]
gbp.conf [new file with mode: 0644]
gir1.2-abi-3.0.install [new file with mode: 0644]
libabiword-3.0.install [new file with mode: 0644]
libabiword-3.0.lintian-overrides [new file with mode: 0644]
libabiword-dev.install [new file with mode: 0644]
patches/624095-disable_smooth_scrolling.patch [new file with mode: 0644]
patches/autosave.diff [new file with mode: 0644]
patches/build-with-aiksaurus-1-2.patch [new file with mode: 0644]
patches/ctrl-comma-subscript.diff [new file with mode: 0644]
patches/enchant2.patch [new file with mode: 0644]
patches/librevenge.patch [new file with mode: 0644]
patches/make-clean.patch [new file with mode: 0644]
patches/mime-types-desktop.diff [new file with mode: 0644]
patches/mime-types.diff [new file with mode: 0644]
patches/series [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/README.Debian b/README.Debian
new file mode 100644 (file)
index 0000000..5de7365
--- /dev/null
@@ -0,0 +1,26 @@
+abiword for Debian
+------------------
+
+Smooth scrolling issue
+======================
+
+Debian bug #276070 complains that smooth-scrolling is obnoxious and slow.
+As of 2.6.3-1, it has been disabled by default using a patch. However, if
+you are a previous AbiWord user, your preferences file may have the smooth
+scroll setting set to true in your config file, overriding the default.
+
+To fix this, I quote from the AbiWord ML:
+
+"I think you can turn this feature off with a profile change. Open up
+your AbiWord.Profile file and in the custom scheme section (<Scheme
+name="_custom_") try ading the following line:
+
+EnableSmoothScrolling="0"
+
+Hope that helps :)."
+
+The profile in question is located in $HOME/.AbiSuite.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri, 11 Jul 2008 14:08:34 +0300
+
+
diff --git a/abiword-common.install b/abiword-common.install
new file mode 100644 (file)
index 0000000..ac28ab2
--- /dev/null
@@ -0,0 +1,13 @@
+usr/share/abiword-*/*.xml
+usr/share/abiword-*/certs
+usr/share/abiword-*/clipart
+usr/share/abiword-*/mime-info
+usr/share/abiword-*/omml_xslt
+usr/share/abiword-*/strings
+usr/share/abiword-*/system.*
+usr/share/abiword-*/system.profile*
+usr/share/abiword-*/templates
+usr/share/abiword-*/ui
+usr/share/abiword-*/xsltml
+usr/share/dbus-*
+usr/share/telepathy
diff --git a/abiword-plugin-grammar.install b/abiword-plugin-grammar.install
new file mode 100644 (file)
index 0000000..6583a8c
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/abiword-*/plugins/grammar.so
diff --git a/abiword.docs b/abiword.docs
new file mode 100644 (file)
index 0000000..917dbf6
--- /dev/null
@@ -0,0 +1,3 @@
+AUTHORS
+usr/share/abiword-3.0/readme.abw
+usr/share/abiword-3.0/readme.txt
diff --git a/abiword.install b/abiword.install
new file mode 100644 (file)
index 0000000..bd9fe39
--- /dev/null
@@ -0,0 +1,7 @@
+# Disabled until Aiksaurus is ported to GTK3
+# usr/lib/*/libAiksaurus*.so
+usr/bin
+usr/lib/*/abiword-*/plugins/*.so
+usr/share/appdata/abiword.appdata.xml usr/share/metainfo/
+usr/share/applications
+usr/share/icons
diff --git a/abiword.lintian-overrides b/abiword.lintian-overrides
new file mode 100644 (file)
index 0000000..20182c1
--- /dev/null
@@ -0,0 +1,2 @@
+# false-positives
+hardening-no-fortify-functions
diff --git a/abiword.manpages b/abiword.manpages
new file mode 100644 (file)
index 0000000..a2d7fb5
--- /dev/null
@@ -0,0 +1 @@
+usr/share/man/man1/abiword.1
diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..0995086
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2642 @@
+abiword (3.0.4~dfsg-1) unstable; urgency=medium
+
+  [ upstream ]
+  * new release(s)
+
+  [ Jonas Smedegaard ]
+  * watch: fix URL
+  * repackage source,
+    excluding potentially non-free linked binary code
+  * skip copyright scanning of some data files
+  * copyright: update coverage
+  * drop patches applied upstream
+  * unfuzz remaining patches
+  * declare compliance with Debian Policy 4.5.0
+  * set Rules-Requires-Root: no
+  * build-depend on autoconf-archive
+  * install AppStream metadata
+
+ -- Jonas Smedegaard <dr@jones.dk>  Sat, 06 Jun 2020 02:26:42 +0200
+
+abiword (3.0.2-11) unstable; urgency=medium
+
+  * adopt package: add myself as Maintainer;
+    closes: bug#740678, thanks to Dmitry Smirnov for past work
+  * update git-buildpackage config:
+    + enable pristine-tar
+    + stop disable merge
+    + enable signed tags
+    + filter-out any .git* file
+    + use DEP14 branch naming scheme
+  * watch:
+    + track Github mirror
+    + rewrite usage comment
+  * use debhelper compatibility level 12 (not 9);
+    build-depend on debhelper-compat dh-sequence-gir
+    (not debhelper gobject-introspection)
+  * copyright:
+    + unfuzz copyright holders
+    + update and extend coverage
+  * tidy patch metadata
+  * add patch to use enchat2 instead of enchant;
+    build-depend on libenchant-2-dev (not libenchant-dev);
+    closes: bug#956710, thankt to Laurent Bigonville
+
+ -- Jonas Smedegaard <dr@jones.dk>  Fri, 05 Jun 2020 23:34:03 +0200
+
+abiword (3.0.2-10) unstable; urgency=medium
+
+  * QA upload.
+  * debian/patches/git_build_fix:
+    - cherry pick a build fix for newer toolchain
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Apr 2020 14:46:29 +0200
+
+abiword (3.0.2-9) unstable; urgency=medium
+
+  * QA upload.
+  * build-Don-t-check-for-libecal.patch: Drop libecal BD. There's an API break
+    coming up, and we can get abiword out of the transition by dropping it.
+    It's not used.
+
+ -- Iain Lane <laney@debian.org>  Wed, 14 Aug 2019 09:40:20 +0100
+
+abiword (3.0.2-8) unstable; urgency=medium
+
+  * QA upload.
+  * Manually rebuild against tidy-html5 2:5.6.0-4 (libtidy5deb1).
+
+  [ Jeremy Bicha ]
+  * debian: Do not use debian/not-installed file, use instructions
+    in debian/rules instead.
+
+ -- Boyuan Yang <byang@debian.org>  Thu, 25 Oct 2018 21:07:17 -0400
+
+abiword (3.0.2-7) unstable; urgency=medium
+
+  * QA upload.
+
+  [ Jelmer Vernooij ]
+  * Use security copyright file URI.
+
+  [ Boyuan Yang ]
+  * Bump Standards-Version to 4.2.1 (no changes needed).
+  * debian/rules: Use "dh_missing --fail-missing".
+  * debian/install: Properly install missing files to avoid FTBFS
+    caused by dh_missing. Files not installed are written in
+    debian/not-installed.
+  * Manually rebuilt against tidy-html5 v5.7.16.
+  * debian/watch: Use secure uri.
+  * debian/control: Add dependency on sensible-utils since abiword
+    is calling it in the source code on Debian-based systems.
+
+ -- Boyuan Yang <byang@debian.org>  Sat, 13 Oct 2018 21:50:08 -0400
+
+abiword (3.0.2-6) unstable; urgency=medium
+
+  * QA upload.
+  * Compile with --with-gnomevfs to fix CVE-2017-17529
+    (Closes: #884923).
+  * Bump to debhelper compat 11, no changes needed.
+  * Bump Standards-version to 4.1.3, no changes needed.
+  * Update Vcs-* to reflect the move to Salsa.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 11 Mar 2018 04:41:01 -0500
+
+abiword (3.0.2-5) unstable; urgency=medium
+
+  * QA upload.
+  * Fix build with libical3. Closes: #883924.
+  * Add explicit build dependency on libical-dev (>= 3.0).
+  * Bump standards version.
+
+ -- Matthias Klose <doko@debian.org>  Sun, 10 Dec 2017 09:37:43 +0100
+
+abiword (3.0.2-4) unstable; urgency=high
+
+  [ Simon Quigley ]
+  * QA upload.
+  * Fix flickering (Closes: #851052, #848838) (LP: #1574278).
+
+  [ Jeremy Bicha ]
+  * Bump Standards-Version to 4.1.1
+
+ -- Jeremy Bicha <jbicha@debian.org>  Sat, 30 Sep 2017 16:49:32 -0400
+
+abiword (3.0.2-3) unstable; urgency=medium
+
+  [ Simon Quigley ]
+  * QA upload.
+  * Run wrap-and-sort to clean up the package a bit.
+  * Bump Standards-version to 4.0.0, no changes needed.
+  * Modify debian/rules to use instead of dpkg-parsechangelog.
+  * Add Multi-Arch: same for abiword-plugin-grammar.
+  * Solve binary file conflict between abiword-dbgsym
+    and abiword-plugin-grammar-dbgsym (Closes: #868537).
+
+  [ Jeremy Bicha ]
+  * Rename gir1.2-abiword-1.0 to gir1.2-abi-1.0 to fix Lintian warning.
+  * Have libabiword-3.0-dev depend on gir package.
+
+  [ Mattia Rizzolo ]
+  * Rename libabiword-3.0-dev to libabiword-dev, to better comply to
+    Debian Policy § 8.4.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 30 Jul 2017 14:58:05 -0500
+
+abiword (3.0.2-2) sid; urgency=high
+
+  * Add gtk322.patch:
+    - Upstream patch to fix black background with GTK 3.22
+      (Closes: #842443) (LP: #1637893)
+  * Bump dh compat to 10
+  * debian/control:
+    - Build-depend on libtool-bin for dh_auto_test
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 07 Dec 2016 15:13:02 -0500
+
+abiword (3.0.2-1) unstable; urgency=medium
+
+  * QA upload
+  * New upstream release
+  * Drop patches applied in new version
+  * Add Multi-Arch fields suggested by the multi-arch hinter
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 21 Oct 2016 17:20:53 -0400
+
+abiword (3.0.1-8) unstable; urgency=medium
+
+  * QA upload.
+  * debian/source/options:
+    - Drop obsolete xz compression option, this is default since Jessie
+  * Build-depend on liblink-grammar-dev instead of liblink-grammar4-dev
+  * Backport patches from stable 3.0 branch to build with link-grammar 5:
+    - 0011-Bug-13650-Fix-build-with-recent-link-grammar-patch-f.patch
+    - 0012-Bug-13726-Fix-Grammar-plugin-build-with-link-grammar.patch
+  * debian/control:
+    - Mention that the grammar plugin only supports English currently
+
+ -- Jeremy Bicha <jbicha@linux.com>  Thu, 16 Jun 2016 05:47:15 -0400
+
+abiword (3.0.1-7) unstable; urgency=low
+
+  [ Jeremy Bicha ]
+  * QA upload.
+  * abiword-common.install:
+    - Install telepathy client. Fixes Abiword autostarting a blank
+      document on log in. Thanks Alban Browaeys for identifying the cause.
+      (Closes: #781764) (LP: #1432271)
+  * Backport patches from stable 3.0 branch:
+    - 0001_export-paragraph-to-odt.patch
+    - 0002_svg-printing.patch (Closes: #682668)
+    - 0003_null-column-crash.patch
+    - 0004_apply-default-header-style.patch
+    - 0005_language-dialog-scroll.patch (LP: #1484785)
+    - 0006_protect-against-null-string.patch
+    - 0007_gtk-image-scaling.patch
+    - 0008_do-nothing-with-unchecked-radio-buttons.patch
+    - 0009_clean-svg-icon.patch
+    - 0010_fix-parallel-build.patch
+  * debian/patches/build-with-aiksaurus-1-2.patch:
+    - Look for aiksaurus*-1.2.pc (because that's what is provided in Debian)
+    - Note that the Aiksaurus plugin is not installed because Aiksaurus
+      is still GTK2
+  * debian/control: Bump minimum aiksaurus version to match the above patch
+  * Drop obsolete packaging:
+    - .menu and .xpm files
+    - build-dependencies (gtk2, imagemagick and svn)
+    - old README.Debian note about abiword-gnome
+    - abiword.preinst: defoma is long gone
+    - mimeinfo: replaced by MimeType in .desktop
+    - Use automatic dbsym packages instead of manual abiword-dbg package
+    - Use dh_strip --dbsym-migration and build-depend on required debhelper
+  * Re-enable parallel builds on Linux
+  * Explicitly build with all hardening flags
+  * Bump Standards-Version to 3.9.8
+
+  [ Gianfranco Costamagna ]
+  * VCS in secure mode
+  * Drop quilt from b-d
+
+ -- Jeremy Bicha <jbicha@linux.com>  Thu, 26 May 2016 19:55:18 -0400
+
+abiword (3.0.1-6) unstable; urgency=medium
+
+  * QA upload.
+  * Build-depend on libboost-dev.
+
+ -- Matthias Klose <doko@debian.org>  Thu, 18 Feb 2016 21:18:28 +0100
+
+abiword (3.0.1-5) unstable; urgency=medium
+
+  * QA upload.
+  * Fix FTBFS with libpng16 (closes: #809882)
+  * Use default gnutls cipher/kx priorities, fixes FTBFS with gnutls30.
+  * Fix FTBFS with gcc-6 (closes: #811381)
+
+ -- Adam Borowski <kilobyte@angband.pl>  Sat, 23 Jan 2016 21:21:21 +0100
+
+abiword (3.0.1-4) unstable; urgency=medium
+
+  * QA upload.
+  * Stop build mathview plugin: GtkMathView is too old and buggy
+    (see bug#785485).
+
+ -- Jonas Smedegaard <dr@jones.dk>  Sat, 01 Aug 2015 21:33:33 +0200
+
+abiword (3.0.1-3) unstable; urgency=medium
+
+  * QA upload.
+  * build against libwps 0.4.0 (closes: #788970)
+
+ -- Rene Engelhard <rene@debian.org>  Tue, 16 Jun 2015 20:36:49 +0200
+
+abiword (3.0.1-2) unstable; urgency=medium
+
+  * QA upload.
+
+  [ Dmitry Smirnov ]
+  * rules: cleanup: dropped obsolete customisations, get-orig-source,
+    etc.
+
+  [ Jonas Smedegaard ]
+  * Enable introspection (and instead avoid parallel build so be on the
+    safe side: rumored to be incompatible).
+    Closes: bug#785688.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 May 2015 10:02:43 +0200
+
+abiword (3.0.1-1) experimental; urgency=medium
+
+  * QA upload.
+  * New upstream release [December 2014].
+  * Dropped obsolete patches and lintian-overrides.
+  * Install missing files under "usr/share/abiword-3.0".
+  * Changed icon installation path.
+  * Updated "debian/copyright".
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 01 Jan 2015 11:03:35 +1100
+
+abiword (3.0.0-8) unstable; urgency=medium
+
+  * QA upload.
+  * Apply an upstream patch to fix format painter bug. (Closes: #766845).
+
+ -- Edward Betts <edward@4angle.com>  Thu, 04 Dec 2014 22:00:10 +0000
+
+abiword (3.0.0-7) unstable; urgency=medium
+
+  * Build-Depends: libjpeg8-dev --> libjpeg-dev (Closes: #763464).
+    Facilitates transition to "libjpeg-turbo". Thanks, Ondřej Surý.
+  * Standards-Version: 3.9.6.
+  * Orphaning package.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 02 Oct 2014 19:57:42 +1000
+
+abiword (3.0.0-6) unstable; urgency=medium
+
+  [ Rene Engelhard ]
+  * Add "librevenge.patch" (from Fedora 20) to fix build with new
+    librevenge/libwp{,g} 0.3 and adapt Build-Depends;
+    Add exta dh_autoreconf calls for plugins/wpg and plugins/wordperfect
+    dirs so they get generated (and dh_autoreconf_clean).
+
+  [ Dmitry Smirnov ]
+  * Added "debian/gbp.conf".
+  * Standards-Version to 3.9.5.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Sat, 09 Aug 2014 11:14:12 +1000
+
+abiword (3.0.0-5) unstable; urgency=medium
+
+  * Build-Depends: +libgcrypt20-dev.
+  * New patch to fix gnutls-related FTBFS (Closes: #754554);
+    Thanks, Andreas Metzler.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 24 Jul 2014 03:13:18 +1000
+
+abiword (3.0.0-4) unstable; urgency=medium
+
+  * New patch to fix FTBFS with libboost1.54 (Closes: #737551).
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 06 Feb 2014 04:25:45 +1100
+
+abiword (3.0.0-3) unstable; urgency=medium
+
+  * Upload to unstable (Closes: #677402, #705145).
+  * New patch to fix FTBFS with bison v3 (Closes: #733391).
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Sun, 02 Feb 2014 20:49:49 +1100
+
+abiword (3.0.0-2) experimental; urgency=low
+
+  * No longer Build-Depends on "valgrind" on "armel" (Closes: #729137).
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Mon, 25 Nov 2013 08:11:33 +1100
+
+abiword (3.0.0-1) experimental; urgency=low
+
+  * New upstream stable release [October 2013].
+  * Transition: evolution-data-server (Closes: #722030)
+    + new "evolution-data-server3.8.patch".
+    + versioned Build-Deps:
+      + libebook1.2-dev (>= 3.8.5)
+      + libecal1.2-dev (>= 3.8.5)
+    Thanks, Michael Biebl.
+  * "debian/watch": no longer check development releases.
+  * "debian/rules":
+    + better checking for library name
+    + adaptive dh-clean to facilitate build from source archive and from
+      repository checkout.
+    + export LDFLAGS using DEB_LDFLAGS_MAINT_APPEND.
+  * Removed libgoffice note from README.Debian as abiword is linked with
+    libgoffice again.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Tue, 22 Oct 2013 15:38:08 +1100
+
+abiword (3.0.0~svn20130523-2) experimental; urgency=low
+
+  * Re-build to facilitate "libcogl" transition (Closes: #721196).
+  * libabiword-3.0-dev: added missing Depends (Closes: #711088).
+  * (Build-)Depends:
+    + versioned depends only when required.
+    + sort and update.
+  * Added lintian-override for "library-not-linked-against-libc"
+    in plugins.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Sun, 01 Sep 2013 03:55:10 +1000
+
+abiword (3.0.0~svn20130523-1) experimental; urgency=low
+
+  * New upstream pre-release [r33076].
+  * Dropped all backported patches.
+  * Dropped unused lintian-overrides.
+  * Removed obsolete "DM-Upload-Allowed" field.
+  * Build-Depends:
+    + libchamplain-gtk-0.12-dev
+    + libebook1.2-dev
+    + libecal1.2-dev
+    + libgoffice-0.10-dev (>= 0.10.2)
+  * Standards to version 3.9.4.
+  * Updated copyright, added translator's copyrights.
+  * Updated and improved rules and get-orig-source
+    + added pre-build check for library version.
+    + build "--with-goffice" and "goffice" plugin.
+  * Replaced "-2.9" with "-*" in install paths.
+  * Updated my email address; bumped copyright years.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Sat, 01 Jun 2013 15:04:42 +1000
+
+abiword (2.9.2+svn20120603-8) unstable; urgency=medium
+
+  * new backported patch to fix yet another crash on open .DOC files.
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Fri, 05 Oct 2012 10:54:53 +1000
+
+abiword (2.9.2+svn20120603-7) unstable; urgency=low
+
+  * new backported patches:
+    + r31854_bug-13397-RTF-import-fix-missing-text.patch
+      to fix missing numbers in beginning of lines on RTF/DOC import
+      (Closes: #688552).
+    + r31855_gtk3-bug-13405.patch
+    + r31877_start-layout-only-after-document-is-fully-loaded.patch
+    - removed unused (duplicate) patch file.
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Mon, 24 Sep 2012 11:10:44 +1000
+
+abiword (2.9.2+svn20120603-6) unstable; urgency=low
+
+  * debian/watch to find all available versions with fallback to latest-dev.
+  * new patch to fix collab backend if built --with-gtk2 and to fix FTBFS
+    without libgtk-3-dev (finally abiword can be built for GTK2).
+  * new backported patches:
+    + r31861_fix-FTBFS-with-fake-collab-backend.patch
+    + r31901_fix-crash-on-open-doc-with-table-in-header.patch
+    + r31909_fix-doc-corruption.patch
+    + r31910_fix-memory-leak-in-ABW-exporter.patch
+    + r31914_fix-clip-art-window.patch (Closes: #672150)
+  * beautified list of Build-Depends.
+  * libchamplain-gtk-0.12-dev (optional build-dependency) is added to
+    Build-Depends (commented, to conform with freeze policy).
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Thu, 13 Sep 2012 13:08:48 +1000
+
+abiword (2.9.2+svn20120603-5) unstable; urgency=low
+
+  * xz compression for binary packages.
+  * new backported patch to fix gtk3 presentation (Closes: #682613).
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Thu, 30 Aug 2012 13:24:15 +1000
+
+abiword (2.9.2+svn20120603-4) unstable; urgency=low
+
+  * new backported patches:
+    + r31490_fix-crash-if-inserting-a-footnote.patch
+    + r31566_rearrange-date-and-time-formats.patch
+    + r31576_remove-separator-from-insert-dialogs.patch
+    + r31748_fix-crash-with-copy-paste.patch
+    + r31749_fix-bug-with-copy-paste.patch
+    + r31753_fix-crash-on-paste.patch
+    + r31755_fix-crash-with-create-and-modify-styles-dialog.patch
+    + r31767_fix-possible-crash.patch
+    + r31768_correct-horizontal-scroll-limit.patch
+    + r31842_fix-crash-13401.patch
+    + r31843_prevent-crash.patch
+    + r31847_fix-program-hanging-during-paste-unformatted.patch
+  * old backported patches are renamed to have revision number in file name.
+  * lintian-override for 'no-symbols-control-file' (not useful for CPP).
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Fri, 24 Aug 2012 11:09:56 +1000
+
+abiword (2.9.2+svn20120603-3) unstable; urgency=low
+
+  * Replace no-dbl-buf.patch with backported fix-dbl-buff.patch
+    to fix 'Paste Unformatted' and re-enable double buffering.
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Fri, 17 Aug 2012 20:16:51 +1000
+
+abiword (2.9.2+svn20120603-2) unstable; urgency=low
+
+  * build verbosity increased with --disable-silent-rules
+  * lintian-overrides:
+    + 'hardening-no-fortify-functions' (false-positives).
+    + 'dev-pkg-without-shlib-symlink' (libabiword-2.9.so is a library,
+      not a symlink).
+  * new patches:
+    + format-hardening.patch to avoid FTBFS on --with-gtk2 build.
+    + fix-wheel-scrolling.patch (Closes: #672149).
+    + fix-paste.patch (backported) with fix for
+      "Crash on unicode character paste" (Closes: #681060).
+    + no-dbl-buf.patch to disable double buffering in order to prevent
+      crash on 'Paste Unformatted'.
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Fri, 17 Aug 2012 11:08:23 +1000
+
+abiword (2.9.2+svn20120603-1) unstable; urgency=low
+
+  * New upstream version based on 'trunk' r31326 as of 2012-06-02
+    + updated man page
+    + updated translations
+    + fixed crash on text selection (Closes: #672412)
+    + fixed crash with 'borders and shading' (Closes: #672148)
+  * depends on 'fonts-lyx' instead of transitional 'ttf-lyx'
+    (Closes: #674820)
+  * dropped debian/copyright.hints and its generation code
+  * new patch to avoid FTBFS in 'grammar' plugin
+  * minor make-clean.patch update
+  * Debian source compression to .xz
+  * DM-Upload-Allowed: yes! (Thanks to Aron Xu)
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Wed, 06 Jun 2012 03:37:53 +1000
+
+abiword (2.9.2+svn20120406-1) unstable; urgency=low
+
+  * New upstream version based on 'trunk' r30779 as of 2012-04-05
+    (Closes: #666491 N:"document totally crashes abiword...")
+    • dropped FTBFS-regression.patch (applied-upstream)
+    • dropped gnomeoffice-url.patch (applied-upstream)
+  * d-rules: get correct number of CPUs for parallel build on Linux
+    (Closes: #665853 W:"Build process not is paralleled on some Linux
+     architectures")
+  * minor update to get-orig-source to produce cleaner ©.hints file
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Sat, 07 Apr 2012 14:40:54 +1000
+
+abiword (2.9.2+svn20120215-2) unstable; urgency=low
+
+  * d-copyright:
+    + audit of upstream copyrights/licenses;
+    + added copyrights of debian contributors
+    + DEP-5 URL is updated
+  * copyright.hints and 'licensecheck' target
+    to track upstream copyright/licensing changes
+  * d-control:
+    + build-deps: transition from 'libpng12-dev' to 'libpng-dev'
+      (Closes: #662262 I:"Build-Depends on libpng-dev..."
+    + standards to 3.9.3
+    + 'flex' moved to build-deps from build-deps-indep
+      to always rebuild arc-independent files
+  * d-rules: build with '+bindnow' hardening
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Mon, 05 Mar 2012 15:11:31 +1100
+
+abiword (2.9.2+svn20120215-1) unstable; urgency=low
+
+  * New Upstream Release, based on 'trunk' version as of 2012-02-14
+  * dropped hardening-format.patch (applied upstream)
+  * patch to fix dangerous regression causing FTBFS on GNU Hurd
+  * debian/watch is corrected to mangle/ignore subversion number
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Sun, 19 Feb 2012 19:40:39 +1100
+
+abiword (2.9.2+svn20120213-1) unstable; urgency=low
+
+  * New Upstream Release, based on 'trunk' version as of 2012-02-12
+    (Closes: #659658 "segfaults on powerpc")
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Fri, 17 Feb 2012 21:11:38 +1100
+
+abiword (2.9.2+svn20120131-1) unstable; urgency=low
+
+  * New Upstream Release, based on 'trunk' version as of 2012-01-30
+  * compat & debhelper to version 9
+  * updates for multi-arch
+  * .xpm icon generated with imagemagick on build time
+  * make-clean patch is updated to prevent breakage in trunk source tree
+  * enabled format hardening thanks to new format hardening patch
+    (applied upstream)
+  * arch-dependent patching redone in GNU Make style
+  * get-orig-source split in GNU Make style
+  * orig.source compression to xz
+  * added some build-time information print-out
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Mon, 06 Feb 2012 19:40:51 +1100
+
+abiword (2.9.2+svn20120123-1) unstable; urgency=low
+
+  * New Upstream Release, based on 'trunk' version as of 2012-01-23
+    (Closes: #657287 "very slow start with many fonts installed")
+  * Added upstream ChangeLog
+  * Drop FTBFS patch for GNU/Hurd (accepted upstream)
+  * Drop 656335-telepathy.patch (not needed in trunk)
+  * Disabled make-clean.patch (not needed in trunk)
+  * Disabled old fix-format-security.patch (needs update)
+  * Patch to update Gnome Office URL (Closes: #657909)
+  * Recommend fonts-liberation instead of ttf-liberation
+  * flex added to Build-Depends-Indep to force regeneration of lex.yy.c
+  * subversion(-tools) added to Build-Depends to satisfy get-orig-source
+  * debian/rules:
+    + get-orig-source modified for SVN
+    + --enable-collab-backend-sugar
+    + --with-redland
+    + safer defaults for parallel build
+  * Bugs squashed:
+    - (Closes: #582225 "Abiword hangs/freezes when trying to embed
+       Gnumeric file")
+    - (Closes: #650302 "When changing principal direction of bidi text,
+       it gets reversed and then cursor skips)
+    - (Closes: #456624 "renders Khmer Unicode as small circles unless a
+       Khmer font is applied")
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Fri, 27 Jan 2012 19:21:11 +1100
+
+abiword (2.9.2-5) unstable; urgency=low
+
+  * debian/control: removed unnecessary build-deps
+  * debian/rules: check if flex is available to regenerate
+    plugins/mathview/itex2mml/lex.yy.c
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Wed, 25 Jan 2012 16:21:31 +1100
+
+abiword (2.9.2-4) unstable; urgency=low
+
+  * FTBFS4Hurd.patch is updated.
+  * force build-time regeneration of binary files shipped with sources
+    + 'bison' added to Build-Depends
+  * patch to prevent abiword from breaking its own source tree
+    (prevent failure on second build)
+  * arch-specific patch no longer break second build
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Sat, 21 Jan 2012 12:20:09 +1100
+
+abiword (2.9.2-3) unstable; urgency=low
+
+  * debian/abiword.mime: added missing end-of-line
+    (Closes: #623136) Thanks to Kalle Olavi Niemitalo <kon@iki.fi>
+  * VCS links updated to point to collab-maint
+  * Build options updated:
+    + new plugin: epub
+    + new backend: telepathy (Closes: #656335) Thanks to Svante Signell
+      (implemented with patch to add missing upstream file from trunk)
+    + --with-libtidy to clean up HTML before importing (MHT plugin)
+    - removed --enable-static (no longer build static libraries)
+    - removed --enable-shave (use --enable-silent-rules instead)
+    + added --enable-silent-rules
+    + added --enable-dependency-tracking (speed up build)
+  * new abiword-dbg package (Closes: #562733)
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Thu, 19 Jan 2012 19:31:11 +1100
+
+abiword (2.9.2-2) unstable; urgency=low
+
+  * libabiword-2.9-dev Depends (Closes: #656252)
+  * fixed debian/patches/series
+  * fixed arch-dependent patching (Closes: #648153)
+  * safer parallel build
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Thu, 19 Jan 2012 03:13:36 +1100
+
+abiword (2.9.2-1) unstable; urgency=low
+
+  * New Upstream Release (2011-11-14)
+  * New maintainer (Closes: #648341)
+  * Packaging update
+    + standards to recent versions
+    - completely dropped CDBS, in favour of debhelper
+    + parallel build
+    + --as-needed to minimize needless linking
+    + dh-autoreconf replaced old patches for make files
+    + use dpkg-provided build flags + hardening
+    + build-depends update (Closes: #655308)
+      - dropped libgoffice dependency (to package latest abiword 2.9.2)
+      + added note to README.Debian
+    + debian/copyright to DEP-5 format
+    + revised mime-types-desktop patch (Closes: #608164)
+    + new patch to disable smooth scrolling (Closes: #624095)
+    + new patch (only applied on Hurd) to fix GNU Hurd build problem
+      (Closes: #648153) (Thanks to Svante Signell)
+    + debian/watch is updated
+    - README.source is removed
+
+ -- Dmitry Smirnov <onlyjob@member.fsf.org>  Mon, 21 Nov 2011 01:58:27 +1100
+
+abiword (2.9.1-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop Build-Depends on obsolete libgucharmap2-dev. Closes: #648026
+
+ -- Michael Biebl <biebl@debian.org>  Tue, 08 Nov 2011 13:06:45 +0100
+
+abiword (2.9.1-0.1) unstable; urgency=low
+
+  [ Hector Oron ]
+  * New upstream release.
+  * Fix plugin license incompatibility introduced in NMU
+    abiword/2.8.6-0.1 (Closes: #602687).
+  * Merge diff for NMU version 2.8.6-0.3 (Closes: #613294).
+  * Build depend on libgsf-1-dev, librasqal3-dev, librdf0-dev.
+  * Fix bogus build depend on libwpd8-dev to libwpd-dev.
+  * Fix build with hardening flags (format-security).
+  * Refresh fix_no_undefined patch.
+
+  [ Patrik Fimml ]
+  * New upstream release (closes: #577733)
+  * Do not ship libtool .la file (Policy 10.2)
+  * Remove build-dependency on libaspell-dev (closes: #570647)
+  * Switch to 3.0 (quilt) source package format
+
+ -- Hector Oron <zumbi@debian.org>  Thu, 20 Oct 2011 01:00:54 +0000
+
+abiword (2.8.6-0.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Stop shipping .la files. Closes: #33314.
+  * Pass -Wl,--no-undefined instead of --no-undefined. Closes: #628267.
+
+ -- Regis Boudin <regis@debian.org>  Wed, 24 Aug 2011 20:50:05 +0100
+
+abiword (2.8.6-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * by request of the release team: disable psion plugin, as it blocks
+    this package
+
+ -- Rene Engelhard <rene@debian.org>  Sun, 13 Feb 2011 22:26:18 +0100
+
+abiword (2.8.6-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * build against libwpd 0.9.0/libwpg 0.2.0/libwps 0.2.0 (closes: #604826)
+  * build-depend on libxcb-render-util0-dev
+
+ -- Rene Engelhard <rene@debian.org>  Sun, 13 Feb 2011 14:14:51 +0100
+
+abiword (2.8.6-0.1) unstable; urgency=low
+
+  [ Jari Aalto ]
+  * Non-maintainer upload.
+  * New upstream release. Fixes:
+    - Can't open password protected ODT files (Closes: #577733).
+    - Scrolling with cursor keys is slow (important; Closes: #498285).
+    - Crash on occasions when importing OpenDocument files.
+    - Crash when trying to print (important; Closes: #580346).
+    - Crash on accessing Tools -> Thesaurus menu (normal; Closes: #569272).
+    - Crash on saving as PDF (normal; Closes: #520424).
+    - Crash on trying to access Help (normal: Closes: #586245).
+    - Crash on 3 MiB RTF file (normal; Closes: #552575);
+  * debian/control
+    - (Standards-Version): Update to 3.9.1.
+  * debian/patches
+    - (fixes/svn-backports.diff): Remove. Obsoleted by new release
+    - (fixes/mime-types.diff): Refresh. Move abiword.desktop changes to
+      separate diff.
+    - (fixes/mime-types-desktop.diff): New file.
+
+  [  Hideki Yamane (Debian-JP) <henrich@debian.or.jp> ]
+  * debian/rules
+    - (CC, CXX): Remove variables.
+    - (LDFLAGS): New variable. Move content from --as-needed from CC, CXX
+      variable. See bug #577871 for details.
+  * debian/control
+    - (Build-Depends): Add flex, bison.
+
+ -- Jari Aalto <jari.aalto@cante.net>  Wed, 20 Oct 2010 14:46:20 +0300
+
+abiword (2.8.2-2) unstable; urgency=low
+
+  * Move from libgoffice-0-8-dev to libgoffice-0.8-dev (see #570351,
+    closes: #573653, #572043)
+
+ -- Patrik Fimml <patrik@fimml.at>  Sat, 13 Mar 2010 13:31:40 +0100
+
+abiword (2.8.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depend on libaspell-dev (closes: 569373)
+  * Move from latex-xft-fonts to ttf-lyx (closes: 539529)
+
+ -- Patrik Fimml <patrik@fimml.at>  Sat, 13 Feb 2010 17:56:03 +0100
+
+abiword (2.8.1-2) unstable; urgency=low
+
+  * Ship abiword.pc (closes: #557021)
+  * Tighten libasio-dev build-dependency (closes: #557037)
+  * Fix goffice interface function signature mismatch (closes: #560475)
+  * Build without gucharmap (buggy, dropped in trunk; closes: #556746)
+  * Rewrite manpage (closes: #537988)
+  * Do not build abiword-plugin-goffice
+
+ -- Patrik Fimml <patrik@fimml.at>  Fri, 11 Dec 2009 19:11:17 +0100
+
+abiword (2.8.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Make myself maintainer (closes: #548365)
+  * Documentation is now in abiword-docs, built from a separate source
+    package.
+  * Merge abiword-plugin-goffice into main package, as abiword requires
+    goffice in any case.
+  * Ship libabiword-2.8 (closes: #512777)
+  * Remove dependency on libreadline5-dev (closes: #553713)
+  * Drop build-dep on libgnomeprintui (closes: #542552)
+
+ -- Patrik Fimml <patrik@fimml.at>  Tue, 03 Nov 2009 22:00:58 +0100
+
+abiword (2.6.8-5) unstable; urgency=low
+
+  * To make sure, -plugins are installed two times at different points
+    - closes: #521223
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Thu, 26 Mar 2009 19:23:21 +0900
+
+abiword (2.6.8-4) unstable; urgency=low
+
+  * debian/rules: Rearranged the order of targets again, now installs
+    some missing .glades.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed, 25 Mar 2009 22:34:35 +0900
+
+abiword (2.6.8-3) unstable; urgency=low
+
+  * valgrind is available only on selected architectures, and not
+    really required for building abiword.  Thus, I removed it from
+    Build-Depends - closes: #521030.
+  * abiword-common: not depends on abiword anymore - closes: #495744
+  * 04_comma_subscript.diff: seems I forgot to import this patch from
+    the old package. Added.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed, 25 Mar 2009 08:54:40 +0900
+
+abiword (2.6.8-2) unstable; urgency=low
+
+  * The configure scripts of -docs and -extras need a working abiword
+    binary at the build time, which is not available unless you've
+    already installed (existing) abiword package.  To solve this
+    chicken-or-egg question(especially for buildd), I rearranged the
+    order of targets in debian/rules.  pbuilder is your friend
+    - closes: #521074
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Tue, 24 Mar 2009 22:41:32 +0900
+
+abiword (2.6.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rewrote the build system with CDBS & Quilt.
+  * Added Recommends: ttf-liberation - closes: #495927
+  * Added Homepage: field in debian/control - closes: #508733
+  * Added debian/watch - closes: #494830
+  * Added CREDITS.TXT - closes: #491237
+  * debian/copyright: Cleaned it up.  Now the abiword tarballs don't
+    contain any source trees of external 3rd party libraries.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sun, 22 Mar 2009 18:42:01 +0900
+
+abiword (2.6.4-5) unstable; urgency=low
+
+  * Fix a crash when returning from Print Preview. closes: #492211
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Tue, 19 Aug 2008 19:55:01 -0700
+
+abiword (2.6.4-4) unstable; urgency=high
+
+  * The "Strike three, yer out!" release.
+  * Creating the dummy abiword-plugins package created yet another scenario
+    where we have to remove the diversions to the desktop files created by
+    the old packages.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Tue, 22 Jul 2008 22:20:21 -0700
+
+abiword (2.6.4-3) unstable; urgency=medium
+
+  * The "Strike two" release.
+  * Creating the dummy abiword-plugins package created a scenario where
+    abiword-plugin-grammar would conflict filewise with the old
+    abiword-plugins package, so add a Conflicts for abiword-plugins (<< 2.6.4)
+    to the grammar and mathview plugin packages.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Mon, 14 Jul 2008 17:29:27 -0700
+
+abiword (2.6.4-2) unstable; urgency=medium
+
+  * I disabled the "auto-save by default" patch by mistake and kept
+    a "disable smooth scrolling by default" patch in that I decided
+    to drop at the last minute. Fix dumb mistake.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Mon, 14 Jul 2008 12:02:50 -0700
+
+abiword (2.6.4-1) unstable; urgency=medium
+
+  * The "Please Ubuntu, take this package!" release.
+  * New upstream stable release, incorporating many build bits from Ryan
+    Pavlik. Thanks! (His Ubuntu changelogs follow this entry.)
+    closes: #473508, #488069
+  * Using medium priority to try and beat the freeze given the NEW delay
+    that this package will incur.
+
+  * Major changes:
+    - Split out the abiword-plugins and abiword-plugins-gnome package into
+      three individual plugin packages:
+
+      Recommended: abiword-plugin-mathview, abiword-plugin-grammar
+      Suggested: abiword-plugin-goffice (due to GNOME dependencies)
+
+    - The old abiword-plugins and abiword-plugins-gnome packages have been
+      obsoleted and abiword-plugins-gnome is now a Conflicts/Replaces in
+      abiword. Because abiword-plugins has been split into two packages,
+      though, there is a dummy abiword-plugins package to ease upgrades.
+
+    - There is no more abiword-gnome package. We only ship the GTK2 version,
+      which does depend on GNOME-Print, but that does not rely on the usual
+      large set of GNOME UI libraries.
+
+    - Many of the file import/export plugins formerly provided only by the
+      abiword-plugins package are now included in the base distribution to
+      provide the best out-of-box functionality for those who install only
+      the abiword package. This means that no matter what, the abiword package
+      now has ODF/OOXML support.
+
+  * Minor changes:
+    - Drop psiconv support overall to alleviate dependency bloat/package spam,
+      at the risk of offending the one guy who still has a Psion 5.
+    - Upgrade to debhelper 7 and Policy 3.8.0.
+    - Drop one of Ryan's Ubuntu patches by building abiword-2.6.pc in the
+      configure stage of debian/rules. Lose autoconf/automake build dep.
+    - Upgrade boost build-dependency to 1.35 to quell some apt-get insanity
+      while pbuilder satisfies the Build-Depends.
+
+  * Bug fixes from upstream:
+    - Print preview now matches onscreen layout more accurately.
+      closes: #336216
+    - Font operations are all done using Pango now, so the XAP_UnixFont
+      crash should no longer occur. closes: #443048, #444957
+    - Spellcheck button is no longer greyed out gratuitously. closes: #422520
+    - "!!" and "??" in DejaVu Sans Mono seem to be correctly monospaced
+      now. closes: #470949
+    - AbiWord can now import OpenWriter files without a MIME type.
+      closes: #376417
+    - Build error affecting 2.4.6 was already fixed upstream, but thanks
+      to Peter Green for the patch and Lucas Nussbaum for the report.
+      closes: #490414
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Mon, 14 Jul 2008 10:26:14 -0700
+
+abiword (2.6.3-0ubuntu1+ppa2) hardy; urgency=low
+
+  * Add dh_desktop to register MIME types.
+  * Update control for better upgrading.
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Mon, 26 May 2008 14:41:28 -0500
+
+abiword (2.6.3-0ubuntu1+ppa1) hardy; urgency=low
+
+  * Fix FTBFS due to problem in 02_add_mimetypes_to_desktop.dpatch
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Fri, 02 May 2008 18:51:01 +0200
+
+abiword (2.6.3-0ubuntu1) hardy; urgency=low
+
+  * Update to new upstream release.
+  * Remove debian/patches/50_backport_pre263.dpatch due to update.
+  * Remove debian/patches/20_disable_smooth_scrolling_default.dpatch
+    based on additional feedback on modern (Hardy-class) machines.
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Thu, 01 May 2008 23:39:57 +0200
+
+abiword (2.6.2-0ubuntu2+ppa3) hardy; urgency=low
+
+  * Add 20_disable_smooth_scrolling_default to improve
+    responsiveness by default.
+  * Upload to new abiword-stable repository.
+  * Fix 00list file for backport patch.
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Sun, 27 Apr 2008 12:25:45 +0200
+
+abiword (2.6.2-0ubuntu2+ppa2) hardy; urgency=low
+
+  * Fix FTBFS - add libpopt-dev build-dep for same reason as below.
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Tue, 22 Apr 2008 04:41:14 +0200
+
+abiword (2.6.2-0ubuntu2+ppa1) hardy; urgency=low
+
+  * Fix FTBFS - add libglade2-dev dependency that was being pulled
+    in presumably by libgoffice, even though Abi uses it directly
+    itself.
+  * Add poppler-utils to recommends for PDF import.
+  * Remove libgnome2-dev build-dep, not needed since GTK and GNOME
+    versions were merged.
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Tue, 22 Apr 2008 01:48:37 +0200
+
+abiword (2.6.2-0ubuntu2) hardy; urgency=low
+
+  * Removed libgoffice build-dep due to incompatibility with 0.6 and
+    0.4 (libgoffice-0-dev)'s presence only in universe
+  * Removed python-dev build-dep: we never needed it.
+  * Removed libpoppler build-dep: new PDF import plugin uses runtime
+    binaries (pdftotxt or pdftoabw) which should be included with
+    poppler.
+  * Updated control file to always appropriately upgrade plugins.
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Mon, 21 Apr 2008 21:10:09 +0200
+
+abiword (2.6.2-0ubuntu1) hardy; urgency=low
+
+  * New upstream version and associated packaging changes.
+    (LP: #202174) (LP: #36807) (LP: #56694) (LP: #3197)
+  * Updated build dependencies.
+  * Move all plugins without unreasonable dependencies into main
+    abiword package (LP: #24195)
+  * Merge abiword[-gtk], abiword-gnome, abiword-common (LP: #58662)
+  * Use upstream build system to handle installation during package
+    creation.
+  * Eliminated duplicated "desktop" file and icon in debian/misc in
+    favor of upstream.
+  * Copied manpage into debian/misc due to elimination from upstream
+    source.
+  * Ubuntu changes dropped:
+    - debian/patches/01_aaa_fix_plugins_m4.dpatch: not actually
+      applied in previous package, obsoleted by upstream build system.
+    - debian/patches/01_relibtoolize.dpatch: change obsoleted by
+      improvements to upstream build system.
+    - debian/patches/02_no_pedantic_configure.dpatch: change obsoleted
+      by improvements to upstream build system.
+    - debian/patches/09_bad_MANIFEST_omission.dpatch: change obsoleted
+      by improvements to upstream build system.
+    - debian/patches/13_base_strings.dpatch: upstream build system
+      handles strings properly.
+    - debian/patches/15_pt_BR_string_fix.dpatch: obsoleted by upstream
+      string updates.
+    - debian/patches/17_de_string_fix.dpatch: obsoleted by upstream
+      string updates.
+    - debian/patches/03_workaround_for_ots.dpatch: obsoleted by
+      upstream.
+    - debian/patches/10_browser_handling.dpatch: a better, simpler fix
+      is upstream.
+    - debian/patches/11_history_fullpath.dpatch: better, simpler fix
+      is upstream.
+    - debian/patches/18_new_poppler.dpatch: patch no longer applies -
+      plugin rewritten to use poppler binaries at runtime.
+    - debian/patches/poppler06-api.dpatch: patch no longer applies -
+      plugin rewritten to use poppler binaries at runtime.
+  * Added patches:
+    - debian/patches02_add_mimetypes_to_desktop.dpatch: account for
+       import/export support included in the main package now.
+    - debian/patches/03_modify_extras_pkgconfig.dpatch: fix configure
+      of abiword-extras source sub-package against a non-installed
+      AbiWord
+  * Backported important (reliability/crasher) changes from SVN -
+    patch should be removed from a 2.6.3 package. (Upstream
+    revisions 23441, 23443, 23446, 23451, 23453, 23477, 23481, 23482, 23526)
+    - debian/patches/50_backport_pre263.dpatch
+
+ -- Ryan Pavlik <abiryan@ryand.net>  Mon, 21 Apr 2008 18:53:02 +0200
+
+abiword (2.4.6-5) unstable; urgency=low
+
+  * Rebuilt with the new libots-1-0.
+  * Bumped to Standards-Version: 3.7.3.
+  * Fixed various lintian warnings.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sun, 09 Dec 2007 14:21:36 +0900
+
+abiword (2.4.6-4) unstable; urgency=low
+
+  * Sorted out dpatch names.
+     0- : Debian specific
+     20-: Translation related
+     30-: Temporary build fixes.
+  * Rebuilt with libpoppler2, thanks Dmitry E. Oboukhov for build fix!
+     - closes: #452676
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Tue, 04 Dec 2007 16:23:30 +0900
+
+abiword (2.4.6-3) unstable; urgency=low
+
+  * Maintainer upload, acknowledged NMU - closes: #425066
+  * Updated menu section - closes: #445031
+  * Now recommends aspell-dictionary - closes: #447376
+  * Enabled psion plugin again.
+  * Disabled abigochart plugin for now, since its build fails with the current libgoffice-0-5.  I'll investigate this issue later.
+  * Removed a mysterious file named debian/j.  Is this joshk's?
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Mon, 29 Oct 2007 21:26:06 +0900
+
+abiword (2.4.6-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Adjust for current version of poppler. Closes: #425066
+
+ -- Andreas Barth <aba@not.so.argh.org>  Tue,  3 Jul 2007 18:20:08 +0000
+
+abiword (2.4.6-2) unstable; urgency=low
+
+  * Acknowledged NMU - closes: #403352
+  * Now Build-Deps: libgucharmap-dev - closes: #421051
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Fri, 27 Apr 2007 11:43:36 +0900
+
+abiword (2.4.6-1.1) unstable; urgency=low
+
+  * NMU.
+  * Use unversioned build dependency on python-dev instead of python2.3-dev.
+
+ -- Matthias Klose <doko@debian.org>  Sat, 16 Dec 2006 15:48:30 +0100
+
+abiword (2.4.6-1) unstable; urgency=low
+
+  * New upstream release, which means 01_relibtoolize was updated.
+    - Someone got around to fixing a longstanding DocBook support bug,
+      closes: #164683.
+    - FcFini fix merged upstream, patch removed.
+    - Toolbar buttons now scale, closes: #190690
+  * Fix a minor, longstanding typo in abw2html.1. Thanks A Costa.
+    closes: #350352.
+  * Fix a typo in German strings file, closes: #321810
+  * Enable the AbiGOChart plugin (in abiword-plugins-gnome). This allows
+    Gnumeric charts to be pasted into abiword-gnome. closes: #346207
+  * Merge the AbiRSVG plugin into abiword-plugins. librsvg no longer depends
+    on the GNOME library set (as of quite a while ago!)
+  * Make abiword-plugins a Recommends for abiword and abiword-plugins-gnome
+    a Recommends for abiword-gnome. Remove the Suggests for abiword-common
+    that achieve a similar, but erroneous effect. closes: #362470
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed, 29 Nov 2006 02:18:47 -0800
+
+abiword (2.4.5-2) unstable; urgency=medium
+
+  * Fix crash in FcFini(). closes: #388445, #389852
+  * Build-depend on libfreetype6-dev. closes: #381058
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed, 27 Sep 2006 22:56:36 -0700
+
+abiword (2.4.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add startup notification bit for the desktop files. closes: #358494
+  * Merged patches: 17_toolbar_buttons_crash, 16_make_docs_fix
+  * Bump Standards-Version to 3.7.2, no changes required.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Tue, 11 Jul 2006 15:48:51 -0700
+
+abiword (2.4.4-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Acknowledge NMU, thanks Ray. closes: #341201
+  * Definitely rebuild against libenchant1c2a. (I think binNMUs did this for
+    us, but it's our bug). closes: #342806
+  * Resolve circular dependency of abiword-common on abiword | abiword-gnome
+    by lowering it to a Recommends. closes: #340015
+  * Correct a pt_BR string or two. Thanks, Jakson. closes: #344350
+  * Fix some m4 muck in abiword-plugins before autoreconfiguring.
+  * Add copyright information on included library sources (that aren't used
+    anyway, but oh well). closes: #355774
+  * Move online help to /usr/share/doc/abiword-help/html and fix the doc-base
+    file. closes: #333647
+  * Add 16_make_docs.dpatch to fix doc building, which was fixed after 2.4.4
+    was tagged.
+  * Add 17_toolbar_buttons_crash.dpatch to fix notorious Save-button crash
+    on AMD64. closes: #365841, #334382
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed, 10 May 2006 15:42:01 -0700
+
+abiword (2.4.2-1) unstable; urgency=low
+
+  * Works done at Codefest in Malaysia 2006.
+  * New upstream release, long overdue
+  * Acknowledged NMU, thanks jdassen - closes: #338831
+  * Added Build-Dep: libfreetype6-dev - closes: #340260
+  * Added gochart & abigrammar plugins - closes: #345087
+  * Bumped to Standards-Version: 3.6.2.2.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sat,  4 Mar 2006 21:47:40 +0900
+
+abiword (2.4.1-2.1) unstable; urgency=high
+
+  * NMU to produce packages that are installable again in a current pure sid
+    environment. (Closes: #338831)
+  * [debian/control] Bumped the libgsf-1-dev, librsvg2-dev, libwpd8-dev build
+    dependencies to make the libgsf transition; versioned the
+    libaiksaurus-1.2-dev and libaiksaurusgtk-1.2-dev build dependencies to
+    make the libstdc++ allocator transition.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 29 Nov 2005 06:43:02 +0100
+
+abiword (2.4.1-2) unstable; urgency=medium
+
+  * It looks like Depends: abiword-common (${Source-Version}) doesn't hold up
+    when binNMU'd. Fix this (hence urgency medium.)
+  * Add libpoppler-dev to enable PDF rendering for documents.
+  * Enable the excitingly sexy AbiMathView plugin, add libgtkmathview-dev to
+    build-deps, latex-xft-fonts to Recommends for abiword-plugins.
+  * Also enable the 'AbiCollab' plugin.
+  * Remove libpsiconv-dev from build-deps as it isn't new enough for the
+    current AbiWord.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Tue, 18 Oct 2005 16:35:34 -0700
+
+abiword (2.4.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Patch work:
+    - 01_relibtoolize: rediffed, yay automake.
+    - 11_history_fullpath, 13_base_strings: rediffed
+    - 16_msword_importer_fixes, 17_msword_importer_more_fixes: removed (they
+      were HEAD backports)
+    - 18_race_fix.dpatch: removed (also HEAD backport)
+    - 15_manpage_typo.dpatch: merged
+  * Drop the old xfonts-abi package. closes: #327520
+  * Lose no longer used build-dependency on libgal2.2-dev. closes: #332677
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Sat,  8 Oct 2005 00:19:06 -0700
+
+abiword (2.2.10-2) unstable; urgency=medium
+
+  * Patch work:
+    - 18_race_fix: Fix race condition that manifested itself in Word Count,
+      which could (and did, on amd64) cause a nasty infinite loop.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Sun,  2 Oct 2005 23:18:28 -0700
+
+abiword (2.2.10-1) unstable; urgency=high
+
+  * New upstream release.
+  * Includes security fix for RTF buffer overflow exploit. closes: #329839
+    (CAN-2005-2964)
+  * Change build-dependency on libreadline4-dev to libreadline5-dev |
+    libreadline-dev. closes: #326391
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Thu, 29 Sep 2005 11:07:10 -0700
+
+abiword (2.2.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Patch work:
+    - 18_missing_info_files.dpatch (REMOVED): integrated upstream
+    - 06_support_vnd.ms-word.dpatch (REMOVED): integrated upstream
+    - 19_mailmerge_gcc4.dpatch (REMOVED): was a backport.
+  * Correct description for abiword-plugins-gnome - Gnome DB plugin is
+    not available anymore.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Sat, 13 Aug 2005 16:18:34 -0700
+
+abiword (2.2.8-2) unstable; urgency=medium
+
+  * Doh, build-depend on libaiksaurus-1.2-dev!
+  * Bumped Standards-Version to 3.6.2:
+    - Changed Suggests on doc-base to a Recommends.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Mon, 18 Jul 2005 19:23:53 -0700
+
+abiword (2.2.8-1) unstable; urgency=medium
+
+  * The "YOU DO NOT MESS WITH SLEEPING PEOPLE" post-Debconf release.
+  * New upstream release and a rebuild for new enchant, closes: #318212
+  * Add Recommends on aspell-en | aspell6-dictionary, closes: #303332
+  * Clean up generated documents to provide build idempotency, closes: #310892
+  * Fix typo in man page, closes: #300334
+  * Changed Build-Depends on libnautilus2-dev to libgnomeui-dev, thanks
+    Mohammed Adnène Trojette for the patch. closes: #315178
+  * Add doc-base references to abiword-help, closes: #314734
+  * Trash abiword-doc for now, realizing that it's tutorials that are several
+    years old and refer only to the Windows port. closes: #314735
+  * Patch work:
+    - 16_msword_importer_fixes.dpatch: fix regression of crasher bug #218806,
+      patch from CVS-HEAD.
+    - 17_msword_importer_more_fixes.dpatch: allow 0-byte Word documents to
+      be opened without crashing/burning. (What a concept, eh?)
+    - 18_missing_info_files.dpatch: Add .info files to allow docs to build
+      properly, upstream will fix this soon.
+    - 19_mailmerge_gcc4.dpatch: Add a forward declaration for a class to allow
+      building with GCC 4.x.
+    - 12_gcc4_fix.dpatch (REMOVED): alternate fix pushed upstream.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri,  8 Jul 2005 01:40:30 -0700
+
+abiword (2.2.7-3) unstable; urgency=medium
+
+  * Really remove the gnomedb dependencies this time. Thanks Jordi for
+    pointing that out.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri, 15 Apr 2005 13:01:33 -0700
+
+abiword (2.2.7-2) unstable; urgency=medium
+
+  * Disable the GDA plugin because of new libgda2-3 which is incompatible.
+    Also, no one uses it...
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri,  8 Apr 2005 13:25:54 -0700
+
+abiword (2.2.7-1) unstable; urgency=medium
+
+  * Upstream brown paper bag release.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Mon,  4 Apr 2005 17:22:18 -0700
+
+abiword (2.2.6-1) unstable; urgency=medium
+
+  * New upstream release, marked by use of new libwpd8, which fixes 99%
+    of #240895.
+  * This version also sucks much less than 2.2.4 and 2.2.3. closes: #297652
+  * 64-bit compatibility fix pushed upstream, closes: #285085
+  * "Page Setup" crasher fixed upstream, closes: #299201
+  * Locale problems fixed in Debian (not quite clean enough for upstream
+    yet, though.) closes: #264447, #267852
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Sun,  3 Apr 2005 17:22:25 -0700
+
+abiword (2.2.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove aspell-dictionary relationship. closes: #294608
+  * Patch work:
+    - (UPDATED) 01_relibtoolize.dpatch: autotools still suck!
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Sun, 20 Feb 2005 16:36:27 -0800
+
+abiword (2.2.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add dh_installmime -i to get our MIME associations back. Oops!
+  * Patch work:
+    - (ADDED) 01_relibtoolize.dpatch: We got lucky that time. Added back.
+    - (ADDED) 14_comma_subscript.dpatch: Ctrl-, is now a subscript toggle key.
+  * Turn some leading capital letters in Description fields to lowercase,
+    to appease lintian.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed, 19 Jan 2005 00:53:34 -0800
+
+abiword (2.2.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Acknowledge really old NMU, closes: #267199
+  * Patch work:
+    - (REMOVED) 01_relibtoolise.dpatch: Upstream is using a newer automake.
+    - (ADDED): 12_gcc4_fix.dpatch: fixes compile partially on gcc-4.0/amd64
+      (awaiting a better fix for one part), thanks Andreas Jochens.
+      Closes-halfway: #285085
+    - (ADDED): 13_base_strings.dpatch: try 'base' languages before giving up
+      on finding a stringset. (closes: #285753)
+  * Add 'Office' to Categories for GNOME desktop files. closes: #287115
+  * Fix icon paths in desktop files and move abiword_48.png to
+    /usr/share/pixmaps. Thanks Dan Korostelev for the hint about relative
+    icon paths. closes: #284400, #285463
+  * Re-add the Debian menu file by changing dh_installmenu -a to
+    dh_installmenu -i. Oops! closes: #283376
+  * Really really add support for application/vnd.ms-word. Thanks
+    Michael Graham for alerting me to my mistake. (was bug#274643)
+  * Delete the obsoleted AbiWord.desktop.kde.
+  * Ditch the nroff plugin which does absolutely nothing right now.
+    closes: #285464
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Sun, 26 Dec 2004 21:37:42 -0800
+
+abiword (2.2.1-1) unstable; urgency=low
+
+  * Incorporated 2.0.14-2 manpage/changelog changes.
+  * New upstream release.
+  * Patch work:
+    - (UPDATED) 01_relibtoolise.dpatch: autotools still suck
+    - (REMOVED) 11_fix_doc_build.dpatch: merged upstream
+    - (REMOVED) 08_bad_g_prgname.dpatch: merged upstream
+    - (ADDED) 11_history_fullpath.dpatch: Make sure file history always points
+      to absolute paths whenever we can detect it.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri,  3 Dec 2004 20:16:58 -0800
+
+abiword (2.0.14-2) unstable; urgency=low
+
+  * Be a little less rude to Dan Jacobson in -1's changelog entry.
+  * Fix more typos in abw2html.1. closes: #279826
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Thu,  4 Nov 2004 22:08:41 -0800
+
+abiword (2.1.96-1) experimental; urgency=low
+
+  * New upstream development release. Most changes inherited from 2.0.12-1.
+  * Patch work:
+    - (REMOVED) 05_perl_bindings.dpatch: No longer relevant for this version
+    - (REMOVED) 07_page_down_crash.dpatch: Was a backport from this version.
+    - (ADDED) 09_bad_MANIFEST_omission.dpatch: Added fix for build error,
+      committed upstream already.
+    - (CHANGED) 10_browser_handling.dpatch: adapted from 2.0.x patch.
+    - (ADDED) 11_fix_doc_build.dpatch: Adopted to CVS HEAD, fixes
+      documentation build that generated blank HTML.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri, 29 Oct 2004 18:15:43 -0700
+
+abiword (2.0.14-1) unstable; urgency=low
+
+  * I'm now a comaintainer. I think. Add myself to Uploaders.
+      < mhatta_> do you want to be a co-maintainer of abiword?
+      < mhatta_> I'm a MIA in reality, so your help is appreciated
+  * New upstream version fixes:
+    - spontaneous window opening on AbiWord startup, closes: #263707
+    - inability to print grayscale PNGs, closes: #117005, #140025, #256650
+  * Patch work:
+    - (CHANGED) 01_relibtoolise.dpatch: Refresh. Autotools suck.
+    - (ADDED) 06_support_vnd.ms-word.dpatch: Part of the fix for #274643.
+    - (ADDED) 07_page_down_crash.dpatch: Backport from HEAD a crash fix
+      based on a graphics generation race condition that could occur if
+      one pressed Page Down before it finished.
+    - (ADDED) 08_bad_g_prgname.dpatch: Set g_prgname to something that
+      matches the name of the corresponding binary (AbiWord-2.0 in this
+      case, instead of AbiWord.) This allows bug-buddy to grab a stack
+      trace from the right program in case a crash occurs. closes: #243243
+    - (ADDED) 09_browser_handling.dpatch: Improve browser handling (launch
+      console browsers in an x-terminal-emulator, and check for x-www-browser
+      above all.)
+  * Fix grammatical error in abw2html.1. closes: #272604
+  * Also s/\.pl//g; s/\.sh//g in all manpages.
+  * Add abiword as a viewer for application/vnd.ms-word. closes: #274643
+  * Add more mailcap entries for abiword/abiword-plugins, based on the
+    .server file provided by upstream.
+  * Remove upstream-obsoleted ttftool/ttfadmin. Only useful in the
+    pre-Fontconfig days of AbiWord. Since it is no longer installed, this
+    closes: #233321.
+  * Stop shipping the old KDE desktop file. closes: #273217
+  * Install mime-info, applications and desktop files in the common package.
+    There's no sin in letting non-gnomeui apps use them. (Replaces: in
+    abiword-common takes care of transitioning for us.)
+  * Change Recommends: abiword | abiword-gnome to a Depends. By virtue of
+    the problem no longer really existing this closes: #228260
+  * Add a blank postinst file for abiword-common (only containing hashbang +
+    #DEBHELPER#) to potentially ease some upgrades. closes: #270815
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Fri, 29 Oct 2004 17:56:42 -0700
+
+abiword (2.0.10-1.2) unstable; urgency=high
+
+  * Non-Maintainer Upload.
+  * debian/patches/01_relibtoolise.dpatch: damn, I missed the *other*
+    configure script. Abiword's source tarball sucks in many ways...
+    (really closes: #267199).
+
+ -- Jordi Mallach <jordi@debian.org>  Sun, 29 Aug 2004 03:47:46 +0200
+
+abiword (2.0.10-1.1) unstable; urgency=high
+
+  * Non-Maintainer Upload.
+  * High urgency as this is needed for the libexif transition.
+  * debian/patches/01_relibtoolise.dpatch: new, relibtoolise the abi/
+    directory to fix FTBFS in mips (closes: #267199).
+
+ -- Jordi Mallach <jordi@debian.org>  Tue, 24 Aug 2004 22:59:51 +0200
+
+abiword (2.0.10-1) unstable; urgency=high
+
+  * The "Brief Return From The Hell" release.
+  * Maintainer upload.
+  * Acknowledged an NMU, thanks joshk - closes:#259175, #231193, #189539, #259809, #261667, #261003, #215861, #262551
+  * New upstream release
+    - Let's use the released tarball, are you happy, drew? - closes: #217265
+  * Linked abiword.1.gz <-> AbiWord-*2.0*.gz, really - closes: #259039
+  * Moved AbiRSVG plugin to abiword-plugins-gnome - closes: #260648
+  * [copyright] revised.  Not really fixes #258918, but close enough.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Tue, 10 Aug 2004 19:31:14 +0900
+
+abiword (2.0.9-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream stable release. (Closes: #259175)
+      - Resolves for sarge: Print button crash (closes: #259809)
+      - Resolves for sarge: gdk_pixbuf_render_to_drawable() undefined
+        (closes: #261003)
+  * Bump Build-Depends on libgucharmap3 to libgucharmap4. (Closes: #261667)
+  * Link abiword.1.gz <-> AbiWord-2.0.1.gz. (Closes: #259039)
+  * Patch work:
+    - (REMOVED) 01_ia64_build_fix.dpatch: Seems to have been fixed
+      differently upstream.
+    - (ADDED) 04_autosave_default.dpatch: Save backup copies of files every
+      5 minutes by default. (Closes: #231193)
+    - (ADDED) 05_perl_bindings.dpatch: Timestamp issue tickled a desync
+      between the shipped AbiWord.cpp for the Perl bindings, and revealed
+      a missing argument to a findNext function. Rebuild with xsubpp.
+  * abw2html.pl link in abiword-common becomes just 'abw2html' (still
+    points to the abw2html.pl in /usr/share, though.) (Closes: #189539)
+  * Quote entries in the menu file for abiword-common.
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed,  4 Aug 2004 07:34:19 -0700
+
+abiword (2.0.7+cvs.2004.05.05-1) unstable; urgency=low
+
+  * The "God Bless The Child" release.
+  * New upstream release (CVS snapshot).
+  * Removed AbiWord.exe.MANIFEST - closes: #245215
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed,  5 May 2004 22:35:50 +0900
+
+abiword (2.0.6+cvs.2004.04.07-1) unstable; urgency=low
+
+  * The "Ericka" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Wed,  7 Apr 2004 21:44:26 +0900
+
+abiword (2.0.6+cvs.2004.03.28-1) unstable; urgency=low
+
+  * The "Are You Still Dreaming Ever-Free?" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sun, 28 Mar 2004 22:26:19 +0900
+
+abiword (2.0.5+cvs.2004.03.12-1) unstable; urgency=low
+
+  * New upstream release (CVS snapshot).
+  * Do not set --enable-gnome when build plugins - closes: #237270
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Fri, 12 Mar 2004 02:11:21 +0900
+
+abiword (2.0.5+cvs.2004.03.09-1) unstable; urgency=low
+
+  * The "G-Man" release.
+  * New upstream release (CVS snapshot).
+  * Adjusted Sections appropriately.
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Tue,  9 Mar 2004 08:49:52 +0900
+
+abiword (2.0.3+cvs.2004.02.22-1) unstable; urgency=low
+
+  * The "Captain Buckles" release.
+  * New upstream release (CVS snapshot).
+  * Tweaked the order of build options - closes: #231337
+  * Now can be buildable on NFS-mounted fs - closes: #231315
+  * Set debhelpers -i and -a - closes: #226081
+  * Now psion plugin sorta works - closes: #220316, #217611
+  * Fixed description - closes: #229639, #228771
+  * Built with sane tar - closes: #232382
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sun, 22 Feb 2004 04:34:10 +0900
+
+abiword (2.0.3+cvs.2004.02.07-1) unstable; urgency=low
+
+  * New upstream release (CVS snapshot).
+  * [control] changed Maintainer field.
+  * Acknowledged NMUs, thank you folks - closes: #223606, #226102
+
+ -- Masayuki Hatta (mhatta) <mhatta@debian.org>  Sat,  7 Feb 2004 20:12:40 +0900
+
+abiword (2.0.1+cvs.2003.11.07-2.2) unstable; urgency=low
+
+  * NMU
+  * add libenchant-dev to Build-Depends: (closes: #226102)
+
+ -- Rene Engelhard <rene@debian.org>  Sun,  4 Jan 2004 16:53:59 +0100
+
+abiword (2.0.1+cvs.2003.11.07-2.1) unstable; urgency=low
+
+  * NMU from Minneapolis BSP.
+  * Rebuit against new libwmf. (Closes: #223606)
+
+ -- Scott Dier <sdier@debian.org>  Sat, 13 Dec 2003 19:41:23 -0600
+
+abiword (2.0.1+cvs.2003.11.07-2) unstable; urgency=low
+
+  * Rebuilt with libwpd4.
+  * Disabled perl binding since it doesn't build with Perl 5.8.2. *sigh*
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 10 Nov 2003 18:40:59 +0900
+
+abiword (2.0.1+cvs.2003.11.07-1) unstable; urgency=low
+
+  * The "Muffin Man" release.
+  * New upstream release (CVS snapshot)
+     - Now uses STABLE branch - closes: #217265
+  * Now depends on libwpd3 - closes: #219491
+  * Now printing in non-GNOME version works - closes: #214016, #214836
+  * Now garbages don't enter when you paste from emacs - closes: #206759
+  * Now Abi survives when HT Text plugin is disabled - closes: #201430
+  * Now Abi survives when the view is changed - closes: #203616, #218726
+  * Now Abi survives when the ruler is removed - closes: #213519
+  * Now Abi survives when you push F11 - closes: #215434
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri,  7 Nov 2003 11:38:50 +0900
+
+abiword (2.0.0+cvs.2003.10.29-1) unstable; urgency=low
+
+  * The "Blame It On Cain" release.
+  * New upstream release (CVS snapshot).
+  * Acknowledged NMU, thanks Jordi - closes: #216171, #216235, #213660
+  * New package: abiword-doc contains a manual and tutorials.
+  * New package: abiword-help contains online help - closes: #166145, #204142, #207551
+  * New package: abiword-plugins-gnome contains plugins which depend on GNOME libraries - closes: #211754
+  * New package: xfonts-abi provides a dummy package for smooth upgrade - closes: #192056
+  * Built with libenchant1, and now spell checker does nothing when
+    dictionary for specified language is not available - closes: #204143, #204264
+  * Now abiword-gnome depends on libgucharmap3 - closes: #212727
+  * This is actually 2.1.0+, but I'll package the stable 2.0.1 when it is
+    ready, thus stick with calling 2.0.0 for a while.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 29 Oct 2003 20:31:14 +0900
+
+abiword (2.0.0+cvs.2003.09.25-1.1) unstable; urgency=low
+
+  * Non-Maintainer Upload.
+  * Rebuild against the new libwpd-dev which changed soname (closes: #216171).
+  * debian/patches/01_ia64_build_fix.dpatch: add more fixes for ia64 and
+    alpha (thanks Bdale; closes: #213660).
+
+ -- Jordi Mallach <jordi@debian.org>  Fri, 17 Oct 2003 13:18:30 +0200
+
+abiword (2.0.0+cvs.2003.09.25-1) unstable; urgency=low
+
+  * The "I HATE IA64" release.
+  * New upstream release (CVS snapshot).
+  * Applied Matt Kraai's IA64 build fix patch again - closes: #211060
+  * Built with the new libgucharmap3 - closes: #212635, #212385, #200910
+  * Built with the sane g++-3.3, now Insert -> Table works
+     - closes: #211196, #208579, #211624
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 25 Sep 2003 09:44:50 +0900
+
+abiword (2.0.0+cvs.2003.09.15-2) unstable; urgency=low
+
+  * Linked with the sane libwpd0.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 15 Sep 2003 16:22:00 +0900
+
+abiword (2.0.0+cvs.2003.09.15-1) unstable; urgency=low
+
+  * The "Zazueira" release.
+  * New upstream release (CVS snapshot).
+  * Applied Matt's patch to fix ia64 build problem - closes: #207902
+  * Now uses dpatch.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 15 Sep 2003 10:41:30 +0900
+
+abiword (1.99.5+cvs.2003.08.30-1) unstable; urgency=low
+
+  * The "September Song" release.
+  * New upstream release (CVS snapshot).
+  * Updated es-ES.po - closes: #207527
+  * Build fix for ia64, thanks Matt - closes: #207682
+  * Bumped Standards-Version to 3.6.0.
+  * abiword.application -> abiword.applications.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat, 30 Aug 2003 06:36:37 +0900
+
+abiword (1.99.5+cvs.2003.08.28-1) unstable; urgency=low
+
+  * The "Misty" release.
+  * New upstream release (CVS snapshot).
+  * Fixed in the upstream - closes: #149797, #200359, #207369
+  * More rigorous GNOME support - closes: #194756, #197351, #186850
+  * Added Build-Depends: libpng12-dev.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 28 Aug 2003 17:01:51 +0900
+
+abiword (1.99.5+cvs.2003.08.27-1) unstable; urgency=low
+
+  * The "Bantu Penda" release.
+  * New upstream release (CVS snapshot).
+  * Disabled imagemagick plugin explicitly (by the upstream's request).
+  * Enabled ots plugin.
+  * Fixed typos in description (thanks Jens Seidel).
+  * Now depends on python2.3 - closes: #204760, #205823
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 27 Aug 2003 15:51:53 +0900
+
+abiword (1.99.2+cvs.2003.07.10-1) unstable; urgency=low
+
+  * The "Sister Caroline" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 10 Jul 2003 16:30:57 +0900
+
+abiword (1.99.1+cvs.2003.07.03-1) unstable; urgency=low
+
+  * The "Selim" release.
+  * New upstream release (CVS snapshot).
+  * Now 'Insert Symbol' works - closes: #181289
+  * Now buildable - closes: #198874
+  * Rebuilt with proper libraries - closes: #198180, #196333
+  * Now claims "Word Processor" prominently in menu - closes: #197376
+
+ -- Masayuki Hatta <mhatta@po.airs.net>  Thu,  3 Jul 2003 00:38:32 +0900
+
+abiword (1.9.0+cvs.2003.05.10-1) unstable; urgency=low
+
+  * The "Sungi Mungi" release.
+  * New upstream release (CVS snapshot).
+  * libwpd0 is now available in unstable - closes: #191944
+  * Fixed in the upstream - closes: #186942
+  * Fixed a typo in .server - closes: #192514
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat, 10 May 2003 09:54:34 +0900
+
+abiword (1.9.0+cvs.2003.05.03-2) unstable; urgency=low
+
+  * Really linked with libwpd0.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun,  4 May 2003 12:45:27 +0900
+
+abiword (1.9.0+cvs.2003.05.03-1) unstable; urgency=low
+
+  * The "Gumbo Filet" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat,  3 May 2003 20:54:25 +0900
+
+abiword (1.9.0+cvs.2003.04.24-1) unstable; urgency=low
+
+  * The "Dementia" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 24 Apr 2003 00:52:41 +0900
+
+abiword (1.9.0+cvs.2003.04.20-1) unstable; urgency=low
+
+  * The "Hippy Dip" release.
+  * New upstream release (CVS snapshot).
+  * Fixed in the upstream - closes: #188650
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 20 Apr 2003 20:27:22 +0900
+
+abiword (1.1.4+cvs.2003.04.17-1) unstable; urgency=low
+
+  * The "Jeepers Creepers" release.
+  * New upstream release (CVS snapshot).
+  * Bumped to Standards-Version: 3.5.9.
+  * Fixed in the upstream - closes: #181286, #146060, #152397
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 17 Apr 2003 21:47:36 +0900
+
+abiword (1.1.4+cvs.2003.04.10-1) unstable; urgency=low
+
+  * The "Bennie's Diggin'" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 10 Apr 2003 14:25:01 +0900
+
+abiword (1.1.4+cvs.2003.04.01-1) unstable; urgency=low
+
+  * The "Root Down (and Get It)" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue,  1 Apr 2003 20:23:24 +0900
+
+abiword (1.1.4+cvs.2003.03.25-1) unstable; urgency=low
+
+  * The "The MIghty Burner" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 25 Mar 2003 03:18:28 +0900
+
+abiword (1.1.3+cvs.2003.03.18-1) unstable; urgency=low
+
+  * The "One Finger Snap" release.
+  * New upstream release (CVS snapshot).
+  * Rebuilt with new libgal2.0-1 - closes: #185231
+  * Now installs manpages - closes: #174619, #174683
+  * Added Replaces: abiword-common (<< 1.1.3+cvs.2003.03.13-1) to abiword and abiword-gnome - closes: #185210
+  * Fixed in the upstream - closes: #180955, #181285, #181326
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 18 Mar 2003 11:21:48 +0900
+
+abiword (1.1.3+cvs.2003.03.13-1) unstable; urgency=low
+
+  * The "Workin' On A Groovy Thing" release.
+  * New upstream release (CVS snapshot).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 13 Mar 2003 13:34:01 +0900
+
+abiword (1.1.3+cvs.2003.03.10-1) unstable; urgency=low
+
+  * The "It's Too Late" release.
+  * New upstream release (CVS snapshot).
+  * Added Depends: gsfonts - closes: #182619, #180624, #180887
+  * -gnome is back now - closes: #182242
+  * Added kderemove tag to abiword-common.menu - closes: #181549
+  * Now installs MIME entries - closes: #181430
+  * Now removes defoma leftover - closes: #179795
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 10 Mar 2003 13:54:43 +0900
+
+abiword (1.1.3+cvs.2003.02.04-2) unstable; urgency=low
+
+  * Fixed confused Conflicts: - closes: #179834, #179891
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 10 Feb 2003 01:57:02 +0900
+
+abiword (1.1.3+cvs.2003.02.04-1) unstable; urgency=low
+
+  * The "That's The Groovy Thing" release.
+  * New upstream release (CVS snapshot).
+  * Now abiword doesn't have any binary-all packages - closes: #167578
+  * Now can read this doc file - closes: #176299
+  * Added menu entries - closes: #179289, #179302
+  * Now Provides: abiword-gtk, abiword-gnome - closes: #179633
+  * Seems this bug has gone - closes: #157862
+  * Not reproducible, if persists please reopen - closes: #163960, #172507, #172510, #172511
+  * I don't think this is a bug - closes: #172509
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue,  4 Feb 2003 00:53:54 +0900
+
+abiword (1.1.3+cvs.2003.01.31-1) unstable; urgency=low
+
+  * The "Transition" release.
+  * Now uses CVS HEAD(the development branch).  Well, it's still
+    somewhat shaky, but rapidly maturing.  Bug reports are welcome.
+  * Before bitching me, think what "sid" is all about.
+  * Now installable - closes: #177357, #177447, #178198, #178064, #176179
+  * Now uses fontconfig, so these bugs are gone
+      - closes: #134451, #139045, #145317, #145332, #147992, #150552, #153447, #160380, #175215, #162714, #165120, #172205, #142558, #160380, #168916, #171788, #144132, #163761
+  * Now uses libxml2, so this bug is gone - closes: #143942
+  * Now AbiWord uses new GNU aspell, so these bugs shold be gone - closes: #162302, #162534, #166361
+  * Seems AbiWord uses GNOME's default browser - closes: #174306
+  * Now fixed (or possibly fixed) in the upstream - closes: #171069, #146061, #137414, #161149, #167866, #178092, #148330
+  * Thanks, but not needed anymore - closes: #174737
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 31 Jan 2003 02:43:28 +0900
+
+abiword (1.0.4+cvs.2002.11.22-1) unstable; urgency=low
+
+  * The "These Foolish Things" release.
+  * New upstream release (CVS snapshot).
+  * Built with libgal21 - closes: #169582
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 22 Nov 2002 13:23:04 +0900
+
+abiword (1.0.3+cvs.2002.11.04-1) unstable; urgency=low
+
+  * The "Watch What Happens" release.
+  * New upstream release (CVS snapshot).
+  * Oops, libgal20 doesn't exist in sid - closes: #167627
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon,  4 Nov 2002 19:42:07 +0900
+
+abiword (1.0.3+cvs.2002.11.03-1) unstable; urgency=low
+
+  * The "You And The Night And The Music" release.
+  * New upstream release (CVS snapshot).
+  * Well, I should have stated that's in abiword-common - closes: #165709
+  * Build-Depends: automake1.4 - closes: #166383
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun,  3 Nov 2002 01:16:51 +0900
+
+abiword (1.0.3+cvs.2002.09.06-1) unstable; urgency=low
+
+  * The "Lies" release.
+  * New upstream release (CVS).
+  * Bumped Standards-Version to 3.5.7.
+  * Enabled Perl bindings again.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri,  6 Sep 2002 14:03:54 +0900
+
+abiword (1.0.2+cvs.2002.08.31-1) unstable; urgency=low
+
+  * The "Blue Drag" release.
+  * New upstream release (CVS).
+  * Disabled Perl bindings.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat, 31 Aug 2002 18:27:50 +0900
+
+abiword (1.0.2+cvs.2002.08.30-1) unstable; urgency=low
+
+  * The "Everybody's Cryin' Mercy" release.
+  * New upstream release (CVS).
+  * Well, let's built with libpng2 for a while - closes: #158401
+  * Built with gdk-pixbuf in unstable - closes: #157833, #158259, #158262
+  * Acknowledged NMU(actually done by me ;-) - closes: #157807
+  * Disabled perl binding.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 30 Aug 2002 10:43:04 +0900
+
+abiword (1.0.2+cvs.2002.08.21-1) unstable; urgency=low
+
+  * The "Expensive Shit" release.
+  * New upstream release (CVS).
+  * Fixed in the upstream - closes: #156808
+  * Added Build-Depends: libungif4-dev - closes: #157048
+  * Removed build dependency on libmagick5-dev, libmagick5++-dev and libwmf-dev.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 21 Aug 2002 12:33:29 +0900
+
+abiword (1.0.2+cvs.2002.08.10-1) unstable; urgency=low
+
+  * The "Truckin'" release.
+  * New upstream release (CVS).
+  * Added OpenWriter plugin.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat, 10 Aug 2002 10:37:15 +0900
+
+abiword (1.0.2+cvs.2002.07.30-1) unstable; urgency=low
+
+  * The "Do You Know What It Means To Miss New Orleans" release.
+  * New upstream release (CVS).
+  * Now abiword-common pre-depends on defoma - closes: #153292
+  * Added aspell-en to Depends - closes: #153264
+  * The priority of -gnome is now set to 35(and -gtk is set to 30), which
+    means in case -gnome is installed, /usr/bin/AbiWord_d should be always
+    symlinked to /usr/bin/AbiWord_d.gnome unless you changed it explicitly
+    by using /usr/sbin/update-alternatives - closes: #151043
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 30 Jul 2002 19:50:32 +0900
+
+abiword (1.0.2+cvs.2002.07.15-1) unstable; urgency=low
+
+  * The "Iko Iko" release.
+  * New upstream release (CVS).
+  * Seems these bugs are gone...if not please reopen - closes: #146654, #146875, #149771
+  * Improved description - closes: #151358
+  * Removed dependencies for aspell-* except aspell-dictionary - closes: #152618
+  * Now uses nextgen.sh for building plugins(suggested by fjf).
+  * Revised README.Debian.
+  * Removed more leftover directories.  Tried to shut linda up, quite
+    unsuccessfully...
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat,  6 Jul 2002 12:16:06 +0900
+
+abiword (1.0.2+cvs.2002.06.19-1) unstable; urgency=low
+
+  * The "Got A Good Thing Goin'" release.
+  * Rebuilt with libesd0 from sid - closes: #150320
+  * Fixed Build-Depends: - closes: #150282, #150312
+  * Included non-Latin1 help docs - closes: #150379
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 19 Jun 2002 14:22:50 +0900
+
+abiword (1.0.2+cvs.2002.06.17-1) unstable; urgency=low
+
+  * The "Moon In June" release.
+  * New upstream release (CVS).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 17 Jun 2002 21:54:11 +0900
+
+abiword (1.0.2+cvs.2002.06.12-1) unstable; urgency=low
+
+  * The "Doin' The Thing" release.
+  * New upstream release (CVS).
+  * Added aiksaurus plugin.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 12 Jun 2002 13:20:53 +0900
+
+abiword (1.0.2+cvs.2002.06.05-1) unstable; urgency=low
+
+  * The "I'm Your Puppet" release.
+  * New upstream release (CVS).
+  * Added Categories entry to AbiWord.desktop.gnome - closes: #148744
+  * Moved credits.* into abiword-common - closes: #148889
+  * Added tt_unregister routine to abiword-common.defoma.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed,  5 Jun 2002 21:41:07 +0900
+
+abiword (1.0.1+cvs.2002.05.30-1) unstable; urgency=low
+
+  * The "A Smooth One" release.
+  * New upstream release (CVS).
+  * Disabled freetrans plugin since it doesn't work now.
+  * Now install *.oaf under /usr/share/oaf (suggested by MG, thanks).
+  * Fixed a typo in abiword-common.defoma.
+  * Now Depends: psfontmgr.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 30 May 2002 19:20:18 +0900
+
+abiword (1.0.1+cvs.2002.05.24-1) unstable; urgency=low
+
+  * The "Play It Back" release.
+  * New upstream release (CVS).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 24 May 2002 20:18:28 +0900
+
+abiword (1.0.1+cvs.2002.05.06-1) unstable; urgency=high
+
+  * The "I Heard It Through The Grapevine" release.
+  * New upstream release (CVS).
+  * Added Japanese template.
+  * Added gdict plugin.
+  * Fixed abiword-common.menu - closes: #145858, #145425
+  * Tightened dependency between abiword packages - closes: #145875
+  * Seems fixed in the upstream - closes: #144005
+  * Set urgency to high - would be nice if we have this one in woody.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon,  6 May 2002 09:13:33 +0900
+
+abiword (1.0.0+cvs.2002.04.28-2) unstable; urgency=high
+
+  * Oops, defoma-app returns value 1 - closes: #144930
+  * Removed american.hash - closes: #144886
+  * This one really should go into woody *SIGH*
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 29 Apr 2002 10:23:32 +0900
+
+abiword (1.0.0+cvs.2002.04.28-1) unstable; urgency=high
+
+  * The "Don't Keep Me Wonderin'" release.
+  * New upstream release (CVS).
+  * Cosmetic changes only  - hope they don't cause any serious problem.
+  * Purge old abiword configuration - closes: #144215
+  * Fixed menu hint - closes: #144281
+  * Check whether XF86Config-4 exists - closes: #144423
+  * Set urgency to high, since this one should go into woody.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 28 Apr 2002 15:17:07 +0900
+
+abiword (1.0.0+cvs.2002.04.21-1) unstable; urgency=low
+
+  * The "Now's The Time" release.
+  * New upstream release (CVS).
+  * Fixed Spanish template - closes: #143754
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 21 Apr 2002 10:38:44 +0900
+
+abiword (0.99.5+cvs.2002.04.17-1) unstable; urgency=low
+
+  * The "A Change Is Gonna Come" release.
+  * New upstream release (CVS).  This is actually RC1.
+  * Sueggests: aspell-* - closes: #143078
+  * Suppressed defoma messages - closes: #142933
+  * The upstream discarded the old help, so I don't need to include new one
+    to abiword-docs.  So abiword-doc/help is removed.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 16 Apr 2002 23:52:29 +0900
+
+abiword (0.99.5+cvs.2002.04.12-1) unstable; urgency=low
+
+  * The "I Believe My Time Ain't Long" release.
+  * New upstream release (CVS).
+  * Patch for building on s390 accepted by the upstream - closes: #142402
+  * Make sure the old /var/lib/defoma/abiword.d is removed - closes: #142425
+  * abiword-doc/XHTML is obsoleted, now install abiword-doc/help instead - closes: #139642
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 12 Apr 2002 10:52:22 +0900
+
+abiword (0.99.5+cvs.2002.04.11-1) unstable; urgency=low
+
+  * The "Don't Explain" release.
+  * New upstream release (CVS).
+  * Hopefully this release can be built on ppc - closes: #140758
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 11 Apr 2002 01:09:30 +0900
+
+abiword (0.99.3+cvs.2002.04.04-1) unstable; urgency=low
+
+  * The "Life's Backward Glance" release.
+  * New upstream release (CVS).
+  * Added some more plugins.
+  * Added some notes about running it on remote machines - closes: #59267, #102764, #139086
+  * Commented out zh-HK stuff - closes: #140932
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu,  4 Apr 2002 09:00:25 +0900
+
+abiword (0.99.3+cvs.2002.04.01-1) unstable; urgency=low
+
+  * The "April Fool" release.  Well, this is an Eric Dolphy tune ;-)
+  * New upstream release (CVS).
+  * Refined description - closes: #140607
+  * Refined copyright - closes: #140636
+  * BTW, the distribution of AbiWord by Debian is already acknowledged
+    by the upstream, so this is the "official" or at least "semi-official"
+    product of AbiWord for Debian.  I think we can call it AbiWord anyway.
+    Man, who cares ;-)
+  * Added Brazilian Portuguese templates - closes: #140410
+  * Fixed in the upstream - closes: #134054, #139646
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon,  1 Apr 2002 08:39:46 +0900
+
+abiword (0.99.3+cvs.2002.03.28-1) unstable; urgency=low
+
+  * The "Out-Bloody-Rageous" release.
+  * New upstream release (CVS).
+  * Added missing Build-Depends: libgnome-vfs-dev - closes: #140253
+  * Added a workaround for building arm, ppc and s390 - closes: #127007
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 28 Mar 2002 13:18:32 +0900
+
+abiword (0.99.3+cvs.2002.03.27-1) unstable; urgency=low
+
+  * The "Foolin' Myself" release.
+  * New upstream release (CVS).
+  * Added missing Build-Depends: libgal-dev.
+  * Changed package name "abiword" to "abiword_common" in
+    abiword-common.defoma.
+  * Added Depends: abiword-{gtk,gnome} to abiword dummy package.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 27 Mar 2002 09:01:19 +0900
+
+abiword (0.99.3+cvs.2002.03.25-1) unstable; urgency=low
+
+  * The "To Lay Me Down" release.
+  * New upstream release (CVS).
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 25 Mar 2002 18:05:52 +0900
+
+abiword (0.99.3+cvs.2002.03.24-4) unstable; urgency=low
+
+  * Disabled magick plugin since libmagick5 depends on libwmf0.2-2 which in
+    turn depends on libxml2.  *SIGH* - closes: #139638, #135923, #139399
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 24 Mar 2002 16:16:19 +0900
+
+abiword (0.99.3+cvs.2002.03.24-3) unstable; urgency=low
+
+  * Added missing Build-Depends: libgnome-dev.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 24 Mar 2002 13:33:53 +0900
+
+abiword (0.99.3+cvs.2002.03.24-2) unstable; urgency=low
+
+  * Oops, conflicting aspell-dictionary was actually a bad idea -
+    removed and stated in README.Debian instead.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 24 Mar 2002 08:51:42 +0900
+
+abiword (0.99.3+cvs.2002.03.24-1) unstable; urgency=low
+
+  * The "Who Cares?" release.
+  * New upstream release (CVS).
+  * Made a dirty workaround to cope with Autoconf 2.53 - closes: #139445
+  * Not reproducible, seems fixed in the upstream? - closes: #117614
+  * Weird...when aspell-en is installed, -gtk freezes as the submitter
+    reported.  Maybe the upstream pspell-related code bug, but I added
+    Conflicts: aspell-dictionary for the time being - closes: #139367
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 24 Mar 2002 00:27:58 +0900
+
+abiword (0.99.3+cvs.2002.03.22-1) unstable; urgency=low
+
+  * The "What A Diff'rence A Day Made'" release.
+  * New upstream release (CVS).
+  * Added Build-Depends: autotools-dev.  config.{guess,sub} are now
+    updated from /usr/share/misc at build time.
+  * Now Depends: libpspell-ispell1 | aspell-dictionary - closes: #139448
+  * Debian's gnome-print uses libxml1 while libwmf0.2-2 uses libxml2.
+    This is where it all began.  Anywise, just removing
+    --with-libwmf fixed this long-standing annoying
+    print-preview bug - closes: #135585, #137847, #138996
+  * But this made HTML plugin unusable, so disabled.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 22 Mar 2002 19:48:29 +0900
+
+abiword (0.99.3+cvs.2002.03.21-1) unstable; urgency=low
+
+  * The "Don't Blame Me, Take 2" release.
+  * New upstream release (CVS).
+  * Wow, Bi-di is back.  Enabled - closes: #121407
+  * Depends: -> Recommends: abiword-gtk | abiword-gnome.
+  * Added "Recommends: psfontmgr, x-ttcidfont-conf".
+  * Added "Suggests: xfs".
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 21 Mar 2002 09:32:59 +0900
+
+abiword (0.99.3+cvs.2002.03.18-1) unstable; urgency=low
+
+  * The "But Not For Me" release.
+  * New upstream release (CVS).
+  * Made symlinks of fonts in /usr/X11R6/lib/X11/fonts/Type1 and
+    generates fonts.{dir,scale} - closes: #138491
+  * The change above should fix this one, too - closes: #138193
+  * Added ABIWORD_BINARY feature(explained in README.Debian) - closes: #138277
+  * Don't show debconf note if /etc/X11/XF86Config-4 contains "type1" - closes: #135764
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 18 Mar 2002 09:28:34 +0900
+
+abiword (0.99.2+cvs.2002.03.15-1) unstable; urgency=low
+
+  * The "Well, You Needn't" release.
+  * New upstream release (CVS).
+  * Fixed in the upstream (Bug 2780) - closes: #137412
+  * Now depends on libpspell-ispell1 to make sure at least en-US spell
+    checker works - closes: #137413, #136883
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 15 Mar 2002 17:00:00 +0900
+
+abiword (0.99.2+cvs.2002.03.13-1) unstable; urgency=low
+
+  * The "Don't Blame Me" release.
+  * New upstream release (CVS).
+  * Removed entries for text/plain and text/html from mime - closes: #136120
+  * Added French template - closes: #136109
+  * Added Spanish template - closes: #136364
+  * Added Russian template - closes: #137160
+  * Added German template - closes: #137213
+  * Added a little FAQ about Debianized abiword package.  Questions are welcome!
+  * Now Recommends: abiword-doc & abiword-plugin - closes: #135987, #138007
+    (You need abiword-doc to see credits, and abiword-plugin to read HTML)
+  * Moved KDE menu hints - closes: #137740
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 13 Mar 2002 13:37:59 +0900
+
+abiword (0.99.2+cvs.2002.02.25-3) unstable; urgency=low
+
+  * Fixed manpage problem - closes: #135783
+  * Added Conflicts: abiword (<< 0.99.2) to xfonts-abi - closes: #135883
+  * Changed abiword dummy's arch to any - closes: #135726
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 26 Feb 2002 23:21:44 +0900
+
+abiword (0.99.2+cvs.2002.02.25-2) unstable; urgency=low
+
+  * Added Build-Depends: libtool - closes: #135685
+  * Added Conflicts: abiword (<< 0.99.2) to abiword-doc - closes: #135682
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 26 Feb 2002 01:46:15 +0900
+
+abiword (0.99.2+cvs.2002.02.25-1) unstable; urgency=low
+
+  * The "Look Ma, I'm Cryin'" release.
+  * New upstream release (CVS).
+  * Show notes about Type1 font during the installation - closes: #121223, #134451
+  * Call update-alternatives --auto when removed - closes: #135607
+  * Not reproducible, seems fixed in the upstream? - closes: #122912
+
+ -- Masayuki Hatta <mhatta@debian.org>  Mon, 25 Feb 2002 11:35:20 +0900
+
+abiword (0.99.2+cvs.2002.02.23-1) unstable; urgency=low
+
+  * The "Tons Of Sobs" release.
+  * New upstream release (CVS).
+  * Divided into several packages.  Notably,
+     abiword-doc - closes: #130002
+     abiword-gnome - closes: #122565, #52944, #113540
+     xfonts-abi - closes: #57322
+  * I think I can assume these bug has been fixed - closes: #52278
+  * No reply from the submitter, assumes this bug has been fixed - closes: #129963
+  * Linked with expat...this is a workaround, but fixes this annoying
+    strings problem - closes: #134479, #134483, #135191
+  * This bug is not present in 0.99.1+, explained to the submitter - closes: #134835, #135043
+  * Pasting works in this version - closes: #134750
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sat, 23 Feb 2002 22:29:22 +0900
+
+abiword (0.99.1+cvs.2002.02.18-1) unstable; urgency=low
+
+  * New upstream release (CVS).
+  * Added GNOME/KDE menu files - closes: #117812, #110089, #109708, #64772
+  * Now AbiWord can handle RTF files properly - closes: #120106, #42703
+  * No GNOME support yet, though.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Tue, 19 Feb 2002 06:32:09 +0900
+
+abiword (0.99.1+cvs.2002.02.17-2) unstable; urgency=low
+
+  * Added libpspell-ispell-dev to Build-Depends - closes: #134337
+  * Now Recommends: libpspell-ispell1 | aspell-en.
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 17 Feb 2002 13:31:03 +0900
+
+abiword (0.99.1+cvs.2002.02.17-1) unstable; urgency=low
+
+  * New upstream release (CVS).
+  * Daily update of the fat stuff - sorry for downloaders!
+  * Now I understand what "pspell support" really means...
+  * What we need now is aspell-en, not ispell-dictionary - closes: #134334
+  * I think most of spell checker problem has gone since spell checking is now
+    done via pspell. if not please reopen - closes: #108980, #111586
+  * If you want to check Espanol spelling, try aspell-es - closes: #123331
+  * When I tested examples/Unicode1.abw.gz today, seems unrecognized UTF8
+    characters are mapped to "o".  I think this is a sane behavior - closes: #63321
+  * Now abiword says "Error importing file foobar.doc" in such cases,
+    that's also a sane behavior - closes: #134052
+
+ -- Masayuki Hatta <mhatta@debian.org>  Sun, 17 Feb 2002 10:32:31 +0900
+
+abiword (0.99.1+cvs.2002.02.16-1) unstable; urgency=low
+
+  * New maintainer: Masayuki Hatta <mhatta@debian.org> - closes: #133016
+  * Thank you aaronl, foka, Jan and Joy!
+  * Switched to CVS snapshot.  That's (slightly) better.
+  * abiword doesn't depend on expat anymore (libxml2 only).
+  * Enabled Perl scripting support.
+  * Disabled Bi-di support (now can be built, but still doesn't work).
+  * /var/lib/defoma/abiword.d/dirs/zh-CW should be zh-TW, of course...
+  * Added preliminary zh-HK support.
+  * Fixed typo in abiword.defoma - closes: #133929, #134074, #134107
+  * Fixed ttftool problem (which affect ttf-thryomanes, etc.) - closes: #133921
+  * Fixed in the upstream - closes: #95305
+  * Not reproducible, seems fixed in the upstream? - closes: #111587
+  * Not reproducible, seems fixed in nautilus? - closes: #126874
+  * Forgot to close - closes: #94566
+  * Acknowledged NMU - closes: #129314, #133856, #122341, #127268, #128240, #129610, #131713, #93271, #113461, #114513, #119985, #121307, #130392, #130209, #133535
+
+ -- Masayuki Hatta <mhatta@debian.org>  Fri, 15 Feb 2002 09:29:38 +0900
+
+abiword (0.9.6.1-0.2) unstable; urgency=low
+
+  * NMU.
+  * Added Build-Depends: libltdl3-dev - closes: #133856
+  * This package doesn't make a symlink anymore - closes: #93271
+  * Copy and paste seems work now...if not please reopen - closes: #127268
+
+ -- Masayuki Hatta <mhatta@debian.org>  Thu, 14 Feb 2002 15:02:46 +0900
+
+abiword (0.9.6.1-0.1) unstable; urgency=low
+
+  * NMU.
+  * New upstream release. - closes: #130392, #130209
+  * Seems wv package doesn't provide files for development, so uses supplied
+    one for now.
+  * Seems Perl scripting support and bi-directional support are broken
+    and can not be built, so disabled for now.
+  * Seems it doesn't depend on libstdc++3 anyway, even if Build-Conflicts is
+    removed(fixed at libgtk1.2?).
+  * Rewrote and cleaned up debian/rules.
+  * Completed defoma support.
+  * Enabled pspell support.
+  * Enabled libjpeg support.
+  * Enabled libwmf support.
+  * No GNOME support yet.
+  * Several manpages are missing.  Someone should write it.
+  * (Almost) Lintian-free.
+  * Assume these are fixed...if not please reopen - closes: #121307, #128240, #131713
+  * Seems fixed - closes: #119985
+  * Included ttftool and ttfadmin.sh - closes: #122341
+  * Install mime entry - closes: #133535
+  * This version of abiword can handle it - closes: #129610
+  * "Recommends: ispell-dictionary" must have fixed it - closes: #113461
+  * Get'em defomized! - closes: #114513
+
+ -- Masayuki Hatta <mhatta@debian.org>  Wed, 13 Feb 2002 19:14:50 +0900
+
+abiword (0.9.5-1.1) unstable; urgency=low
+
+  * NMU
+  * Add -ffunction-sections for hppa.  Closes: #129314.
+
+ -- LaMont Jones <lamont@debian.org>  Sun, 27 Jan 2002 02:23:47 -0700
+
+abiword (0.9.5-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Wed, 21 Nov 2001 14:59:03 -0800
+
+abiword (0.9.4.1-6) unstable; urgency=low
+
+  * Build-Conflicted on most architectures with libstdc++3 as a workaround
+    for the libstd++3 dependencies.
+    The real cause of the problem is GTK bug #118221. (Closes: #118705)
+  * Correct path to help (Closes: #117844)
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Mon, 12 Nov 2001 22:45:46 -0800
+
+abiword (0.9.4.1-5) unstable; urgency=high
+
+  * Rebuild against the new expat, which UNEXPECTEDLY BROKE BINARY COMPATIBILITY
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Mon, 22 Oct 2001 16:24:05 -0700
+
+abiword (0.9.4.1-4) unstable; urgency=low
+
+  * Fix Chinese input (Closes: #113610)
+  * Resize menu icon to appropriate dimensions (Closes: #110043)
+  * Remove README symlink. It wasn't relevant. (Closes: #114560)
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Tue,  9 Oct 2001 23:04:36 -0700
+
+abiword (0.9.4.1-3) unstable; urgency=low
+
+  * Fix lintian complaints
+  * Move help to /usr/share/doc/abiword
+  * add +x bit to configure scripts before trying to run them
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Thu,  4 Oct 2001 08:12:39 -0700
+
+abiword (0.9.4.1-2) unstable; urgency=low
+
+  * Use autoconf-based build system. Should fix MIPS. (Closes: #108986)
+  * Add better error output to wrapper script
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Wed,  3 Oct 2001 23:57:33 -0700
+
+abiword (0.9.4.1-1) unstable; urgency=low
+
+  * Semi-new upstream release. Upstream "botched" 0.9.4, and this replaces it.
+    RTF export should be fixed.
+  * HPPA support integrated upstream.
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Mon,  1 Oct 2001 23:13:14 -0700
+
+abiword (0.9.4-2) unstable; urgency=medium
+
+  * Use system expat, despite accidentally including a copy. Fixes a busted
+    build in certain circumstances.
+
+  * Know about the endianness of PA-RISC. This does not fix mips, which is
+    a PITA.
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Tue, 25 Sep 2001 00:25:58 -0700
+
+abiword (0.9.4-1) unstable; urgency=low
+
+  * Newer upstream release
+  * New maintainer
+  * Bumped standards-version
+  * gsfonts are used instead of included duplicates
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Thu, 13 Sep 2001 20:54:35 -0700
+
+abiword (0.9.0-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release.  (Closes: #107352)
+  * Added Depends on xbase-clients.  (Closes: #100689)
+  * Updated config.guess and config.sub (2001-08-02).  (Closes: #99805)
+  * Included more example from abi/test/wp/.  (Closes: #87543)
+  * For now, use own american.hash instead of that from iamerican package.
+  * Use fonts that are already included in gsfonts package.
+  * Modified debian/rules to use upstream's install.sh for the most part.
+    Also used features from debhelper (>= 3).
+  * Added /usr/share/AbiSuite/fonts/zh-{CN,TW}/fonts.dir as a quick fix.
+    (Defoma is the future, but I don't have time nor the skill now.)
+    The Debian JP and KR Teams may want to add {ja,ko}/fonts.dir too.  :-)
+
+ -- Anthony Fok <foka@debian.org>  Fri, 10 Aug 2001 04:49:54 +0800
+
+abiword (0.7.13-0.3) unstable; urgency=low
+  * Non-maintainer upload.
+  * Run libtoolize to get support for new architectures.  Closes: #103347
+
+ -- LaMont Jones <lamont@debian.org>  Mon,  9 Jul 2001 21:39:34 -0600
+
+abiword (0.7.13-0.2) unstable; urgency=low
+  * NMU
+  * rm debian/files in clean target so it really can be autobuilt (Closes: #86729)
+  * Point to standard Debian GPL file in copyright.
+  * Switch back to expat, since now we can use the shared library version, and expat appears smaller and faster.
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Tue, 20 Feb 2001 12:50:44 -0800
+
+abiword (0.7.13-0.1) unstable; urgency=low
+  * NMU
+  * New upstream version
+  * Fix binary{-arch} targets in debian/rules so that autobuilders are not confused
+  * Use libxml2 library instead of built-in expat sources
+  * Determine version number from the changelog; don't hardcode it in the rules file
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Sun, 18 Feb 2001 15:41:53 -0800
+
+abiword (0.7.12-0.1) unstable; urgency=low
+  * NMU to bring back into testing
+  * New upstream version (Closes: #80211, #83133, #74882, #61581, #85444, #85569)
+  * Moving back into one package. Sorry about this, folks. (Closes: #79202)
+  * Add Build-dependencies (Closes: #70060)
+  * Fix typos (Closes: #81239)
+  * Reintroduce menu item (Closes: #79055)
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Sun, 11 Feb 2001 19:54:06 -0800
+
+abiword (0.7.8-2) unstable; urgency=low
+
+  * added icon to menu entry (closes #58663)
+  * added a patch for the arm (closes #59096, forwarded)
+  * added a patch for "spaces in filenames" (close #57382)
+  * updated the man page
+
+ -- Darren Benham <gecko@debian.org>  Wed, 22 Mar 2000 22:15:26 -0800
+
+abiword (0.7.8-1) unstable; urgency=low
+
+  * New upstream version
+  * Upstream changes: (no upstream changelog)
+    - User Interface
+      + True WYSIWYG support (BruceP@wn.com.au)
+      + No more character dirt (BruceP@wn.com.au)
+      + Overline (msevior@mccubbin.ph.unimelb.edu.au)
+      + Fixed minor display glitches
+      + Insert Date and Time dialog (megabyte@salesexplosion.com)
+      + Page-level navigation
+    - Localizations
+      + Better support for non-English content (henrik@lansen.se)
+      + Swedish (henrik@lansen.se)
+      + Indonesian (tim@proximity.com.au, made@nakula.rvs.uni-bielefeld.de)
+      + Updates for Danish, Finnish, French, Italian, Norwegian, and Spanish
+    - File Formats
+      + LaTeX exporter (cuenca@ie2.u-psud.fr)
+      + Various Word import improvements
+      + Fix for RTF import POW (malcolm@mpeacock.demon.co.uk)
+      + Minor .abw file format change
+    - Other
+      + Error propagation to fix (sytobinh@uchicago.edu)
+      + Mouse wheel support for Windows (BruceP@wn.com.au)
+      + Unix no longer requires libstdc++
+      + Misc PostScript fixes (bob@sbst.com)
+  * Verified call path for menu entry (closes #50506)
+  * Upstream changes: (no upstream changelog)
+    + Speed up of spelling checks
+    + Profiles have been fixed
+    + Subscript and superscript.  Luke Jordan <ljordan@mweb.co.za> added
+      support for subscripts and superscripts.
+    + View ruler.  Stephen Hack <shack@uiuc.edu> implemented this menu item
+      so that you can hide or show the ruler on a per-window basis.
+    + Compressed AbiWord files.  The AbiWord file format (*.abw) was
+      designed from the get-go to be a highly-readable form of XML.
+      However, for those of you who care more about bloat than legibility,
+      Richard Jefts <babs@cs.jhu.edu> added import/export logic for a
+      gzip-compressed variant (*.zabw).
+    + The following translations have been added or updated:
+      # Catalan -- Jordi Mas <jmas@softcatala.org>
+      # Czech -- Zbynek Miksa <xmiksa@informatics.muni.cz>
+      # Danish -- Birger Langkjer <birger.langkjer@image.dk>
+      # Finnish -- Jarmo Karvonen <karvonen@dawn.joensuu.fi>
+      # Portuguese -- Rui Silva <rms@ssi.aaum.pt>
+    + Word import improvements.
+    + Options dialog started.
+
+ -- Darren Benham <gecko@debian.org>  Wed, 22 Mar 2000 09:36:26 -0800
+
+abiword (0.7.6-2) unstable; urgency=low
+
+  * recompiled against the new libpng
+
+ -- Darren Benham <gecko@debian.org>  Wed, 10 Nov 1999 08:13:26 -0700
+
+abiword (0.7.6-1) unstable; urgency=low
+
+  * New upstream version
+  * Added a recommends for ispell-dictionary (closes: #42218)
+  * Upstream changes: (no upstream changelog)
+    + Spell checking improvements.
+      # a spiffy Spelling dialog with the usual Ignore / Add / Change
+        functionality, including suggestions and a custom dictionary.
+      # a context menu to remove those pesky red squiggles.
+    + Zoom and Paragraph dialogs.
+    + Full paragraph justification
+    + Clipboard code has been streamlined to be much more efficient.
+    + Middle-mouse X selections should Just Work now
+    + Word import improvements
+
+ -- Darren Benham <gecko@debian.org>  Tue, 02 Nov 1999 15:41:51 -0700
+
+abiword (0.7.5-1) unstable; urgency=low
+
+  * new upstream version (closes: #42778)
+    (closes: #44926)
+  * changed menu entry to abiword (closes: #42875)
+
+ -- Darren Benham <gecko@debian.org>  Thu, 10 Aug 1999 08:13:26 -0700
+
+abiword (0.7.4-2) unstable; urgency=low
+
+  * changed zip (I hope) to use minizip
+  * added Roman Hodek's changes to allow debuild to work
+
+ -- Darren Benham <gecko@debian.org>  Thu, 10 Aug 1999 08:13:26 -0700
+
+abiword (0.7.4-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Upstream changes: (no upstream changelog)
+    + Snazzy new importer for Word 97, Word 95, and Word 6!
+    + RTF improvements
+    + Clipboard now honors formatting
+    + Italian localization
+    + Various bug fixes (closes #41980)
+  * Added a recommends on ispell (closes #42218)
+  * Fixed the doc direcotry (closes #42044)
+
+ -- Darren Benham <gecko@debian.org>  Thu,  5 Aug 1999 20:32:26 -0700
+
+abiword (0.7.3-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Upstream changes: (no upstream changelog)
+    + French localization updates (duperron@mail.dotcom.fr)
+    + German localization updates (cterboven@gmx.net)
+    + Finnish localization updates (jarmo@dawn.joensuu.fi)
+    + Now works on Alpha/NT (ayoung@teleport.com)
+    + Various bug fixes
+    + Fixed annoying suffix bug number 464
+    + Spell dictionaries are now endian-specific
+  * New build system.  Fonts included in deb at request of upstream authors
+
+ -- Darren Benham <gecko@debian.org>  Fri, 22 Jul 1999 10:49:00 -0800
+
+abiword (0.5.5-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Upstream changes: (no upstream changelog)
+    + Improvements to localization support
+    + New dialog: Insert Break
+    + Several bug fixes in the editing portions of the code
+    + Reworked command line parsing
+    + Finnish localization (jarmo@dawn.joensuu.fi)
+    + Patch to fix ispell hashfiles (gecko@benham.net)
+    + More vi keybindings.  (stepp@mithril.res.cmu.edu)
+
+ -- Darren Benham <gecko@debian.org>  Sun,  2 May 1999 23:20:03 -0700
+
+abiword (0.5.3-3) unstable; urgency=low
+
+  * Gotten rid of the need to use special dictionary...abiword.hash
+  * Removed requirement of Fonts directory to build (for other archs)
+  * change default spellchecker from american.hash to default.hash
+
+ -- Darren Benham <gecko@debian.org>  Fri,  9 Apr 1999 15:52:23 -0700
+
+abiword (0.5.3-2) unstable; urgency=low
+
+  * fixed copyright path in copyright file (closes: #35622)
+
+ -- Darren Benham <gecko@debian.org>  Fri,  9 Apr 1999 10:36:50 -0700
+
+abiword (0.5.3-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Upstream changes: (no upstream changelog)
+    + Better support for GTK themes
+    + Hardcoded Style sets
+    + Very basic support for headers and footers. (Not yet editable)
+    + Simple support for time, page number, and page count fields
+      including page numbers
+    + Improvements to GTK file dialog, font dialog, and popup menus
+    + vi keybindings! :-) (rwerner@lx1.microbsys.com)
+    + Start of a status bar
+
+
+ -- Darren Benham <gecko@debian.org>  Thu,  8 Apr 1999 22:24:48 -0700
+
+abiword (0.5.2-5) unstable; urgency=low
+
+  * Removed Build dependency on uninstalled source package
+  * Turned off debug flag to prevent some security issues
+
+ -- Darren Benh   <gecko@debian.org>  Mon, 29 Mar 1999 18:32:40 -0800
+
+abiword (0.5.2-4) unstable; urgency=low
+
+  * Removed kernel version and arch -isms
+
+ -- Darren Benham <gecko@debian.org>  Sun, 28 Mar 1999 17:47:18 -0800
+
+abiword (0.5.2-3) unstable; urgency=low
+
+  * What happened to the depends for abi-fonts???
+
+ -- Darren Benham <gecko@debian.org>  Thu, 25 Mar 1999 20:46:43 -0800
+
+abiword (0.5.2-2) unstable; urgency=low
+
+  * Compiling for gtk1.2 at request of the bleeding edgers
+    we're still at glibc2.0, though
+  * Added a custom dictionary for spell checking
+    To use this, you have to delete ~/.abiword or change the two
+    entries to point to /usr/share/abiword/abiword.hash
+
+ -- Darren Benham <gecko@debian.org>  Wed, 24 Mar 1999 23:31:10 -0800
+
+abiword (0.5.2-1) unstable; urgency=low
+
+  * New upstream version
+  * Added two documents:
+        - one describes abword and fonts and how to add fonts
+        - one describes the format of abword documents (saved in abiword
+          format)
+  * Upstream changes: (no upstream changelog)
+        - Complete set of menu items (stubs only)
+        - Improvements to the Word97 importer
+        - XP mechanism for user options
+        - Improvements to Unix font chooser dialog
+        - Emacs-style key bindings (optional)
+        - Zoom
+        - New dialog: More Windows
+        - New dialog: About
+        - More cleanup of Unix font handling
+        - MRU menu
+        - Context menus
+
+ -- Darren Benham <gecko@debian.org>  Sat, 20 Mar 1999 16:40:36 -0800
+
+abiword (0.5.1-1) unstable; urgency=low
+
+  * Initial Release.  0.5.1 came out before 0.5.0 was uploaded.
+
+ -- Darren Benham <gecko@debian.org>  Wed, 17 Mar 1999 14:10:33 -0800
+
+abiword (0.5.0-1) unstable; urgency=low
+
+  * Initial Release (canceled, see above).
+
+ -- Darren Benham <gecko@debian.org>  Tue, 16 Mar 1999 12:59:22 -0800
diff --git a/clean b/clean
new file mode 100644 (file)
index 0000000..2350106
--- /dev/null
+++ b/clean
@@ -0,0 +1,8 @@
+# Remove the following files to force their regeneration with bison
+plugins/mathview/itex2mml/y.tab.c
+plugins/mathview/itex2mml/y.tab.h
+
+# Generated files:
+src/wp/test/*/Makefile
+src/wp/test/unix/tf-vgdump
+src/wp/test/win/testwrap.sh
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..b23a114
--- /dev/null
+++ b/control
@@ -0,0 +1,172 @@
+Source: abiword
+Section: gnome
+Priority: optional
+Maintainer: Jonas Smedegaard <dr@jones.dk>
+Build-Depends:
+ autoconf-archive,
+ bison,
+ debhelper-compat (= 12),
+ dh-sequence-gir,
+ flex,
+ libaiksaurus-1.2-dev (>= 1.2.1+dev-0.12-6.3~),
+ libaiksaurusgtk-1.2-dev (>= 1.2.1+dev-0.12-6.3~),
+ libasio-dev,
+ libboost-dev,
+ libchamplain-gtk-0.12-dev,
+ libebook1.2-dev (>= 3.8.5),
+ libenchant-2-dev,
+ libfribidi-dev,
+ libgcrypt20-dev,
+ libgirepository1.0-dev,
+ libglib2.0-dev,
+ libgoffice-0.10-dev,
+ libgtk-3-dev,
+ libical-dev (>= 3.0),
+ libjpeg-dev,
+ liblink-grammar-dev,
+ libloudmouth1-dev,
+ libots-dev,
+ libpng-dev,
+ librdf0-dev,
+ libreadline-dev,
+ librevenge-dev,
+ librsvg2-dev,
+ libsoup2.4-dev,
+ libtelepathy-glib-dev,
+ libtidy-dev,
+ libtool-bin <!nocheck>,
+ libwmf-dev,
+ libwpd-dev (>= 0.10),
+ libwpg-dev (>= 0.3),
+ libwps-dev (>= 0.3),
+ libwv-dev,
+ libxslt-dev | libxslt1-dev,
+ valgrind [amd64 arm64 armhf i386 mips mips64el powerpc ppc64el s390x] <!nocheck>,
+Standards-Version: 4.5.0
+Homepage: http://www.abisource.com/
+Vcs-Browser: https://salsa.debian.org/debian/abiword
+Vcs-Git: https://salsa.debian.org/debian/abiword.git
+Rules-Requires-Root: no
+
+Package: abiword-common
+Section: editors
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Description: efficient, featureful word processor with collaboration -- common files
+ AbiWord is a full-featured, efficient word processing application.
+ It is suitable for a wide variety of word processing tasks, and
+ is extensible with a variety of plugins.
+ .
+ This package contains the common files that are used on all architectures
+ without modification.
+
+Package: abiword
+Section: editors
+Architecture: any
+Depends:
+ abiword-common (>= ${source:Version}),
+ gsfonts,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ abiword-plugin-grammar,
+ aspell-en | aspell-dictionary,
+ fonts-liberation,
+ poppler-utils,
+Description: efficient, featureful word processor with collaboration
+ AbiWord is a full-featured, efficient word processing application.
+ It is suitable for a wide variety of word processing tasks, and
+ is extensible with a variety of plugins.
+ .
+ This package includes many of the available import/export plugins allowing
+ AbiWord to interact with ODT, WordPerfect, and other formats.  It also
+ includes tools plugins, offering live collaboration with AbiWord users
+ on Linux and Windows (using TCP or Jabber/XMPP), web translation and
+ dictionary support, and more.
+
+Package: abiword-plugin-grammar
+Section: editors
+Architecture: any
+Multi-Arch: same
+Depends:
+ abiword (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Enhances:
+ abiword,
+Description: grammar checking plugin for AbiWord
+ AbiWord is a full-featured, efficient word processing application.
+ It is suitable for a wide variety of word processing tasks, and
+ is extensible with a variety of plugins.
+ .
+ This package contains an in-line grammar checking system for AbiWord
+ documents. Only English is currently supported.
+
+Package: libabiword-3.0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ sensible-utils,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: efficient, featureful word processor with collaboration -- shared library
+ AbiWord is a full-featured, efficient word processing application.
+ It is suitable for a wide variety of word processing tasks, and
+ is extensible with a variety of plugins.
+ .
+ This package contains the shared library, enabling other applications to
+ integrate AbiWord functionality.
+
+Package: libabiword-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ gir1.2-abi-3.0 (= ${binary:Version}),
+ libabiword-3.0 (= ${binary:Version}),
+ libcairo-dev | libcairo2-dev,
+ libebook1.2-dev,
+ libenchant-dev,
+ libfribidi-dev,
+ libglib2.0-dev,
+ libgoffice-0.10-dev,
+ libgsf-1-dev,
+ libgtk-3-dev,
+ libical-dev (>= 3.0),
+ libpango1.0-dev,
+ librasqal3-dev,
+ librdf0-dev,
+ librsvg2-dev,
+ libwv-dev,
+ libx11-dev,
+ libxslt-dev | libxslt1-dev,
+ ${misc:Depends},
+Description: efficient, featureful word processor with collaboration -- development files
+ AbiWord is a full-featured, efficient word processing application.
+ It is suitable for a wide variety of word processing tasks, and
+ is extensible with a variety of plugins.
+ .
+ This package contains development files for software linking against
+ libabiword-3.0.
+
+Package: gir1.2-abi-3.0
+Section: introspection
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${gir:Depends},
+ ${misc:Depends},
+Breaks:
+ gir1.2-abiword-3.0 (<< 3.0.2-3~),
+Replaces:
+ gir1.2-abiword-3.0 (<< 3.0.2-3~),
+Description: GObject introspection data for libabiword
+ This package contains introspection data for libabiword.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..a2ea933
--- /dev/null
+++ b/copyright
@@ -0,0 +1,667 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: abiword
+Source: http://www.abisource.com/download/
+ .
+ Repackaged, excluding potentially non-free linked binary code
+Files-Excluded:
+ plugins/aiksaurus/win/Aiksaurus.lib
+Copyright-Unfuzz:
+  AbiWord developers: The AbiWord Project
+  Amos Batto <amosbatt@yahoo.com>: <abatto@indiana.edu>
+  Chris Leonard <cjlhomeaddress@gmail.com>: <cjl@laptop.org>
+  Dominic Lachowicz <domlachowicz@gmail.com>: Dom Lachowicz,
+ <cinamod@hotmail.com>, <dominicl@seas.upenn.edu>, <doml@appligent.com>
+  Francisco Javier F. Serrador <serrador@cvs.gnome.org>:
+ <serrador@arrakis.es>
+  Free Software Foundation, Inc.: The Free Software Foundation
+  Hubert Figuière <hub@figuiere.net>: Hubert Figuiere,
+ <hfiguiere@teaser.fr>
+  Ingo Brückl <ib@wupperonline.de>: Ingo Brueckl
+  Jody Goldberg <jody@gnome.org>
+  Martin Sevior <msevior@physics.unimelb.edu.au>: <msevior@gmail.com>
+  Robert Staudinger <robert.staudinger@gmail.com>:
+ <robsta@stereolyzer.net>
+  Rhoslyn Prys <post@meddal.com>: <rhoslyn.prys@meddal.org.uk>
+  Zaklina Gjalevska <gjalevska@yahoo.com>: <zaklina@nubsk.edu.mk>
+Comment: This package was debianized by
+ Masayuki Hatta (mhatta) <mhatta@debian.org> on Sun, 22 Mar 2009 18:42:01 +0900
+
+Files: *
+Copyright:
+  2012                 AbiSource.com
+  1998-2005,2010       AbiSource, Inc.
+  2008-2010            AbiSource Corporation B.V.
+  1998-2012            AbiWord developers
+  2011                 abel <sedric@translate.org.za>
+  2004-2005            Adam Weinberger <adamw@gnome.org>
+  2009                 Alex <dxma8zp02@sneakemail.com>
+  2004-2006,2010       Amos Batto <amosbatt@yahoo.com>
+  2000                 Andraz Tori <andraz.tori1@guest.arnes.si>
+  2001                 Andrew Dunbar
+  2002                 Andrzej Pruszynski <donkiszot@rth.coi.waw.pl>
+  2010                 Antón Méixome <meixome@certima.net>
+  2012                 Aputsiaq Janussen <aj@isit.gl>
+  2003                 Arafat Medini <lumina@silverpen.de>
+  2006                 baidongyi <baidongyi@gmail.com>
+  2011-2012            Ben Martin
+  2007-2008            Benno Schulenberg <benno@vertaalt.nl>
+  2002-2012            Besnik Bleta <besnik@programeshqip.org>
+  2006                 Camille Moulin <camille.moulin@gmail.com>
+  2012                 Carlos Garnacho <carlosg@gnome.org>
+  2000                 Chih-Wei Huang <cwhuang@linux.org.tw>
+  2011-2013            Chris Leonard <cjlhomeaddress@gmail.com>
+  2001-2002            Christian Biesinger <cbiesinger@web.de>
+  2001-2002            Christian Meyer <chrisime@gnome.org>
+  2002                 Christian Neumair <chris@gnome-de.org>
+  2005                 Daniel d'Andrada T. de Carvalho
+ <daniel.carvalho@indt.org.br>
+  2004                 David Bolack
+  2006                 Djihed Afifi <djihed@gmail.com>
+  1998-2011            Dominic Lachowicz <domlachowicz@gmail.com>
+  2010                 F Wolff <friedel@translate.org.za>
+  2011                 Fabiano Fidencio
+  2008-2009            Firat Kiyak <firatkiyak@gmail.com>
+  2010                 Florence <tushabe@cit.mak.ac.ug>
+  2001-2005            Francis James Franklin <fjf@alinameridon.com>
+  2003-2005            Francisco Javier F. Serrador
+ <serrador@cvs.gnome.org>
+  1996-2014            Free Software Foundation, Inc.
+  2006                 Fridrich Strba <fridrich.strba@bluewin.ch>
+  2000-2001,2004       Frodo Looijaard <frodol@dds.nl>
+  2012                 Gabor Kelemen <kelemeng@gnome.hu>
+  2002                 Ge'ez Frontier Foundation <locales@geez.org>
+  2002                 Gilles Saint-Denis
+  2001                 Görkem Çetin <gorkem@gelecek.com.tr>
+  2000-2016            Hubert Figuière <hub@figuiere.net>
+  2003                 IBRAHIM ALIBRAHIM <iki2@eudoramail.com>
+  2010-2012            Ibrahima SARR <ibrahima.sarr@pulaagu.com>
+  2007                 Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
+  2005-2006            INdT
+  2010-2012            Ingo Brückl <ib@wupperonline.de>
+  2011                 Irma Alvarez <sankaypillo@gmail.com>
+  2009                 J.M. Maurer <uwog@uwog.net>
+  2001-2002            Jared Davis
+  2008-2012            Jaroslav Ryník <jrynik@szm.sk>
+  2005                 Jean Brefort <jean.brefort@normalesup.org>
+  2002                 Jesper Skov
+  2006                 Jonathan Ernst <jonathan@ernstfamily.ch>
+  2002-2007            Jordi Mas i Hernàndez <jmas@softcatala.org>
+  2001                 Kai Lahmann <kl@linuxfaqs.de>
+  2002                 Karl Ove Hufthammer <karl@huftis.org>
+  2000                 Kenneth Christiansen <kenneth@gnu.org>
+  2007,2009,2011-2012  Khaled Hosny <khaledhosny@eglug.org>
+  2005                 Kostas Papadimas <pkst@gnome.org>
+  2012                 kousikkumar771 <kousikkumar771@gmail.com>
+  2002                 Ladislav Michl <Ladislav.Michl@seznam.cz>
+  2012                 lite <litekok@gmail.com> 2012
+  2000-2005            Luca Padovani <lpadovan@cs.unibo.it>
+  2010-2011            Maleesh Prasan <maleesh.prasan@gmail.com>
+  2007,2009            Marc 'Foddex' Oude Kotte <foddex@foddex.net>
+  2002-2010            Marc Maurer <uwog@uwog.net>
+  2012                 Marcin <ulinski.marcin@gmail.com>
+  2003-2005            Marek Laane <bald@starman.ee>
+  2004-2006            Maria Elena Pozo Tapia <marielenapozo@yahoo.es>
+  2003-2005            Mark Gilbert <mg_abimail@yahoo.com>
+  2003                 Mark Pazolli
+  2001                 Martin Lacko <lacko@host.sk>
+  2000-2010            Martin Sevior <msevior@physics.unimelb.edu.au>
+  2006,2012            Martin Srebotnjak <miles@filmsi.net>
+  2003                 Masayuki Hatta <mhatta@gnu.org>
+  1999                 Matt Kimball
+  2001                 Michael D. Pritchett
+  2007                 Michael Gorse <mgorse@alum.wpi.edu>
+  2011-2012            Miguel Anxo Bouzada <mbouzada@gmail.com>
+  2001,2003            Mike Nordell <tamlin@algonet.se>
+  2004                 Mikey Cooper <mikey@bluey.com>
+  2012                 Mohomodou Houssouba <mh@bollag-areal.ch>
+  2004                 Morten Welinder <terra@gnome.org>
+  2004                 Nelson Ferraz <nferraz@gnubis.com.br>
+  1997-2003,2005       Net Integration Technologies Inc.
+  2002                 Nick Niktaris <niktarin@yahoo.com>
+  2003                 Nickolay Shmyrev (Николай В. Шмырёв)
+ <nshmyrev@yandex.ru>
+  2012                 Niraj Paudel <niraj.paudel@olenepal.org>
+  2012                 Olexij Tkatchenko <ot@parcs.de>
+  2007,2012            One Laptop Per Child
+  2001,2002            Patrick Lam <plam@mit.edu>
+  2010                 Patrik Fimml <patrik@fimml.at>
+  2009                 Pedro Lino <pedlino@gmail.com>
+  2001-2012            Per Larsson <tucker@algonet.se>
+  2001                 Petr Tomasek <tomasek@etf.cuni.cz>
+  2007                 Philippe Milot <PhilMilot@gmail.com>
+  2003                 Pierre Abbat <phma@webjockey.net>
+  2012                 Pjotr Kan <pjotrvertaalt@gmail.com>
+  2012                 Prashant Bafna <appu.bafna@gmail.com>
+  2002                 Raphael Finkel <raphael@cs.uky.edu>
+  2003                 Red Hat, Inc.
+  2004-2005            Reinout van Schouwen <reinout@cs.vu.nl>
+  1996                 Robert de Bath <rdebath@cix.compulink.co.uk>
+  2004-2006,2008       Robert Staudinger <robert.staudinger@gmail.com>
+  2003,2007            Rhoslyn Prys <post@meddal.com>
+  2000-2002            Rui Miguel Seabra <rms@1407.org>
+  2007-2008            Ryan Pavlik <abiryan@ryand.net>
+  2001                 Sam Tobin-Hochstadt
+  2002                 Screetch
+  2001                 Sean Young <sean@mess.org>
+  2008                 Сергей Ирюпин <biblelamp@gmail.com>
+  2006                 shai sztern <mykitzo@gmail.com>
+  2012                 Simon Larochelle <larochelle.simon.1@gmail.com>
+  2005                 Simon Smith <smith.simon@gmail.com>
+  2001,2005            Simos Xenitellis <simos@gnome.org>
+  2005                 Socrates Vavilis <s_vavilis@yahoo.fr>
+  2005                 Stefan Ihringer <stefan.ihringer@gmx.net>
+  2012                 Svante Signell <svante.signell@telia.com>
+  2012                 Tanya Guza <tanya.guza@gmail.com>
+  1996-1998            Theodore Ts'o.
+  1994-1996            Thomas G. Lane
+  2001-2007            Tomas Frydrych <tomas@frydrych.uklinux.net>
+  2011                 Urmas Dren <davian818@gmail.com>
+  2005                 Vijay Durairaj <vijayd_81@hotmail.com>
+  2002-2003            Vital Khilko <dojlid@mova.org>
+  2009-2011            Volker Ribbert <volker.nospam@netcologne.de>
+  2011                 Volodymyr Rudyj <vladimir.rudoy@gmail.com>
+  2006                 Walter Cheuk <wwycheuk@gmail.com>
+  2002-2005            William Lachance <william.lachance@sympatico.ca>
+  2011                 wwycheuk <wwycheuk@gmail.com>
+  2008                 Xun Sun <xun.sun.cn@gmail.com>
+  2001-2002            Yaacov Akiba Slama
+  2006                 Youssef CHAHIBI <chahibi@gmail.com>
+  2006                 YunSong Hwang <hys545@dreamwiz.com>
+  2004                 Zaklina Gjalevska <gjalevska@yahoo.com>
+License: GPL-2+
+Comment:
+ About Trademark
+ (See also http://www.abisource.com/information/license/tm_guide.phtml)
+ .
+ Trademark Usage Guidelines
+ .
+ AbiSource Trademarks
+ .
+ AbiSource, AbiWord, AbiCalc, AbiFile, AbiSuite, AbiShow and other
+ AbiSource graphics, logos and service names are trademarks of Dom
+ Lachowicz. These trademarks may not be used in connection with any
+ product or service that is not AbiSource's, in any manner that is
+ likely to cause confusion among customers, or in any manner that
+ disparages or discredits AbiSource.
+ .
+ Trademarks and the GPL
+ .
+ AbiSource software products, such as AbiWord, are copyrighted works
+ released under the terms of the GNU General Public License
+ (GPL). Verbatim copies of such works may be made and distributed, by
+ anyone, in accordance with the terms of the GPL without violating the
+ AbiSource trademarks. The GPL also grants you certain rights to make
+ and distribute derivative works based on the source code to AbiSource
+ products.
+ .
+ The GPL does not grant you any right to use AbiSource trademarks in
+ connection with these derivative works. AbiSource trademarks may not
+ be used in connection with any such derivative works unless that usage
+ is explicitly and specifically licensed, in writing, from Dom
+ Lachowicz.
+ .
+ Personal exemption
+ .
+ As a specific exception, AbiSource freely licenses the use of certain
+ of its trademarks solely in combination with the suffix "Personal"
+ when applied to derivative works based on an AbiSource GPL
+ product. Thus, for example, you are free to use the mark "AbiWord
+ Personal" in connection with derivative works that are based on
+ "AbiWord". To help maintain this distinction, AbiSource releases the
+ sources to its GPL products with Personal-based trademarks.
+ .
+ We are not lawyers
+ .
+ Trademark and copyright issues are, at heart, legal matters. We've
+ tried to keep this explanation as simple and common-sense as possible,
+ but if you have any questions about when and how to use AbiSource
+ trademarks, your best bet is to ask a lawyer. We are not lawyers.
+ .
+ We are not evil
+ .
+ Our goal is very simple. We want to make sure our software stays Open
+ Source, no matter what. That's why we chose the GPL. We also want
+ everyone to know which products are ours. That's why we are so picky
+ about our trademarks.
+ .
+ "AbiWord" vs. "AbiWord Personal" for Debian?
+ .
+ Maybe this is informative for now.
+ .
+ > From: Dom Lachowicz
+ > Date: 20 July 2004 22:08:34 BST
+ > To: Andy Korvemaker, abiword-dev@abisource.com
+ > Subject: Re: Abiword being removed from Debian/unstable?
+ >
+ >
+ > I'm not sure if this is the reason or not, but please
+ > see:
+ >
+ > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=258918
+ >
+ > For the record, I've recently acquired the AbiWord
+ > trademarks and whatnot. I haven't had a chance to
+ > update the TM information on the website.
+ >
+ > To be expressly clear here for any Debian guys that
+ > read this message:
+ >
+ > Within reason, I don't care if you use "AbiWord" vs.
+ > "AbiWord Personal." In fact, I'd prefer it if you used
+ > "AbiWord."
+ >
+ > Within reason, I don't care if you use the "official"
+ > artwork or the "personal" artwork. In fact, I'd prefer
+ > it if you used the "official" artwork.
+ >
+ > I do begin to care if you use my trademarks to promote
+ > other products, or in ways that disparage my
+ > trademarks or products. If you "forked" AbiWord, you
+ > couldn't use the trademarks. But you're clearly not
+ > going to do that. The USPTO has more info and case law
+ > on this sort of thing.
+ >
+ > Debian and the other distros are clearly distributing
+ > AbiWord, and providing a beneficial service to the
+ > community. Even though Debian's version might have a
+ > few patches against our "mainline" branch, I don't
+ > believe it constitutes a "fork." As such, I think that
+ > it is fine (if not preferable) for you guys to use the
+ > official name and artwork in your distribution.
+ >
+ > So, you have my blessing to call your AbiWord +
+ > patches "AbiWord". You can use the official artwork
+ > too.
+ >
+ > Dom
+ >
+
+Files:
+ src/text/fmt/xp/fp_TableContainer.cpp
+ src/text/fmt/xp/fp_TableContainer.h
+ src/text/fmt/xp/fp_ContainerObject.h
+ src/af/xap/cocoa/xap_CocoaEncodingManager.cpp
+ src/af/util/xp/ut_string.cpp
+Copyright:
+  1998-2000  AbiSource, Inc.
+  1994-2000  Free Software Foundation, Inc.
+  2001       Hubert Figuière <hub@figuiere.net>
+  1995-1997  Josh MacDonald
+  2002       Martin Sevior <msevior@physics.unimelb.edu.au>
+  1995-1997  Peter Mattis
+  1995-1997  Spencer Kimball
+License: GPL-2+
+Comment:
+ with portions licensed as LGPL-2
+
+Files: plugins/mathview/itex2mml/y.tab.c
+ plugins/mathview/itex2mml/y.tab.h
+Copyright: 1984,1989-1990,2000-2015, Free Software Foundation, Inc.
+License: GPL-3+ with Bison exception
+ As a special exception,
+ you may create a larger work
+ that contains part or all of the Bison parser skeleton
+ and distribute that work under terms of your choice,
+ so long as that work isn't itself a parser generator
+ using the skeleton or a modified version thereof
+ as a parser skeleton.
+ Alternatively,
+ if you modify or redistribute the parser skeleton itself,
+ you may (at your option) remove this special exception,
+ which will cause the skeleton and the resulting Bison output files
+ to be licensed under the GNU General Public License
+ without this special exception.
+
+Files: m4_ax_boost_base.m4
+Copyright:
+  2008, Thomas Porschberg <thomas@randspringer.de>
+  2009, Peter Adolphs
+License: FSFAP
+
+Files: src/af/xap/gtk/xap_UnixEncodingManager.cpp
+Copyright: 1995-2000  Free Software Foundation, Inc.
+License: LGPL-2+
+
+Files:
+ src/af/xap/win/winezmouse.h
+ src/af/util/xp/ut_rand.cpp
+Copyright:
+  2000       CodeWeavers
+  1991,1996  Free Software Foundation, Inc.
+  1983       Regents of the University of California
+License: LGPL-2.1+
+
+Files: plugins/latex/xsltml/README
+Copyright: 2001-2003, Vasil Yaroshevich
+License: BSD-like
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the ``Software''), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ Except as contained in this notice, the names of individuals
+ credited with contribution to this software shall not be used in
+ advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization
+ from the individuals in question.
+ .
+ Any stylesheet derived from this Software that is publically
+ distributed will be identified with a different name and the
+ version strings in any derived Software will be changed so that
+ no possibility of confusion between the derived package and this
+ Software will exist.
+ .
+ Warranty
+ --------
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
+ CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+
+Files: plugins/collab/backends/service/cacert.pem
+Copyright: 1994-2000
+License: MPL-1.1 or GPL-2+
+
+Files: src/af/ev/gtk/ev_UnixKeysym2ucs.cpp
+Copyright: not applicable
+License: public-domain
+ This software is in the public domain. Share and enjoy!
+
+Files: src/wp/impexp/xp/MathSVGScript.h
+Copyright: 2006 Sam Ruby
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the 'Software'), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
+
+Files:
+ plugins/paint/win/bmp2png.cpp
+ plugins/paint/win/png2bmp.cpp
+Copyright: 2002 Jason Summers <jason1@pobox.com>
+License: custom
+ This software is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE.
+ .
+ Permission is hereby granted to use, copy, modify, and distribute this
+ source code for any purpose, without fee.
+
+Files:
+ src/af/ev/gtk/ev_UnixFontCombo.cpp
+ src/af/ev/gtk/ev_UnixFontCombo.h
+Copyright: 2005 Robert Staudinger
+License: LGPL-2+
+
+Files:
+ plugins/collab/backends/service/xp/soa*
+ plugins/collab/backends/service/xp/tls_tunnel.*
+Copyright: 2008-2009 AbiSource Corporation B.V.
+License: BSD-3-clause
+
+Files: goffice-bits2/goffice/utils/go-color.h
+Copyright: 1999-2000, EMC Capital Management, Inc.
+License: GPL-2+
+
+Files:
+ goffice-bits/goffice/app/go-cmd-context.c
+ goffice-bits2/goffice/app/go-cmd-context.c
+ goffice-bits/goffice/utils/go-glib-extras.c
+ goffice-bits2/goffice/utils/go-glib-extras.c
+ goffice-bits/goffice/goffice-features.h
+ goffice-bits2/goffice/goffice-features.h
+Copyright:
+  1999-2004  Jody Goldberg <jody@gnome.org>
+  2005       Morten Welinder <terra@gnome.org>
+License: GPL-2+
+Comment:
+ no license header, assumed to be under same license terms as application
+
+Files:
+ goffice-bits/goffice/utils/go-file.h
+ goffice-bits2/goffice/utils/go-file.h
+ goffice-bits/goffice/app/go-cmd-context.h
+ goffice-bits/goffice/app/goffice-app.h
+ goffice-bits/goffice/goffice-priv.h
+ goffice-bits/goffice/goffice.c
+ goffice-bits/goffice/goffice.h
+ goffice-bits/goffice/gtk/goffice-gtk.c
+ goffice-bits/goffice/utils/go-color.c
+ goffice-bits/goffice/utils/go-image.c
+ goffice-bits/goffice/utils/goffice-utils.h
+ goffice-bits2/goffice/app/go-cmd-context.h
+ goffice-bits2/goffice/app/goffice-app.h
+ goffice-bits2/goffice/goffice-priv.h
+ goffice-bits2/goffice/goffice.c
+ goffice-bits2/goffice/goffice.h
+ goffice-bits2/goffice/gtk/goffice-gtk.c
+ goffice-bits2/goffice/utils/go-color.c
+ goffice-bits2/goffice/utils/go-image.c
+ goffice-bits2/goffice/utils/goffice-utils.h
+Copyright:
+  2006            Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>
+  2003-2005       Jody Goldberg <jody@gnome.org>
+  2004,2009-2010  Morten Welinder <terra@gnome.org>
+  2003            Red Hat, Inc.
+  2004            Yukihiro Nakai <nakai@gnome.gr.jp>
+License: GPL-2
+
+Files:
+ goffice-bits/goffice/gtk/go-color-palette.c
+ goffice-bits2/goffice/gtk/go-color-palette.c
+ goffice-bits/goffice/gtk/go-color-palette.h
+ goffice-bits2/goffice/gtk/go-color-palette.h
+ goffice-bits/goffice/gtk/go-combo-box.c
+ goffice-bits/goffice/gtk/go-combo-box.h
+ goffice-bits/goffice/gtk/go-combo-color.c
+ goffice-bits/goffice/gtk/go-combo-color.h
+ goffice-bits2/goffice/gtk/go-combo-box.c
+ goffice-bits2/goffice/gtk/go-combo-box.h
+ goffice-bits2/goffice/gtk/go-combo-color.c
+ goffice-bits2/goffice/gtk/go-combo-color.h
+ goffice-bits/goffice/gtk/goffice-gtk.h
+ goffice-bits2/goffice/gtk/goffice-gtk.h
+ goffice-bits/goffice/utils/go-image.h
+ goffice-bits2/goffice/utils/go-image.h
+ goffice-bits/goffice/gtk/go-color-group.c
+ goffice-bits2/goffice/gtk/go-color-group.c
+ goffice-bits/goffice/gtk/go-color-group.h
+ goffice-bits2/goffice/gtk/go-color-group.h
+ src/af/xap/gtk/xap_UnixTableWidget.cpp
+ src/af/xap/gtk/xap_UnixTableWidget.h
+Copyright:
+  2001       Almer S. Tigelaar
+  2006       Emmanuel pacaud <emmanuel.pacaud@lapp.in2p3.fr>
+  2016       Hubert Figuière <hub@figuiere.net>
+  2002       Joaquin Cuenca Abela
+  2004       Jody Goldberg <jody@gnome.org>
+  2000       Michael Levy
+  2000-2004  Ximian, Inc.
+License: LGPL-2
+
+Files:
+ goffice-bits/goffice/utils/go-cairo.h
+ goffice-bits/goffice/utils/go-cairo.c
+ goffice-bits/goffice/utils/go-locale.h
+ goffice-bits/goffice/utils/go-locale.c
+Copyright:
+  1998       Chris Lahey
+  2000       Eazel, Inc.
+  2007       Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>
+  2003-2005  Jody Goldberg <jody@gnome.org>
+  1998       Miguel de Icaza
+  2005-2007  Morten Welinder <terra@gnome.org>
+License: GPL-2
+
+Files: debian/*
+Copyright:
+  2001            Aaron Lehmann <aaronl@vitelus.com>
+  2001            Anthony Fok <foka@debian.org>
+  1999-2000       Darren Benham <gecko@debian.org>
+  2011-2015       Dmitry Smirnov <onlyjob@debian.org>
+  2011            Hector Oron <zumbi@debian.org>
+  2005            J.H.M. Dassen (Ray) <jdassen@debian.org>
+  2010            Jari Aalto <jari.aalto@cante.net>
+  2004            Jordi Mallach <jordi@debian.org>
+  2009,2015-2020  Jonas Smedegaard <dr@jones.dk>
+  2004-2008       Joshua Kwan <joshk@triplehelix.org>
+  2001-2002       LaMont Jones <lamont@debian.org>
+  2002-2009       Masayuki Hatta (mhatta) <mhatta@debian.org>
+  2006-2007       Matthias Klose <doko@debian.org>
+  2011            Michael Biebl <biebl@debian.org>
+  2009-2010       Patrik Fimml <patrik@fimml.at>
+  2011            Regis Boudin <regis@debian.org>
+  2011            Rene Engelhard <rene@debian.org>
+  2008            Ryan Pavlik <abiryan@ryand.net>
+License: GPL-3+
+
+License: MPL-1.1
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+ .
+ The Original Code is the Netscape security libraries.
+ .
+ The Initial Developer of the Original Code is Netscape Communications
+ Corporation.  Portions created by Netscape are Copyright (C) 1994-2000
+ Netscape Communications Corporation.  All Rights Reserved.
+ .
+ You may obtain a copy of the License at http://www.mozilla.org/MPL/
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+     * Neither the name of AbiSource Corporation B.V. nor the
+       names of other contributors may be used to endorse or promote products
+       derived from this software without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY ABISOURCE CORPORATION B.V. AND OTHER
+ CONTRIBUTORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+ BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ABISOURCE
+ CORPORATION B.V OR OTHER CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: FSFAP
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty
+ provided the copyright notice and this notice are preserved.
+ This file is offered as-is, without warranty of any kind.
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ The complete text of the GNU General Public License 3
+ can be found in "/usr/share/common-licenses/GPL-3".
+
+License: GPL-2+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2
+ as published by the Free Software Foundation.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ The complete text of the GNU General Public License 2
+ can be found in "/usr/share/common-licenses/GPL-2".
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ The complete text of the GNU Lesser General Public License
+ version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+ .
+ The complete text of the GNU Library General Public License
+ version 2 can be found in "/usr/share/common-licenses/LGPL-2".
+
+License: LGPL-2
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+ .
+ The complete text of the GNU Library General Public License
+ version 2 can be found in "/usr/share/common-licenses/LGPL-2".
diff --git a/copyright-check b/copyright-check
new file mode 100755 (executable)
index 0000000..b4f13c8
--- /dev/null
@@ -0,0 +1,30 @@
+#!/bin/sh
+# Copyright 2016-2019  Jonas Smedegaard <dr@jones.dk>
+# Description: helper script to update copyright_hints
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+set -eu
+
+# extract metadata from binary files before copyright check
+# * skip data files unlikely to contain copyright/licensing info
+export DEB_COPYRIGHT_EXTRACT_EXTS="png tif"
+export DEB_COPYRIGHT_CHECK_IGNORE_EXTS="abw bmp doc hash icns ico odt po session strings xsl zabw"
+export DEB_COPYRIGHT_CHECK_MERGE_SAME_LICENSE=yes
+
+make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true
+make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1
+
+# unconditionally merge changes - safe to do with git-tracked package
+[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints
diff --git a/copyright_hints b/copyright_hints
new file mode 100644 (file)
index 0000000..b7a3c8b
--- /dev/null
@@ -0,0 +1,3984 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: abiword.1
+ goffice-bits/goffice/utils/go-color.h
+ goffice-bits2/goffice/utils/go-color.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK-C.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK-C.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_histlist.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_histlist.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_history.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_history.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_picbutton.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_picbutton.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_strlist.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_strlist.h
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_utils.cpp
+ plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_utils.h
+ plugins/aiksaurus/aiksaurusgtk3/DialogMediator.h
+ plugins/aiksaurus/aiksaurusgtk3/Display.cpp
+ plugins/aiksaurus/aiksaurusgtk3/Exception.cpp
+ plugins/aiksaurus/aiksaurusgtk3/Exception.h
+ plugins/aiksaurus/aiksaurusgtk3/Replacebar.cpp
+ plugins/aiksaurus/aiksaurusgtk3/Replacebar.h
+ plugins/aiksaurus/aiksaurusgtk3/Toolbar.cpp
+ plugins/aiksaurus/aiksaurusgtk3/Toolbar.h
+ plugins/aiksaurus/win/Aiksaurus.h
+ plugins/aiksaurus/win/AiksaurusApp.cpp
+ plugins/aiksaurus/win/AiksaurusApp.h
+ plugins/aiksaurus/win/AiksaurusDlg.cpp
+ plugins/aiksaurus/win/AiksaurusDlg.h
+ plugins/aiksaurus/xp/AiksaurusABI.cpp
+ plugins/applix/xp/ie_exp_Applix.cpp
+ plugins/applix/xp/ie_exp_Applix.h
+ plugins/applix/xp/ie_imp_Applix.cpp
+ plugins/applix/xp/ie_imp_Applix.h
+ plugins/applix/xp/ie_impexp_Applix.cpp
+ plugins/applix/xp/ie_impexp_Applix.h
+ plugins/babelfish/xp/AbiBabelfish.cpp
+ plugins/bmp/xp/ie_impGraphic_BMP.cpp
+ plugins/bmp/xp/ie_impGraphic_BMP.h
+ plugins/clarisworks/xp/ie_imp_ClarisWorks.cpp
+ plugins/clarisworks/xp/ie_imp_ClarisWorks.h
+ plugins/collab/backends/fake/xp/FakeAccountHandler.cpp
+ plugins/collab/backends/fake/xp/FakeAccountHandler.h
+ plugins/collab/backends/fake/xp/FakeBuddy.h
+ plugins/collab/backends/service/unix/ServiceUnixAccountHandler.cpp
+ plugins/collab/backends/service/unix/ServiceUnixAccountHandler.h
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericInput.cpp
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericInput.h
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericProgress.cpp
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericProgress.h
+ plugins/collab/backends/service/win/ServiceWin32AccountHandler.cpp
+ plugins/collab/backends/service/win/ServiceWin32AccountHandler.h
+ plugins/collab/backends/service/win/ap_Win32Dialog_GenericInput.cpp
+ plugins/collab/backends/service/win/ap_Win32Dialog_GenericInput.h
+ plugins/collab/backends/service/win/ap_Win32Dialog_GenericProgress.cpp
+ plugins/collab/backends/service/win/ap_Win32Dialog_GenericProgress.h
+ plugins/collab/backends/service/win/ap_Win32Res_DlgGenericInput.rc2
+ plugins/collab/backends/service/win/ap_Win32Res_DlgGenericProgress.rc2
+ plugins/collab/backends/service/win/ap_Win32Res_ServiceDialogs.rc
+ plugins/collab/backends/service/xp/AbiCollabImport.cpp
+ plugins/collab/backends/service/xp/AbiCollabImport.h
+ plugins/collab/backends/service/xp/AbiCollabSaveInterceptor.cpp
+ plugins/collab/backends/service/xp/AbiCollabSaveInterceptor.h
+ plugins/collab/backends/service/xp/AbiCollabService_Export.cpp
+ plugins/collab/backends/service/xp/AbiCollabService_Export.h
+ plugins/collab/backends/service/xp/AsyncWorker.h
+ plugins/collab/backends/service/xp/InterruptableAsyncWorker.h
+ plugins/collab/backends/service/xp/ProgressiveSoapCall.h
+ plugins/collab/backends/service/xp/RealmBuddy.h
+ plugins/collab/backends/service/xp/RealmConnection.cpp
+ plugins/collab/backends/service/xp/RealmConnection.h
+ plugins/collab/backends/service/xp/ServiceAccountHandler.cpp
+ plugins/collab/backends/service/xp/ServiceAccountHandler.h
+ plugins/collab/backends/service/xp/ServiceBuddy.h
+ plugins/collab/backends/service/xp/ServiceErrorCodes.cpp
+ plugins/collab/backends/service/xp/ServiceErrorCodes.h
+ plugins/collab/backends/service/xp/abicollab_types.h
+ plugins/collab/backends/service/xp/ap_Dialog_GenericInput.cpp
+ plugins/collab/backends/service/xp/ap_Dialog_GenericInput.h
+ plugins/collab/backends/service/xp/ap_Dialog_GenericProgress.cpp
+ plugins/collab/backends/service/xp/ap_Dialog_GenericProgress.h
+ plugins/collab/backends/sipsimple/unix/SIPSimpleUnixAccountHandler.cpp
+ plugins/collab/backends/sipsimple/unix/SIPSimpleUnixAccountHandler.h
+ plugins/collab/backends/sipsimple/xp/SIPSimpleAccountHandler.cpp
+ plugins/collab/backends/sipsimple/xp/SIPSimpleAccountHandler.h
+ plugins/collab/backends/sipsimple/xp/SIPSimpleBuddy.h
+ plugins/collab/backends/sugar/unix/SugarBuddy.h
+ plugins/collab/backends/sugar/unix/SugarUnixAccountHandler.cpp
+ plugins/collab/backends/sugar/unix/SugarUnixAccountHandler.h
+ plugins/collab/backends/tcp/unix/TCPUnixAccountHandler.cpp
+ plugins/collab/backends/tcp/unix/TCPUnixAccountHandler.h
+ plugins/collab/backends/tcp/win/TCPWin32AccountHandler.cpp
+ plugins/collab/backends/tcp/win/TCPWin32AccountHandler.h
+ plugins/collab/backends/tcp/xp/IOServerHandler.h
+ plugins/collab/backends/tcp/xp/Session.h
+ plugins/collab/backends/tcp/xp/TCPAccountHandler.cpp
+ plugins/collab/backends/tcp/xp/TCPAccountHandler.h
+ plugins/collab/backends/tcp/xp/TCPBuddy.h
+ plugins/collab/backends/telepathy/unix/DTubeBuddy.h
+ plugins/collab/backends/telepathy/unix/TelepathyBuddy.h
+ plugins/collab/backends/telepathy/unix/TelepathyChatroom.cpp
+ plugins/collab/backends/telepathy/unix/TelepathyChatroom.h
+ plugins/collab/backends/telepathy/unix/TelepathyUnixAccountHandler.cpp
+ plugins/collab/backends/telepathy/unix/TelepathyUnixAccountHandler.h
+ plugins/collab/backends/xmpp/unix/XMPPUnixAccountHandler.cpp
+ plugins/collab/backends/xmpp/unix/XMPPUnixAccountHandler.h
+ plugins/collab/backends/xmpp/xp/XMPPAccountHandler.cpp
+ plugins/collab/backends/xmpp/xp/XMPPAccountHandler.h
+ plugins/collab/backends/xmpp/xp/XMPPBuddy.h
+ plugins/collab/core/account/xp/AccountEvent.cpp
+ plugins/collab/core/account/xp/AccountEvent.h
+ plugins/collab/core/account/xp/AccountHandler.cpp
+ plugins/collab/core/account/xp/AccountHandler.h
+ plugins/collab/core/account/xp/BackendPackets.cpp
+ plugins/collab/core/account/xp/Buddy.cpp
+ plugins/collab/core/account/xp/Buddy.h
+ plugins/collab/core/account/xp/DocHandle.h
+ plugins/collab/core/account/xp/DocTreeItem.h
+ plugins/collab/core/account/xp/Event.h
+ plugins/collab/core/account/xp/EventListener.h
+ plugins/collab/core/account/xp/SessionEvent.cpp
+ plugins/collab/core/account/xp/SessionEvent.h
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAccounts.cpp
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAccounts.h
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddAccount.cpp
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddAccount.h
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddBuddy.cpp
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddBuddy.h
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationEditAccount.cpp
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationEditAccount.h
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationJoin.cpp
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationJoin.h
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationShare.cpp
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationShare.h
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationAccounts.cpp
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationAccounts.h
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationAddAccount.cpp
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationAddAccount.h
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationAddBuddy.cpp
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationAddBuddy.h
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationEditAccount.cpp
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationEditAccount.h
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationJoin.cpp
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationJoin.h
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationShare.cpp
+ plugins/collab/core/dialogs/win/ap_Win32Dialog_CollaborationShare.h
+ plugins/collab/core/dialogs/win/ap_Win32Res_CollaborationDialogs.rc
+ plugins/collab/core/dialogs/win/ap_Win32Res_DlgCollaborationAccounts.rc2
+ plugins/collab/core/dialogs/win/ap_Win32Res_DlgCollaborationAddAccount.rc2
+ plugins/collab/core/dialogs/win/ap_Win32Res_DlgCollaborationAddBuddy.rc2
+ plugins/collab/core/dialogs/win/ap_Win32Res_DlgCollaborationEditAccount.rc2
+ plugins/collab/core/dialogs/win/ap_Win32Res_DlgCollaborationJoin.rc2
+ plugins/collab/core/dialogs/win/ap_Win32Res_DlgCollaborationShare.rc2
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationAccounts.cpp
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationAccounts.h
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationAddAccount.cpp
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationAddAccount.h
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationAddBuddy.cpp
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationAddBuddy.h
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationEditAccount.cpp
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationEditAccount.h
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationJoin.cpp
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationJoin.h
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationShare.cpp
+ plugins/collab/core/dialogs/xp/ap_Dialog_CollaborationShare.h
+ plugins/collab/core/packet/xp/AbiCollab_Packet.cpp
+ plugins/collab/core/packet/xp/AbiCollab_Packet.h
+ plugins/collab/core/packet/xp/CorePackets.cpp
+ plugins/collab/core/packet/xp/EventPacket.h
+ plugins/collab/core/packet/xp/Serialization.cpp
+ plugins/collab/core/packet/xp/Serialization.h
+ plugins/collab/core/plugin/xp/AbiCollab_Command.cpp
+ plugins/collab/core/plugin/xp/AbiCollab_Command.h
+ plugins/collab/core/plugin/xp/AbiCollab_Interface.cpp
+ plugins/collab/core/plugin/xp/AbiCollab_Interface.h
+ plugins/collab/core/plugin/xp/AbiCollab_Plugin.cpp
+ plugins/collab/core/plugin/xp/AbiCollab_Plugin.h
+ plugins/collab/core/plugin/xp/AbiCollab_Regression.cpp
+ plugins/collab/core/plugin/xp/AbiCollab_Regression.h
+ plugins/collab/core/session/xp/AbiCollab.cpp
+ plugins/collab/core/session/xp/AbiCollab.h
+ plugins/collab/core/session/xp/AbiCollabSessionManager.cpp
+ plugins/collab/core/session/xp/AbiCollabSessionManager.h
+ plugins/collab/core/session/xp/AbiCollab_Export.cpp
+ plugins/collab/core/session/xp/AbiCollab_Export.h
+ plugins/collab/core/session/xp/AbiCollab_Import.cpp
+ plugins/collab/core/session/xp/AbiCollab_Import.h
+ plugins/collab/core/session/xp/AbiCollab_ImportRuleSet.cpp
+ plugins/collab/core/session/xp/AbiCollab_ImportRuleSet.h
+ plugins/collab/core/session/xp/DiskSessionRecorder.cpp
+ plugins/collab/core/session/xp/DiskSessionRecorder.h
+ plugins/collab/core/sync/xp/SynchronizedQueue.h
+ plugins/collab/core/sync/xp/Synchronizer.cpp
+ plugins/collab/core/sync/xp/Synchronizer.h
+ plugins/collab/core/sync/xp/lock.h
+ plugins/command/xp/AbiCommand.cpp
+ plugins/command/xp/AbiCommand.h
+ plugins/docbook/xp/ie_exp_DocBook.cpp
+ plugins/docbook/xp/ie_exp_DocBook.h
+ plugins/docbook/xp/ie_imp_DocBook.h
+ plugins/docbook/xp/ie_impexp_DocBook.cpp
+ plugins/eml/xp/ie_exp_EML.cpp
+ plugins/eml/xp/ie_exp_EML.h
+ plugins/epub/common/xp/ie_impexp_EPUB.cpp
+ plugins/epub/common/xp/ie_impexp_EPUB.h
+ plugins/epub/dialogs/gtk/ap_UnixDialog_EpubExportOptions.cpp
+ plugins/epub/dialogs/gtk/ap_UnixDialog_EpubExportOptions.h
+ plugins/epub/dialogs/win/ap_Win32Dialog_EpubExportOptions.cpp
+ plugins/epub/dialogs/win/ap_Win32Dialog_EpubExportOptions.h
+ plugins/epub/dialogs/xp/ap_Dialog_EpubExportOptions.cpp
+ plugins/epub/dialogs/xp/ap_Dialog_EpubExportOptions.h
+ plugins/epub/exp/xp/ie_exp_EPUB.cpp
+ plugins/epub/exp/xp/ie_exp_EPUB.h
+ plugins/epub/exp/xp/ie_exp_EPUB_EPUB3Writer.cpp
+ plugins/epub/exp/xp/ie_exp_EPUB_EPUB3Writer.h
+ plugins/epub/exp/xp/ie_exp_EPUB_Sniffer.cpp
+ plugins/epub/exp/xp/ie_exp_EPUB_Sniffer.h
+ plugins/epub/imp/xp/ie_imp_EPUB.cpp
+ plugins/epub/imp/xp/ie_imp_EPUB.h
+ plugins/epub/imp/xp/ie_imp_EPUB_Sniffer.cpp
+ plugins/epub/imp/xp/ie_imp_EPUB_Sniffer.h
+ plugins/freetranslation/xp/AbiFreeTranslation.cpp
+ plugins/garble/xp/abiword-garble-jpeg.cpp
+ plugins/garble/xp/abiword-garble-png.cpp
+ plugins/garble/xp/abiword-garble.cpp
+ plugins/garble/xp/abiword-garble.h
+ plugins/gda/unix/AbiGDA.cpp
+ plugins/gdict/unix/GdictAbiPlugin.cpp
+ plugins/gimp/xp/AbiGimp.cpp
+ plugins/goffice/unix/AbiGOChart.cpp
+ plugins/goffice/unix/AbiGOChart.h
+ plugins/goffice/unix/AbiGOComponent.cpp
+ plugins/goffice/unix/AbiGOComponent.h
+ plugins/goffice/unix/AbiGOffice.h
+ plugins/goffice/unix/ie_imp_GOChart.cpp
+ plugins/goffice/unix/ie_imp_GOChart.h
+ plugins/goffice/unix/ie_imp_GOComponent.cpp
+ plugins/goffice/unix/ie_imp_GOComponent.h
+ plugins/google/xp/AbiGoogle.cpp
+ plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp
+ plugins/grammar/linkgrammarwrap/LinkGrammarWrap.h
+ plugins/grammar/xp/AbiGrammar.cpp
+ plugins/grammar/xp/AbiGrammarCheck.cpp
+ plugins/grammar/xp/AbiGrammarCheck.h
+ plugins/grammar/xp/AbiGrammarUtil.cpp
+ plugins/grammar/xp/AbiGrammarUtil.h
+ plugins/hancom/xp/ie_imp_hancom.cpp
+ plugins/hrtext/xp/ie_exp_HRText.cpp
+ plugins/hrtext/xp/ie_exp_HRText.h
+ plugins/iscii/xp/ie_exp_ISCII.cpp
+ plugins/iscii/xp/ie_exp_ISCII.h
+ plugins/iscii/xp/ie_imp_ISCII.cpp
+ plugins/iscii/xp/ie_imp_ISCII.h
+ plugins/iscii/xp/ie_impexp_ISCII.cpp
+ plugins/kword/xp/ie_exp_KWord_1.cpp
+ plugins/kword/xp/ie_exp_KWord_1.h
+ plugins/kword/xp/ie_imp_KWord_1.cpp
+ plugins/kword/xp/ie_imp_KWord_1.h
+ plugins/kword/xp/ie_impexp_KWord_1.cpp
+ plugins/kword/xp/ie_impexp_KWord_1.h
+ plugins/latex/xp/ie_exp_LaTeX.cpp
+ plugins/latex/xp/ie_exp_LaTeX.h
+ plugins/loadbindings/xp/LoadBindings.cpp
+ plugins/loadbindings/xp/LoadBindings.h
+ plugins/mathview/data/gtkmathview.conf.xml
+ plugins/mathview/xp/AbiMathView.cpp
+ plugins/mathview/xp/AbiMathView.h
+ plugins/mathview/xp/gr_Abi_AreaFactory.h
+ plugins/mathview/xp/gr_Abi_CharArea.cpp
+ plugins/mathview/xp/gr_Abi_CharArea.h
+ plugins/mathview/xp/gr_Abi_ColorArea.cpp
+ plugins/mathview/xp/gr_Abi_ColorArea.h
+ plugins/mathview/xp/gr_Abi_ComputerModernShaper.cpp
+ plugins/mathview/xp/gr_Abi_ComputerModernShaper.h
+ plugins/mathview/xp/gr_Abi_DefaultShaper.cpp
+ plugins/mathview/xp/gr_Abi_DefaultShaper.h
+ plugins/mathview/xp/gr_Abi_InkArea.cpp
+ plugins/mathview/xp/gr_Abi_InkArea.h
+ plugins/mathview/xp/gr_Abi_MathGraphicDevice.cpp
+ plugins/mathview/xp/gr_Abi_MathGraphicDevice.h
+ plugins/mathview/xp/gr_Abi_RenderingContext.cpp
+ plugins/mathview/xp/gr_Abi_RenderingContext.h
+ plugins/mathview/xp/gr_Abi_StandardSymbolsShaper.cpp
+ plugins/mathview/xp/gr_Abi_StandardSymbolsShaper.h
+ plugins/mathview/xp/ie_imp_MathML.cpp
+ plugins/mathview/xp/ie_imp_MathML.h
+ plugins/mathview/xp/mathview_proxy.h
+ plugins/mht/xp/ie_imp_MHT.cpp
+ plugins/mht/xp/ie_imp_MHT.h
+ plugins/mht/xp/register.cpp
+ plugins/mht/xp/tidyImporter.cpp
+ plugins/mht/xp/tidyImporter.h
+ plugins/mht/xp/tidyReader.cpp
+ plugins/mht/xp/tidyReader.h
+ plugins/mif/xp/ie_exp_MIF.cpp
+ plugins/mif/xp/ie_exp_MIF.h
+ plugins/mif/xp/ie_imp_MIF.cpp
+ plugins/mif/xp/ie_imp_MIF.h
+ plugins/mif/xp/ie_impexp_MIF.cpp
+ plugins/mswrite/xp/ie_imp_MSWrite.cpp
+ plugins/mswrite/xp/ie_imp_MSWrite.h
+ plugins/mswrite/xp/ie_impexp_MSWrite.cpp
+ plugins/mswrite/xp/ie_impexp_MSWrite.h
+ plugins/opendocument/common/xp/ODc_Crypto.cpp
+ plugins/opendocument/common/xp/ODc_Crypto.h
+ plugins/opendocument/common/xp/ODc_util.cpp
+ plugins/opendocument/common/xp/ODc_util.h
+ plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.c
+ plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.h
+ plugins/opendocument/common/xp/crypto/hmac-sha1.c
+ plugins/opendocument/common/xp/crypto/hmac.h
+ plugins/opendocument/common/xp/crypto/memxor.c
+ plugins/opendocument/common/xp/crypto/memxor.h
+ plugins/opendocument/common/xp/crypto/sha1.c
+ plugins/opendocument/common/xp/crypto/sha1.h
+ plugins/opendocument/common/xp/ie_impexp_OpenDocument.cpp
+ plugins/opendocument/exp/xp/ODe_AbiDocListener.cpp
+ plugins/opendocument/exp/xp/ODe_AbiDocListener.h
+ plugins/opendocument/exp/xp/ODe_AbiDocListenerImpl.cpp
+ plugins/opendocument/exp/xp/ODe_AbiDocListenerImpl.h
+ plugins/opendocument/exp/xp/ODe_AutomaticStyles.cpp
+ plugins/opendocument/exp/xp/ODe_AutomaticStyles.h
+ plugins/opendocument/exp/xp/ODe_AuxiliaryData.cpp
+ plugins/opendocument/exp/xp/ODe_AuxiliaryData.h
+ plugins/opendocument/exp/xp/ODe_Common.cpp
+ plugins/opendocument/exp/xp/ODe_Common.h
+ plugins/opendocument/exp/xp/ODe_DefaultStyles.cpp
+ plugins/opendocument/exp/xp/ODe_DefaultStyles.h
+ plugins/opendocument/exp/xp/ODe_DocumentData.cpp
+ plugins/opendocument/exp/xp/ODe_DocumentData.h
+ plugins/opendocument/exp/xp/ODe_FontFaceDecls.cpp
+ plugins/opendocument/exp/xp/ODe_FontFaceDecls.h
+ plugins/opendocument/exp/xp/ODe_Frame_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_Frame_Listener.h
+ plugins/opendocument/exp/xp/ODe_HeadingSearcher_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_HeadingSearcher_Listener.h
+ plugins/opendocument/exp/xp/ODe_ListLevelStyle.cpp
+ plugins/opendocument/exp/xp/ODe_ListLevelStyle.h
+ plugins/opendocument/exp/xp/ODe_ListenerAction.h
+ plugins/opendocument/exp/xp/ODe_Main_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_Main_Listener.h
+ plugins/opendocument/exp/xp/ODe_ManifestWriter.cpp
+ plugins/opendocument/exp/xp/ODe_ManifestWriter.h
+ plugins/opendocument/exp/xp/ODe_MetaDataWriter.cpp
+ plugins/opendocument/exp/xp/ODe_MetaDataWriter.h
+ plugins/opendocument/exp/xp/ODe_Note_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_Note_Listener.h
+ plugins/opendocument/exp/xp/ODe_PicturesWriter.cpp
+ plugins/opendocument/exp/xp/ODe_PicturesWriter.h
+ plugins/opendocument/exp/xp/ODe_RDFWriter.cpp
+ plugins/opendocument/exp/xp/ODe_RDFWriter.h
+ plugins/opendocument/exp/xp/ODe_SettingsWriter.cpp
+ plugins/opendocument/exp/xp/ODe_SettingsWriter.h
+ plugins/opendocument/exp/xp/ODe_Style_List.cpp
+ plugins/opendocument/exp/xp/ODe_Style_List.h
+ plugins/opendocument/exp/xp/ODe_Style_MasterPage.cpp
+ plugins/opendocument/exp/xp/ODe_Style_MasterPage.h
+ plugins/opendocument/exp/xp/ODe_Style_PageLayout.cpp
+ plugins/opendocument/exp/xp/ODe_Style_PageLayout.h
+ plugins/opendocument/exp/xp/ODe_Style_Style.cpp
+ plugins/opendocument/exp/xp/ODe_Style_Style.h
+ plugins/opendocument/exp/xp/ODe_Styles.cpp
+ plugins/opendocument/exp/xp/ODe_Styles.h
+ plugins/opendocument/exp/xp/ODe_TOC_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_TOC_Listener.h
+ plugins/opendocument/exp/xp/ODe_Table_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_Table_Listener.h
+ plugins/opendocument/exp/xp/ODe_Text_Listener.cpp
+ plugins/opendocument/exp/xp/ODe_Text_Listener.h
+ plugins/opendocument/exp/xp/ODe_ThumbnailsWriter.cpp
+ plugins/opendocument/exp/xp/ODe_ThumbnailsWriter.h
+ plugins/opendocument/exp/xp/ie_exp_OpenDocument.cpp
+ plugins/opendocument/exp/xp/ie_exp_OpenDocument.h
+ plugins/opendocument/exp/xp/ie_exp_OpenDocument_Sniffer.cpp
+ plugins/opendocument/exp/xp/ie_exp_OpenDocument_Sniffer.h
+ plugins/opendocument/imp/xp/ODi_Abi_Data.cpp
+ plugins/opendocument/imp/xp/ODi_Abi_Data.h
+ plugins/opendocument/imp/xp/ODi_ContentStreamAnnotationMatcher_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_ContentStreamAnnotationMatcher_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_ContentStream_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_ContentStream_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_ElementStack.cpp
+ plugins/opendocument/imp/xp/ODi_ElementStack.h
+ plugins/opendocument/imp/xp/ODi_FontFaceDecls.cpp
+ plugins/opendocument/imp/xp/ODi_FontFaceDecls.h
+ plugins/opendocument/imp/xp/ODi_Frame_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_Frame_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_ListLevelStyle.cpp
+ plugins/opendocument/imp/xp/ODi_ListLevelStyle.h
+ plugins/opendocument/imp/xp/ODi_ListLevelStyleFormats.h
+ plugins/opendocument/imp/xp/ODi_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_ListenerStateAction.cpp
+ plugins/opendocument/imp/xp/ODi_ListenerStateAction.h
+ plugins/opendocument/imp/xp/ODi_ManifestStream_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_ManifestStream_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_MetaStream_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_MetaStream_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_NotesConfiguration.cpp
+ plugins/opendocument/imp/xp/ODi_NotesConfiguration.h
+ plugins/opendocument/imp/xp/ODi_Office_Styles.cpp
+ plugins/opendocument/imp/xp/ODi_Office_Styles.h
+ plugins/opendocument/imp/xp/ODi_Postpone_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_Postpone_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_SettingsStream_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_StartTag.cpp
+ plugins/opendocument/imp/xp/ODi_StartTag.h
+ plugins/opendocument/imp/xp/ODi_StreamListener.cpp
+ plugins/opendocument/imp/xp/ODi_StreamListener.h
+ plugins/opendocument/imp/xp/ODi_Style_List.cpp
+ plugins/opendocument/imp/xp/ODi_Style_List.h
+ plugins/opendocument/imp/xp/ODi_Style_MasterPage.cpp
+ plugins/opendocument/imp/xp/ODi_Style_MasterPage.h
+ plugins/opendocument/imp/xp/ODi_Style_PageLayout.cpp
+ plugins/opendocument/imp/xp/ODi_Style_PageLayout.h
+ plugins/opendocument/imp/xp/ODi_Style_Style.cpp
+ plugins/opendocument/imp/xp/ODi_Style_Style.h
+ plugins/opendocument/imp/xp/ODi_Style_Style_Family.cpp
+ plugins/opendocument/imp/xp/ODi_Style_Style_Family.h
+ plugins/opendocument/imp/xp/ODi_StylesStream_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_StylesStream_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_TableOfContent_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_TableOfContent_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_Table_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_Table_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_TextContent_ListenerState.cpp
+ plugins/opendocument/imp/xp/ODi_TextContent_ListenerState.h
+ plugins/opendocument/imp/xp/ODi_XMLRecorder.cpp
+ plugins/opendocument/imp/xp/ODi_XMLRecorder.h
+ plugins/opendocument/imp/xp/ie_imp_OpenDocument.cpp
+ plugins/opendocument/imp/xp/ie_imp_OpenDocument.h
+ plugins/opendocument/imp/xp/ie_imp_OpenDocument_Sniffer.cpp
+ plugins/opendocument/imp/xp/ie_imp_OpenDocument_Sniffer.h
+ plugins/openwriter/xp/ie_exp_OpenWriter.cpp
+ plugins/openwriter/xp/ie_exp_OpenWriter.h
+ plugins/openwriter/xp/ie_imp_OpenWriter.cpp
+ plugins/openwriter/xp/ie_impexp_OpenWriter.cpp
+ plugins/openwriter/xp/ie_impexp_OpenWriter.h
+ plugins/openxml/common/xp/OXML_Document.cpp
+ plugins/openxml/common/xp/OXML_Document.h
+ plugins/openxml/common/xp/OXML_Element.cpp
+ plugins/openxml/common/xp/OXML_Element.h
+ plugins/openxml/common/xp/OXML_Element_Bookmark.cpp
+ plugins/openxml/common/xp/OXML_Element_Bookmark.h
+ plugins/openxml/common/xp/OXML_Element_Cell.cpp
+ plugins/openxml/common/xp/OXML_Element_Cell.h
+ plugins/openxml/common/xp/OXML_Element_Field.cpp
+ plugins/openxml/common/xp/OXML_Element_Field.h
+ plugins/openxml/common/xp/OXML_Element_Hyperlink.cpp
+ plugins/openxml/common/xp/OXML_Element_Hyperlink.h
+ plugins/openxml/common/xp/OXML_Element_Image.cpp
+ plugins/openxml/common/xp/OXML_Element_Image.h
+ plugins/openxml/common/xp/OXML_Element_List.cpp
+ plugins/openxml/common/xp/OXML_Element_List.h
+ plugins/openxml/common/xp/OXML_Element_Math.cpp
+ plugins/openxml/common/xp/OXML_Element_Math.h
+ plugins/openxml/common/xp/OXML_Element_Paragraph.cpp
+ plugins/openxml/common/xp/OXML_Element_Paragraph.h
+ plugins/openxml/common/xp/OXML_Element_Row.cpp
+ plugins/openxml/common/xp/OXML_Element_Row.h
+ plugins/openxml/common/xp/OXML_Element_Run.cpp
+ plugins/openxml/common/xp/OXML_Element_Run.h
+ plugins/openxml/common/xp/OXML_Element_Table.cpp
+ plugins/openxml/common/xp/OXML_Element_Table.h
+ plugins/openxml/common/xp/OXML_Element_Text.cpp
+ plugins/openxml/common/xp/OXML_Element_Text.h
+ plugins/openxml/common/xp/OXML_Element_TextBox.cpp
+ plugins/openxml/common/xp/OXML_Element_TextBox.h
+ plugins/openxml/common/xp/OXML_FontManager.cpp
+ plugins/openxml/common/xp/OXML_FontManager.h
+ plugins/openxml/common/xp/OXML_Image.cpp
+ plugins/openxml/common/xp/OXML_Image.h
+ plugins/openxml/common/xp/OXML_LangToScriptConverter.gperf
+ plugins/openxml/common/xp/OXML_LangToScriptConverter.h
+ plugins/openxml/common/xp/OXML_List.cpp
+ plugins/openxml/common/xp/OXML_List.h
+ plugins/openxml/common/xp/OXML_ObjectWithAttrProp.cpp
+ plugins/openxml/common/xp/OXML_ObjectWithAttrProp.h
+ plugins/openxml/common/xp/OXML_Section.cpp
+ plugins/openxml/common/xp/OXML_Section.h
+ plugins/openxml/common/xp/OXML_Style.cpp
+ plugins/openxml/common/xp/OXML_Style.h
+ plugins/openxml/common/xp/OXML_Theme.cpp
+ plugins/openxml/common/xp/OXML_Theme.h
+ plugins/openxml/common/xp/OXML_Types.h
+ plugins/openxml/common/xp/ie_impexp_OpenXML.cpp
+ plugins/openxml/exp/xp/ie_exp_OpenXML.cpp
+ plugins/openxml/exp/xp/ie_exp_OpenXML.h
+ plugins/openxml/exp/xp/ie_exp_OpenXML_Listener.cpp
+ plugins/openxml/exp/xp/ie_exp_OpenXML_Listener.h
+ plugins/openxml/exp/xp/ie_exp_OpenXML_Sniffer.cpp
+ plugins/openxml/exp/xp/ie_exp_OpenXML_Sniffer.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Common.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Common.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_DocSettings.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_DocSettings.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Endnote.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Endnote.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Field.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Field.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Footnote.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Footnote.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_HdrFtr.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_HdrFtr.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Image.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Image.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_MainDocument.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_MainDocument.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Math.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Math.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Numbering.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Numbering.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Styles.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Styles.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Table.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Table.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Textbox.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Textbox.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Theme.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Theme.h
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Valid.cpp
+ plugins/openxml/imp/xp/OXMLi_ListenerState_Valid.h
+ plugins/openxml/imp/xp/OXMLi_Namespace_Common.cpp
+ plugins/openxml/imp/xp/OXMLi_Namespace_Common.h
+ plugins/openxml/imp/xp/OXMLi_PackageManager.cpp
+ plugins/openxml/imp/xp/OXMLi_PackageManager.h
+ plugins/openxml/imp/xp/OXMLi_StreamListener.cpp
+ plugins/openxml/imp/xp/OXMLi_StreamListener.h
+ plugins/openxml/imp/xp/OXMLi_Types.h
+ plugins/openxml/imp/xp/ie_imp_OpenXML.cpp
+ plugins/openxml/imp/xp/ie_imp_OpenXML.h
+ plugins/openxml/imp/xp/ie_imp_OpenXML_Sniffer.cpp
+ plugins/openxml/imp/xp/ie_imp_OpenXML_Sniffer.h
+ plugins/opml/xp/ie_imp_OPML.cpp
+ plugins/opml/xp/ie_imp_OPML.h
+ plugins/ots/xp/AbiOts.cpp
+ plugins/paint/unix/ut_UnixProcess.cpp
+ plugins/paint/unix/ut_process.h
+ plugins/paint/win/ut_Win32Process.cpp
+ plugins/paint/win/ut_process.h
+ plugins/paint/xp/AbiGeneric.cpp
+ plugins/paint/xp/AbiGeneric.h
+ plugins/passepartout/xp/ie_exp_Passepartout.cpp
+ plugins/passepartout/xp/ie_exp_Passepartout.h
+ plugins/passepartout/xp/ie_impexp_Passepartout.cpp
+ plugins/pdb/xp/ie_exp_PalmDoc.cpp
+ plugins/pdb/xp/ie_exp_PalmDoc.h
+ plugins/pdb/xp/ie_imp_PalmDoc.cpp
+ plugins/pdb/xp/ie_imp_PalmDoc.h
+ plugins/pdb/xp/ie_impexp_Palm.h
+ plugins/pdb/xp/ie_impexp_PalmDoc.cpp
+ plugins/pdf/xp/ie_imp_PDF.cpp
+ plugins/presentation/xp/Presentation.cpp
+ plugins/presentation/xp/Presentation.h
+ plugins/psion/xp/ie_exp_Psion.cpp
+ plugins/psion/xp/ie_exp_Psion.h
+ plugins/psion/xp/ie_imp_Psion.cpp
+ plugins/psion/xp/ie_imp_Psion.h
+ plugins/psion/xp/ie_impexp_Psion.cpp
+ plugins/psion/xp/ie_impexp_Psion.h
+ plugins/rsvg/xp/AbiRSVG.cpp
+ plugins/s5/xp/ie_exp_S5.cpp
+ plugins/sdw/xp/docinfo.cpp
+ plugins/sdw/xp/docinfo.h
+ plugins/sdw/xp/ie_imp_StarOffice_encodings.cpp
+ plugins/sdw/xp/sdw_cryptor.cpp
+ plugins/sdw/xp/sdw_cryptor.h
+ plugins/t602/xp/ie_imp_T602.cpp
+ plugins/t602/xp/ie_imp_T602.h
+ plugins/urldict/xp/AbiURLDict.cpp
+ plugins/wikipedia/xp/AbiWikipedia.cpp
+ plugins/wmf/xp/ie_impGraphic_WMF.cpp
+ plugins/wmf/xp/ie_impGraphic_WMF.h
+ plugins/wml/xp/ie_exp_WML.cpp
+ plugins/wml/xp/ie_exp_WML.h
+ plugins/wml/xp/ie_imp_WML.cpp
+ plugins/wml/xp/ie_imp_WML.h
+ plugins/wml/xp/ie_impexp_WML.cpp
+ plugins/wordperfect/xp/ie_exp_WordPerfect.cpp
+ plugins/wordperfect/xp/ie_exp_WordPerfect.h
+ plugins/wordperfect/xp/ie_imp_WordPerfect.cpp
+ plugins/wordperfect/xp/ie_imp_WordPerfect.h
+ plugins/wordperfect/xp/ie_impexp_WordPerfect.cpp
+ plugins/wordperfect/xp/ie_impexp_WordPerfect.h
+ plugins/wpg/xp/ie_impGraphic_WPG.cpp
+ plugins/wpg/xp/ie_impGraphic_WPG.h
+ plugins/xslfo/xp/ie_exp_XSL-FO.cpp
+ plugins/xslfo/xp/ie_exp_XSL-FO.h
+ plugins/xslfo/xp/ie_imp_XSL-FO.cpp
+ plugins/xslfo/xp/ie_imp_XSL-FO.h
+ plugins/xslfo/xp/ie_impexp_XSL-FO.cpp
+ plugins/xslfo/xp/ie_impexp_XSL-FO.h
+ po/ui-backport.pl
+ po/ui-extract.pl
+ po/update.pl
+ src/af/ev/cocoa/ev_CocoaKeyboard.cpp
+ src/af/ev/cocoa/ev_CocoaKeyboard.h
+ src/af/ev/cocoa/ev_CocoaMenu.cpp
+ src/af/ev/cocoa/ev_CocoaMenu.h
+ src/af/ev/cocoa/ev_CocoaMenuBar.h
+ src/af/ev/cocoa/ev_CocoaMenuPopup.h
+ src/af/ev/cocoa/ev_CocoaMouse.cpp
+ src/af/ev/cocoa/ev_CocoaMouse.h
+ src/af/ev/cocoa/ev_CocoaToolbar.cpp
+ src/af/ev/cocoa/ev_CocoaToolbar.h
+ src/af/ev/cocoa/ev_CocoaToolbar_ViewListener.cpp
+ src/af/ev/cocoa/ev_CocoaToolbar_ViewListener.h
+ src/af/ev/gtk/ev_UnixKeyboard.cpp
+ src/af/ev/gtk/ev_UnixKeyboard.h
+ src/af/ev/gtk/ev_UnixMenu.cpp
+ src/af/ev/gtk/ev_UnixMenu.h
+ src/af/ev/gtk/ev_UnixMenuBar.h
+ src/af/ev/gtk/ev_UnixMenuPopup.h
+ src/af/ev/gtk/ev_UnixMouse.cpp
+ src/af/ev/gtk/ev_UnixMouse.h
+ src/af/ev/gtk/ev_UnixToolbar.cpp
+ src/af/ev/gtk/ev_UnixToolbar.h
+ src/af/ev/gtk/ev_UnixToolbar_ViewListener.cpp
+ src/af/ev/gtk/ev_UnixToolbar_ViewListener.h
+ src/af/ev/gtk/gnome/ev_GnomeToolbar.cpp
+ src/af/ev/gtk/gnome/ev_GnomeToolbar.h
+ src/af/ev/win/ev_Win32Keyboard.cpp
+ src/af/ev/win/ev_Win32Keyboard.h
+ src/af/ev/win/ev_Win32Menu.cpp
+ src/af/ev/win/ev_Win32Menu.h
+ src/af/ev/win/ev_Win32Mouse.cpp
+ src/af/ev/win/ev_Win32Mouse.h
+ src/af/ev/win/ev_Win32Toolbar.cpp
+ src/af/ev/win/ev_Win32Toolbar.h
+ src/af/ev/win/ev_Win32Toolbar_ViewListener.cpp
+ src/af/ev/win/ev_Win32Toolbar_ViewListener.h
+ src/af/ev/xp/ev_EditBinding.cpp
+ src/af/ev/xp/ev_EditBinding.h
+ src/af/ev/xp/ev_EditBits.h
+ src/af/ev/xp/ev_EditEventMapper.cpp
+ src/af/ev/xp/ev_EditEventMapper.h
+ src/af/ev/xp/ev_EditMethod.cpp
+ src/af/ev/xp/ev_EditMethod.h
+ src/af/ev/xp/ev_Keyboard.cpp
+ src/af/ev/xp/ev_Keyboard.h
+ src/af/ev/xp/ev_Menu.cpp
+ src/af/ev/xp/ev_Menu.h
+ src/af/ev/xp/ev_Menu_Actions.cpp
+ src/af/ev/xp/ev_Menu_Actions.h
+ src/af/ev/xp/ev_Menu_Labels.cpp
+ src/af/ev/xp/ev_Menu_Labels.h
+ src/af/ev/xp/ev_Menu_Layouts.cpp
+ src/af/ev/xp/ev_Menu_Layouts.h
+ src/af/ev/xp/ev_Mouse.cpp
+ src/af/ev/xp/ev_Mouse.h
+ src/af/ev/xp/ev_MouseListener.h
+ src/af/ev/xp/ev_NamedVirtualKey.cpp
+ src/af/ev/xp/ev_NamedVirtualKey.h
+ src/af/ev/xp/ev_Toolbar.cpp
+ src/af/ev/xp/ev_Toolbar.h
+ src/af/ev/xp/ev_Toolbar_Actions.cpp
+ src/af/ev/xp/ev_Toolbar_Actions.h
+ src/af/ev/xp/ev_Toolbar_Control.cpp
+ src/af/ev/xp/ev_Toolbar_Control.h
+ src/af/ev/xp/ev_Toolbar_Labels.cpp
+ src/af/ev/xp/ev_Toolbar_Labels.h
+ src/af/ev/xp/ev_Toolbar_Layouts.cpp
+ src/af/ev/xp/ev_Toolbar_Layouts.h
+ src/af/gr/cocoa/gr_CocoaCairoGraphics.cpp
+ src/af/gr/cocoa/gr_CocoaCairoGraphics.h
+ src/af/gr/cocoa/gr_CocoaImage.cpp
+ src/af/gr/cocoa/gr_CocoaImage.h
+ src/af/gr/gtk/gr_CairoImage.cpp
+ src/af/gr/gtk/gr_CairoImage.h
+ src/af/gr/gtk/gr_CairoPrintGraphics.cpp
+ src/af/gr/gtk/gr_CairoPrintGraphics.h
+ src/af/gr/gtk/gr_UnixCairoGraphics.cpp
+ src/af/gr/gtk/gr_UnixCairoGraphics.h
+ src/af/gr/gtk/gr_UnixCairoImage.cpp
+ src/af/gr/gtk/gr_UnixCairoImage.h
+ src/af/gr/gtk/gr_UnixImage.cpp
+ src/af/gr/gtk/gr_UnixImage.h
+ src/af/gr/gtk/gr_UnixPangoPixmapGraphics.cpp
+ src/af/gr/gtk/gr_UnixPangoPixmapGraphics.h
+ src/af/gr/win/gr_Win32CharWidths.cpp
+ src/af/gr/win/gr_Win32CharWidths.h
+ src/af/gr/win/gr_Win32Graphics.cpp
+ src/af/gr/win/gr_Win32Graphics.h
+ src/af/gr/win/gr_Win32Image.cpp
+ src/af/gr/win/gr_Win32Image.h
+ src/af/gr/win/gr_Win32USPGraphics.cpp
+ src/af/gr/win/gr_Win32USPGraphics.h
+ src/af/gr/win/gr_Win32Uniscribe.h
+ src/af/gr/xp/gr_CairoGraphics.cpp
+ src/af/gr/xp/gr_CairoGraphics.h
+ src/af/gr/xp/gr_CairoNullGraphics.cpp
+ src/af/gr/xp/gr_CairoNullGraphics.h
+ src/af/gr/xp/gr_CharWidths.cpp
+ src/af/gr/xp/gr_CharWidths.h
+ src/af/gr/xp/gr_CharWidthsCache.cpp
+ src/af/gr/xp/gr_CharWidthsCache.h
+ src/af/gr/xp/gr_Control.h
+ src/af/gr/xp/gr_DrawArgs.cpp
+ src/af/gr/xp/gr_DrawArgs.h
+ src/af/gr/xp/gr_EmbedManager.cpp
+ src/af/gr/xp/gr_EmbedManager.h
+ src/af/gr/xp/gr_Graphics.cpp
+ src/af/gr/xp/gr_Graphics.h
+ src/af/gr/xp/gr_Image.cpp
+ src/af/gr/xp/gr_Image.h
+ src/af/gr/xp/gr_Painter.cpp
+ src/af/gr/xp/gr_Painter.h
+ src/af/gr/xp/gr_RenderInfo.cpp
+ src/af/gr/xp/gr_RenderInfo.h
+ src/af/gr/xp/gr_Transform.cpp
+ src/af/gr/xp/gr_Transform.h
+ src/af/gr/xp/gr_VectorImage.cpp
+ src/af/gr/xp/gr_VectorImage.h
+ src/af/tf/xp/tf_test.cpp
+ src/af/tf/xp/tf_test.h
+ src/af/util/unix/ut_debugmsg.cpp
+ src/af/util/unix/ut_files.cpp
+ src/af/util/unix/ut_files.h
+ src/af/util/unix/ut_mutexImpl.h
+ src/af/util/unix/ut_path.cpp
+ src/af/util/unix/ut_sleep.h
+ src/af/util/unix/ut_unixAssert.cpp
+ src/af/util/unix/ut_unixAssert.h
+ src/af/util/unix/ut_unixColor.cpp
+ src/af/util/unix/ut_unixColor.h
+ src/af/util/unix/ut_unixIdle.cpp
+ src/af/util/unix/ut_unixIdle.h
+ src/af/util/unix/ut_unixMisc.cpp
+ src/af/util/unix/ut_unixTimer.cpp
+ src/af/util/unix/ut_unixTimer.h
+ src/af/util/win/ut_Win32Idle.cpp
+ src/af/util/win/ut_Win32Idle.h
+ src/af/util/win/ut_Win32Locale.cpp
+ src/af/util/win/ut_Win32Locale.h
+ src/af/util/win/ut_Win32LocaleString.cpp
+ src/af/util/win/ut_Win32LocaleString.h
+ src/af/util/win/ut_Win32Misc.cpp
+ src/af/util/win/ut_Win32OS.cpp
+ src/af/util/win/ut_Win32OS.h
+ src/af/util/win/ut_Win32Resources.rc2
+ src/af/util/win/ut_Win32String.cpp
+ src/af/util/win/ut_Win32Timer.cpp
+ src/af/util/win/ut_Win32Timer.h
+ src/af/util/win/ut_Win32Uuid.cpp
+ src/af/util/win/ut_Win32Uuid.h
+ src/af/util/win/ut_Xpm2Bmp.cpp
+ src/af/util/win/ut_Xpm2Bmp.h
+ src/af/util/win/ut_debugmsg.cpp
+ src/af/util/win/ut_mutexImpl.h
+ src/af/util/win/ut_path.cpp
+ src/af/util/win/ut_sleep.cpp
+ src/af/util/win/ut_sleep.h
+ src/af/util/win/ut_xml_msxml.cpp
+ src/af/util/xp/t/ut_locale.t.cpp
+ src/af/util/xp/t/ut_types.t.cpp
+ src/af/util/xp/t/ut_vector.t.cpp
+ src/af/util/xp/ut_AdobeEncoding.cpp
+ src/af/util/xp/ut_AdobeEncoding.h
+ src/af/util/xp/ut_Encoding.cpp
+ src/af/util/xp/ut_Encoding.h
+ src/af/util/xp/ut_Language.cpp
+ src/af/util/xp/ut_Language.h
+ src/af/util/xp/ut_OverstrikingChars.cpp
+ src/af/util/xp/ut_OverstrikingChars.h
+ src/af/util/xp/ut_PropVector.cpp
+ src/af/util/xp/ut_PropVector.h
+ src/af/util/xp/ut_Script.cpp
+ src/af/util/xp/ut_Script.h
+ src/af/util/xp/ut_TextIterator.h
+ src/af/util/xp/ut_assert.h
+ src/af/util/xp/ut_base64.cpp
+ src/af/util/xp/ut_base64.h
+ src/af/util/xp/ut_base64_TestRoutines.cpp
+ src/af/util/xp/ut_bytebuf.cpp
+ src/af/util/xp/ut_bytebuf.h
+ src/af/util/xp/ut_case.h
+ src/af/util/xp/ut_color.cpp
+ src/af/util/xp/ut_color.h
+ src/af/util/xp/ut_conversion.h
+ src/af/util/xp/ut_debugmsg.h
+ src/af/util/xp/ut_decompress.cpp
+ src/af/util/xp/ut_decompress.h
+ src/af/util/xp/ut_endian.h
+ src/af/util/xp/ut_exception.h
+ src/af/util/xp/ut_export.h
+ src/af/util/xp/ut_go_file.cpp
+ src/af/util/xp/ut_go_file.h
+ src/af/util/xp/ut_growbuf.cpp
+ src/af/util/xp/ut_growbuf.h
+ src/af/util/xp/ut_hash.cpp
+ src/af/util/xp/ut_hash.h
+ src/af/util/xp/ut_html.cpp
+ src/af/util/xp/ut_html.h
+ src/af/util/xp/ut_iconv.cpp
+ src/af/util/xp/ut_iconv.h
+ src/af/util/xp/ut_idle.cpp
+ src/af/util/xp/ut_idle.h
+ src/af/util/xp/ut_jpeg.cpp
+ src/af/util/xp/ut_jpeg.h
+ src/af/util/xp/ut_locale.cpp
+ src/af/util/xp/ut_locale.h
+ src/af/util/xp/ut_math.cpp
+ src/af/util/xp/ut_math.h
+ src/af/util/xp/ut_mbtowc.cpp
+ src/af/util/xp/ut_misc.cpp
+ src/af/util/xp/ut_misc.h
+ src/af/util/xp/ut_mutex.cpp
+ src/af/util/xp/ut_mutex.h
+ src/af/util/xp/ut_path.cpp
+ src/af/util/xp/ut_path.h
+ src/af/util/xp/ut_png.cpp
+ src/af/util/xp/ut_png.h
+ src/af/util/xp/ut_rand.h
+ src/af/util/xp/ut_stack.cpp
+ src/af/util/xp/ut_stack.h
+ src/af/util/xp/ut_std_algo.h
+ src/af/util/xp/ut_std_map.h
+ src/af/util/xp/ut_std_string.cpp
+ src/af/util/xp/ut_std_string.h
+ src/af/util/xp/ut_std_vector.h
+ src/af/util/xp/ut_string.h
+ src/af/util/xp/ut_string_class.cpp
+ src/af/util/xp/ut_string_class.h
+ src/af/util/xp/ut_stringbuf.cpp
+ src/af/util/xp/ut_stringbuf.h
+ src/af/util/xp/ut_svg.cpp
+ src/af/util/xp/ut_svg.h
+ src/af/util/xp/ut_test.cpp
+ src/af/util/xp/ut_test.h
+ src/af/util/xp/ut_timer.cpp
+ src/af/util/xp/ut_timer.h
+ src/af/util/xp/ut_types.cpp
+ src/af/util/xp/ut_types.h
+ src/af/util/xp/ut_unicode.cpp
+ src/af/util/xp/ut_unicode.h
+ src/af/util/xp/ut_units.cpp
+ src/af/util/xp/ut_units.h
+ src/af/util/xp/ut_uuid.cpp
+ src/af/util/xp/ut_uuid.h
+ src/af/util/xp/ut_vector.cpp
+ src/af/util/xp/ut_vector.h
+ src/af/util/xp/ut_warning.h
+ src/af/util/xp/ut_wctomb.cpp
+ src/af/util/xp/ut_worker.cpp
+ src/af/util/xp/ut_worker.h
+ src/af/util/xp/ut_xml.cpp
+ src/af/util/xp/ut_xml.h
+ src/af/util/xp/ut_xml_libxml2.cpp
+ src/af/xap/cocoa/Makefile.am
+ src/af/xap/cocoa/xap_CocoaAbiConversions.cpp
+ src/af/xap/cocoa/xap_CocoaAbiConversions.h
+ src/af/xap/cocoa/xap_CocoaApp.cpp
+ src/af/xap/cocoa/xap_CocoaApp.h
+ src/af/xap/cocoa/xap_CocoaAppController.cpp
+ src/af/xap/cocoa/xap_CocoaAppController.h
+ src/af/xap/cocoa/xap_CocoaAppImpl.cpp
+ src/af/xap/cocoa/xap_CocoaAppImpl.h
+ src/af/xap/cocoa/xap_CocoaAssert.cpp
+ src/af/xap/cocoa/xap_CocoaAssert.h
+ src/af/xap/cocoa/xap_CocoaClipboard.cpp
+ src/af/xap/cocoa/xap_CocoaClipboard.h
+ src/af/xap/cocoa/xap_CocoaCompat.h
+ src/af/xap/cocoa/xap_CocoaDialogFactory.h
+ src/af/xap/cocoa/xap_CocoaDialog_Utilities.cpp
+ src/af/xap/cocoa/xap_CocoaDialog_Utilities.h
+ src/af/xap/cocoa/xap_CocoaDlg_About.h
+ src/af/xap/cocoa/xap_CocoaDlg_ClipArt.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_ClipArt.h
+ src/af/xap/cocoa/xap_CocoaDlg_DocComparison.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_DocComparison.h
+ src/af/xap/cocoa/xap_CocoaDlg_Encoding.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Encoding.h
+ src/af/xap/cocoa/xap_CocoaDlg_FileOpenSaveAs.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_FileOpenSaveAs.h
+ src/af/xap/cocoa/xap_CocoaDlg_FontChooser.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_FontChooser.h
+ src/af/xap/cocoa/xap_CocoaDlg_HTMLOptions.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_HTMLOptions.h
+ src/af/xap/cocoa/xap_CocoaDlg_History.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_History.h
+ src/af/xap/cocoa/xap_CocoaDlg_Image.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Image.h
+ src/af/xap/cocoa/xap_CocoaDlg_Insert_Symbol.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Insert_Symbol.h
+ src/af/xap/cocoa/xap_CocoaDlg_Language.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Language.h
+ src/af/xap/cocoa/xap_CocoaDlg_ListDocuments.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_ListDocuments.h
+ src/af/xap/cocoa/xap_CocoaDlg_MessageBox.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_MessageBox.h
+ src/af/xap/cocoa/xap_CocoaDlg_Password.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Password.h
+ src/af/xap/cocoa/xap_CocoaDlg_PluginManager.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_PluginManager.h
+ src/af/xap/cocoa/xap_CocoaDlg_Print.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Print.h
+ src/af/xap/cocoa/xap_CocoaDlg_PrintPreview.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_PrintPreview.h
+ src/af/xap/cocoa/xap_CocoaDlg_WindowMore.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_WindowMore.h
+ src/af/xap/cocoa/xap_CocoaDlg_Zoom.cpp
+ src/af/xap/cocoa/xap_CocoaDlg_Zoom.h
+ src/af/xap/cocoa/xap_CocoaEncodingManager.h
+ src/af/xap/cocoa/xap_CocoaFeatures.h
+ src/af/xap/cocoa/xap_CocoaFrame.cpp
+ src/af/xap/cocoa/xap_CocoaFrame.h
+ src/af/xap/cocoa/xap_CocoaFrameImpl.cpp
+ src/af/xap/cocoa/xap_CocoaFrameImpl.h
+ src/af/xap/cocoa/xap_CocoaModule.cpp
+ src/af/xap/cocoa/xap_CocoaModule.h
+ src/af/xap/cocoa/xap_CocoaPlugin.cpp
+ src/af/xap/cocoa/xap_CocoaPlugin.h
+ src/af/xap/cocoa/xap_CocoaTextView.cpp
+ src/af/xap/cocoa/xap_CocoaTextView.h
+ src/af/xap/cocoa/xap_CocoaTimer.cpp
+ src/af/xap/cocoa/xap_CocoaTimer.h
+ src/af/xap/cocoa/xap_CocoaToolPalette.h
+ src/af/xap/cocoa/xap_CocoaToolProvider.cpp
+ src/af/xap/cocoa/xap_CocoaToolProvider.h
+ src/af/xap/cocoa/xap_CocoaToolbarWindow.cpp
+ src/af/xap/cocoa/xap_CocoaToolbarWindow.h
+ src/af/xap/cocoa/xap_CocoaToolbar_Icons.cpp
+ src/af/xap/cocoa/xap_CocoaToolbar_Icons.h
+ src/af/xap/cocoa/xap_CocoaWidget.cpp
+ src/af/xap/cocoa/xap_CocoaWidget.h
+ src/af/xap/cocoa/xap_CocoaWindow.cpp
+ src/af/xap/cocoa/xap_CocoaWindow.h
+ src/af/xap/cocoa/xap_Cocoa_NSTableUtils.cpp
+ src/af/xap/cocoa/xap_Cocoa_NSTableUtils.h
+ src/af/xap/cocoa/xap_Cocoa_ResourceIDs.cpp
+ src/af/xap/cocoa/xap_Cocoa_ResourceIDs.h
+ src/af/xap/cocoa/xap_Cocoa_TB_CFactory.h
+ src/af/xap/cocoa/xap_FrameNSWindow.cpp
+ src/af/xap/cocoa/xap_FrameNSWindow.h
+ src/af/xap/cocoa/xap_GenericListChooser_Controller.cpp
+ src/af/xap/cocoa/xap_GenericListChooser_Controller.h
+ src/af/xap/cocoa/xap_PrintingDelegate.cpp
+ src/af/xap/cocoa/xap_PrintingDelegate.h
+ src/af/xap/cocoa/xap_PrintingNSView.cpp
+ src/af/xap/cocoa/xap_PrintingNSView.h
+ src/af/xap/gtk/hildon/xap_UnixHildonApp.cpp
+ src/af/xap/gtk/hildon/xap_UnixHildonApp.h
+ src/af/xap/gtk/hildon/xap_UnixHildonDlg_FontChooser.cpp
+ src/af/xap/gtk/hildon/xap_UnixHildonDlg_FontChooser.h
+ src/af/xap/gtk/t/xap_UnixWidget.t.cpp
+ src/af/xap/gtk/xap_EmbeddedFeatures.h
+ src/af/xap/gtk/xap_Gtk2Compat.h
+ src/af/xap/gtk/xap_GtkComboBoxHelpers.cpp
+ src/af/xap/gtk/xap_GtkComboBoxHelpers.h
+ src/af/xap/gtk/xap_GtkObjectHolder.h
+ src/af/xap/gtk/xap_GtkSignalBlocker.h
+ src/af/xap/gtk/xap_UnixApp.cpp
+ src/af/xap/gtk/xap_UnixApp.h
+ src/af/xap/gtk/xap_UnixAppImpl.cpp
+ src/af/xap/gtk/xap_UnixAppImpl.h
+ src/af/xap/gtk/xap_UnixClipboard.cpp
+ src/af/xap/gtk/xap_UnixClipboard.h
+ src/af/xap/gtk/xap_UnixCustomWidget.cpp
+ src/af/xap/gtk/xap_UnixCustomWidget.h
+ src/af/xap/gtk/xap_UnixDialogFactory.h
+ src/af/xap/gtk/xap_UnixDialogHelper.cpp
+ src/af/xap/gtk/xap_UnixDialogHelper.h
+ src/af/xap/gtk/xap_UnixDlg_About.h
+ src/af/xap/gtk/xap_UnixDlg_ClipArt.cpp
+ src/af/xap/gtk/xap_UnixDlg_ClipArt.h
+ src/af/xap/gtk/xap_UnixDlg_ColorChooser.cpp
+ src/af/xap/gtk/xap_UnixDlg_ColorChooser.h
+ src/af/xap/gtk/xap_UnixDlg_DocComparison.cpp
+ src/af/xap/gtk/xap_UnixDlg_DocComparison.h
+ src/af/xap/gtk/xap_UnixDlg_Encoding.cpp
+ src/af/xap/gtk/xap_UnixDlg_Encoding.h
+ src/af/xap/gtk/xap_UnixDlg_FileOpenSaveAs.cpp
+ src/af/xap/gtk/xap_UnixDlg_FileOpenSaveAs.h
+ src/af/xap/gtk/xap_UnixDlg_FontChooser.cpp
+ src/af/xap/gtk/xap_UnixDlg_FontChooser.h
+ src/af/xap/gtk/xap_UnixDlg_HTMLOptions.cpp
+ src/af/xap/gtk/xap_UnixDlg_HTMLOptions.h
+ src/af/xap/gtk/xap_UnixDlg_History.cpp
+ src/af/xap/gtk/xap_UnixDlg_History.h
+ src/af/xap/gtk/xap_UnixDlg_Image.cpp
+ src/af/xap/gtk/xap_UnixDlg_Image.h
+ src/af/xap/gtk/xap_UnixDlg_Insert_Symbol.cpp
+ src/af/xap/gtk/xap_UnixDlg_Insert_Symbol.h
+ src/af/xap/gtk/xap_UnixDlg_Language.cpp
+ src/af/xap/gtk/xap_UnixDlg_Language.h
+ src/af/xap/gtk/xap_UnixDlg_ListDocuments.cpp
+ src/af/xap/gtk/xap_UnixDlg_ListDocuments.h
+ src/af/xap/gtk/xap_UnixDlg_MessageBox.cpp
+ src/af/xap/gtk/xap_UnixDlg_MessageBox.h
+ src/af/xap/gtk/xap_UnixDlg_Password.cpp
+ src/af/xap/gtk/xap_UnixDlg_Password.h
+ src/af/xap/gtk/xap_UnixDlg_PluginManager.cpp
+ src/af/xap/gtk/xap_UnixDlg_PluginManager.h
+ src/af/xap/gtk/xap_UnixDlg_Print.cpp
+ src/af/xap/gtk/xap_UnixDlg_Print.h
+ src/af/xap/gtk/xap_UnixDlg_PrintPreview.cpp
+ src/af/xap/gtk/xap_UnixDlg_PrintPreview.h
+ src/af/xap/gtk/xap_UnixDlg_Stub.cpp
+ src/af/xap/gtk/xap_UnixDlg_Stub.h
+ src/af/xap/gtk/xap_UnixDlg_WindowMore.cpp
+ src/af/xap/gtk/xap_UnixDlg_WindowMore.h
+ src/af/xap/gtk/xap_UnixDlg_Zoom.cpp
+ src/af/xap/gtk/xap_UnixDlg_Zoom.h
+ src/af/xap/gtk/xap_UnixFeatures.h
+ src/af/xap/gtk/xap_UnixFontPreview.cpp
+ src/af/xap/gtk/xap_UnixFontPreview.h
+ src/af/xap/gtk/xap_UnixFrameImpl.cpp
+ src/af/xap/gtk/xap_UnixFrameImpl.h
+ src/af/xap/gtk/xap_UnixModule.cpp
+ src/af/xap/gtk/xap_UnixModule.h
+ src/af/xap/gtk/xap_UnixWidget.cpp
+ src/af/xap/gtk/xap_UnixWidget.h
+ src/af/xap/gtk/xap_Unix_TB_CFactory.h
+ src/af/xap/win/xap_Win32App.cpp
+ src/af/xap/win/xap_Win32App.h
+ src/af/xap/win/xap_Win32AppImpl.cpp
+ src/af/xap/win/xap_Win32AppImpl.h
+ src/af/xap/win/xap_Win32Clipboard.cpp
+ src/af/xap/win/xap_Win32Clipboard.h
+ src/af/xap/win/xap_Win32ColourButton.h
+ src/af/xap/win/xap_Win32DialogBase.cpp
+ src/af/xap/win/xap_Win32DialogBase.h
+ src/af/xap/win/xap_Win32DialogFactory.h
+ src/af/xap/win/xap_Win32DialogHelper.cpp
+ src/af/xap/win/xap_Win32DialogHelper.h
+ src/af/xap/win/xap_Win32Dlg_About.cpp
+ src/af/xap/win/xap_Win32Dlg_About.h
+ src/af/xap/win/xap_Win32Dlg_ClipArt.cpp
+ src/af/xap/win/xap_Win32Dlg_ClipArt.h
+ src/af/xap/win/xap_Win32Dlg_DocComparison.cpp
+ src/af/xap/win/xap_Win32Dlg_DocComparison.h
+ src/af/xap/win/xap_Win32Dlg_Encoding.cpp
+ src/af/xap/win/xap_Win32Dlg_Encoding.h
+ src/af/xap/win/xap_Win32Dlg_FileOpenSaveAs.cpp
+ src/af/xap/win/xap_Win32Dlg_FileOpenSaveAs.h
+ src/af/xap/win/xap_Win32Dlg_FontChooser.cpp
+ src/af/xap/win/xap_Win32Dlg_FontChooser.h
+ src/af/xap/win/xap_Win32Dlg_HTMLOptions.cpp
+ src/af/xap/win/xap_Win32Dlg_HTMLOptions.h
+ src/af/xap/win/xap_Win32Dlg_History.cpp
+ src/af/xap/win/xap_Win32Dlg_History.h
+ src/af/xap/win/xap_Win32Dlg_Image.cpp
+ src/af/xap/win/xap_Win32Dlg_Image.h
+ src/af/xap/win/xap_Win32Dlg_Insert_Symbol.cpp
+ src/af/xap/win/xap_Win32Dlg_Insert_Symbol.h
+ src/af/xap/win/xap_Win32Dlg_Language.cpp
+ src/af/xap/win/xap_Win32Dlg_Language.h
+ src/af/xap/win/xap_Win32Dlg_ListDocuments.cpp
+ src/af/xap/win/xap_Win32Dlg_ListDocuments.h
+ src/af/xap/win/xap_Win32Dlg_MessageBox.cpp
+ src/af/xap/win/xap_Win32Dlg_MessageBox.h
+ src/af/xap/win/xap_Win32Dlg_Password.cpp
+ src/af/xap/win/xap_Win32Dlg_Password.h
+ src/af/xap/win/xap_Win32Dlg_PluginManager.cpp
+ src/af/xap/win/xap_Win32Dlg_PluginManager.h
+ src/af/xap/win/xap_Win32Dlg_Print.cpp
+ src/af/xap/win/xap_Win32Dlg_Print.h
+ src/af/xap/win/xap_Win32Dlg_PrintPreview.cpp
+ src/af/xap/win/xap_Win32Dlg_PrintPreview.h
+ src/af/xap/win/xap_Win32Dlg_Stub.cpp
+ src/af/xap/win/xap_Win32Dlg_Stub.h
+ src/af/xap/win/xap_Win32Dlg_WindowMore.cpp
+ src/af/xap/win/xap_Win32Dlg_WindowMore.h
+ src/af/xap/win/xap_Win32Dlg_Zoom.cpp
+ src/af/xap/win/xap_Win32Dlg_Zoom.h
+ src/af/xap/win/xap_Win32DragAndDrop.cpp
+ src/af/xap/win/xap_Win32DragAndDrop.h
+ src/af/xap/win/xap_Win32Features.h
+ src/af/xap/win/xap_Win32FontPreview.cpp
+ src/af/xap/win/xap_Win32FontPreview.h
+ src/af/xap/win/xap_Win32FrameImpl.cpp
+ src/af/xap/win/xap_Win32FrameImpl.h
+ src/af/xap/win/xap_Win32LabelledSeparator.cpp
+ src/af/xap/win/xap_Win32LabelledSeparator.h
+ src/af/xap/win/xap_Win32Module.cpp
+ src/af/xap/win/xap_Win32Module.h
+ src/af/xap/win/xap_Win32PreviewWidget.cpp
+ src/af/xap/win/xap_Win32PreviewWidget.h
+ src/af/xap/win/xap_Win32PropertySheet.cpp
+ src/af/xap/win/xap_Win32PropertySheet.h
+ src/af/xap/win/xap_Win32Res_Cursors.rc2
+ src/af/xap/win/xap_Win32Res_DlgDocComparison.rc2
+ src/af/xap/win/xap_Win32Res_DlgEncoding.rc2
+ src/af/xap/win/xap_Win32Res_DlgFont.rc2
+ src/af/xap/win/xap_Win32Res_DlgHTMLOptions.rc2
+ src/af/xap/win/xap_Win32Res_DlgHistory.rc2
+ src/af/xap/win/xap_Win32Res_DlgImage.rc2
+ src/af/xap/win/xap_Win32Res_DlgInsertPicture.rc2
+ src/af/xap/win/xap_Win32Res_DlgInsertSymbol.rc2
+ src/af/xap/win/xap_Win32Res_DlgLanguage.rc2
+ src/af/xap/win/xap_Win32Res_DlgListDocuments.rc2
+ src/af/xap/win/xap_Win32Res_DlgPassword.rc2
+ src/af/xap/win/xap_Win32Res_DlgPlugin.rc2
+ src/af/xap/win/xap_Win32Res_DlgWindowMore.rc2
+ src/af/xap/win/xap_Win32Res_DlgZoom.rc2
+ src/af/xap/win/xap_Win32Resources.rc2
+ src/af/xap/win/xap_Win32Slurp.cpp
+ src/af/xap/win/xap_Win32Slurp.h
+ src/af/xap/win/xap_Win32Toolbar_Icons.cpp
+ src/af/xap/win/xap_Win32Toolbar_Icons.h
+ src/af/xap/win/xap_Win32_TB_CFactory.h
+ src/af/xap/xp/enchant_checker.cpp
+ src/af/xap/xp/enchant_checker.h
+ src/af/xap/xp/spell_manager.cpp
+ src/af/xap/xp/spell_manager.h
+ src/af/xap/xp/xad_Document.cpp
+ src/af/xap/xp/xad_Document.h
+ src/af/xap/xp/xap_App.cpp
+ src/af/xap/xp/xap_App.h
+ src/af/xap/xp/xap_AppImpl.cpp
+ src/af/xap/xp/xap_AppImpl.h
+ src/af/xap/xp/xap_Args.cpp
+ src/af/xap/xp/xap_Args.h
+ src/af/xap/xp/xap_Clipboard.cpp
+ src/af/xap/xp/xap_Clipboard.h
+ src/af/xap/xp/xap_CustomWidget.cpp
+ src/af/xap/xp/xap_CustomWidget.h
+ src/af/xap/xp/xap_Dialog.cpp
+ src/af/xap/xp/xap_Dialog.h
+ src/af/xap/xp/xap_DialogFactory.cpp
+ src/af/xap/xp/xap_DialogFactory.h
+ src/af/xap/xp/xap_Dialog_Id.h
+ src/af/xap/xp/xap_Dictionary.cpp
+ src/af/xap/xp/xap_Dictionary.h
+ src/af/xap/xp/xap_Dlg_About.cpp
+ src/af/xap/xp/xap_Dlg_About.h
+ src/af/xap/xp/xap_Dlg_ClipArt.cpp
+ src/af/xap/xp/xap_Dlg_ClipArt.h
+ src/af/xap/xp/xap_Dlg_DocComparison.cpp
+ src/af/xap/xp/xap_Dlg_DocComparison.h
+ src/af/xap/xp/xap_Dlg_Encoding.cpp
+ src/af/xap/xp/xap_Dlg_Encoding.h
+ src/af/xap/xp/xap_Dlg_FileOpenSaveAs.cpp
+ src/af/xap/xp/xap_Dlg_FileOpenSaveAs.h
+ src/af/xap/xp/xap_Dlg_FontChooser.cpp
+ src/af/xap/xp/xap_Dlg_FontChooser.h
+ src/af/xap/xp/xap_Dlg_HTMLOptions.cpp
+ src/af/xap/xp/xap_Dlg_HTMLOptions.h
+ src/af/xap/xp/xap_Dlg_History.cpp
+ src/af/xap/xp/xap_Dlg_History.h
+ src/af/xap/xp/xap_Dlg_Image.cpp
+ src/af/xap/xp/xap_Dlg_Image.h
+ src/af/xap/xp/xap_Dlg_Insert_Symbol.cpp
+ src/af/xap/xp/xap_Dlg_Insert_Symbol.h
+ src/af/xap/xp/xap_Dlg_Language.cpp
+ src/af/xap/xp/xap_Dlg_Language.h
+ src/af/xap/xp/xap_Dlg_ListDocuments.cpp
+ src/af/xap/xp/xap_Dlg_ListDocuments.h
+ src/af/xap/xp/xap_Dlg_MessageBox.cpp
+ src/af/xap/xp/xap_Dlg_MessageBox.h
+ src/af/xap/xp/xap_Dlg_Password.cpp
+ src/af/xap/xp/xap_Dlg_Password.h
+ src/af/xap/xp/xap_Dlg_PluginManager.cpp
+ src/af/xap/xp/xap_Dlg_PluginManager.h
+ src/af/xap/xp/xap_Dlg_Print.cpp
+ src/af/xap/xp/xap_Dlg_Print.h
+ src/af/xap/xp/xap_Dlg_PrintPreview.cpp
+ src/af/xap/xp/xap_Dlg_PrintPreview.h
+ src/af/xap/xp/xap_Dlg_Stub.h
+ src/af/xap/xp/xap_Dlg_WindowMore.cpp
+ src/af/xap/xp/xap_Dlg_WindowMore.h
+ src/af/xap/xp/xap_Dlg_Zoom.cpp
+ src/af/xap/xp/xap_Dlg_Zoom.h
+ src/af/xap/xp/xap_Draw_Symbol.cpp
+ src/af/xap/xp/xap_Draw_Symbol.h
+ src/af/xap/xp/xap_EditMethods.h
+ src/af/xap/xp/xap_EncodingManager.cpp
+ src/af/xap/xp/xap_EncodingManager.h
+ src/af/xap/xp/xap_FakeClipboard.cpp
+ src/af/xap/xp/xap_FakeClipboard.h
+ src/af/xap/xp/xap_Features.h
+ src/af/xap/xp/xap_FontPreview.cpp
+ src/af/xap/xp/xap_FontPreview.h
+ src/af/xap/xp/xap_Frame.cpp
+ src/af/xap/xp/xap_Frame.h
+ src/af/xap/xp/xap_FrameImpl.cpp
+ src/af/xap/xp/xap_FrameImpl.h
+ src/af/xap/xp/xap_InputModes.cpp
+ src/af/xap/xp/xap_InputModes.h
+ src/af/xap/xp/xap_LoadBindings.cpp
+ src/af/xap/xp/xap_LoadBindings.h
+ src/af/xap/xp/xap_Log.h
+ src/af/xap/xp/xap_Menu_ActionSet.h
+ src/af/xap/xp/xap_Menu_LabelSet.h
+ src/af/xap/xp/xap_Menu_Layouts.h
+ src/af/xap/xp/xap_Module.cpp
+ src/af/xap/xp/xap_Module.h
+ src/af/xap/xp/xap_ModuleFactory.h
+ src/af/xap/xp/xap_ModuleManager.cpp
+ src/af/xap/xp/xap_ModuleManager.h
+ src/af/xap/xp/xap_Prefs.cpp
+ src/af/xap/xp/xap_Prefs.h
+ src/af/xap/xp/xap_Prefs_SchemeIds.h
+ src/af/xap/xp/xap_Preview.cpp
+ src/af/xap/xp/xap_Preview.h
+ src/af/xap/xp/xap_Preview_Zoom.cpp
+ src/af/xap/xp/xap_Preview_Zoom.h
+ src/af/xap/xp/xap_Resource.cpp
+ src/af/xap/xp/xap_Resource.h
+ src/af/xap/xp/xap_ResourceManager.cpp
+ src/af/xap/xp/xap_ResourceManager.h
+ src/af/xap/xp/xap_Scrollbar_ViewListener.cpp
+ src/af/xap/xp/xap_Scrollbar_ViewListener.h
+ src/af/xap/xp/xap_StatusBar.cpp
+ src/af/xap/xp/xap_StatusBar.h
+ src/af/xap/xp/xap_String_Id.h
+ src/af/xap/xp/xap_Strings.cpp
+ src/af/xap/xp/xap_Strings.h
+ src/af/xap/xp/xap_Toolbar_ActionSet.h
+ src/af/xap/xp/xap_Toolbar_ControlFactory.cpp
+ src/af/xap/xp/xap_Toolbar_ControlFactory.h
+ src/af/xap/xp/xap_Toolbar_Icons.h
+ src/af/xap/xp/xap_Toolbar_LabelSet.h
+ src/af/xap/xp/xap_Toolbar_Layouts.h
+ src/af/xap/xp/xap_Types.h
+ src/af/xap/xp/xap_ViewListener.cpp
+ src/af/xap/xp/xap_ViewListener.h
+ src/af/xap/xp/xap_Widget.h
+ src/af/xap/xp/xav_Listener.h
+ src/af/xap/xp/xav_View.cpp
+ src/af/xap/xp/xav_View.h
+ src/plugins/abi-builtin-plugins.cpp
+ src/plugins/abi-builtin-plugins.h
+ src/text/fmt/gtk/fv_UnixFrameEdit.cpp
+ src/text/fmt/gtk/fv_UnixFrameEdit.h
+ src/text/fmt/gtk/fv_UnixInlineImage.cpp
+ src/text/fmt/gtk/fv_UnixInlineImage.h
+ src/text/fmt/gtk/fv_UnixSelectionHandles.cpp
+ src/text/fmt/gtk/fv_UnixSelectionHandles.h
+ src/text/fmt/gtk/fv_UnixVisualDrag.cpp
+ src/text/fmt/gtk/fv_UnixVisualDrag.h
+ src/text/fmt/xp/fb_Alignment.cpp
+ src/text/fmt/xp/fb_Alignment.h
+ src/text/fmt/xp/fb_ColumnBreaker.cpp
+ src/text/fmt/xp/fb_ColumnBreaker.h
+ src/text/fmt/xp/fb_LineBreaker.cpp
+ src/text/fmt/xp/fb_LineBreaker.h
+ src/text/fmt/xp/fg_Graphic.cpp
+ src/text/fmt/xp/fg_Graphic.h
+ src/text/fmt/xp/fg_GraphicRaster.cpp
+ src/text/fmt/xp/fg_GraphicRaster.h
+ src/text/fmt/xp/fg_GraphicVector.cpp
+ src/text/fmt/xp/fg_GraphicVector.h
+ src/text/fmt/xp/fl_AutoLists.cpp
+ src/text/fmt/xp/fl_AutoLists.h
+ src/text/fmt/xp/fl_AutoNum.h
+ src/text/fmt/xp/fl_BlockLayout.cpp
+ src/text/fmt/xp/fl_BlockLayout.h
+ src/text/fmt/xp/fl_ContainerLayout.cpp
+ src/text/fmt/xp/fl_ContainerLayout.h
+ src/text/fmt/xp/fl_DocLayout.cpp
+ src/text/fmt/xp/fl_DocLayout.h
+ src/text/fmt/xp/fl_DocListener.cpp
+ src/text/fmt/xp/fl_DocListener.h
+ src/text/fmt/xp/fl_FootnoteLayout.cpp
+ src/text/fmt/xp/fl_FootnoteLayout.h
+ src/text/fmt/xp/fl_FrameLayout.cpp
+ src/text/fmt/xp/fl_FrameLayout.h
+ src/text/fmt/xp/fl_Layout.cpp
+ src/text/fmt/xp/fl_Layout.h
+ src/text/fmt/xp/fl_SectionLayout.cpp
+ src/text/fmt/xp/fl_SectionLayout.h
+ src/text/fmt/xp/fl_SelectionPreserver.cpp
+ src/text/fmt/xp/fl_SelectionPreserver.h
+ src/text/fmt/xp/fl_Squiggles.cpp
+ src/text/fmt/xp/fl_Squiggles.h
+ src/text/fmt/xp/fl_TOCLayout.cpp
+ src/text/fmt/xp/fl_TOCLayout.h
+ src/text/fmt/xp/fl_TableLayout.cpp
+ src/text/fmt/xp/fl_TableLayout.h
+ src/text/fmt/xp/fl_TestRoutines.cpp
+ src/text/fmt/xp/fp_AnnotationRun.cpp
+ src/text/fmt/xp/fp_Column.cpp
+ src/text/fmt/xp/fp_Column.h
+ src/text/fmt/xp/fp_ContainerObject.cpp
+ src/text/fmt/xp/fp_DirectionMarkerRun.cpp
+ src/text/fmt/xp/fp_DirectionMarkerRun.h
+ src/text/fmt/xp/fp_EmbedRun.cpp
+ src/text/fmt/xp/fp_EmbedRun.h
+ src/text/fmt/xp/fp_FieldListLabelRun.cpp
+ src/text/fmt/xp/fp_FieldListLabelRun.h
+ src/text/fmt/xp/fp_FieldTOCNum.h
+ src/text/fmt/xp/fp_FieldTableSumRun.cpp
+ src/text/fmt/xp/fp_Fields.h
+ src/text/fmt/xp/fp_FmtMarkRun.cpp
+ src/text/fmt/xp/fp_FootnoteContainer.cpp
+ src/text/fmt/xp/fp_FootnoteContainer.h
+ src/text/fmt/xp/fp_FrameContainer.cpp
+ src/text/fmt/xp/fp_FrameContainer.h
+ src/text/fmt/xp/fp_Line.cpp
+ src/text/fmt/xp/fp_Line.h
+ src/text/fmt/xp/fp_MathRun.cpp
+ src/text/fmt/xp/fp_MathRun.h
+ src/text/fmt/xp/fp_Page.cpp
+ src/text/fmt/xp/fp_Page.h
+ src/text/fmt/xp/fp_PageSize.h
+ src/text/fmt/xp/fp_RDFAnchorRun.cpp
+ src/text/fmt/xp/fp_Run.cpp
+ src/text/fmt/xp/fp_Run.h
+ src/text/fmt/xp/fp_TOCContainer.cpp
+ src/text/fmt/xp/fp_TOCContainer.h
+ src/text/fmt/xp/fp_TestRoutines.cpp
+ src/text/fmt/xp/fp_TextRun.cpp
+ src/text/fmt/xp/fp_TextRun.h
+ src/text/fmt/xp/fp_types.h
+ src/text/fmt/xp/fv_Base.cpp
+ src/text/fmt/xp/fv_Base.h
+ src/text/fmt/xp/fv_FrameEdit.cpp
+ src/text/fmt/xp/fv_FrameEdit.h
+ src/text/fmt/xp/fv_InlineImage.cpp
+ src/text/fmt/xp/fv_InlineImage.h
+ src/text/fmt/xp/fv_Selection.cpp
+ src/text/fmt/xp/fv_Selection.h
+ src/text/fmt/xp/fv_SelectionHandles.cpp
+ src/text/fmt/xp/fv_SelectionHandles.h
+ src/text/fmt/xp/fv_View.cpp
+ src/text/fmt/xp/fv_View.h
+ src/text/fmt/xp/fv_View_TestRoutines.cpp
+ src/text/fmt/xp/fv_View_cmd.cpp
+ src/text/fmt/xp/fv_View_protected.cpp
+ src/text/fmt/xp/fv_VisualDragText.cpp
+ src/text/fmt/xp/fv_VisualDragText.h
+ src/text/fmt/xp/t/fl_BlockLayout.t.cpp
+ src/text/ptbl/xp/fd_Field.cpp
+ src/text/ptbl/xp/fd_Field.h
+ src/text/ptbl/xp/pd_Document.cpp
+ src/text/ptbl/xp/pd_Document.h
+ src/text/ptbl/xp/pd_DocumentRDF.cpp
+ src/text/ptbl/xp/pd_DocumentRDF.h
+ src/text/ptbl/xp/pd_Document_TestRoutines.cpp
+ src/text/ptbl/xp/pd_Iterator.cpp
+ src/text/ptbl/xp/pd_Iterator.h
+ src/text/ptbl/xp/pd_RDFQuery.cpp
+ src/text/ptbl/xp/pd_RDFQuery.h
+ src/text/ptbl/xp/pd_RDFSupport.cpp
+ src/text/ptbl/xp/pd_RDFSupport.h
+ src/text/ptbl/xp/pd_RDFSupportRed.h
+ src/text/ptbl/xp/pd_Style.cpp
+ src/text/ptbl/xp/pd_Style.h
+ src/text/ptbl/xp/pf_Frag.cpp
+ src/text/ptbl/xp/pf_Frag.h
+ src/text/ptbl/xp/pf_Frag_FmtMark.cpp
+ src/text/ptbl/xp/pf_Frag_FmtMark.h
+ src/text/ptbl/xp/pf_Frag_Object.cpp
+ src/text/ptbl/xp/pf_Frag_Object.h
+ src/text/ptbl/xp/pf_Frag_Strux.cpp
+ src/text/ptbl/xp/pf_Frag_Strux.h
+ src/text/ptbl/xp/pf_Frag_Strux_Block.cpp
+ src/text/ptbl/xp/pf_Frag_Strux_Block.h
+ src/text/ptbl/xp/pf_Frag_Strux_Section.cpp
+ src/text/ptbl/xp/pf_Frag_Strux_Section.h
+ src/text/ptbl/xp/pf_Frag_TestRoutines.cpp
+ src/text/ptbl/xp/pf_Frag_Text.cpp
+ src/text/ptbl/xp/pf_Frag_Text.h
+ src/text/ptbl/xp/pf_Fragments.cpp
+ src/text/ptbl/xp/pf_Fragments.h
+ src/text/ptbl/xp/pf_Frags_TestRoutines.cpp
+ src/text/ptbl/xp/pl_Listener.h
+ src/text/ptbl/xp/pl_ListenerCoupleCloser.cpp
+ src/text/ptbl/xp/pl_ListenerCoupleCloser.h
+ src/text/ptbl/xp/po_Bookmark.cpp
+ src/text/ptbl/xp/po_Bookmark.h
+ src/text/ptbl/xp/pp_AttrProp.cpp
+ src/text/ptbl/xp/pp_AttrProp.h
+ src/text/ptbl/xp/pp_Author.cpp
+ src/text/ptbl/xp/pp_Author.h
+ src/text/ptbl/xp/pp_Property.cpp
+ src/text/ptbl/xp/pp_Property.h
+ src/text/ptbl/xp/pp_PropertyMap.cpp
+ src/text/ptbl/xp/pp_PropertyMap.h
+ src/text/ptbl/xp/pp_Revision.cpp
+ src/text/ptbl/xp/pp_Revision.h
+ src/text/ptbl/xp/pp_TableAttrProp.cpp
+ src/text/ptbl/xp/pp_TableAttrProp.h
+ src/text/ptbl/xp/pt_PT_Append.cpp
+ src/text/ptbl/xp/pt_PT_ChangeObject.cpp
+ src/text/ptbl/xp/pt_PT_ChangeSpan.cpp
+ src/text/ptbl/xp/pt_PT_ChangeStrux.cpp
+ src/text/ptbl/xp/pt_PT_DeleteObject.cpp
+ src/text/ptbl/xp/pt_PT_DeleteSpan.cpp
+ src/text/ptbl/xp/pt_PT_DeleteStrux.cpp
+ src/text/ptbl/xp/pt_PT_FmtMark.cpp
+ src/text/ptbl/xp/pt_PT_Glob.cpp
+ src/text/ptbl/xp/pt_PT_InsertObject.cpp
+ src/text/ptbl/xp/pt_PT_InsertSpan.cpp
+ src/text/ptbl/xp/pt_PT_InsertStrux.cpp
+ src/text/ptbl/xp/pt_PT_Listener.cpp
+ src/text/ptbl/xp/pt_PT_Styles.cpp
+ src/text/ptbl/xp/pt_PT_TestRoutines.cpp
+ src/text/ptbl/xp/pt_PT_Undo.cpp
+ src/text/ptbl/xp/pt_PieceTable.h
+ src/text/ptbl/xp/pt_Types.h
+ src/text/ptbl/xp/pt_VarSet.cpp
+ src/text/ptbl/xp/pt_VarSet.h
+ src/text/ptbl/xp/px_CH_TestRoutines.cpp
+ src/text/ptbl/xp/px_CR_DataItem.h
+ src/text/ptbl/xp/px_CR_DocProp.cpp
+ src/text/ptbl/xp/px_CR_DocProp.h
+ src/text/ptbl/xp/px_CR_FmtMark.cpp
+ src/text/ptbl/xp/px_CR_FmtMark.h
+ src/text/ptbl/xp/px_CR_FmtMarkChange.cpp
+ src/text/ptbl/xp/px_CR_FmtMarkChange.h
+ src/text/ptbl/xp/px_CR_Glob.cpp
+ src/text/ptbl/xp/px_CR_Glob.h
+ src/text/ptbl/xp/px_CR_Object.cpp
+ src/text/ptbl/xp/px_CR_Object.h
+ src/text/ptbl/xp/px_CR_ObjectChange.cpp
+ src/text/ptbl/xp/px_CR_ObjectChange.h
+ src/text/ptbl/xp/px_CR_Span.cpp
+ src/text/ptbl/xp/px_CR_Span.h
+ src/text/ptbl/xp/px_CR_SpanChange.cpp
+ src/text/ptbl/xp/px_CR_SpanChange.h
+ src/text/ptbl/xp/px_CR_Strux.cpp
+ src/text/ptbl/xp/px_CR_Strux.h
+ src/text/ptbl/xp/px_CR_StruxChange.cpp
+ src/text/ptbl/xp/px_CR_StruxChange.h
+ src/text/ptbl/xp/px_CR_Style.h
+ src/text/ptbl/xp/px_CR_TestRoutines.cpp
+ src/text/ptbl/xp/px_ChangeHistory.cpp
+ src/text/ptbl/xp/px_ChangeHistory.h
+ src/text/ptbl/xp/px_ChangeRecord.cpp
+ src/text/ptbl/xp/px_ChangeRecord.h
+ src/text/ptbl/xp/t/pf_Fragments.t.cpp
+ src/text/ptbl/xp/t/pp_PropertyMap.t.cpp
+ src/text/ptbl/xp/t/pt_PieceTable.t.cpp
+ src/wp/ap/cocoa/Makefile.am
+ src/wp/ap/cocoa/ap_CocoaApp.cpp
+ src/wp/ap/cocoa/ap_CocoaApp.h
+ src/wp/ap/cocoa/ap_CocoaAppImpl.cpp
+ src/wp/ap/cocoa/ap_CocoaAppImpl.h
+ src/wp/ap/cocoa/ap_CocoaClipboard.cpp
+ src/wp/ap/cocoa/ap_CocoaClipboard.h
+ src/wp/ap/cocoa/ap_CocoaDialogFactory.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_All.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Annotation.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Annotation.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Background.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Background.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Break.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Break.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Columns.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Columns.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Field.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Field.h
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFootnotes.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFootnotes.h
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFrame.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFrame.h
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTOC.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTOC.h
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTable.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTable.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Goto.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Goto.h
+ src/wp/ap/cocoa/ap_CocoaDialog_HdrFtr.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_HdrFtr.h
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertBookmark.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertBookmark.h
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertHyperlink.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertHyperlink.h
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertTable.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertTable.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Insert_DateTime.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Insert_DateTime.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Latex.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Latex.h
+ src/wp/ap/cocoa/ap_CocoaDialog_ListRevisions.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_ListRevisions.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Lists.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Lists.h
+ src/wp/ap/cocoa/ap_CocoaDialog_MailMerge.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_MailMerge.h
+ src/wp/ap/cocoa/ap_CocoaDialog_MarkRevisions.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_MarkRevisions.h
+ src/wp/ap/cocoa/ap_CocoaDialog_MergeCells.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_MergeCells.h
+ src/wp/ap/cocoa/ap_CocoaDialog_MetaData.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_MetaData.h
+ src/wp/ap/cocoa/ap_CocoaDialog_New.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_New.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Options.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Options.h
+ src/wp/ap/cocoa/ap_CocoaDialog_PageNumbers.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_PageNumbers.h
+ src/wp/ap/cocoa/ap_CocoaDialog_PageSetup.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_PageSetup.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Paragraph.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Paragraph.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Replace.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Replace.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Spell.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Spell.h
+ src/wp/ap/cocoa/ap_CocoaDialog_SplitCells.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_SplitCells.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Stub.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Stub.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Styles.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Styles.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Stylist.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Stylist.h
+ src/wp/ap/cocoa/ap_CocoaDialog_Tab.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_Tab.h
+ src/wp/ap/cocoa/ap_CocoaDialog_ToggleCase.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_ToggleCase.h
+ src/wp/ap/cocoa/ap_CocoaDialog_WordCount.cpp
+ src/wp/ap/cocoa/ap_CocoaDialog_WordCount.h
+ src/wp/ap/cocoa/ap_CocoaFrame.cpp
+ src/wp/ap/cocoa/ap_CocoaFrame.h
+ src/wp/ap/cocoa/ap_CocoaFrameImpl.cpp
+ src/wp/ap/cocoa/ap_CocoaFrameImpl.h
+ src/wp/ap/cocoa/ap_CocoaLeftRuler.cpp
+ src/wp/ap/cocoa/ap_CocoaLeftRuler.h
+ src/wp/ap/cocoa/ap_CocoaPlugin.cpp
+ src/wp/ap/cocoa/ap_CocoaPlugin.h
+ src/wp/ap/cocoa/ap_CocoaPrefs.cpp
+ src/wp/ap/cocoa/ap_CocoaPrefs.h
+ src/wp/ap/cocoa/ap_CocoaPreview_Annotation.cpp
+ src/wp/ap/cocoa/ap_CocoaPreview_Annotation.h
+ src/wp/ap/cocoa/ap_CocoaStatusBar.cpp
+ src/wp/ap/cocoa/ap_CocoaStatusBar.h
+ src/wp/ap/cocoa/ap_CocoaTool.cpp
+ src/wp/ap/cocoa/ap_CocoaTool.h
+ src/wp/ap/cocoa/ap_CocoaToolbar_Control_All.h
+ src/wp/ap/cocoa/ap_CocoaToolbar_FontCombo.cpp
+ src/wp/ap/cocoa/ap_CocoaToolbar_FontCombo.h
+ src/wp/ap/cocoa/ap_CocoaToolbar_SizeCombo.cpp
+ src/wp/ap/cocoa/ap_CocoaToolbar_SizeCombo.h
+ src/wp/ap/cocoa/ap_CocoaToolbar_StyleCombo.cpp
+ src/wp/ap/cocoa/ap_CocoaToolbar_StyleCombo.h
+ src/wp/ap/cocoa/ap_CocoaToolbar_ZoomCombo.cpp
+ src/wp/ap/cocoa/ap_CocoaToolbar_ZoomCombo.h
+ src/wp/ap/cocoa/ap_CocoaTopRuler.cpp
+ src/wp/ap/cocoa/ap_CocoaTopRuler.h
+ src/wp/ap/cocoa/ap_CocoaViewListener.cpp
+ src/wp/ap/cocoa/ap_CocoaViewListener.h
+ src/wp/ap/cocoa/ap_Cocoa_ResourceIDs.cpp
+ src/wp/ap/cocoa/ap_Cocoa_ResourceIDs.h
+ src/wp/ap/cocoa/ap_Cocoa_TB_CFactory.cpp
+ src/wp/ap/cocoa/ap_PrintingDelegate.cpp
+ src/wp/ap/cocoa/ap_PrintingDelegate.h
+ src/wp/ap/gtk/GTKCommon.cpp
+ src/wp/ap/gtk/GTKCommon.h
+ src/wp/ap/gtk/abiwidget-gtk2.cpp
+ src/wp/ap/gtk/abiwidget-gtk2.h
+ src/wp/ap/gtk/abiwidget.cpp
+ src/wp/ap/gtk/abiwidget.h
+ src/wp/ap/gtk/ap_DocView.cpp
+ src/wp/ap/gtk/ap_DocView.h
+ src/wp/ap/gtk/ap_UnixApp.cpp
+ src/wp/ap/gtk/ap_UnixApp.h
+ src/wp/ap/gtk/ap_UnixAppImpl.cpp
+ src/wp/ap/gtk/ap_UnixAppImpl.h
+ src/wp/ap/gtk/ap_UnixClipboard.cpp
+ src/wp/ap/gtk/ap_UnixClipboard.h
+ src/wp/ap/gtk/ap_UnixDialogFactory.cpp
+ src/wp/ap/gtk/ap_UnixDialog_All.h
+ src/wp/ap/gtk/ap_UnixDialog_Annotation.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Annotation.h
+ src/wp/ap/gtk/ap_UnixDialog_Background.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Background.h
+ src/wp/ap/gtk/ap_UnixDialog_Border_Shading.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Border_Shading.h
+ src/wp/ap/gtk/ap_UnixDialog_Break.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Break.h
+ src/wp/ap/gtk/ap_UnixDialog_Columns.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Columns.h
+ src/wp/ap/gtk/ap_UnixDialog_Field.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Field.h
+ src/wp/ap/gtk/ap_UnixDialog_FormatFootnotes.cpp
+ src/wp/ap/gtk/ap_UnixDialog_FormatFootnotes.h
+ src/wp/ap/gtk/ap_UnixDialog_FormatFrame.cpp
+ src/wp/ap/gtk/ap_UnixDialog_FormatFrame.h
+ src/wp/ap/gtk/ap_UnixDialog_FormatTOC.cpp
+ src/wp/ap/gtk/ap_UnixDialog_FormatTOC.h
+ src/wp/ap/gtk/ap_UnixDialog_FormatTable.cpp
+ src/wp/ap/gtk/ap_UnixDialog_FormatTable.h
+ src/wp/ap/gtk/ap_UnixDialog_HdrFtr.cpp
+ src/wp/ap/gtk/ap_UnixDialog_HdrFtr.h
+ src/wp/ap/gtk/ap_UnixDialog_InsertBookmark.cpp
+ src/wp/ap/gtk/ap_UnixDialog_InsertBookmark.h
+ src/wp/ap/gtk/ap_UnixDialog_InsertHyperlink.cpp
+ src/wp/ap/gtk/ap_UnixDialog_InsertHyperlink.h
+ src/wp/ap/gtk/ap_UnixDialog_InsertTable.cpp
+ src/wp/ap/gtk/ap_UnixDialog_InsertTable.h
+ src/wp/ap/gtk/ap_UnixDialog_InsertXMLID.cpp
+ src/wp/ap/gtk/ap_UnixDialog_InsertXMLID.h
+ src/wp/ap/gtk/ap_UnixDialog_Insert_DateTime.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Insert_DateTime.h
+ src/wp/ap/gtk/ap_UnixDialog_Latex.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Latex.h
+ src/wp/ap/gtk/ap_UnixDialog_ListRevisions.cpp
+ src/wp/ap/gtk/ap_UnixDialog_ListRevisions.h
+ src/wp/ap/gtk/ap_UnixDialog_Lists.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Lists.h
+ src/wp/ap/gtk/ap_UnixDialog_MailMerge.cpp
+ src/wp/ap/gtk/ap_UnixDialog_MailMerge.h
+ src/wp/ap/gtk/ap_UnixDialog_MarkRevisions.cpp
+ src/wp/ap/gtk/ap_UnixDialog_MarkRevisions.h
+ src/wp/ap/gtk/ap_UnixDialog_MergeCells.cpp
+ src/wp/ap/gtk/ap_UnixDialog_MergeCells.h
+ src/wp/ap/gtk/ap_UnixDialog_MetaData.cpp
+ src/wp/ap/gtk/ap_UnixDialog_MetaData.h
+ src/wp/ap/gtk/ap_UnixDialog_New.cpp
+ src/wp/ap/gtk/ap_UnixDialog_New.h
+ src/wp/ap/gtk/ap_UnixDialog_Options.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Options.h
+ src/wp/ap/gtk/ap_UnixDialog_PageNumbers.cpp
+ src/wp/ap/gtk/ap_UnixDialog_PageNumbers.h
+ src/wp/ap/gtk/ap_UnixDialog_PageSetup.cpp
+ src/wp/ap/gtk/ap_UnixDialog_PageSetup.h
+ src/wp/ap/gtk/ap_UnixDialog_Paragraph.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Paragraph.h
+ src/wp/ap/gtk/ap_UnixDialog_Replace.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Replace.h
+ src/wp/ap/gtk/ap_UnixDialog_Spell.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Spell.h
+ src/wp/ap/gtk/ap_UnixDialog_SplitCells.cpp
+ src/wp/ap/gtk/ap_UnixDialog_SplitCells.h
+ src/wp/ap/gtk/ap_UnixDialog_Stub.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Stub.h
+ src/wp/ap/gtk/ap_UnixDialog_Styles.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Styles.h
+ src/wp/ap/gtk/ap_UnixDialog_Stylist.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Stylist.h
+ src/wp/ap/gtk/ap_UnixDialog_Tab.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Tab.h
+ src/wp/ap/gtk/ap_UnixDialog_ToggleCase.cpp
+ src/wp/ap/gtk/ap_UnixDialog_ToggleCase.h
+ src/wp/ap/gtk/ap_UnixDialog_WordCount.cpp
+ src/wp/ap/gtk/ap_UnixDialog_WordCount.h
+ src/wp/ap/gtk/ap_UnixFrame.cpp
+ src/wp/ap/gtk/ap_UnixFrame.h
+ src/wp/ap/gtk/ap_UnixFrameImpl.h
+ src/wp/ap/gtk/ap_UnixLeftRuler.cpp
+ src/wp/ap/gtk/ap_UnixLeftRuler.h
+ src/wp/ap/gtk/ap_UnixPrefs.cpp
+ src/wp/ap/gtk/ap_UnixPrefs.h
+ src/wp/ap/gtk/ap_UnixPreview_Annotation.cpp
+ src/wp/ap/gtk/ap_UnixPreview_Annotation.h
+ src/wp/ap/gtk/ap_UnixStatusBar.cpp
+ src/wp/ap/gtk/ap_UnixStatusBar.h
+ src/wp/ap/gtk/ap_UnixStockIcons.cpp
+ src/wp/ap/gtk/ap_UnixStockIcons.h
+ src/wp/ap/gtk/ap_UnixToolbar_Control_All.h
+ src/wp/ap/gtk/ap_UnixToolbar_FontCombo.cpp
+ src/wp/ap/gtk/ap_UnixToolbar_FontCombo.h
+ src/wp/ap/gtk/ap_UnixToolbar_SizeCombo.cpp
+ src/wp/ap/gtk/ap_UnixToolbar_SizeCombo.h
+ src/wp/ap/gtk/ap_UnixToolbar_StyleCombo.cpp
+ src/wp/ap/gtk/ap_UnixToolbar_StyleCombo.h
+ src/wp/ap/gtk/ap_UnixToolbar_ZoomCombo.cpp
+ src/wp/ap/gtk/ap_UnixToolbar_ZoomCombo.h
+ src/wp/ap/gtk/ap_UnixTopRuler.cpp
+ src/wp/ap/gtk/ap_UnixTopRuler.h
+ src/wp/ap/gtk/ap_UnixViewListener.cpp
+ src/wp/ap/gtk/ap_UnixViewListener.h
+ src/wp/ap/gtk/ap_Unix_TB_CFactory.cpp
+ src/wp/ap/gtk/hildon/ap_UnixHildonFrameImpl.cpp
+ src/wp/ap/gtk/hildon/ap_UnixHildonFrameImpl.h
+ src/wp/ap/win/ap_Win32App.cpp
+ src/wp/ap/win/ap_Win32App.h
+ src/wp/ap/win/ap_Win32AppImpl.cpp
+ src/wp/ap/win/ap_Win32AppImpl.h
+ src/wp/ap/win/ap_Win32Clipboard.cpp
+ src/wp/ap/win/ap_Win32Clipboard.h
+ src/wp/ap/win/ap_Win32DialogFactory.cpp
+ src/wp/ap/win/ap_Win32Dialog_All.h
+ src/wp/ap/win/ap_Win32Dialog_Annotation.cpp
+ src/wp/ap/win/ap_Win32Dialog_Annotation.h
+ src/wp/ap/win/ap_Win32Dialog_Background.cpp
+ src/wp/ap/win/ap_Win32Dialog_Background.h
+ src/wp/ap/win/ap_Win32Dialog_Border_Shading.cpp
+ src/wp/ap/win/ap_Win32Dialog_Border_Shading.h
+ src/wp/ap/win/ap_Win32Dialog_Break.cpp
+ src/wp/ap/win/ap_Win32Dialog_Break.h
+ src/wp/ap/win/ap_Win32Dialog_Columns.cpp
+ src/wp/ap/win/ap_Win32Dialog_Columns.h
+ src/wp/ap/win/ap_Win32Dialog_Field.cpp
+ src/wp/ap/win/ap_Win32Dialog_Field.h
+ src/wp/ap/win/ap_Win32Dialog_FormatFootnotes.cpp
+ src/wp/ap/win/ap_Win32Dialog_FormatFootnotes.h
+ src/wp/ap/win/ap_Win32Dialog_FormatFrame.cpp
+ src/wp/ap/win/ap_Win32Dialog_FormatFrame.h
+ src/wp/ap/win/ap_Win32Dialog_FormatTOC.cpp
+ src/wp/ap/win/ap_Win32Dialog_FormatTOC.h
+ src/wp/ap/win/ap_Win32Dialog_FormatTable.cpp
+ src/wp/ap/win/ap_Win32Dialog_FormatTable.h
+ src/wp/ap/win/ap_Win32Dialog_Goto.cpp
+ src/wp/ap/win/ap_Win32Dialog_Goto.h
+ src/wp/ap/win/ap_Win32Dialog_HdrFtr.cpp
+ src/wp/ap/win/ap_Win32Dialog_HdrFtr.h
+ src/wp/ap/win/ap_Win32Dialog_InsertBookmark.cpp
+ src/wp/ap/win/ap_Win32Dialog_InsertBookmark.h
+ src/wp/ap/win/ap_Win32Dialog_InsertHyperlink.cpp
+ src/wp/ap/win/ap_Win32Dialog_InsertHyperlink.h
+ src/wp/ap/win/ap_Win32Dialog_InsertTable.cpp
+ src/wp/ap/win/ap_Win32Dialog_InsertTable.h
+ src/wp/ap/win/ap_Win32Dialog_Insert_DateTime.cpp
+ src/wp/ap/win/ap_Win32Dialog_Insert_DateTime.h
+ src/wp/ap/win/ap_Win32Dialog_Latex.cpp
+ src/wp/ap/win/ap_Win32Dialog_Latex.h
+ src/wp/ap/win/ap_Win32Dialog_ListRevisions.cpp
+ src/wp/ap/win/ap_Win32Dialog_ListRevisions.h
+ src/wp/ap/win/ap_Win32Dialog_Lists.cpp
+ src/wp/ap/win/ap_Win32Dialog_Lists.h
+ src/wp/ap/win/ap_Win32Dialog_MailMerge.cpp
+ src/wp/ap/win/ap_Win32Dialog_MailMerge.h
+ src/wp/ap/win/ap_Win32Dialog_MarkRevisions.cpp
+ src/wp/ap/win/ap_Win32Dialog_MarkRevisions.h
+ src/wp/ap/win/ap_Win32Dialog_MergeCells.cpp
+ src/wp/ap/win/ap_Win32Dialog_MergeCells.h
+ src/wp/ap/win/ap_Win32Dialog_MetaData.cpp
+ src/wp/ap/win/ap_Win32Dialog_MetaData.h
+ src/wp/ap/win/ap_Win32Dialog_New.cpp
+ src/wp/ap/win/ap_Win32Dialog_New.h
+ src/wp/ap/win/ap_Win32Dialog_Options.cpp
+ src/wp/ap/win/ap_Win32Dialog_Options.h
+ src/wp/ap/win/ap_Win32Dialog_PageNumbers.cpp
+ src/wp/ap/win/ap_Win32Dialog_PageNumbers.h
+ src/wp/ap/win/ap_Win32Dialog_PageSetup.cpp
+ src/wp/ap/win/ap_Win32Dialog_PageSetup.h
+ src/wp/ap/win/ap_Win32Dialog_Paragraph.cpp
+ src/wp/ap/win/ap_Win32Dialog_Paragraph.h
+ src/wp/ap/win/ap_Win32Dialog_Replace.cpp
+ src/wp/ap/win/ap_Win32Dialog_Replace.h
+ src/wp/ap/win/ap_Win32Dialog_Spell.cpp
+ src/wp/ap/win/ap_Win32Dialog_Spell.h
+ src/wp/ap/win/ap_Win32Dialog_SplitCells.cpp
+ src/wp/ap/win/ap_Win32Dialog_SplitCells.h
+ src/wp/ap/win/ap_Win32Dialog_Stub.cpp
+ src/wp/ap/win/ap_Win32Dialog_Stub.h
+ src/wp/ap/win/ap_Win32Dialog_Styles.cpp
+ src/wp/ap/win/ap_Win32Dialog_Styles.h
+ src/wp/ap/win/ap_Win32Dialog_Stylist.cpp
+ src/wp/ap/win/ap_Win32Dialog_Stylist.h
+ src/wp/ap/win/ap_Win32Dialog_Tab.cpp
+ src/wp/ap/win/ap_Win32Dialog_Tab.h
+ src/wp/ap/win/ap_Win32Dialog_ToggleCase.cpp
+ src/wp/ap/win/ap_Win32Dialog_ToggleCase.h
+ src/wp/ap/win/ap_Win32Dialog_WordCount.cpp
+ src/wp/ap/win/ap_Win32Dialog_WordCount.h
+ src/wp/ap/win/ap_Win32Frame.cpp
+ src/wp/ap/win/ap_Win32Frame.h
+ src/wp/ap/win/ap_Win32FrameImpl.cpp
+ src/wp/ap/win/ap_Win32FrameImpl.h
+ src/wp/ap/win/ap_Win32LeftRuler.cpp
+ src/wp/ap/win/ap_Win32LeftRuler.h
+ src/wp/ap/win/ap_Win32Prefs.cpp
+ src/wp/ap/win/ap_Win32Prefs.h
+ src/wp/ap/win/ap_Win32Preview_Annotation.cpp
+ src/wp/ap/win/ap_Win32Preview_Annotation.h
+ src/wp/ap/win/ap_Win32Res_Border_Shading.rc2
+ src/wp/ap/win/ap_Win32Res_DlgAnnotation.rc2
+ src/wp/ap/win/ap_Win32Res_DlgBreak.rc2
+ src/wp/ap/win/ap_Win32Res_DlgColumns.rc2
+ src/wp/ap/win/ap_Win32Res_DlgDownload_File.rc2
+ src/wp/ap/win/ap_Win32Res_DlgField.rc2
+ src/wp/ap/win/ap_Win32Res_DlgFormatTOC.rc2
+ src/wp/ap/win/ap_Win32Res_DlgGoto.rc2
+ src/wp/ap/win/ap_Win32Res_DlgHdrFtr.rc2
+ src/wp/ap/win/ap_Win32Res_DlgInsertBookmark.rc2
+ src/wp/ap/win/ap_Win32Res_DlgInsertHyperlink.rc2
+ src/wp/ap/win/ap_Win32Res_DlgInsertTable.rc2
+ src/wp/ap/win/ap_Win32Res_DlgInsert_DateTime.rc2
+ src/wp/ap/win/ap_Win32Res_DlgLatex.rc2
+ src/wp/ap/win/ap_Win32Res_DlgList.rc2
+ src/wp/ap/win/ap_Win32Res_DlgListRevisions.rc2
+ src/wp/ap/win/ap_Win32Res_DlgMarkRevisions.rc2
+ src/wp/ap/win/ap_Win32Res_DlgMetaData.rc2
+ src/wp/ap/win/ap_Win32Res_DlgNew.rc2
+ src/wp/ap/win/ap_Win32Res_DlgOptions.rc2
+ src/wp/ap/win/ap_Win32Res_DlgPageNumbers.rc2
+ src/wp/ap/win/ap_Win32Res_DlgPageSetup.rc2
+ src/wp/ap/win/ap_Win32Res_DlgParagraph.rc2
+ src/wp/ap/win/ap_Win32Res_DlgSpell.rc2
+ src/wp/ap/win/ap_Win32Res_DlgStylesNewModify.rc2
+ src/wp/ap/win/ap_Win32Res_DlgStylesTop.rc2
+ src/wp/ap/win/ap_Win32Res_DlgStylist.rc2
+ src/wp/ap/win/ap_Win32Res_DlgTabs.rc2
+ src/wp/ap/win/ap_Win32Res_DlgToggleCase.rc2
+ src/wp/ap/win/ap_Win32Res_DlgWordCount.rc2
+ src/wp/ap/win/ap_Win32Res_FormatFootnotes.rc2
+ src/wp/ap/win/ap_Win32Res_FormatFrame.rc2
+ src/wp/ap/win/ap_Win32Res_FormatTable.rc2
+ src/wp/ap/win/ap_Win32Res_Icons.rc2
+ src/wp/ap/win/ap_Win32Res_MailMerge.rc2
+ src/wp/ap/win/ap_Win32Res_Manifest.rc2
+ src/wp/ap/win/ap_Win32Res_MergeCells.rc2
+ src/wp/ap/win/ap_Win32Res_SplitCells.rc2
+ src/wp/ap/win/ap_Win32Res_Version.rc2
+ src/wp/ap/win/ap_Win32Resources.rc2
+ src/wp/ap/win/ap_Win32Resources_DialogReplace.rc2
+ src/wp/ap/win/ap_Win32StatusBar.cpp
+ src/wp/ap/win/ap_Win32StatusBar.h
+ src/wp/ap/win/ap_Win32Toolbar_Control_All.h
+ src/wp/ap/win/ap_Win32Toolbar_FontCombo.cpp
+ src/wp/ap/win/ap_Win32Toolbar_FontCombo.h
+ src/wp/ap/win/ap_Win32Toolbar_SizeCombo.cpp
+ src/wp/ap/win/ap_Win32Toolbar_SizeCombo.h
+ src/wp/ap/win/ap_Win32Toolbar_StyleCombo.cpp
+ src/wp/ap/win/ap_Win32Toolbar_StyleCombo.h
+ src/wp/ap/win/ap_Win32Toolbar_ZoomCombo.cpp
+ src/wp/ap/win/ap_Win32Toolbar_ZoomCombo.h
+ src/wp/ap/win/ap_Win32TopRuler.cpp
+ src/wp/ap/win/ap_Win32TopRuler.h
+ src/wp/ap/win/ap_Win32_TB_CFactory.cpp
+ src/wp/ap/xp/ap_App.cpp
+ src/wp/ap/xp/ap_App.h
+ src/wp/ap/xp/ap_Args.cpp
+ src/wp/ap/xp/ap_Args.h
+ src/wp/ap/xp/ap_Convert.cpp
+ src/wp/ap/xp/ap_Convert.h
+ src/wp/ap/xp/ap_Dialog_Annotation.h
+ src/wp/ap/xp/ap_Dialog_Background.cpp
+ src/wp/ap/xp/ap_Dialog_Background.h
+ src/wp/ap/xp/ap_Dialog_Border_Shading.cpp
+ src/wp/ap/xp/ap_Dialog_Border_Shading.h
+ src/wp/ap/xp/ap_Dialog_Break.cpp
+ src/wp/ap/xp/ap_Dialog_Break.h
+ src/wp/ap/xp/ap_Dialog_Columns.cpp
+ src/wp/ap/xp/ap_Dialog_Columns.h
+ src/wp/ap/xp/ap_Dialog_Field.cpp
+ src/wp/ap/xp/ap_Dialog_Field.h
+ src/wp/ap/xp/ap_Dialog_FormatFootnotes.cpp
+ src/wp/ap/xp/ap_Dialog_FormatFootnotes.h
+ src/wp/ap/xp/ap_Dialog_FormatFrame.cpp
+ src/wp/ap/xp/ap_Dialog_FormatFrame.h
+ src/wp/ap/xp/ap_Dialog_FormatTOC.cpp
+ src/wp/ap/xp/ap_Dialog_FormatTOC.h
+ src/wp/ap/xp/ap_Dialog_FormatTable.cpp
+ src/wp/ap/xp/ap_Dialog_FormatTable.h
+ src/wp/ap/xp/ap_Dialog_GetStringCommon.cpp
+ src/wp/ap/xp/ap_Dialog_GetStringCommon.h
+ src/wp/ap/xp/ap_Dialog_Goto.cpp
+ src/wp/ap/xp/ap_Dialog_Goto.h
+ src/wp/ap/xp/ap_Dialog_HdrFtr.cpp
+ src/wp/ap/xp/ap_Dialog_HdrFtr.h
+ src/wp/ap/xp/ap_Dialog_Id.h
+ src/wp/ap/xp/ap_Dialog_InsertBookmark.cpp
+ src/wp/ap/xp/ap_Dialog_InsertBookmark.h
+ src/wp/ap/xp/ap_Dialog_InsertHyperlink.cpp
+ src/wp/ap/xp/ap_Dialog_InsertHyperlink.h
+ src/wp/ap/xp/ap_Dialog_InsertTable.cpp
+ src/wp/ap/xp/ap_Dialog_InsertTable.h
+ src/wp/ap/xp/ap_Dialog_InsertXMLID.cpp
+ src/wp/ap/xp/ap_Dialog_InsertXMLID.h
+ src/wp/ap/xp/ap_Dialog_Insert_DateTime.cpp
+ src/wp/ap/xp/ap_Dialog_Insert_DateTime.h
+ src/wp/ap/xp/ap_Dialog_Latex.cpp
+ src/wp/ap/xp/ap_Dialog_Latex.h
+ src/wp/ap/xp/ap_Dialog_ListRevisions.cpp
+ src/wp/ap/xp/ap_Dialog_ListRevisions.h
+ src/wp/ap/xp/ap_Dialog_Lists.cpp
+ src/wp/ap/xp/ap_Dialog_Lists.h
+ src/wp/ap/xp/ap_Dialog_MailMerge.cpp
+ src/wp/ap/xp/ap_Dialog_MailMerge.h
+ src/wp/ap/xp/ap_Dialog_MarkRevisions.cpp
+ src/wp/ap/xp/ap_Dialog_MarkRevisions.h
+ src/wp/ap/xp/ap_Dialog_MergeCells.cpp
+ src/wp/ap/xp/ap_Dialog_MergeCells.h
+ src/wp/ap/xp/ap_Dialog_MetaData.h
+ src/wp/ap/xp/ap_Dialog_Modal.cpp
+ src/wp/ap/xp/ap_Dialog_Modal.h
+ src/wp/ap/xp/ap_Dialog_Modeless.cpp
+ src/wp/ap/xp/ap_Dialog_Modeless.h
+ src/wp/ap/xp/ap_Dialog_New.cpp
+ src/wp/ap/xp/ap_Dialog_New.h
+ src/wp/ap/xp/ap_Dialog_Options.cpp
+ src/wp/ap/xp/ap_Dialog_Options.h
+ src/wp/ap/xp/ap_Dialog_PageNumbers.cpp
+ src/wp/ap/xp/ap_Dialog_PageNumbers.h
+ src/wp/ap/xp/ap_Dialog_PageSetup.cpp
+ src/wp/ap/xp/ap_Dialog_PageSetup.h
+ src/wp/ap/xp/ap_Dialog_Paragraph.cpp
+ src/wp/ap/xp/ap_Dialog_Paragraph.h
+ src/wp/ap/xp/ap_Dialog_RDFEditor.cpp
+ src/wp/ap/xp/ap_Dialog_RDFEditor.h
+ src/wp/ap/xp/ap_Dialog_RDFQuery.cpp
+ src/wp/ap/xp/ap_Dialog_RDFQuery.h
+ src/wp/ap/xp/ap_Dialog_Replace.cpp
+ src/wp/ap/xp/ap_Dialog_Replace.h
+ src/wp/ap/xp/ap_Dialog_Spell.cpp
+ src/wp/ap/xp/ap_Dialog_Spell.h
+ src/wp/ap/xp/ap_Dialog_SplitCells.cpp
+ src/wp/ap/xp/ap_Dialog_SplitCells.h
+ src/wp/ap/xp/ap_Dialog_Stub.h
+ src/wp/ap/xp/ap_Dialog_Styles.cpp
+ src/wp/ap/xp/ap_Dialog_Styles.h
+ src/wp/ap/xp/ap_Dialog_Stylist.cpp
+ src/wp/ap/xp/ap_Dialog_Stylist.h
+ src/wp/ap/xp/ap_Dialog_Tab.cpp
+ src/wp/ap/xp/ap_Dialog_Tab.h
+ src/wp/ap/xp/ap_Dialog_ToggleCase.cpp
+ src/wp/ap/xp/ap_Dialog_ToggleCase.h
+ src/wp/ap/xp/ap_Dialog_WordCount.cpp
+ src/wp/ap/xp/ap_Dialog_WordCount.h
+ src/wp/ap/xp/ap_EditMethods.cpp
+ src/wp/ap/xp/ap_EditMethods.h
+ src/wp/ap/xp/ap_EmbeddedFeatures.h
+ src/wp/ap/xp/ap_Features.h
+ src/wp/ap/xp/ap_Frame.cpp
+ src/wp/ap/xp/ap_Frame.h
+ src/wp/ap/xp/ap_FrameData.cpp
+ src/wp/ap/xp/ap_FrameData.h
+ src/wp/ap/xp/ap_FrameListener.h
+ src/wp/ap/xp/ap_LB_DeadAbovedot.cpp
+ src/wp/ap/xp/ap_LB_DeadAbovedot.h
+ src/wp/ap/xp/ap_LB_DeadAcute.cpp
+ src/wp/ap/xp/ap_LB_DeadAcute.h
+ src/wp/ap/xp/ap_LB_DeadBreve.cpp
+ src/wp/ap/xp/ap_LB_DeadBreve.h
+ src/wp/ap/xp/ap_LB_DeadCaron.cpp
+ src/wp/ap/xp/ap_LB_DeadCaron.h
+ src/wp/ap/xp/ap_LB_DeadCedilla.cpp
+ src/wp/ap/xp/ap_LB_DeadCedilla.h
+ src/wp/ap/xp/ap_LB_DeadCircumflex.cpp
+ src/wp/ap/xp/ap_LB_DeadCircumflex.h
+ src/wp/ap/xp/ap_LB_DeadDiaeresis.cpp
+ src/wp/ap/xp/ap_LB_DeadDiaeresis.h
+ src/wp/ap/xp/ap_LB_DeadDoubleacute.cpp
+ src/wp/ap/xp/ap_LB_DeadDoubleacute.h
+ src/wp/ap/xp/ap_LB_DeadGrave.cpp
+ src/wp/ap/xp/ap_LB_DeadGrave.h
+ src/wp/ap/xp/ap_LB_DeadMacron.cpp
+ src/wp/ap/xp/ap_LB_DeadMacron.h
+ src/wp/ap/xp/ap_LB_DeadOgonek.cpp
+ src/wp/ap/xp/ap_LB_DeadOgonek.h
+ src/wp/ap/xp/ap_LB_DeadTilde.cpp
+ src/wp/ap/xp/ap_LB_DeadTilde.h
+ src/wp/ap/xp/ap_LB_Default.cpp
+ src/wp/ap/xp/ap_LB_Default.h
+ src/wp/ap/xp/ap_LB_Emacs.cpp
+ src/wp/ap/xp/ap_LB_Emacs.h
+ src/wp/ap/xp/ap_LB_EmacsCtrlX.cpp
+ src/wp/ap/xp/ap_LB_EmacsCtrlX.h
+ src/wp/ap/xp/ap_LB_viEdit.cpp
+ src/wp/ap/xp/ap_LB_viEdit.h
+ src/wp/ap/xp/ap_LB_viEdit_c.cpp
+ src/wp/ap/xp/ap_LB_viEdit_c.h
+ src/wp/ap/xp/ap_LB_viEdit_colon.cpp
+ src/wp/ap/xp/ap_LB_viEdit_colon.h
+ src/wp/ap/xp/ap_LB_viEdit_d.cpp
+ src/wp/ap/xp/ap_LB_viEdit_d.h
+ src/wp/ap/xp/ap_LB_viEdit_r.cpp
+ src/wp/ap/xp/ap_LB_viEdit_r.h
+ src/wp/ap/xp/ap_LB_viEdit_y.cpp
+ src/wp/ap/xp/ap_LB_viEdit_y.h
+ src/wp/ap/xp/ap_LB_viInput.cpp
+ src/wp/ap/xp/ap_LB_viInput.h
+ src/wp/ap/xp/ap_LeftRuler.cpp
+ src/wp/ap/xp/ap_LeftRuler.h
+ src/wp/ap/xp/ap_LoadBindings.cpp
+ src/wp/ap/xp/ap_LoadBindings.h
+ src/wp/ap/xp/ap_ML_ContextEmbed.h
+ src/wp/ap/xp/ap_ML_ContextEquation.h
+ src/wp/ap/xp/ap_ML_ContextFrame.h
+ src/wp/ap/xp/ap_ML_ContextHyperlink.h
+ src/wp/ap/xp/ap_ML_ContextImage.h
+ src/wp/ap/xp/ap_ML_ContextPosObject.h
+ src/wp/ap/xp/ap_ML_ContextRevision.h
+ src/wp/ap/xp/ap_ML_ContextSquiggle.h
+ src/wp/ap/xp/ap_ML_ContextTOC.h
+ src/wp/ap/xp/ap_ML_ContextText.h
+ src/wp/ap/xp/ap_Menu_ActionSet.cpp
+ src/wp/ap/xp/ap_Menu_Functions.cpp
+ src/wp/ap/xp/ap_Menu_Functions.h
+ src/wp/ap/xp/ap_Menu_Id.h
+ src/wp/ap/xp/ap_Menu_Id_List.h
+ src/wp/ap/xp/ap_Menu_LabelSet.cpp
+ src/wp/ap/xp/ap_Menu_Layouts.cpp
+ src/wp/ap/xp/ap_Menu_Layouts_All.h
+ src/wp/ap/xp/ap_Menu_Layouts_Embedded.h
+ src/wp/ap/xp/ap_Menu_Layouts_MainMenu.h
+ src/wp/ap/xp/ap_Prefs.cpp
+ src/wp/ap/xp/ap_Prefs.h
+ src/wp/ap/xp/ap_Prefs_SchemeIds.h
+ src/wp/ap/xp/ap_Preview_Abi.cpp
+ src/wp/ap/xp/ap_Preview_Abi.h
+ src/wp/ap/xp/ap_Preview_Annotation.cpp
+ src/wp/ap/xp/ap_Preview_Annotation.h
+ src/wp/ap/xp/ap_Preview_Paragraph.cpp
+ src/wp/ap/xp/ap_Preview_Paragraph.h
+ src/wp/ap/xp/ap_Ruler.cpp
+ src/wp/ap/xp/ap_Ruler.h
+ src/wp/ap/xp/ap_StatusBar.cpp
+ src/wp/ap/xp/ap_StatusBar.h
+ src/wp/ap/xp/ap_String_Id.h
+ src/wp/ap/xp/ap_Strings.cpp
+ src/wp/ap/xp/ap_Strings.h
+ src/wp/ap/xp/ap_TB_Layouts_Embedded.h
+ src/wp/ap/xp/ap_TB_Layouts_ExtraOps.h
+ src/wp/ap/xp/ap_TB_Layouts_FileEditOps.h
+ src/wp/ap/xp/ap_TB_Layouts_FormatOps.h
+ src/wp/ap/xp/ap_TB_Layouts_SimpleOps.h
+ src/wp/ap/xp/ap_TB_Layouts_TableOps.h
+ src/wp/ap/xp/ap_Toolbar_ActionSet.cpp
+ src/wp/ap/xp/ap_Toolbar_Functions.cpp
+ src/wp/ap/xp/ap_Toolbar_Functions.h
+ src/wp/ap/xp/ap_Toolbar_Iconmap.h
+ src/wp/ap/xp/ap_Toolbar_Icons.cpp
+ src/wp/ap/xp/ap_Toolbar_Icons_All.h
+ src/wp/ap/xp/ap_Toolbar_Id.h
+ src/wp/ap/xp/ap_Toolbar_Id_List.h
+ src/wp/ap/xp/ap_Toolbar_LabelSet.cpp
+ src/wp/ap/xp/ap_Toolbar_Layouts.cpp
+ src/wp/ap/xp/ap_Toolbar_Layouts_All.h
+ src/wp/ap/xp/ap_TopRuler.cpp
+ src/wp/ap/xp/ap_TopRuler.h
+ src/wp/impexp/cocoa/ie_impGraphic_Cocoa.cpp
+ src/wp/impexp/cocoa/ie_impGraphic_Cocoa.h
+ src/wp/impexp/cocoa/ie_impexp_RegisterCocoa.cpp
+ src/wp/impexp/gtk/ie_exp_PDF.cpp
+ src/wp/impexp/gtk/ie_exp_PDF.h
+ src/wp/impexp/gtk/ie_impGraphic_GdkPixbuf.cpp
+ src/wp/impexp/gtk/ie_impGraphic_GdkPixbuf.h
+ src/wp/impexp/gtk/ie_impexp_RegisterUnix.cpp
+ src/wp/impexp/win/ie_impGraphic_Win32GDIPlus.cpp
+ src/wp/impexp/win/ie_impGraphic_Win32Native.cpp
+ src/wp/impexp/win/ie_impGraphic_Win32Native.h
+ src/wp/impexp/win/ie_impexp_RegisterWin32.cpp
+ src/wp/impexp/xp/ie_FileInfo.cpp
+ src/wp/impexp/xp/ie_FileInfo.h
+ src/wp/impexp/xp/ie_TOC.cpp
+ src/wp/impexp/xp/ie_Table.cpp
+ src/wp/impexp/xp/ie_Table.h
+ src/wp/impexp/xp/ie_exp.cpp
+ src/wp/impexp/xp/ie_exp.h
+ src/wp/impexp/xp/ie_exp_AWT.cpp
+ src/wp/impexp/xp/ie_exp_AWT.h
+ src/wp/impexp/xp/ie_exp_AbiWord_1.cpp
+ src/wp/impexp/xp/ie_exp_AbiWord_1.h
+ src/wp/impexp/xp/ie_exp_DocRangeListener.cpp
+ src/wp/impexp/xp/ie_exp_DocRangeListener.h
+ src/wp/impexp/xp/ie_exp_HTML.cpp
+ src/wp/impexp/xp/ie_exp_HTML.h
+ src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.cpp
+ src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h
+ src/wp/impexp/xp/ie_exp_HTML_Listener.cpp
+ src/wp/impexp/xp/ie_exp_HTML_Listener.h
+ src/wp/impexp/xp/ie_exp_HTML_NavigationHelper.cpp
+ src/wp/impexp/xp/ie_exp_HTML_NavigationHelper.h
+ src/wp/impexp/xp/ie_exp_HTML_StyleTree.cpp
+ src/wp/impexp/xp/ie_exp_HTML_StyleTree.h
+ src/wp/impexp/xp/ie_exp_HTML_UtilListeners.cpp
+ src/wp/impexp/xp/ie_exp_HTML_UtilListeners.h
+ src/wp/impexp/xp/ie_exp_HTML_util.cpp
+ src/wp/impexp/xp/ie_exp_HTML_util.h
+ src/wp/impexp/xp/ie_exp_MsWord_97.cpp
+ src/wp/impexp/xp/ie_exp_MsWord_97.h
+ src/wp/impexp/xp/ie_exp_RTF.cpp
+ src/wp/impexp/xp/ie_exp_RTF.h
+ src/wp/impexp/xp/ie_exp_RTF_AttrProp.cpp
+ src/wp/impexp/xp/ie_exp_RTF_AttrProp.h
+ src/wp/impexp/xp/ie_exp_RTF_listenerGetProps.cpp
+ src/wp/impexp/xp/ie_exp_RTF_listenerGetProps.h
+ src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.cpp
+ src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.h
+ src/wp/impexp/xp/ie_exp_Text.cpp
+ src/wp/impexp/xp/ie_exp_Text.h
+ src/wp/impexp/xp/ie_imp.cpp
+ src/wp/impexp/xp/ie_imp.h
+ src/wp/impexp/xp/ie_impGraphic.cpp
+ src/wp/impexp/xp/ie_impGraphic.h
+ src/wp/impexp/xp/ie_impGraphic_PNG.cpp
+ src/wp/impexp/xp/ie_impGraphic_PNG.h
+ src/wp/impexp/xp/ie_impGraphic_SVG.cpp
+ src/wp/impexp/xp/ie_impGraphic_SVG.h
+ src/wp/impexp/xp/ie_imp_AbiWord_1.cpp
+ src/wp/impexp/xp/ie_imp_AbiWord_1.h
+ src/wp/impexp/xp/ie_imp_GraphicAsDocument.cpp
+ src/wp/impexp/xp/ie_imp_GraphicAsDocument.h
+ src/wp/impexp/xp/ie_imp_MsWord_97.cpp
+ src/wp/impexp/xp/ie_imp_MsWord_97.h
+ src/wp/impexp/xp/ie_imp_PasteListener.cpp
+ src/wp/impexp/xp/ie_imp_PasteListener.h
+ src/wp/impexp/xp/ie_imp_RDF.cpp
+ src/wp/impexp/xp/ie_imp_RDF.h
+ src/wp/impexp/xp/ie_imp_RTF.cpp
+ src/wp/impexp/xp/ie_imp_RTF.h
+ src/wp/impexp/xp/ie_imp_RTFObjectsAndPicts.cpp
+ src/wp/impexp/xp/ie_imp_RTFParse.cpp
+ src/wp/impexp/xp/ie_imp_RTFParse.h
+ src/wp/impexp/xp/ie_imp_Text.cpp
+ src/wp/impexp/xp/ie_imp_Text.h
+ src/wp/impexp/xp/ie_imp_XHTML.cpp
+ src/wp/impexp/xp/ie_imp_XHTML.h
+ src/wp/impexp/xp/ie_imp_XML.cpp
+ src/wp/impexp/xp/ie_imp_XML.h
+ src/wp/impexp/xp/ie_impexp_AbiWord_1.h
+ src/wp/impexp/xp/ie_impexp_HTML.h
+ src/wp/impexp/xp/ie_impexp_MsWord_97.h
+ src/wp/impexp/xp/ie_impexp_RTF.h
+ src/wp/impexp/xp/ie_impexp_Register.cpp
+ src/wp/impexp/xp/ie_impexp_Register.h
+ src/wp/impexp/xp/ie_impexp_Text.h
+ src/wp/impexp/xp/ie_mailmerge.cpp
+ src/wp/impexp/xp/ie_mailmerge.h
+ src/wp/impexp/xp/ie_math_convert.cpp
+ src/wp/impexp/xp/ie_math_convert.h
+ src/wp/impexp/xp/ie_types.h
+ src/wp/main/cocoa/CocoaMain.cpp
+ src/wp/main/cocoa/Makefile.am
+ src/wp/main/cocoa/bundle.mk
+ src/wp/main/gtk/UnixMain.cpp
+ src/wp/main/gtk/libabiword.cpp
+ src/wp/main/gtk/libabiword.h
+ src/wp/main/win/Win32Main.cpp
+ src/wp/main/win/Win32Main.rc
+ src/wp/main/xp/abi_ver.cpp
+ src/wp/test/Makefile.am
+ src/wp/test/cocoa/Makefile.am
+ src/wp/test/cocoa/test_main.cpp
+ src/wp/test/unix/Makefile.am
+ src/wp/test/unix/all_test_unix.h
+ src/wp/test/unix/test_main.cpp
+ src/wp/test/win/Makefile.am
+ src/wp/test/win/test_main.cpp
+ src/wp/test/xp/Makefile.am
+ src/wp/test/xp/all_test.h
+ src/wp/test/xp/main.cpp
+ test/auto/RUN.pl
+ tools/build_osx_release.py
+ tools/rtfgen/generate-rtf.pl
+ user/wp/readme.txt
+ user/wp/system.profile-pt-PT
+Copyright: 1994-1996, Thomas G. Lane.
+  1996, Robert de Bath <rdebath@cix.compulink.co.uk>
+  1996-1998, Theodore Ts'o.
+  1997-2003, Net Integration Technologies, Inc.
+  1998, AbiSource, Inc.
+  1998, AbiSource, Inc. Other Portions
+  1998-1999, AbiSource, Inc.
+  1998-2000
+  1998-2000, AbiSource, Inc.
+  1998-2000, Hubert Figuiere
+  1998-2001, AbiSource, Inc.
+  1998-2003, AbiSource, Inc.
+  1998-2004, AbiSource, Inc.
+  1998-2005, AbiSource, Inc.
+  1998-2011, Dom Lachowicz and other contributors
+  1998-2011, Dom Lachowicz, and others"
+  1999, AbiSource, Inc.
+  1999, Matt Kimball
+  1999, The Free Software Foundation
+  1999-2000, EMC Capital Management, Inc.
+  2000, 2004, Frodo Looijaard <frodol@dds.nl>
+  2000, AbiSource, Inc.
+  2000, Free Software Foundation, Inc. ";
+  2000, Free Software Foundation.
+  2000, Hubert Figuiere
+  2000, Hubert Figuière
+  2000, Orignially by Vlad Harchev <hvv@hippo.ru>
+  2000-2001, 2003, 2005-2006, 2008-2010, Free Software
+  2000-2001, 2003-2006, 2008-2010, Free
+  2000-2001, 2004, Frodo Looijaard <frodol@dds.nl>
+  2000-2001, Frodo Looijaard <frodol@dds.nl>
+  2000-2001, Mike Nordell, Dom Lachowicz, and others
+  2000-2002, AbiSource, Inc.
+  2000-2002, Dom Lachowicz
+  2000-2002, Rui Miguel Seabra <rms@1407.org>
+  2000-2005, Luca Padovani <luca.padovani@cs.unibo.it>.
+  2001
+  2001, 2003, 2005, 2009, Hubert Figuiere
+  2001, 2003, 2005, Hubert Figuiere
+  2001, 2003, 2007, Hubert Figuiere
+  2001, 2003, 2009, Hubert Figuiere
+  2001, 2003, Hubert Figuiere
+  2001, 2003-2004, 2009, Hubert Figuiere
+  2001, 2003-2005, Hubert Figuiere
+  2001, 2004, 2009, 2011, Hubert Figuiere <hub@figuiere.net>
+  2001, 2004, 2009, Hubert Figuiere <hub@figuiere.net>
+  2001, 2009, Hubert Figuiere
+  2001, 2011, Hubert Figuiere
+  2001, AbiSource, Inc.
+  2001, Andrew Dunbar
+  2001, Christian Biesinger <cbiesinger@web.de>
+  2001, Dom
+  2001, Dom Lachowicz
+  2001, Dom Lachowicz & Michael D. Pritchett
+  2001, Dom Lachowicz <cinamod@hotmail.com>
+  2001, Dom Lachowicz <dominicl@seas.upenn.edu>
+  2001, Dom Lachowicz <doml@appligent.com>
+  2001, Hubert Figuiere
+  2001, Hubert Figuiere, Dom Lachowicz
+  2001, Jared Davis
+  2001, Jared Davis, Michael D. Pritchett
+  2001, Martin Sevior
+  2001, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2001, Mike Nordell
+  2001, Mike Nordell <tamlin@algonet.se>
+  2001, Mike Nordell <tamlin@alogonet.se>
+  2001, Mike Nordell. Portions
+  2001, Patrick Lam
+  2001, Petr Tomasek <tomasek@etf.cuni.cz>
+  2001, Sam Tobin-Hochstadt
+  2001, Sean Young <sean@mess.org>
+  2001, Tomas Frydrych
+  2001-2002, 2004, 2009, Hubert Figuiere
+  2001-2002, 2009, Hubert Figuiere
+  2001-2002, AbiSource, Inc.
+  2001-2002, Dom Lachowicz
+  2001-2002, Dom Lachowicz <cinamod@hotmail.com>
+  2001-2002, Francis James Franklin <fjf@alinameridon.com>
+  2001-2002, Hubert Figuiere
+  2001-2002, Jared Davis
+  2001-2002, Tomas Frydrych
+  2001-2002, Tomas Frydrych, Yaacov Akiba Slama
+  2001-2003, 2005, Hubert Figuiere
+  2001-2003, 2009, 2011, Hubert Figuiere
+  2001-2003, 2009, Hubert Figuiere
+  2001-2003, AbiSource, Inc.
+  2001-2003, Francis James Franklin <fjf@alinameridon.com>
+  2001-2003, Hubert Figuiere
+  2001-2003, Tomas Frydrych
+  2001-2003, William Lachance (william.lachance@sympatico.ca)
+  2001-2004, 2007, 2009, Hubert Figuiere
+  2001-2004, 2009, Hubert Figuiere
+  2001-2004, Hubert Figuiere
+  2001-2004, Tomas Frydrych
+  2001-2005, 2009, Hubert Figuiere
+  2002,
+  2002, -3 Jordi Mas i Hernàndez <jmas@softcatala.org>
+  2002, -4 Jordi Mas i Hernàndez <jmas@softcatala.org>
+  2002, 2004, Francis James Franklin <fjf@alinameridon.com>
+  2002, 2004, Hubert Figuiere
+  2002, AbiSource, Inc.
+  2002, AbiWord developers (see CREDITS.TXT for list).
+  2002, Christian Biesinger <cbiesinger@web.de>
+  2002, Dom Lachowicz
+  2002, Dom Lachowicz <cinamod@hotmail.com>
+  2002, Dom Lachowicz [and others
+  2002, Dom Lachowicz and others
+  2002, Dom Lachowicz, William Lachance and others
+  2002, Francis James Franklin
+  2002, Francis James Franklin <fjf@alinameridon.com>
+  2002, Gilles Saint-Denis.
+  2002, Hubert Figuiere
+  2002, Jesper Skov
+  2002, Jordi Mas i Hernàndez
+  2002, Jordi Mas i Hernàndez - jmas@softcatala.org
+  2002, Jordi Mas i Hernàndez <jmas@softcatala.org>
+  2002, Jordi Mas i Hernàndez jmas@softcatala.org
+  2002, Marc Maurer (uwog@uwog.net)
+  2002, Martin Sevior
+  2002, Martin Sevior (msevior@physics.unimelb.edu.au>
+  2002, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2002, Martin Sevior which in turn
+  2002, Patrick Lam
+  2002, Patrick Lam <plam@mit.edu>
+  2002, Screetch
+  2002, Tomas Frydrych <tomas@frydrych.uklinux.net>
+  2002, Tomas Frydrych, <tomas@frydrych.uklinux.net>
+  2002, William Lachance
+  2002-2003, 2009, Hubert Figuiere
+  2002-2003, 2009, Hubert Figuiere.
+  2002-2003, Dom Lachowicz
+  2002-2003, Dom Lachowicz <cinamod@hotmail.com>
+  2002-2003, Francis James Franklin <fjf@alinameridon.com>
+  2002-2003, Hubert Figuiere
+  2002-2003, Tomas Frydrych <tomas@frydrych.uklinux.net>
+  2002-2004, Hubert Figuiere
+  2002-2004, Marc Maurer (uwog@uwog.net)
+  2002-2005, Francis James Franklin
+  2002-2005, Hubert Figuiere
+  2002-2005, William Lachance (william.lachance@sympatico.ca)
+  2002-2006, 2009-2010, Free Software
+  2002-2006, Jordi Mas i Hernàndez jmas@softcatala.org
+  2003, 2005, 2009, 2011, Hubert Figuiere
+  2003, 2005, 2009, Hubert Figuiere
+  2003, 2007, Hubert Figuiere
+  2003, 2009, 2011, Hubert Figuiere
+  2003, 2009, Hubert Figuiere
+  2003, 2011, Hubert Figuiere
+  2003, 2013, Hubert Figuiere
+  2003, AbiSource, Inc.
+  2003, Dom Lachowicz
+  2003, Dom Lachowicz <cinamod@hotmail.com>
+  2003, Francis James Franklin <fjf@alinameridon.com>
+  2003, Hubert Figuiere
+  2003, Hubert Figuière
+  2003, Jordi Mas i HernÃ
+  2003, Jordi Mas i Hernàdez, jmas@softcatala.org
+  2003, Jordi Mas i Hernàndez
+  2003, Jordi Mas i Hernàndez, jmas@softcatala.org
+  2003, Marc Maurer
+  2003, Mark Pazolli
+  2003, Martin Sevior
+  2003, Martin Sevior (msevior@physics.unimelb.edu.au>
+  2003, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2003, Martin Sevior.
+  2003, Mike Nordell
+  2003, Red Hat, Inc.
+  2003, Tomas Frydrych
+  2003, Tomas Frydrych <tomas@frydrych.uklinux.net>
+  2003-2004, 2009, Hubert Figuiere
+  2003-2004, Hubert Figuiere
+  2003-2004, Tomas Frydrych <tomasfrydrych@yahoo.co.uk>
+  2003-2005, Hubert Figuiere
+  2003-2005, Mark Gilbert <mg_abimail@yahoo.com>
+  2003-2009, Hubert Figuiere
+  2004
+  2004, -6 Tomas Frydrych <dr.tomas@yahoo.co.uk>
+  2004, 2009, Hubert Figuiere
+  2004, 2009, Hubert Figuiere <hub@figuiere.net>
+  2004, AbiSource, Inc.
+  2004, David Bolack
+  2004, Francis James Franklin
+  2004, Francis James Franklin <fjf@alinameridon.com>
+  2004, Hubert Figuiere
+  2004, Hubert Figuiere <hfiguiere@teaser.fr>
+  2004, Hubert Figuière
+  2004, Hubert Figuière
+  2004, Jordi Mas i Hernàndez
+  2004, Jordi Mas i Hernàndez <jmas@softcatala.org>
+  2004, Luca Padovani
+  2004, Luca Padovani <lpadovan@cs.unibo.it>
+  2004, Marc Maurer (uwog@uwog.net)
+  2004, Martin Sevior
+  2004, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2004, Mikey Cooper (mikey@bluey.com)
+  2004, Morten Welinder (terra@gnome.org)
+  2004, Robert Staudinger <robsta@stereolyzer.net>
+  2004, Tomas Frydrych
+  2004, Tomas Frydrych <tomasfrydrych@yahoo.co.uk>
+  2004-2005, 2009, Hubert Figuiere
+  2004-2005, Francis James Franklin
+  2004-2005, Hubert Figuiere
+  2004-2005, Hubert Figuiere <hfiguiere@teaser.fr>
+  2004-2005, Jordi Mas i Hernàndez <jmas@softcatala.org>
+  2004-2006, Tomas Frydrych <dr.tomas@yahoo.co.uk>
+  2004-2007, Tomas Frydrych
+  2005, 2009-2010, Free Software Foundation, Inc.
+  2005, 2011, Hubert Figuiere
+  2005, Daniel d'Andrada T. de Carvalho
+  2005, Dom Lachowicz
+  2005, Dom Lachowicz <cinamod@hotmail.com>
+  2005, Francis Franklin
+  2005, Francis James Franklin
+  2005, Hubert Figuiere
+  2005, INdT
+  2005, Jean Brefort <jean.brefort@normalesup.org>
+  2005, Marc Maurer
+  2005, Martin Sevior
+  2005, Martin Sevior <msevior@physics.unimel.edu.au>
+  2005, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2005, Martin Sevior.
+  2005, Net Integration Technologies Inc. (written by Hubert Figuiere)
+  2005, Robert Staudinger <robsta@stereolyzer.net>
+  2005-2006, 2009-2010, Free Software Foundation, Inc.
+  2006, 2008, Marc Maurer <uwog@uwog.net>
+  2006, Dominic Lachowicz <domlachowicz@gmail.com>
+  2006, Fridrich Strba (fridrich.strba@bluewin.ch)
+  2006, Fridrich Strba <fridrich.strba@bluewin.ch>
+  2006, Hubert Figuiere
+  2006, INdT
+  2006, M.Sevior <msevior@physics.unimelb.edu.au>
+  2006, Marc Maurer <uwog@uwog.net>
+  2006, Rob Staudinger <robert.staudinger@gmail.com>
+  2006, Robert Staudinger <robert.staudinger@gmail.com>
+  2006-2007, Marc Maurer <uwog@uwog.net>
+  2006-2008, Marc Maurer <uwog@uwog.net>
+  2007, 2009, Hubert Figuiere
+  2007, 2011, Hubert Figuiere
+  2007, Hubert Figuiere
+  2007, Hubert Figuiere <hub@figuiere.net>
+  2007, Jordi Mas i Hernandez
+  2007, Jordi Mas i Hernàndez
+  2007, Marc 'Foddex' Oude Kotte
+  2007, Marc Maurer <uwog@uwog.net>
+  2007, Martin Sevior
+  2007, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2007, Martin Sevior<msevior@physics.unimelb.edu.au>
+  2007, Michael Gorse
+  2007, Michael Gorse <mgorse@alum.wpi.edu>
+  2007, One Laptop Per Child
+  2007, Philippe Milot <PhilMilot@gmail.com>
+  2007, Ryan Pavlik <abiryan@ryand.net>
+  2007, Tomas Frydrych
+  2007, Tomas Frydrych.
+  2007-2008, Marc Maurer <uwog@uwog.net>
+  2008, AbiSource Corporation B.V.
+  2008, Dominic Lachowicz
+  2008, Dominic Lachowicz (domlachowicz@gmail.com)
+  2008, Firat Kiyak <firatkiyak@gmail.com>
+  2008, Marc Maurer <uwog@uwog.net>
+  2008, Martin Sevior <msevior@gmail.com>
+  2008, Robert Staudinger
+  2008, Robert Staudinger <robert.staudinger@gmail.com>
+  2008, Ryan Pavlik <abiryan@ryand.net>
+  2008, Xun Sun (xun.sun.cn@gmail.com)
+  2008-2009, AbiSource Corporation B.V.
+  2009, 2012, Hubert Figuiere
+  2009, 2013, Hubert Figuiere
+  2009, AbiSource Corporation B.V.
+  2009, Firat Kiyak <firatkiyak@gmail.com>
+  2009, Hubert Figuiere
+  2009, Hubert Figuiere <hub@figuiere.net>.
+  2009, J.M. Maurer <uwog@uwog.net>
+  2009, Marc 'Foddex' Oude Kotte <foddex@foddex.net>
+  2009, Marc Maurer <uwog@uwog.net>
+  2009, Martin Sevior <msevior@gmail.com>
+  2009, Patrik Fimml
+  2009, The AbiWord Project
+  2009-2010, AbiSource Corporation B.V.
+  2009-2016, Hubert Figuiere
+  2010, -11 Maleesh Prasan
+  2010, -11 Maleesh Prasan <maleesh.prasan@gmail.com>
+  2010, AbiSource Corporation B.V.
+  2010, AbiSource, Inc.
+  2010, GPL. V2+ copyright to AbiSource B.V.
+  2010, Maleesh Prasan
+  2010, Marc Maurer <uwog@uwog.net>
+  2010, Martin Sevior
+  2010, Martin Sevior <msevior@physics.unimelb.edu.au>
+  2010, Patrik Fimml
+  2010-2011, Ingo Brueckl
+  2011, AbiSource, Inc.
+  2011, Ben Martin
+  2011, Fabiano Fidencio
+  2011, Hub Figuiere
+  2011, Hubert Figuiere
+  2011, Urmas Dren <davian818@gmail.com>
+  2011, Volodymyr Rudyj <vladimir.rudoy@gmail.com>
+  2011-2012, Ben Martin
+  2011-2013, Hubert Figuiere
+  2012, Abisource.com
+  2012, Hubert Figuiere <hub@figuiere.net>
+  2012, One laptop per child
+  2012, Prashant Bafna (appu.bafna@gmail.com)
+  2012, Prashant Bafna <appu.bafna@gmail.com>
+  2012, Tanya Guza <tanya.guza@gmail.com>
+  2013, Hubert Figuiere
+License: GPL-2+
+ FIXME
+
+Files: BUILD.TXT
+ BiDiReadme.txt
+ Doxyfile
+ Makefile.am
+ abiword.desktop
+ abiword.keys
+ abiword.pc.in
+ abiword.png
+ autogen-common.sh
+ autogen.sh
+ compile-resource
+ configure.ac
+ debian/README.Debian
+ debian/abiword-common.install
+ debian/abiword-plugin-grammar.install
+ debian/abiword.docs
+ debian/abiword.install
+ debian/abiword.lintian-overrides
+ debian/abiword.manpages
+ debian/clean
+ debian/control
+ debian/gbp.conf
+ debian/gir1.2-abi-3.0.install
+ debian/libabiword-3.0.install
+ debian/libabiword-3.0.lintian-overrides
+ debian/libabiword-dev.install
+ debian/patches/624095-disable_smooth_scrolling.patch
+ debian/patches/autosave.diff
+ debian/patches/build-Don-t-check-for-libecal.patch
+ debian/patches/build-with-aiksaurus-1-2.patch
+ debian/patches/ctrl-comma-subscript.diff
+ debian/patches/enchant2.patch
+ debian/patches/fix-flickering.patch
+ debian/patches/git_build_fix.patch
+ debian/patches/gtk322.patch
+ debian/patches/libical3.diff
+ debian/patches/librevenge.patch
+ debian/patches/make-clean.patch
+ debian/patches/mime-types-desktop.diff
+ debian/patches/mime-types.diff
+ debian/patches/series
+ debian/rules
+ debian/source/format
+ debian/watch
+ docs/AbiWord_list_notes.txt
+ docs/build/BUILD.TXT
+ docs/build/BUILD.html
+ docs/build/autopackage.txt
+ dumpstrings.pl
+ generate_changelog.php
+ goffice-bits/AUTHORS
+ goffice-bits/ChangeLog
+ goffice-bits/Makefile.am
+ goffice-bits/README.abiword
+ goffice-bits/goffice/app/error-info.c
+ goffice-bits/goffice/app/error-info.h
+ goffice-bits/goffice/app/go-cmd-context-impl.h
+ goffice-bits/goffice/goffice-config.h
+ goffice-bits/goffice/utils/go-glib-extras.c
+ goffice-bits/goffice/utils/go-glib-extras.h
+ goffice-bits/goffice/utils/go-marshalers.c
+ goffice-bits/goffice/utils/go-marshalers.h
+ goffice-bits2/AUTHORS
+ goffice-bits2/ChangeLog
+ goffice-bits2/Makefile.am
+ goffice-bits2/README.abiword
+ goffice-bits2/goffice/app/go-cmd-context-impl.h
+ goffice-bits2/goffice/goffice-config.h
+ goffice-bits2/goffice/utils/go-glib-extras.c
+ goffice-bits2/goffice/utils/go-glib-extras.h
+ goffice-bits2/goffice/utils/go-marshalers.c
+ goffice-bits2/goffice/utils/go-marshalers.h
+ icons/Makefile.am
+ icons/hicolor_apps_16x16_abiword.png
+ icons/hicolor_apps_22x22_abiword.png
+ icons/hicolor_apps_256x256_abiword.png
+ icons/hicolor_apps_32x32_abiword.png
+ icons/hicolor_apps_48x48_abiword.png
+ icons/hicolor_apps_512x512_abiword.png
+ icons/hicolor_apps_scalable_abiword.svg
+ libabiword.pc.in
+ lt-compile-resource
+ plugins/Makefile.am
+ plugins/aiksaurus/Makefile.am
+ plugins/aiksaurus/aiksaurusgtk3/Display.h
+ plugins/aiksaurus/aiksaurusgtk3/Makefile.am
+ plugins/aiksaurus/aiksaurusgtk3/Meaning.cpp
+ plugins/aiksaurus/aiksaurusgtk3/Meaning.h
+ plugins/aiksaurus/plugin.m4
+ plugins/aiksaurus/win/Aiksaurus.rc
+ plugins/aiksaurus/win/Makefile.am
+ plugins/aiksaurus/win/readme.txt
+ plugins/aiksaurus/win/resource.h
+ plugins/aiksaurus/xp/Makefile.am
+ plugins/applix/Makefile.am
+ plugins/applix/plugin.m4
+ plugins/applix/xp/Makefile.am
+ plugins/babelfish/Makefile.am
+ plugins/babelfish/plugin.m4
+ plugins/babelfish/xp/Makefile.am
+ plugins/bmp/Makefile.am
+ plugins/bmp/plugin.m4
+ plugins/bmp/xp/Makefile.am
+ plugins/clarisworks/Makefile.am
+ plugins/clarisworks/plugin.m4
+ plugins/clarisworks/xp/Makefile.am
+ plugins/collab/Makefile.am
+ plugins/collab/backends/Makefile.am
+ plugins/collab/backends/fake/Makefile.am
+ plugins/collab/backends/fake/xp/Makefile.am
+ plugins/collab/backends/service/Makefile.am
+ plugins/collab/backends/service/unix/Makefile.am
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericInput-2.ui
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericInput.ui
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericProgress-2.ui
+ plugins/collab/backends/service/unix/ap_UnixDialog_GenericProgress.ui
+ plugins/collab/backends/service/win/Makefile.am
+ plugins/collab/backends/service/xp/AsioRealmProtocol.h
+ plugins/collab/backends/service/xp/Makefile.am
+ plugins/collab/backends/service/xp/RealmGrowBuffer.h
+ plugins/collab/backends/service/xp/RealmProtocol.cpp
+ plugins/collab/backends/service/xp/RealmProtocol.h
+ plugins/collab/backends/sipsimple/Makefile.am
+ plugins/collab/backends/sipsimple/unix/Makefile.am
+ plugins/collab/backends/sipsimple/xp/Makefile.am
+ plugins/collab/backends/sugar/Makefile.am
+ plugins/collab/backends/sugar/unix/Makefile.am
+ plugins/collab/backends/tcp/Makefile.am
+ plugins/collab/backends/tcp/unix/Makefile.am
+ plugins/collab/backends/tcp/win/Makefile.am
+ plugins/collab/backends/tcp/xp/Makefile.am
+ plugins/collab/backends/telepathy/Makefile.am
+ plugins/collab/backends/telepathy/unix/AbiCollab.client
+ plugins/collab/backends/telepathy/unix/Makefile.am
+ plugins/collab/backends/telepathy/unix/org.freedesktop.Telepathy.Client.AbiCollab.service.in
+ plugins/collab/backends/xmpp/Makefile.am
+ plugins/collab/backends/xmpp/unix/Makefile.am
+ plugins/collab/backends/xmpp/xp/Makefile.am
+ plugins/collab/core/Makefile.am
+ plugins/collab/core/account/Makefile.am
+ plugins/collab/core/account/xp/Makefile.am
+ plugins/collab/core/dialogs/Makefile.am
+ plugins/collab/core/dialogs/unix/Makefile.am
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAccounts-2.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAccounts.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddAccount-2.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddAccount.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddBuddy-2.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationAddBuddy.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationEditAccount-2.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationEditAccount.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationJoin-2.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationJoin.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationShare-2.ui
+ plugins/collab/core/dialogs/unix/ap_UnixDialog_CollaborationShare.ui
+ plugins/collab/core/dialogs/win/Makefile.am
+ plugins/collab/core/dialogs/xp/Makefile.am
+ plugins/collab/core/packet/Makefile.am
+ plugins/collab/core/packet/xp/Makefile.am
+ plugins/collab/core/plugin/Makefile.am
+ plugins/collab/core/plugin/xp/Makefile.am
+ plugins/collab/core/session/Makefile.am
+ plugins/collab/core/session/xp/Makefile.am
+ plugins/collab/core/sync/Makefile.am
+ plugins/collab/core/sync/xp/Makefile.am
+ plugins/collab/plugin.m4
+ plugins/collab/regression/regression.pl
+ plugins/command/Makefile.am
+ plugins/command/plugin.m4
+ plugins/command/xp/Makefile.am
+ plugins/docbook/Makefile.am
+ plugins/docbook/plugin.m4
+ plugins/docbook/xp/Makefile.am
+ plugins/eml/Makefile.am
+ plugins/eml/plugin.m4
+ plugins/eml/xp/Makefile.am
+ plugins/epub/Makefile.am
+ plugins/epub/common/Makefile.am
+ plugins/epub/common/xp/Makefile.am
+ plugins/epub/dialogs/Makefile.am
+ plugins/epub/dialogs/gtk/Makefile.am
+ plugins/epub/dialogs/win/Makefile.am
+ plugins/epub/dialogs/win/ap_Win32Res_EpubExportOptions.rc
+ plugins/epub/dialogs/win/ap_Win32Res_EpubExportOptions.rc2
+ plugins/epub/dialogs/xp/Makefile.am
+ plugins/epub/exp/Makefile.am
+ plugins/epub/exp/xp/Makefile.am
+ plugins/epub/imp/Makefile.am
+ plugins/epub/imp/xp/Makefile.am
+ plugins/epub/plugin.m4
+ plugins/freetranslation/Makefile.am
+ plugins/freetranslation/plugin.m4
+ plugins/freetranslation/xp/Makefile.am
+ plugins/garble/Makefile.am
+ plugins/garble/plugin.m4
+ plugins/garble/xp/Makefile.am
+ plugins/gda/Makefile.am
+ plugins/gda/plugin.m4
+ plugins/gda/unix/Makefile.am
+ plugins/gdict/Makefile.am
+ plugins/gdict/plugin.m4
+ plugins/gdict/unix/Makefile.am
+ plugins/gimp/Makefile.am
+ plugins/gimp/plugin.m4
+ plugins/gimp/xp/Makefile.am
+ plugins/goffice/Makefile.am
+ plugins/goffice/plugin.m4
+ plugins/goffice/unix/Makefile.am
+ plugins/google/Makefile.am
+ plugins/google/plugin.m4
+ plugins/google/xp/Makefile.am
+ plugins/grammar/Makefile.am
+ plugins/grammar/linkgrammarwrap/Makefile.am
+ plugins/grammar/plugin.m4
+ plugins/grammar/xp/Makefile.am
+ plugins/hancom/Makefile.am
+ plugins/hancom/plugin.m4
+ plugins/hancom/xp/Makefile.am
+ plugins/hrtext/Makefile.am
+ plugins/hrtext/plugin.m4
+ plugins/hrtext/xp/Makefile.am
+ plugins/iscii/Makefile.am
+ plugins/iscii/plugin.m4
+ plugins/iscii/xp/Makefile.am
+ plugins/kword/Makefile.am
+ plugins/kword/plugin.m4
+ plugins/kword/xp/Makefile.am
+ plugins/latex/Makefile.am
+ plugins/latex/plugin.m4
+ plugins/latex/xp/Makefile.am
+ plugins/latex/xsltml/Makefile.am
+ plugins/loadbindings/Makefile.am
+ plugins/loadbindings/plugin.m4
+ plugins/loadbindings/xp/Makefile.am
+ plugins/mathview/Makefile.am
+ plugins/mathview/data/Makefile.am
+ plugins/mathview/data/README
+ plugins/mathview/data/dictionary-combining.xml
+ plugins/mathview/data/dictionary-local.xml
+ plugins/mathview/data/dictionary.dtd
+ plugins/mathview/data/dictionary.xml
+ plugins/mathview/data/entities-table.dtd
+ plugins/mathview/data/entities-table.xml
+ plugins/mathview/data/gtkmathview.conf.dtd
+ plugins/mathview/data/mathml-entities.dtd
+ plugins/mathview/itex2mml/Makefile.am
+ plugins/mathview/itex2mml/README.itex2MML
+ plugins/mathview/itex2mml/itex2MML.h
+ plugins/mathview/itex2mml/itex2MML.l
+ plugins/mathview/itex2mml/itex2MML.y
+ plugins/mathview/itex2mml/lex.yy.c.msvc
+ plugins/mathview/itex2mml/test-itex.html
+ plugins/mathview/plugin.m4
+ plugins/mathview/xp/Makefile.am
+ plugins/mathview/xp/entitiesMap.inc
+ plugins/mht/Makefile.am
+ plugins/mht/plugin.m4
+ plugins/mht/xp/Makefile.am
+ plugins/mif/Makefile.am
+ plugins/mif/plugin.m4
+ plugins/mif/xp/Makefile.am
+ plugins/mswrite/Makefile.am
+ plugins/mswrite/plugin.m4
+ plugins/mswrite/xp/Makefile.am
+ plugins/opendocument/Makefile.am
+ plugins/opendocument/common/Makefile.am
+ plugins/opendocument/common/xp/Makefile.am
+ plugins/opendocument/common/xp/crypto/README
+ plugins/opendocument/exp/Makefile.am
+ plugins/opendocument/exp/xp/Makefile.am
+ plugins/opendocument/imp/Makefile.am
+ plugins/opendocument/imp/xp/Makefile.am
+ plugins/opendocument/plugin.m4
+ plugins/openwriter/Makefile.am
+ plugins/openwriter/plugin.m4
+ plugins/openwriter/xp/Makefile.am
+ plugins/openxml/Makefile.am
+ plugins/openxml/common/Makefile.am
+ plugins/openxml/common/xp/Makefile.am
+ plugins/openxml/common/xp/converter.pl
+ plugins/openxml/exp/Makefile.am
+ plugins/openxml/exp/xp/Makefile.am
+ plugins/openxml/imp/Makefile.am
+ plugins/openxml/imp/xp/Makefile.am
+ plugins/openxml/omml_xslt/Makefile.am
+ plugins/openxml/plugin.m4
+ plugins/opml/Makefile.am
+ plugins/opml/plugin.m4
+ plugins/opml/xp/Makefile.am
+ plugins/ots/Makefile.am
+ plugins/ots/plugin.m4
+ plugins/ots/xp/Makefile.am
+ plugins/ots/xp/ots-2.ui
+ plugins/ots/xp/ots.ui
+ plugins/paint/Makefile.am
+ plugins/paint/plugin.m4
+ plugins/paint/unix/Makefile.am
+ plugins/paint/win/Makefile.am
+ plugins/paint/win/pngdib.c
+ plugins/paint/win/pngdib.h
+ plugins/paint/win/pngdib.readme
+ plugins/paint/xp/Makefile.am
+ plugins/passepartout/Makefile.am
+ plugins/passepartout/plugin.m4
+ plugins/passepartout/xp/Makefile.am
+ plugins/pdb/Makefile.am
+ plugins/pdb/plugin.m4
+ plugins/pdb/xp/Makefile.am
+ plugins/pdf/Makefile.am
+ plugins/pdf/plugin.m4
+ plugins/pdf/xp/Makefile.am
+ plugins/presentation/Makefile.am
+ plugins/presentation/plugin.m4
+ plugins/presentation/xp/Makefile.am
+ plugins/presentation/xp/Presentation.xml
+ plugins/psion/Makefile.am
+ plugins/psion/plugin.m4
+ plugins/psion/xp/Makefile.am
+ plugins/rsvg/Makefile.am
+ plugins/rsvg/plugin.m4
+ plugins/rsvg/xp/Makefile.am
+ plugins/s5/Makefile.am
+ plugins/s5/plugin.m4
+ plugins/s5/xp/Makefile.am
+ plugins/sdw/Makefile.am
+ plugins/sdw/plugin.m4
+ plugins/sdw/xp/Makefile.am
+ plugins/sdw/xp/ie_imp_StarOffice_encodings.h
+ plugins/t602/Makefile.am
+ plugins/t602/plugin.m4
+ plugins/t602/xp/Makefile.am
+ plugins/urldict/Makefile.am
+ plugins/urldict/plugin.m4
+ plugins/urldict/xp/Makefile.am
+ plugins/wikipedia/Makefile.am
+ plugins/wikipedia/plugin.m4
+ plugins/wikipedia/xp/Makefile.am
+ plugins/wmf/Makefile.am
+ plugins/wmf/plugin.m4
+ plugins/wmf/xp/Makefile.am
+ plugins/wml/Makefile.am
+ plugins/wml/plugin.m4
+ plugins/wml/xp/Makefile.am
+ plugins/wordperfect/Makefile.am
+ plugins/wordperfect/plugin.m4
+ plugins/wordperfect/xp/Makefile.am
+ plugins/wpg/Makefile.am
+ plugins/wpg/plugin.m4
+ plugins/wpg/xp/Makefile.am
+ plugins/xslfo/Makefile.am
+ plugins/xslfo/plugin.m4
+ plugins/xslfo/xp/Makefile.am
+ po/Makefile.am
+ po/POTFILES.in
+ po/README.TXT
+ po/abi-backport-all.sh
+ po/abi-update-all.sh
+ src/Makefile.am
+ src/README.TXT
+ src/af/Makefile.am
+ src/af/README.TXT
+ src/af/ev/Makefile.am
+ src/af/ev/cocoa/Makefile.am
+ src/af/ev/gtk/Makefile.am
+ src/af/ev/gtk/ev_UnixKeysym2ucs.h
+ src/af/ev/gtk/stock/menu_about.xpm
+ src/af/ev/gtk/stock/menu_add_column.xpm
+ src/af/ev/gtk/stock/menu_add_row.xpm
+ src/af/ev/gtk/stock/menu_book.xpm
+ src/af/ev/gtk/stock/menu_credits.xpm
+ src/af/ev/gtk/stock/menu_delete_column.xpm
+ src/af/ev/gtk/stock/menu_delete_row.xpm
+ src/af/ev/gtk/stock/menu_delete_table.xpm
+ src/af/ev/gtk/stock/menu_export.xpm
+ src/af/ev/gtk/stock/menu_import.xpm
+ src/af/ev/gtk/stock/menu_insert_hyperlink.xpm
+ src/af/ev/gtk/stock/menu_insert_image.xpm
+ src/af/ev/gtk/stock/menu_insert_symbol.xpm
+ src/af/ev/gtk/stock/menu_insert_table.xpm
+ src/af/ev/gtk/stock/menu_merge_cells.xpm
+ src/af/ev/gtk/stock/menu_new_window.xpm
+ src/af/ev/gtk/stock/menu_split_cells.xpm
+ src/af/ev/gtk/stock/stock_form-time-field-16.xpm
+ src/af/ev/gtk/stock/stock_insert_graphic-16.xpm
+ src/af/ev/gtk/stock/stock_list_bulet-16.xpm
+ src/af/ev/gtk/stock/tb_insert-fields-16.xpm
+ src/af/ev/gtk/stock/tb_save-template-16.xpm
+ src/af/ev/gtk/stock/tb_select-all-16.xpm
+ src/af/ev/gtk/stock/tb_select-row-16.xpm
+ src/af/ev/gtk/stock/tb_select-table-16.xpm
+ src/af/ev/win/Makefile.am
+ src/af/ev/win/bmp/Makefile.am
+ src/af/ev/xp/Makefile.am
+ src/af/gr/Makefile.am
+ src/af/gr/cocoa/Makefile.am
+ src/af/gr/gtk/Makefile.am
+ src/af/gr/win/Makefile.am
+ src/af/gr/xp/Makefile.am
+ src/af/tf/Makefile.am
+ src/af/tf/xp/Makefile.am
+ src/af/util/Makefile.am
+ src/af/util/unix/Makefile.am
+ src/af/util/win/Makefile.am
+ src/af/util/xp/Makefile.am
+ src/af/util/xp/t/Makefile.am
+ src/af/util/xp/t/ut_bytebuf.t.cpp
+ src/af/util/xp/t/ut_std_string.t.cpp
+ src/af/util/xp/t/ut_string.t.cpp
+ src/af/util/xp/t/ut_string_class.t.cpp
+ src/af/util/xp/ut_bijection.cpp
+ src/af/util/xp/ut_bijection.h
+ src/af/util/xp/ut_crc32.h
+ src/af/util/xp/ut_mbtowc.h
+ src/af/util/xp/ut_wctomb.h
+ src/af/xap/Makefile.am
+ src/af/xap/cocoa/xap_CocoaDlg_About.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_About.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_About.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_DocComparison.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_DocComparison.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_DocComparison.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_FontChooser.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_FontChooser.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_FontChooser.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_HTMLOptions.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_HTMLOptions.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_HTMLOptions.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_History.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_History.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_History.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Image.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Image.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Image.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Insert_Symbol.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Insert_Symbol.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Insert_Symbol.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Language.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Language.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Language.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Password.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Password.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Password.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_PluginManager.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_PluginManager.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_PluginManager.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Zoom.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Zoom.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaDlg_Zoom.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaFileOpen_Views.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaFileOpen_Views.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaFileOpen_Views.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaToolPalette.nib/classes.nib
+ src/af/xap/cocoa/xap_CocoaToolPalette.nib/info.nib
+ src/af/xap/cocoa/xap_CocoaToolPalette.nib/keyedobjects.nib
+ src/af/xap/cocoa/xap_CocoaTools.h
+ src/af/xap/cocoa/xap_GenericListChooser_Controller.nib/classes.nib
+ src/af/xap/cocoa/xap_GenericListChooser_Controller.nib/info.nib
+ src/af/xap/cocoa/xap_GenericListChooser_Controller.nib/keyedobjects.nib
+ src/af/xap/gtk/Makefile.am
+ src/af/xap/gtk/hildon/xap_UnixHildonDlg_Image.ui
+ src/af/xap/gtk/t/Makefile.am
+ src/af/xap/gtk/xap_GtkStyle.cpp
+ src/af/xap/gtk/xap_GtkStyle.h
+ src/af/xap/gtk/xap_UnixDlg_DocComparison-2.ui
+ src/af/xap/gtk/xap_UnixDlg_DocComparison.ui
+ src/af/xap/gtk/xap_UnixDlg_Encoding-2.ui
+ src/af/xap/gtk/xap_UnixDlg_Encoding.ui
+ src/af/xap/gtk/xap_UnixDlg_History-2.ui
+ src/af/xap/gtk/xap_UnixDlg_History.ui
+ src/af/xap/gtk/xap_UnixDlg_Image-2.ui
+ src/af/xap/gtk/xap_UnixDlg_Image.ui
+ src/af/xap/gtk/xap_UnixDlg_Language-2.ui
+ src/af/xap/gtk/xap_UnixDlg_Language.ui
+ src/af/xap/gtk/xap_UnixDlg_ListDocuments-2.ui
+ src/af/xap/gtk/xap_UnixDlg_ListDocuments.ui
+ src/af/xap/gtk/xap_UnixDlg_Password-2.ui
+ src/af/xap/gtk/xap_UnixDlg_Password.ui
+ src/af/xap/gtk/xap_UnixDlg_PluginManager-2.ui
+ src/af/xap/gtk/xap_UnixDlg_PluginManager.ui
+ src/af/xap/gtk/xap_UnixDlg_WindowMore-2.ui
+ src/af/xap/gtk/xap_UnixDlg_WindowMore.ui
+ src/af/xap/gtk/xap_UnixDlg_Zoom-2.ui
+ src/af/xap/gtk/xap_UnixDlg_Zoom.ui
+ src/af/xap/gtk/xap_UnixEncodingManager.h
+ src/af/xap/win/Makefile.am
+ src/af/xap/win/downarrow.cur
+ src/af/xap/win/exchange.cur
+ src/af/xap/win/hand1.cur
+ src/af/xap/win/rightcur.cur
+ src/af/xap/win/xap_Win32EncodingManager.cpp
+ src/af/xap/win/xap_Win32EncodingManager.h
+ src/af/xap/xp/Makefile.am
+ src/af/xap/xp/ispell_def.h
+ src/af/xap/xp/xap_Log.cpp
+ src/gi-overrides/Abi.py
+ src/gi-overrides/Makefile.am
+ src/plugins/Makefile.am
+ src/text/Makefile.am
+ src/text/README.TXT
+ src/text/fmt/Makefile.am
+ src/text/fmt/gtk/Makefile.am
+ src/text/fmt/xp/Makefile.am
+ src/text/fmt/xp/README.TXT
+ src/text/fmt/xp/fp_PageSize.cpp
+ src/text/fmt/xp/t/Makefile.am
+ src/text/ptbl/Makefile.am
+ src/text/ptbl/xp/Makefile.am
+ src/text/ptbl/xp/README.TXT
+ src/text/ptbl/xp/t/Makefile.am
+ src/wp/Makefile.am
+ src/wp/README.TXT
+ src/wp/ap/Makefile.am
+ src/wp/ap/README.TXT
+ src/wp/ap/cocoa/ap_CocoaDialog_Annotation.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Annotation.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Annotation.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Background.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Background.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Background.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Break.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Break.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Break.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Columns.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Columns.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Columns.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Field.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Field.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Field.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFootnotes.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFootnotes.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFootnotes.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFrame.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFrame.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatFrame.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTOC.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTOC.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTOC.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTable.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTable.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_FormatTable.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Goto.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Goto.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Goto.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_HdrFtr.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_HdrFtr.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_HdrFtr.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertBookmark.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertBookmark.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertBookmark.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertHyperlink.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertHyperlink.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertHyperlink.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertTable.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertTable.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_InsertTable.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Latex.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Latex.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Latex.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_ListRevisions.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_ListRevisions.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_ListRevisions.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Lists.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Lists.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Lists.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MailMerge.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MailMerge.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MailMerge.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MarkRevisions.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MarkRevisions.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MarkRevisions.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MergeCells.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MergeCells.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MergeCells.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MetaData.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MetaData.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_MetaData.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_New.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_New.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_New.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Options.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Options.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Options.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_PageNumbers.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_PageNumbers.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_PageNumbers.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_PageSetup.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_PageSetup.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_PageSetup.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Paragraph.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Paragraph.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Paragraph.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Replace.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Replace.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Replace.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Spell.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Spell.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Spell.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_SplitCells.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_SplitCells.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_SplitCells.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Styles.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Styles.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Styles.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_StylesModify.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_StylesModify.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_StylesModify.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Stylist.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Stylist.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Stylist.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Tab.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Tab.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_Tab.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_ToggleCase.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_ToggleCase.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_ToggleCase.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_WordCount.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_WordCount.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaDialog_WordCount.nib/keyedobjects.nib
+ src/wp/ap/cocoa/ap_CocoaFrame.nib/classes.nib
+ src/wp/ap/cocoa/ap_CocoaFrame.nib/info.nib
+ src/wp/ap/cocoa/ap_CocoaFrame.nib/keyedobjects.nib
+ src/wp/ap/gtk/Makefile.am
+ src/wp/ap/gtk/ap_UnixDialog_Annotation-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Annotation.ui
+ src/wp/ap/gtk/ap_UnixDialog_Border_Shading-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Border_Shading.ui
+ src/wp/ap/gtk/ap_UnixDialog_Break-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Break.ui
+ src/wp/ap/gtk/ap_UnixDialog_Field-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Field.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatFootnotes-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatFootnotes.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatFrame-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatFrame.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatTOC-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatTOC.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatTable-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_FormatTable.ui
+ src/wp/ap/gtk/ap_UnixDialog_Goto-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Goto.ui
+ src/wp/ap/gtk/ap_UnixDialog_HdrFtr-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_HdrFtr.ui
+ src/wp/ap/gtk/ap_UnixDialog_InsertTable-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_InsertTable.ui
+ src/wp/ap/gtk/ap_UnixDialog_Insert_DateTime-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Insert_DateTime.ui
+ src/wp/ap/gtk/ap_UnixDialog_Latex-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Latex.ui
+ src/wp/ap/gtk/ap_UnixDialog_MailMerge-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_MailMerge.ui
+ src/wp/ap/gtk/ap_UnixDialog_MetaData-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_MetaData.ui
+ src/wp/ap/gtk/ap_UnixDialog_New-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_New.ui
+ src/wp/ap/gtk/ap_UnixDialog_Options-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Options.ui
+ src/wp/ap/gtk/ap_UnixDialog_Options_ColorSel-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Options_ColorSel.ui
+ src/wp/ap/gtk/ap_UnixDialog_PageNumbers-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_PageNumbers.ui
+ src/wp/ap/gtk/ap_UnixDialog_PageSetup-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_PageSetup.ui
+ src/wp/ap/gtk/ap_UnixDialog_RDFEditor-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_RDFEditor.ui
+ src/wp/ap/gtk/ap_UnixDialog_RDFQuery-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_RDFQuery.ui
+ src/wp/ap/gtk/ap_UnixDialog_Replace-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Replace.ui
+ src/wp/ap/gtk/ap_UnixDialog_SemanticStylesheets-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_SemanticStylesheets.ui
+ src/wp/ap/gtk/ap_UnixDialog_Spell-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Spell.ui
+ src/wp/ap/gtk/ap_UnixDialog_Styles-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Styles.ui
+ src/wp/ap/gtk/ap_UnixDialog_Stylist-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Stylist.ui
+ src/wp/ap/gtk/ap_UnixDialog_Tab-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_Tab.ui
+ src/wp/ap/gtk/ap_UnixDialog_WordCount-2.ui
+ src/wp/ap/gtk/ap_UnixDialog_WordCount.ui
+ src/wp/ap/gtk/hildon/abiword.desktop.in
+ src/wp/ap/gtk/hildon/ap_UnixHildonDialog_HdrFtr.ui
+ src/wp/ap/gtk/hildon/ap_UnixHildonDialog_Options.ui
+ src/wp/ap/gtk/hildon/com.abisource.abiword.service.in
+ src/wp/ap/gtk/hildon/qgn_list_abiword.png
+ src/wp/ap/gtk/pd_RDFContact-2.ui
+ src/wp/ap/gtk/pd_RDFContact.ui
+ src/wp/ap/gtk/pd_RDFEvent-2.ui
+ src/wp/ap/gtk/pd_RDFEvent.ui
+ src/wp/ap/gtk/pd_RDFInsertReference-2.ui
+ src/wp/ap/gtk/pd_RDFInsertReference.ui
+ src/wp/ap/gtk/pd_RDFLocation-2.ui
+ src/wp/ap/gtk/pd_RDFLocation.ui
+ src/wp/ap/win/Makefile.am
+ src/wp/ap/xp/Makefile.am
+ src/wp/ap/xp/ToolbarIcons/Makefile.am
+ src/wp/ap/xp/ToolbarIcons/menu_about.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_add_column.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_add_row.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_book.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_close.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_copy.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_credits.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_cut.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_delete.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_delete_column.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_delete_row.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_delete_table.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_exec.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_exit.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_export.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_file-properties.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_font.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_help-bubble.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_help.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_hyperlink.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_import.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_insert_bookmark.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_insert_graphic.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_insert_hyperlink.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_insert_image.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_insert_symbol.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_insert_table.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_jump_to.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_merge_cells.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_new.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_new_window.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_open.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_paste.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_preferences.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_print-setup.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_print.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_print_preview.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_redo.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_revert.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_save.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_save_as.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_search.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_search_replace.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_spellcheck.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_split_cells.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_subscript.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_superscript.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_bold.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_bottomline.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_center.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_italic.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_justify.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_left.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_overline.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_right.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_strikethrough.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_topline.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_text_underline.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_undo.xpm
+ src/wp/ap/xp/ToolbarIcons/menu_view_showpara.xpm
+ src/wp/ap/xp/ToolbarIcons/stock_new-text.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_1column.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_2column.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_3column.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_LineAll.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_LineBottom.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_LineLeft.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_LineNone.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_LineRight.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_LineTop.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_MergeAbove.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_MergeBelow.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_MergeLeft.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_MergeRight.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_SplitAbove.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_SplitBelow.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_SplitHoriMid.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_SplitLeft.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_SplitRight.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_SplitVertMid.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_WrapButton.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_add_column.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_add_row.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_anchor.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_copy.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_cut.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_delete_column.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_delete_row.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_edit.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_edit_editfooter.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_edit_editheader.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_edit_removefooter.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_edit_removeheader.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_help.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_hyperlink.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_insert_graphic.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_insert_table.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_line_double_space.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_line_middle_space.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_line_single_space.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_lists.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_lists_bullets.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_lists_numbers.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_merge_cells.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_new.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_open.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_para_0before.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_para_12before.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_paste.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_print.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_print_preview.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_redo.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_remove_graphic.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_revision_find_next.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_revision_find_prev.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_revision_new.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_revision_select.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_revision_show_final.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_save.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_save_as.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_script_play.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_search.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_search_replace.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_edit.png
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_edit.xcf
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_edit.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_next.xcf
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_next.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_prev.xcf
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_prev.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_stylesheet_apply.png
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_stylesheet_apply.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_this.png
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_this.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_smiley.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_spellcheck.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_split_cells.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_stock_font.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_stock_paint.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_symbol.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_align_left.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_align_right.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_bgcolor.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_bold.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_bottomline.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_center.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_direction_ltr.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_direction_rtl.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_dom_direction_rtl.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_fgcolor.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_font.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_indent.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_italic.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_justify.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_overline.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_strikeout.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_subscript.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_superscript.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_topline.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_underline.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_text_unindent.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_todo.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_transparent.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_undo.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_view_full_screen.xpm
+ src/wp/ap/xp/ToolbarIcons/tb_view_showpara.xpm
+ src/wp/ap/xp/ap_wp_sidebar_static.cpp
+ src/wp/ap/xp/margin.png
+ src/wp/ap/xp/margin.xpm
+ src/wp/ap/xp/orient-horizontal.xpm
+ src/wp/ap/xp/orient-vertical.xpm
+ src/wp/ap/xp/sidebar.png
+ src/wp/impexp/Makefile.am
+ src/wp/impexp/README.TXT
+ src/wp/impexp/cocoa/Makefile.am
+ src/wp/impexp/gtk/Makefile.am
+ src/wp/impexp/win/Makefile.am
+ src/wp/impexp/xp/Makefile.am
+ src/wp/impexp/xp/ie_TOC.h
+ src/wp/impexp/xp/ie_imp_MsWord_dump.h
+ src/wp/impexp/xp/ie_imp_RTFKeywordIDs.h
+ src/wp/impexp/xp/ie_imp_RTFKeywords.h
+ src/wp/main/Makefile.am
+ src/wp/main/README.TXT
+ src/wp/main/cocoa/MainMenu.nib/classes.nib
+ src/wp/main/cocoa/MainMenu.nib/info.nib
+ src/wp/main/cocoa/MainMenu.nib/keyedobjects.nib
+ src/wp/main/cocoa/bundle/Blue11x16.png
+ src/wp/main/cocoa/bundle/Blue16x15.png
+ src/wp/main/cocoa/bundle/Cursor_Compass.png
+ src/wp/main/cocoa/bundle/Cursor_Crosshair.png
+ src/wp/main/cocoa/bundle/Cursor_DownArrow.png
+ src/wp/main/cocoa/bundle/Cursor_E.png
+ src/wp/main/cocoa/bundle/Cursor_Exchange.png
+ src/wp/main/cocoa/bundle/Cursor_HandPointer.png
+ src/wp/main/cocoa/bundle/Cursor_LeftArrow.png
+ src/wp/main/cocoa/bundle/Cursor_N.png
+ src/wp/main/cocoa/bundle/Cursor_NE.png
+ src/wp/main/cocoa/bundle/Cursor_NW.png
+ src/wp/main/cocoa/bundle/Cursor_RightArrow.png
+ src/wp/main/cocoa/bundle/Cursor_S.png
+ src/wp/main/cocoa/bundle/Cursor_SE.png
+ src/wp/main/cocoa/bundle/Cursor_SW.png
+ src/wp/main/cocoa/bundle/Cursor_W.png
+ src/wp/main/cocoa/bundle/Cursor_Wait.png
+ src/wp/main/cocoa/bundle/Grey11x16.png
+ src/wp/main/cocoa/bundle/Grey16x15.png
+ src/wp/main/cocoa/bundle/Info.plist.in
+ src/wp/main/cocoa/bundle/PkgInfo
+ src/wp/main/cocoa/bundle/abiword_48.tif
+ src/wp/main/win/AbiWord.exe.amd64.MANIFEST
+ src/wp/main/win/AbiWord.exe.x86.MANIFEST
+ src/wp/main/win/Makefile.am
+ src/wp/test/unix/testwrap.sh.in
+ src/wp/test/win/testwrap.sh.in
+ test/auto/ChangeLog
+ test/auto/hello.cmd
+ test/auto/hello.dat.2.txt
+ test/wp/bugs/802.rtf
+ test/wp/bugs/836.rtf
+ test/wp/bugs/838.rtf
+ test/wp/bugs/915.rtf
+ test/wp/example.psitext
+ test/wp/example.psiword
+ test/wp/fields.rtf
+ test/wp/hyphen.rtf
+ test/wp/odt/external/Makefile
+ test/wp/odt/external/find-by-id.sparql
+ test/wp/odt/external/package_odt/META-INF/manifest.xml
+ test/wp/odt/external/package_odt/Makefile
+ test/wp/odt/external/package_odt/content.xml
+ test/wp/odt/external/package_odt/data.rdf
+ test/wp/odt/external/package_odt/geo1.rdf
+ test/wp/odt/external/package_odt/manifest.rdf
+ test/wp/odt/external/package_odt/meta.xml
+ test/wp/odt/external/package_odt/mimetype
+ test/wp/odt/external/package_odt/openingHours.rdf
+ test/wp/odt/external/package_odt/styles.xml
+ test/wp/odt/parawithid/Makefile
+ test/wp/odt/parawithid/hs_err_pid654.log
+ test/wp/odt/parawithid/package_odt/META-INF/manifest.xml
+ test/wp/odt/parawithid/package_odt/Makefile
+ test/wp/odt/parawithid/package_odt/Thumbnails/thumbnail.png
+ test/wp/odt/parawithid/package_odt/content.xml
+ test/wp/odt/parawithid/package_odt/content.xml.original
+ test/wp/odt/parawithid/package_odt/manifest.rdf
+ test/wp/odt/parawithid/package_odt/meta.xml
+ test/wp/odt/parawithid/package_odt/mimetype
+ test/wp/odt/parawithid/package_odt/settings.xml
+ test/wp/odt/parawithid/package_odt/styles.xml
+ test/wp/rtftest.rtf
+ tools/Makefile.am
+ tools/cdump/Makefile.am
+ tools/cdump/xp/Makefile.am
+ tools/cdump/xp/cdump.pl
+ tools/generate_changelog.py
+ tools/release.sh
+ tools/rtfgen/README
+ tools/rtfgen/rtf-keywords.txt
+ user/Makefile.am
+ user/wp/Makefile.am
+ user/wp/clipart/Makefile.am
+ user/wp/clipart/book.png
+ user/wp/clipart/chip.png
+ user/wp/clipart/fun.png
+ user/wp/clipart/gear.png
+ user/wp/clipart/gnomea.png
+ user/wp/clipart/gnomeb.png
+ user/wp/clipart/gnomec.png
+ user/wp/clipart/gnomecorner.png
+ user/wp/clipart/gnomed.png
+ user/wp/clipart/gnomedecor1.png
+ user/wp/clipart/gnomedecor2.png
+ user/wp/clipart/gnomee.png
+ user/wp/clipart/gnomeflowers.png
+ user/wp/clipart/gnomeline.png
+ user/wp/clipart/idea.png
+ user/wp/clipart/lamp.png
+ user/wp/clipart/monitor.png
+ user/wp/clipart/music1.png
+ user/wp/clipart/pinceau.png
+ user/wp/clipart/simca.png
+ user/wp/clipart/surprise.png
+ user/wp/clipart/together.png
+ user/wp/clipart/toolbox.png
+ user/wp/clipart/tree.png
+ user/wp/clipart/tux_bordelais.png
+ user/wp/clipart/weather.png
+ user/wp/clipart/write.png
+ user/wp/dictionary/Makefile.am
+ user/wp/system.profile
+ user/wp/system.profile-CP1254
+ user/wp/system.profile-KOI8-R
+ user/wp/system.profile-KOI8-U
+ user/wp/system.profile-KOI8-UB
+ user/wp/system.profile-am-ET
+ user/wp/system.profile-ar
+ user/wp/system.profile-ar-EG
+ user/wp/system.profile-ar-SA
+ user/wp/system.profile-bg-BG
+ user/wp/system.profile-ca-ES
+ user/wp/system.profile-cs-CZ
+ user/wp/system.profile-da-DK
+ user/wp/system.profile-de
+ user/wp/system.profile-de-AT
+ user/wp/system.profile-de-CH
+ user/wp/system.profile-de-DE
+ user/wp/system.profile-div-MV
+ user/wp/system.profile-el-GR
+ user/wp/system.profile-en
+ user/wp/system.profile-en-AU
+ user/wp/system.profile-en-CA
+ user/wp/system.profile-en-GB
+ user/wp/system.profile-en-IE
+ user/wp/system.profile-en-NZ
+ user/wp/system.profile-en-US
+ user/wp/system.profile-en-ZA
+ user/wp/system.profile-es
+ user/wp/system.profile-es-ES
+ user/wp/system.profile-es-MX
+ user/wp/system.profile-eu
+ user/wp/system.profile-eu-ES
+ user/wp/system.profile-fa-IR
+ user/wp/system.profile-fi-FI
+ user/wp/system.profile-fr
+ user/wp/system.profile-fr-BE
+ user/wp/system.profile-fr-CA
+ user/wp/system.profile-fr-CH
+ user/wp/system.profile-fr-FR
+ user/wp/system.profile-gl-ES
+ user/wp/system.profile-he
+ user/wp/system.profile-he-IL
+ user/wp/system.profile-hu-HU
+ user/wp/system.profile-it-IT
+ user/wp/system.profile-ja-JP
+ user/wp/system.profile-kk-KZ
+ user/wp/system.profile-lt-LT
+ user/wp/system.profile-nb-NO
+ user/wp/system.profile-nl-NL
+ user/wp/system.profile-nn-NO
+ user/wp/system.profile-pl-PL
+ user/wp/system.profile-ps
+ user/wp/system.profile-pt-BR
+ user/wp/system.profile-ro
+ user/wp/system.profile-ro-RO
+ user/wp/system.profile-ru
+ user/wp/system.profile-ru-RU
+ user/wp/system.profile-sk-SK
+ user/wp/system.profile-sk-SK.CP1250
+ user/wp/system.profile-sl
+ user/wp/system.profile-sv
+ user/wp/system.profile-sv-SE
+ user/wp/system.profile-syr
+ user/wp/system.profile-tr
+ user/wp/system.profile-tr-TR
+ user/wp/system.profile-tr-TR.CP1254
+ user/wp/system.profile-uk-UA
+ user/wp/system.profile-ur-PK
+ user/wp/system.profile-yi
+ user/wp/system.profile-zh-CN
+ user/wp/system.profile-zh-TW
+ user/wp/templates/A4.awt
+ user/wp/templates/Business-Letter.awt
+ user/wp/templates/Employee-Directory.awt
+ user/wp/templates/Fax-Coversheet.awt
+ user/wp/templates/Friendly-Letter.awt
+ user/wp/templates/Makefile.am
+ user/wp/templates/Memo.awt
+ user/wp/templates/Press-Release.awt
+ user/wp/templates/Resume.awt
+ user/wp/templates/Two-Columns.awt
+ user/wp/templates/US-Letter.awt
+ user/wp/templates/normal.awt
+ user/wp/templates/normal.awt-am_ET
+ user/wp/templates/normal.awt-ar
+ user/wp/templates/normal.awt-ar_EG
+ user/wp/templates/normal.awt-ar_SA
+ user/wp/templates/normal.awt-bg_BG
+ user/wp/templates/normal.awt-ca_ES
+ user/wp/templates/normal.awt-cs_CZ
+ user/wp/templates/normal.awt-da_DK
+ user/wp/templates/normal.awt-de
+ user/wp/templates/normal.awt-de_AT
+ user/wp/templates/normal.awt-de_CH
+ user/wp/templates/normal.awt-de_DE
+ user/wp/templates/normal.awt-div_MV
+ user/wp/templates/normal.awt-el_GR
+ user/wp/templates/normal.awt-en_AU
+ user/wp/templates/normal.awt-en_CA
+ user/wp/templates/normal.awt-en_GB
+ user/wp/templates/normal.awt-en_IE
+ user/wp/templates/normal.awt-en_NZ
+ user/wp/templates/normal.awt-en_ZA
+ user/wp/templates/normal.awt-es
+ user/wp/templates/normal.awt-es_AR
+ user/wp/templates/normal.awt-es_ES
+ user/wp/templates/normal.awt-es_IR
+ user/wp/templates/normal.awt-es_MX
+ user/wp/templates/normal.awt-fa_IR
+ user/wp/templates/normal.awt-fi_FI
+ user/wp/templates/normal.awt-fr
+ user/wp/templates/normal.awt-fr_BE
+ user/wp/templates/normal.awt-fr_CA
+ user/wp/templates/normal.awt-fr_CH
+ user/wp/templates/normal.awt-fr_FR
+ user/wp/templates/normal.awt-gl_ES
+ user/wp/templates/normal.awt-he
+ user/wp/templates/normal.awt-he_IL
+ user/wp/templates/normal.awt-hu_HU
+ user/wp/templates/normal.awt-it_IT
+ user/wp/templates/normal.awt-ja_JP
+ user/wp/templates/normal.awt-kk_KZ
+ user/wp/templates/normal.awt-km_KH
+ user/wp/templates/normal.awt-lt_LT
+ user/wp/templates/normal.awt-nb_NO
+ user/wp/templates/normal.awt-nl_NL
+ user/wp/templates/normal.awt-nn_NO
+ user/wp/templates/normal.awt-pl_PL
+ user/wp/templates/normal.awt-ps
+ user/wp/templates/normal.awt-pt_BR
+ user/wp/templates/normal.awt-pt_PT
+ user/wp/templates/normal.awt-ro
+ user/wp/templates/normal.awt-ro_RO
+ user/wp/templates/normal.awt-ru
+ user/wp/templates/normal.awt-ru_RU
+ user/wp/templates/normal.awt-sk_SK
+ user/wp/templates/normal.awt-sl
+ user/wp/templates/normal.awt-sv
+ user/wp/templates/normal.awt-sv_SE
+ user/wp/templates/normal.awt-syr
+ user/wp/templates/normal.awt-tr
+ user/wp/templates/normal.awt-tr_TR
+ user/wp/templates/normal.awt-uk_UA
+ user/wp/templates/normal.awt-ur_PK
+ user/wp/templates/normal.awt-yi
+ user/wp/templates/normal.awt-zh_CN
+ user/wp/templates/normal.awt-zh_TW
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: goffice-bits/goffice/app/go-cmd-context.h
+ goffice-bits/goffice/app/goffice-app.h
+ goffice-bits/goffice/goffice-priv.h
+ goffice-bits/goffice/goffice.c
+ goffice-bits/goffice/goffice.h
+ goffice-bits/goffice/gtk/go-palette.c
+ goffice-bits/goffice/gtk/go-palette.h
+ goffice-bits/goffice/gtk/goffice-gtk.c
+ goffice-bits/goffice/utils/go-cairo.c
+ goffice-bits/goffice/utils/go-cairo.h
+ goffice-bits/goffice/utils/go-color.c
+ goffice-bits/goffice/utils/go-file.c
+ goffice-bits/goffice/utils/go-file.h
+ goffice-bits/goffice/utils/go-image.c
+ goffice-bits/goffice/utils/go-locale.c
+ goffice-bits/goffice/utils/go-locale.h
+ goffice-bits/goffice/utils/goffice-utils.h
+ goffice-bits2/goffice/app/go-cmd-context.h
+ goffice-bits2/goffice/app/goffice-app.h
+ goffice-bits2/goffice/goffice-priv.h
+ goffice-bits2/goffice/goffice.c
+ goffice-bits2/goffice/goffice.h
+ goffice-bits2/goffice/gtk/go-palette.c
+ goffice-bits2/goffice/gtk/go-palette.h
+ goffice-bits2/goffice/gtk/goffice-gtk.c
+ goffice-bits2/goffice/utils/go-color.c
+ goffice-bits2/goffice/utils/go-file.c
+ goffice-bits2/goffice/utils/go-file.h
+ goffice-bits2/goffice/utils/go-image.c
+ goffice-bits2/goffice/utils/goffice-utils.h
+Copyright: 1998, Chris Lahey, Miguel de Icaza
+  2000, Eazel, Inc.
+  2003, Red Hat, Inc.
+  2003-2004, Jody Goldberg (jody@gnome.org)
+  2003-2005, Jody Goldberg (jody@gnome.org)
+  2004, 2009-2010, Morten Welinder (terra@gnome.org)
+  2004, Jody Goldberg (jody@gnome.org)
+  2004, Morten Welinder (terra@gnome.org)
+  2004, Yukihiro Nakai <nakai@gnome.gr.jp>
+  2004-2005, Jody Goldberg (jody@gnome.org)
+  2005, Jody Goldberg (jody@gnome.org)
+  2005-2007, Morten Welinder (terra@gnome.org)
+  2006, Emmanuel Pacaud (emmanuel.pacaud@lapp.in2p3.fr)
+  2007, Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>
+  2007, Morten Welinder (terra@gnome.org)
+License: GPL-2
+ FIXME
+
+Files: goffice-bits/goffice/gtk/go-color-group.c
+ goffice-bits/goffice/gtk/go-color-group.h
+ goffice-bits/goffice/gtk/go-color-palette.c
+ goffice-bits/goffice/gtk/go-color-palette.h
+ goffice-bits/goffice/gtk/go-color-selector.c
+ goffice-bits/goffice/gtk/go-color-selector.h
+ goffice-bits/goffice/gtk/go-combo-box.c
+ goffice-bits/goffice/gtk/go-combo-box.h
+ goffice-bits/goffice/gtk/go-combo-color.c
+ goffice-bits/goffice/gtk/go-combo-color.h
+ goffice-bits2/goffice/gtk/go-color-group.c
+ goffice-bits2/goffice/gtk/go-color-group.h
+ goffice-bits2/goffice/gtk/go-color-palette.c
+ goffice-bits2/goffice/gtk/go-color-palette.h
+ goffice-bits2/goffice/gtk/go-color-selector.c
+ goffice-bits2/goffice/gtk/go-color-selector.h
+ goffice-bits2/goffice/gtk/go-combo-box.c
+ goffice-bits2/goffice/gtk/go-combo-box.h
+ goffice-bits2/goffice/gtk/go-combo-color.c
+ goffice-bits2/goffice/gtk/go-combo-color.h
+ src/af/xap/gtk/xap_UnixTableWidget.cpp
+ src/af/xap/gtk/xap_UnixTableWidget.h
+Copyright: 2000, Michael Levy
+  2000-2001, Ximian, Inc.
+  2000-2004, Ximian, Inc.
+  2001, Almer S. Tigelaar
+  2002, Joaquin Cuenca Abela
+  2004, Jody Goldberg
+  2006, Emmanuel Pacaud (emmanuel.pacaud@lapp.in2p3.fr)
+  2006, Emmanuel pacaud (emmanuel.pacaud@lapp.in2p3.fr)
+  2016, Hubert Figuiere
+License: LGPL-2
+ FIXME
+
+Files: src/wp/ap/gtk/ap_RDFContactGTK.cpp
+ src/wp/ap/gtk/ap_RDFContactGTK.h
+ src/wp/ap/gtk/ap_RDFEventGTK.cpp
+ src/wp/ap/gtk/ap_RDFEventGTK.h
+ src/wp/ap/gtk/ap_RDFLocationGTK.cpp
+ src/wp/ap/gtk/ap_RDFLocationGTK.h
+ src/wp/ap/gtk/ap_RDFSemanticItemFactoryGTK.cpp
+ src/wp/ap/gtk/ap_RDFSemanticItemFactoryGTK.h
+ src/wp/ap/gtk/ap_RDFSemanticItemGTKInjected.cpp
+ src/wp/ap/gtk/ap_RDFSemanticItemGTKInjected.h
+ src/wp/ap/xp/ap_RDFContact.cpp
+ src/wp/ap/xp/ap_RDFContact.h
+ src/wp/ap/xp/ap_RDFEvent.cpp
+ src/wp/ap/xp/ap_RDFEvent.h
+ src/wp/ap/xp/ap_RDFLocation.cpp
+ src/wp/ap/xp/ap_RDFLocation.h
+Copyright: Ben Martin 2012.
+License: GPL-2+
+ FIXME
+
+Files: abiword.appdata.xml
+ goffice-bits/goffice/app/go-cmd-context.c
+ goffice-bits/goffice/goffice-features.h
+ goffice-bits2/goffice/app/go-cmd-context.c
+ goffice-bits2/goffice/goffice-features.h
+ libgcrypt.m4
+ plugins/paint/win/bmp2png.cpp
+ plugins/paint/win/png2bmp.cpp
+ src/wp/ap/xp/ToolbarIcons/tb_semitem_stylesheet_apply.xcf
+ src/wp/impexp/xp/MathSVGScript.h
+Copyright: 1999-2004, Jody Goldberg
+  2002, 2004, Free Software Foundation, Inc.
+  2002, Web site: http:pobox.com/~jason1/imaging/pngdib/
+  2005, Morten Welinder (terra@gnome.org)
+  2006, Sam Ruby r
+  2019, Hubert Figuière -->
+License: UNKNOWN
+ FIXME
+
+Files: plugins/collab/backends/service/xp/msc_stdint.h
+ plugins/collab/backends/service/xp/soa.h
+ plugins/collab/backends/service/xp/soa_result.cpp
+ plugins/collab/backends/service/xp/soa_result.h
+ plugins/collab/backends/service/xp/soa_soup.cpp
+ plugins/collab/backends/service/xp/soa_soup.h
+ plugins/collab/backends/service/xp/soa_types.h
+ plugins/collab/backends/service/xp/tls_tunnel.cpp
+ plugins/collab/backends/service/xp/tls_tunnel.h
+Copyright: 2008-2009, AbiSource Corporation B.V.
+  2009, AbiSource Corporation B.V.
+License: BSD-3-clause
+ FIXME
+
+Files: src/af/ev/gtk/ev_UnixFontCombo.cpp
+ src/af/ev/gtk/ev_UnixFontCombo.h
+ src/af/util/xp/ut_strptime.c
+ src/af/xap/gtk/xap_UnixEncodingManager.cpp
+ src/text/fmt/gtk/gtktexthandle.cpp
+ src/text/fmt/gtk/gtktexthandleprivate.h
+Copyright: 1995-1998, Free Software Foundation, Inc.
+  1996-1999, Free Software Foundation, Inc.
+  1997-2000, Free Software Foundation
+  2005, Robert Staudinger
+  2012, Carlos Garnacho <carlosg@gnome.org>
+License: LGPL-2+
+ FIXME
+
+Files: src/af/util/xp/ut_string.cpp
+ src/af/xap/cocoa/xap_CocoaEncodingManager.cpp
+ src/text/fmt/xp/fp_ContainerObject.h
+ src/text/fmt/xp/fp_TableContainer.cpp
+ src/text/fmt/xp/fp_TableContainer.h
+Copyright: 1994, 1996, Free Software Foundation, Inc.
+  1995-1997, Peter Mattis, Spencer Kimball and Josh MacDonald
+  1995-1998, Free Software Foundation, Inc.
+  1997-2000, Free Software Foundation
+  1998, AbiSource, Inc.
+  2000, AbiSource, Inc.
+  2001, Hubert Figuiere
+  2002, Martin Sevior
+  2002, Martin Sevior <msevior@physics.unimelb.edu.au>
+License: GPL-2+ and/or LGPL-2+
+ FIXME
+
+Files: src/wp/ap/gtk/ap_UnixDialog_RDFEditor.cpp
+ src/wp/ap/gtk/ap_UnixDialog_RDFEditor.h
+ src/wp/ap/gtk/ap_UnixDialog_RDFQuery.cpp
+ src/wp/ap/gtk/ap_UnixDialog_RDFQuery.h
+Copyright: 2011, AbiSource, Inc.
+  Ben Martin
+License: GPL-2+
+ FIXME
+
+Files: src/af/gr/xp/gr_Caret.h
+ src/text/fmt/xp/fv_ViewDoubleBuffering.cpp
+ src/text/fmt/xp/fv_ViewDoubleBuffering.h
+ src/wp/ap/gtk/ap_UnixFrameImpl.cpp
+Copyright: NONE
+License: GPL-2+
+ FIXME
+
+Files: goffice-bits/goffice/gtk/goffice-gtk.h
+ goffice-bits/goffice/utils/go-image.h
+ goffice-bits2/goffice/gtk/goffice-gtk.h
+ goffice-bits2/goffice/utils/go-image.h
+Copyright: NONE
+License: LGPL-2
+ FIXME
+
+Files: goffice-bits/README
+ goffice-bits2/README
+Copyright: NONE
+License: GPL
+ FIXME
+
+Files: goffice-bits/COPYING
+ goffice-bits2/COPYING
+Copyright: 1989, 1991, Free Software Foundation, Inc.
+  <year> <name of author>
+  disclaimer" for the program, if
+  ed by the Free
+  ed interfaces, the
+  interest in the program
+  the software, and
+  year name of author
+License: GPL-2
+ FIXME
+
+Files: src/wp/ap/gtk/ap_UnixDialog_Goto.cpp
+ src/wp/ap/gtk/ap_UnixDialog_Goto.h
+Copyright: 1998, AbiSource, Inc.
+  Robert Staudinger <robsta@stereolyzer.net>
+License: GPL-2+
+ FIXME
+
+Files: plugins/paint/xp/AbiPaint.cpp
+ plugins/paint/xp/AbiPaint.h
+Copyright: 2001, Jared Davis
+  2002, Dom Lachowicz
+  Martin Sevior which in turn
+License: GPL-2+
+ FIXME
+
+Files: src/af/xap/xp/barbarisms.cpp
+ src/af/xap/xp/barbarisms.h
+Copyright: Jordi Mas i Hernàndez
+License: GPL-2+
+ FIXME
+
+Files: src/text/ptbl/xp/px_CR_DataItem.cpp
+ src/text/ptbl/xp/px_CR_Style.cpp
+Copyright: M. Sevior <msevior@physics.unimelb.edu.au>
+License: GPL-2+
+ FIXME
+
+Files: plugins/sdw/xp/ie_imp_StarOffice.cpp
+ plugins/sdw/xp/ie_imp_StarOffice.h
+Copyright: 2001, Christian Biesinger <cbiesinger@web.de>
+License: GPL-2+ and/or LGPL
+ FIXME
+
+Files: plugins/mathview/itex2mml/y.tab.c.msvc
+ plugins/mathview/itex2mml/y.tab.h.msvc
+Copyright: 1984, 1989-1990, 2000-2006, Free Software Foundation, Inc.
+License: GPL-3+
+ FIXME
+
+Files: src/af/util/xp/ut_rand.cpp
+ src/af/xap/win/winezmouse.h
+Copyright: 1983, Regents of the University of California.
+  1991, 1996, Free Software Foundation, Inc.
+  2000, CodeWeavers
+License: LGPL-2.1+
+ FIXME
+
+Files: src/af/gr/cocoa/leftright_cursor.png
+ src/af/gr/cocoa/updown_cursor.png
+Copyright: Flag: False
+License: UNKNOWN
+ FIXME
+
+Files: plugins/latex/xsltml/README
+Copyright: 2001-2003, Vasil Yaroshevich
+License: Expat
+ FIXME
+
+Files: m4_ax_boost_base.m4
+Copyright: 2008, Thomas Porschberg <thomas@randspringer.de>
+  2009, Peter Adolphs
+License: FSFAP
+ FIXME
+
+Files: COPYRIGHT.TXT
+Copyright: ed source code from a variety of sources.
+License: GPL
+ FIXME
+
+Files: COPYING
+Copyright: 1989, 1991, Free Software Foundation, Inc.
+  19yy <name of author>
+  19yy name of author
+  disclaimer" for the program, if
+  ed by the Free
+  ed interfaces, the
+  interest in the program
+  the software, and
+License: GPL-2
+ FIXME
+
+Files: src/af/xap/gtk/xap_UnixDlg_About.cpp
+Copyright: (GTK_ABOUT_DIALOG(dlg), copyright);
+  2006, Rob Staudinger <robert.staudinger@gmail.com>
+License: GPL-2+
+ FIXME
+
+Files: src/af/xap/cocoa/xap_CocoaToolPalette.cpp
+Copyright: 2004, AbiSource, Inc.
+  2004, Francis James Franklin <fjf@alinameridon.com>
+  completely unknown, so we pretend it's a new font family name
+License: GPL-2+
+ FIXME
+
+Files: src/text/fmt/xp/fp_FieldTOCNum.cpp
+Copyright: 1998, AbiSource, Inc.
+  2001-2002, Tomas Frydrych
+  Martin Sevior 2004, , <msevior@physics.unimelb.edu.au>
+License: GPL-2+
+ FIXME
+
+Files: plugins/docbook/xp/ie_impexp_DocBook.h
+Copyright: 123 <copyright>
+  1998, AbiSource, Inc.
+License: GPL-2+
+ FIXME
+
+Files: src/text/ptbl/xp/pt_PieceTable.cpp
+Copyright: 1998, AbiSource, Inc.
+  It encounters the begin of document
+  It encounters the end of document
+License: GPL-2+
+ FIXME
+
+Files: plugins/docbook/xp/ie_imp_DocBook.cpp
+Copyright: 1998, AbiSource, Inc.
+  case TT_EDITION:
+License: GPL-2+
+ FIXME
+
+Files: plugins/goffice/unix/AbiGOffice.cpp
+Copyright: 2004, Luca Padovani <lpadovan@cs.unibo.it>
+  2005, Jean Brefort <jean.brefort@normalesup.org>
+  2005, Martin Sevior <msevior@physics.unimelb.edu.au>
+  fort <jean.brefort@normalesup.org>";
+License: GPL-2+
+ FIXME
+
+Files: src/text/fmt/xp/fl_AutoNum.cpp
+Copyright: 2001-2002, Tomas Frydrych, Yaacov Akiba Slama
+  Luke Jordan, Martin Sevior.
+License: GPL-2+
+ FIXME
+
+Files: src/af/xap/cocoa/xap_CocoaDlg_About.cpp
+Copyright: [NSString stringWithFormat:@XAP_ABOUT_GPL_LONG_LF, app->getApplicationName()
+License: GPL-2+
+ FIXME
+
+Files: src/af/gr/xp/gr_Caret.cpp
+Copyright: autoblink, caret blink disabled, caret is off
+License: GPL-2+
+ FIXME
+
+Files: plugins/collab/backends/service/cacert.pem
+Copyright: 1994-2000, Netscape Communications Corporation.
+License: GPL-2+ and/or MPL-1.1
+ FIXME
+
+Files: debian/copyright-check
+Copyright: 2016-2019, Jonas Smedegaard <dr@jones.dk>
+  check
+License: GPL-3+
+ FIXME
+
+Files: user/wp/templates/Business-Report.awt
+Copyright: 2002, My Company</c><c props="lang:en-US"></c></p>
+  notes</c><c props="lang:en-US; font-size:9 pt"></c></p>
+License: UNKNOWN
+ FIXME
+
+Files: src/af/ev/gtk/ev_UnixKeysym2ucs.cpp
+Copyright: ARABIC LETTER TEH MARBUTA
+  CYRILLIC CAPITAL LETTER SHCHA
+  GREEK CAPITAL LETTER OMEGA
+  HANGUL JONGSEONG SSANGKIYEOK
+  HEBREW LETTER SHIN
+  INTERSECTION
+  KATAKANA LETTER RA
+  KATAKANA LETTER SMALL O
+  LATIN SMALL LETTER I WITH TILDE
+  LATIN SMALL LETTER U WITH TILDE
+  LEFT-POINTING ANGLE BRACKET
+  THAI CHARACTER SO RUSI
+  WON SIGN
+  â\84\97 SOUND RECORDING COPYRIGHT
+License: UNKNOWN
+ FIXME
+
+Files: AUTHORS
+Copyright: déric CELLA <fcella@mahj.org> French
+License: UNKNOWN
+ FIXME
+
+Files: README
+Copyright: ed and is available for your use
+License: UNKNOWN
+ FIXME
+
+Files: src/af/util/xp/ut_crc32.cpp
+Copyright: NONE
+License: public-domain
+ FIXME
+
diff --git a/gbp.conf b/gbp.conf
new file mode 100644 (file)
index 0000000..c370220
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,7 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = */.git*
+debian-branch = debian/master
diff --git a/gir1.2-abi-3.0.install b/gir1.2-abi-3.0.install
new file mode 100644 (file)
index 0000000..e68ee28
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/girepository-*
diff --git a/libabiword-3.0.install b/libabiword-3.0.install
new file mode 100644 (file)
index 0000000..656a17c
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/libabiword-*.so
diff --git a/libabiword-3.0.lintian-overrides b/libabiword-3.0.lintian-overrides
new file mode 100644 (file)
index 0000000..9291f73
--- /dev/null
@@ -0,0 +1,7 @@
+# Upstream build system do not generate symlink to libabiword-*.so.N
+# libabiword-*.so is a library itself, (binary file) not a symlink.
+dev-pkg-without-shlib-symlink
+
+# symbols are not very useful for CPP,
+# see http://wiki.debian.org/UsingSymbolsFiles#See_also
+no-symbols-control-file
diff --git a/libabiword-dev.install b/libabiword-dev.install
new file mode 100644 (file)
index 0000000..f3a0594
--- /dev/null
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/*/pkgconfig/abiword-*.pc
+usr/share/gir-*
diff --git a/patches/624095-disable_smooth_scrolling.patch b/patches/624095-disable_smooth_scrolling.patch
new file mode 100644 (file)
index 0000000..10a4cf4
--- /dev/null
@@ -0,0 +1,29 @@
+Description: Disable smooth scrolling
+ Comment out code enabling smooth scrolling disregarding preferences
+ to leave decision whenever use the smooth scrolling or not to user.
+Author: Thomas Richter <richter@rus.uni-stuttgart.de>
+Reviewed-by: Dmitry Smirnov <onlyjob@member.fsf.org>
+Origin: other, https://bugs.debian.org/624095
+Bug-Debian: https://bugs.debian.org/624095
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/text/fmt/xp/fv_View.cpp
++++ b/src/text/fmt/xp/fv_View.cpp
+@@ -14364,6 +14364,8 @@
+       {
+               m_iNumHorizPages = m_pLayout->countPages();
+       }
++/*    Debian bug #624095: smooth scrolling enabled, preferences ignored.
++ *    Commenting to leave decision whenever use the smooth scrolling to user.
+       if (m_iNumHorizPages > 1)
+       {
+               XAP_App::getApp()->setEnableSmoothScrolling(false);
+@@ -14372,6 +14374,7 @@
+       {
+               XAP_App::getApp()->setEnableSmoothScrolling(true);
+       }
++*/
+       if(iOldNo != static_cast<UT_sint32>(m_iNumHorizPages))
+       {
+               UT_uint32 iPrevYOffset = m_yScrollOffset;
diff --git a/patches/autosave.diff b/patches/autosave.diff
new file mode 100644 (file)
index 0000000..f692149
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Enable autosave by default
+Author: Patrik Fimml <patrik@fimml.at>
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/af/xap/xp/xap_Prefs_SchemeIds.h
++++ b/src/af/xap/xp/xap_Prefs_SchemeIds.h
+@@ -77,7 +77,7 @@
+ #define XAP_PREF_DEFAULT_LatinLigatures                "0"
+ #define XAP_PREF_KEY_AutoSaveFile                                     "AutoSaveFile"
+-#define XAP_PREF_DEFAULT_AutoSaveFile                         "0"                                             /* Auto save files by default */
++#define XAP_PREF_DEFAULT_AutoSaveFile                         "1"                                             /* Auto save files by default */
+ #define XAP_PREF_KEY_AutoSaveFilePeriod                               "AutoSaveFilePeriod"
+ #define XAP_PREF_DEFAULT_AutoSaveFilePeriod                   "5"                                             /* Auto save files by default */
diff --git a/patches/build-with-aiksaurus-1-2.patch b/patches/build-with-aiksaurus-1-2.patch
new file mode 100644 (file)
index 0000000..11143f0
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Look for aiksaurus*-1.2.pc
+Author: Jeremy Bicha <jbicha@linux.com>
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/plugins/aiksaurus/plugin.m4
++++ b/plugins/aiksaurus/plugin.m4
+@@ -1,6 +1,6 @@
+-aiksaurus_pkgs="aiksaurus-1.0"
+-aiksaurus_gtk_pkgs="aiksaurusgtk3-1.0"
++aiksaurus_pkgs="aiksaurus-1.2"
++aiksaurus_gtk_pkgs="aiksaurusgtk3-1.2"
+ aiksaurus_deps="no"
+ if test "$enable_aiksaurus" != ""; then
diff --git a/patches/ctrl-comma-subscript.diff b/patches/ctrl-comma-subscript.diff
new file mode 100644 (file)
index 0000000..02f6265
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Make ctrl-comma (C-,) a shortcut for subscript text
+Author: Patrik Fimml <patrik@fimml.at>
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/wp/ap/xp/ap_LB_Default.cpp
++++ b/src/wp/ap/xp/ap_LB_Default.cpp
+@@ -480,7 +480,7 @@
+       {0x29, /* )      */ { "insertClosingParenthesis","",                    "",                             ""                                      }},
+       {0x2a, /* *      */ { "insertData",                     "viewPara",                     "",                             ""                                      }},
+       {0x2b, /* +      */ { "insertData",                     "zoomIn",                       "",                             ""                                      }},
+-      {0x2c, /* ,      */ { "insertData",                     "",                                     "",                             ""                                      }},
++      {0x2c, /* ,      */ { "insertData",                     "toggleSub",                                    "",                             ""                                      }},
+       {0x2d, /* -      */ { "insertData",                     "zoomOut",                      "",                             ""                                      }},
+       {0x2e, /* .      */ { "insertData",                     "pasteSpecial",         "",                             ""                                      }},
+       {0x2f, /* /      */ { "insertData",                     "",                                     "",                             ""                                      }},
diff --git a/patches/enchant2.patch b/patches/enchant2.patch
new file mode 100644 (file)
index 0000000..386ed21
--- /dev/null
@@ -0,0 +1,46 @@
+Description: use enchant-2 instead of enchant
+Author: Laurent Bigonville <bigon@debian.org>
+Bug-Debian: https://bugs.debian.org/956710
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -94,7 +94,7 @@
+ "
+ # optional deps
+-enchant_req='enchant >= 1.2.0'
++enchant_req='enchant-2 >= 1.2.0'
+ gio_req='gio-2.0'
+ goffice_req='libgoffice-0.10 >= 0.10.0'
+--- a/src/af/xap/xp/enchant_checker.cpp
++++ b/src/af/xap/xp/enchant_checker.cpp
+@@ -127,7 +127,7 @@
+                               pvSugg->addItem (ucszSugg);
+               }
+-              enchant_dict_free_suggestions (m_dict, suggestions);
++              enchant_dict_free_string_list (m_dict, suggestions);
+       }
+       return pvSugg;
+@@ -139,7 +139,7 @@
+       if (word && len) {
+               UT_UTF8String utf8 (word, len);
+-              enchant_dict_add_to_personal (m_dict, utf8.utf8_str(), utf8.byteLength());
++              enchant_dict_add (m_dict, utf8.utf8_str(), utf8.byteLength());
+               return true;
+       }
+       return false;
+@@ -150,7 +150,7 @@
+       UT_return_val_if_fail (m_dict, false);
+       UT_UTF8String ignore (toCorrect, toCorrectLen);
+-      return enchant_dict_is_in_session (m_dict, ignore.utf8_str(), ignore.byteLength()) != 0;
++      return enchant_dict_is_added (m_dict, ignore.utf8_str(), ignore.byteLength()) != 0;
+ }
+ void EnchantChecker::ignoreWord (const UT_UCSChar *toCorrect, size_t toCorrectLen)
diff --git a/patches/librevenge.patch b/patches/librevenge.patch
new file mode 100644 (file)
index 0000000..77bd5b2
--- /dev/null
@@ -0,0 +1,1170 @@
+Description: switch to librevenge-based import libs
+Author: David Tardon <dtardon@redhat.com>
+Reviewed-by: Rene Engelhard <rene@debian.org>
+Bug:: http://bugzilla.abisource.com/show_bug.cgi?id=13658
+Bug-Debian: https://bugs.debian.org/753428
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/plugins/wpg/xp/ie_impGraphic_WPG.cpp
++++ b/plugins/wpg/xp/ie_impGraphic_WPG.cpp
+@@ -31,37 +31,42 @@
+ #include <gsf/gsf-input-memory.h>
+ #include <gsf/gsf-input-stdio.h>
+ #include <gsf/gsf-infile-msole.h>
+-#include <libwpd-stream/libwpd-stream.h>
++#include <librevenge-stream/librevenge-stream.h>
+ #include "xap_Module.h"
+ using libwpg::WPGraphics;
+ ABI_PLUGIN_DECLARE("WPG")
+-class AbiWordPerfectGraphicsInputStream : public WPXInputStream
++class AbiWordPerfectGraphicsInputStream : public librevenge::RVNGInputStream
+ {
+ public:
+       AbiWordPerfectGraphicsInputStream(GsfInput *input);
+       ~AbiWordPerfectGraphicsInputStream();
+-      virtual bool isOLEStream();
+-      virtual WPXInputStream * getDocumentOLEStream();
+-      virtual WPXInputStream * getDocumentOLEStream(const char * name);
++      virtual bool isStructured();
++      virtual unsigned subStreamCount();
++      virtual const char* subStreamName(unsigned);
++      bool existsSubStream(const char*);
++      virtual librevenge::RVNGInputStream* getSubStreamByName(const char*);
++      virtual librevenge::RVNGInputStream* getSubStreamById(unsigned);
+       virtual const unsigned char *read(unsigned long numBytes, unsigned long &numBytesRead);
+-      virtual int seek(long offset, WPX_SEEK_TYPE seekType);
++      virtual int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType);
+       virtual long tell();
+-      virtual bool atEOS();
++      virtual bool isEnd();
+ private:
+       GsfInput *m_input;
+       GsfInfile *m_ole;
++      std::map<unsigned, std::string> m_substreams;
+ };
+ AbiWordPerfectGraphicsInputStream::AbiWordPerfectGraphicsInputStream(GsfInput *input) :
+-      WPXInputStream(),
++      librevenge::RVNGInputStream(),
+       m_input(input),
+-      m_ole(NULL)
++      m_ole(NULL),
++      m_substreams()
+ {
+       g_object_ref(G_OBJECT(input));
+ }
+@@ -86,45 +91,115 @@
+       return buf;
+ }
+-int AbiWordPerfectGraphicsInputStream::seek(long offset, WPX_SEEK_TYPE seekType) 
++int AbiWordPerfectGraphicsInputStream::seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) 
+ {
+       GSeekType gsfSeekType = G_SEEK_SET;
+       switch(seekType)
+       {
+-      case WPX_SEEK_CUR:
++      case librevenge::RVNG_SEEK_CUR:
+               gsfSeekType = G_SEEK_CUR;
+               break;
+-      case WPX_SEEK_SET:
++      case librevenge::RVNG_SEEK_SET:
+               gsfSeekType = G_SEEK_SET;
+               break;
++      case librevenge::RVNG_SEEK_END:
++              gsfSeekType = G_SEEK_END;
++              break;
+       }
+       return gsf_input_seek(m_input, offset, gsfSeekType);
+ }
+-bool AbiWordPerfectGraphicsInputStream::isOLEStream()
++bool AbiWordPerfectGraphicsInputStream::isStructured()
+ {
+       if (!m_ole)
+               m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
+-      if (m_ole != NULL)
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
+               return true;
+       return false;
+ }
+-WPXInputStream * AbiWordPerfectGraphicsInputStream::getDocumentOLEStream()
++unsigned AbiWordPerfectGraphicsInputStream::subStreamCount()
+ {
+-      return getDocumentOLEStream("PerfectOffice_MAIN");
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      int numChildren = gsf_infile_num_children(m_ole);
++                      if (numChildren > 0)
++                              return numChildren;
++                      return 0;
++              }
++      
++      return 0;
+ }
+-WPXInputStream * AbiWordPerfectGraphicsInputStream::getDocumentOLEStream(const char * name)
++const char * AbiWordPerfectGraphicsInputStream::subStreamName(unsigned id)
+ {
+-      WPXInputStream *documentStream = NULL;
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
+       
++      if (m_ole)
++              {
++                      if ((int)id >= gsf_infile_num_children(m_ole))
++                      {
++                              return 0;
++                      }
++                      std::map<unsigned, std::string>::iterator i = m_substreams.lower_bound(id);
++                      if (i == m_substreams.end() || m_substreams.key_comp()(id, i->first))
++                              {
++                                      std::string name = gsf_infile_name_by_index(m_ole, (int)id);
++                                      i = m_substreams.insert(i, std::map<unsigned, std::string>::value_type(id, name));
++                              }
++                      return i->second.c_str();
++              }
++      
++      return 0;
++}
++
++bool AbiWordPerfectGraphicsInputStream::existsSubStream(const char * name)
++{
+       if (!m_ole)
+               m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
+       
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      GsfInput *document = gsf_infile_child_by_name(m_ole, name);
++                      if (document) 
++                              {
++                                      g_object_unref(G_OBJECT (document));
++                                      return true;
++                              }
++              }
++      
++      return false;
++}
++
++librevenge::RVNGInputStream * AbiWordPerfectGraphicsInputStream::getSubStreamByName(const char * name)
++{
++      librevenge::RVNGInputStream *documentStream = NULL;
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
+       if (m_ole)
+               {
+                       GsfInput *document = gsf_infile_child_by_name(m_ole, name);
+@@ -138,12 +213,35 @@
+       return documentStream;
+ }
++librevenge::RVNGInputStream * AbiWordPerfectGraphicsInputStream::getSubStreamById(unsigned id)
++{
++      librevenge::RVNGInputStream *documentStream = NULL;
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      GsfInput *document = gsf_infile_child_by_index(m_ole, (int)id);
++                      if (document) 
++                              {
++                                      documentStream = new AbiWordPerfectGraphicsInputStream(document);
++                                      g_object_unref(G_OBJECT (document)); // the only reference should be encapsulated within the new stream
++                              }
++              }
++      
++      return documentStream;
++}
++
+ long AbiWordPerfectGraphicsInputStream::tell()
+ {
+       return gsf_input_tell(m_input);
+ }
+-bool AbiWordPerfectGraphicsInputStream::atEOS()
++bool AbiWordPerfectGraphicsInputStream::isEnd()
+ {
+       return gsf_input_eof(m_input);
+ }
+@@ -244,14 +342,24 @@
+ UT_Error IE_Imp_WordPerfectGraphics::importGraphic(GsfInput *input, FG_Graphic **ppfg)
+ {
+       AbiWordPerfectGraphicsInputStream gsfInput(input);
+-      WPXString svgOutput;
+-      if (WPGraphics::generateSVG(&gsfInput, svgOutput))
++      librevenge::RVNGString svgOutput;
++      librevenge::RVNGStringVector vec;
++      librevenge::RVNGSVGDrawingGenerator generator(vec, "");
++
++      if (!libwpg::WPGraphics::parse(&gsfInput, &generator) || vec.empty() || vec[0].empty())
+       {
+-              GsfInput * svgInput = gsf_input_memory_new((const guint8*)svgOutput.cstr(), svgOutput.len(), false);
+-              UT_Error result = IE_ImpGraphic::loadGraphic(svgInput, IE_ImpGraphic::fileTypeForSuffix(".svg"), ppfg);
+-              g_object_unref(svgInput);
+-              return result;
++              return UT_ERROR;
+       }
+-      return UT_ERROR;
++
++      svgOutput.append("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n");
++      svgOutput.append("<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"");
++      svgOutput.append(" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n");
++      svgOutput.append(vec[0]);
++      svgOutput.append("\n");
++
++      GsfInput * svgInput = gsf_input_memory_new((const guint8*)svgOutput.cstr(), svgOutput.len(), false);
++      UT_Error result = IE_ImpGraphic::loadGraphic(svgInput, IE_ImpGraphic::fileTypeForSuffix(".svg"), ppfg);
++      g_object_unref(svgInput);
++      return result;
+ }
+--- a/plugins/wpg/plugin.m4
++++ b/plugins/wpg/plugin.m4
+@@ -1,5 +1,5 @@
+-wpg_pkgs="$gsf_req libwpg-0.2 >= 0.2.0 libwpd-0.9 >= 0.9.0 libwpd-stream-0.9 >= 0.9.0"
++wpg_pkgs="libwpg-0.3 $gsf_req"
+ wpg_deps="no"
+ if test "$enable_wpg" != ""; then
+--- a/plugins/wordperfect/xp/ie_imp_WordPerfect.h
++++ b/plugins/wordperfect/xp/ie_imp_WordPerfect.h
+@@ -30,7 +30,7 @@
+ #define IE_IMP_WP_H
+ #include <stdio.h>
+-#include <libwpd/libwpd.h>
++#include <librevenge/librevenge.h>
+ #include "ie_imp.h"
+ #include "ut_string.h"
+ #include "ut_string_class.h"
+@@ -92,7 +92,7 @@
+                                       IE_Imp ** ppie);
+ };
+-class IE_Imp_WordPerfect : public IE_Imp, public WPXDocumentInterface
++class IE_Imp_WordPerfect : public IE_Imp, public librevenge::RVNGTextInterface
+ {
+ public:
+     IE_Imp_WordPerfect(PD_Document * pDocument);
+@@ -101,68 +101,82 @@
+     virtual void pasteFromBuffer(PD_DocumentRange * pDocRange,
+                                UT_uint8 * pData, UT_uint32 lenData, const char * szEncoding = 0);
+-    virtual void setDocumentMetaData(const WPXPropertyList &propList);
++      virtual void setDocumentMetaData(const librevenge::RVNGPropertyList &propList);
+-    virtual void startDocument();
+-    virtual void endDocument();
++      virtual void startDocument(const librevenge::RVNGPropertyList &propList);
++      virtual void endDocument();
+-    virtual void openPageSpan(const WPXPropertyList &propList);
+-    virtual void closePageSpan() {}
+-    virtual void openHeader(const WPXPropertyList &propList);
+-    virtual void closeHeader();
+-    virtual void openFooter(const WPXPropertyList &propList);
+-    virtual void closeFooter();
+-
+-    virtual void openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops);
+-    virtual void closeParagraph() {}
+-
+-    virtual void openSpan(const WPXPropertyList &propList);
+-    virtual void closeSpan() {}
+-
+-    virtual void openSection(const WPXPropertyList &propList, const WPXPropertyListVector &columns);
+-    virtual void closeSection() {}
+-
+-    virtual void insertTab();
+-    virtual void insertText(const WPXString &text);
+-    virtual void insertLineBreak();
+-
+-    virtual void defineOrderedListLevel(const WPXPropertyList &propList);
+-    virtual void defineUnorderedListLevel(const WPXPropertyList &propList);
+-    virtual void openOrderedListLevel(const WPXPropertyList &propList);
+-    virtual void openUnorderedListLevel(const WPXPropertyList &propList);
+-    virtual void closeOrderedListLevel();
+-    virtual void closeUnorderedListLevel();
+-    virtual void openListElement(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops);
+-    virtual void closeListElement() {}
+-
+-    virtual void openFootnote(const WPXPropertyList &propList);
+-    virtual void closeFootnote();
+-    virtual void openEndnote(const WPXPropertyList &propList);
+-    virtual void closeEndnote();
+-
+-    virtual void openTable(const WPXPropertyList &propList, const WPXPropertyListVector &columns);
+-    virtual void openTableRow(const WPXPropertyList &propList);
+-    virtual void closeTableRow() {}
+-    virtual void openTableCell(const WPXPropertyList &propList);
+-    virtual void closeTableCell() {}
+-    virtual void insertCoveredTableCell(const WPXPropertyList & /*propList*/) {}
+-    virtual void closeTable();
+-
+-    virtual void definePageStyle(const WPXPropertyList&) {}
+-    virtual void defineParagraphStyle(const WPXPropertyList&, const WPXPropertyListVector&) {}
+-    virtual void defineCharacterStyle(const WPXPropertyList&) {}
+-    virtual void defineSectionStyle(const WPXPropertyList&, const WPXPropertyListVector&) {}
+-    virtual void insertSpace() {}
+-    virtual void insertField(const WPXString&, const WPXPropertyList&) {}
+-    virtual void openComment(const WPXPropertyList&) {}
+-    virtual void closeComment() {}
+-    virtual void openTextBox(const WPXPropertyList&) {}
+-    virtual void closeTextBox() {}
+-    virtual void openFrame(const WPXPropertyList&) {}
+-    virtual void closeFrame() {}
+-    virtual void insertBinaryObject(const WPXPropertyList&, const WPXBinaryData&) {}
+-    virtual void insertEquation(const WPXPropertyList&, const WPXString&) {}
++      virtual void defineEmbeddedFont(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void definePageStyle(const librevenge::RVNGPropertyList &) {}
++      virtual void openPageSpan(const librevenge::RVNGPropertyList &propList);
++      virtual void closePageSpan() {}
++      virtual void openHeader(const librevenge::RVNGPropertyList &propList);
++      virtual void closeHeader();
++      virtual void openFooter(const librevenge::RVNGPropertyList &propList);
++      virtual void closeFooter();
++
++      virtual void defineSectionStyle(const librevenge::RVNGPropertyList &) {}
++      virtual void openSection(const librevenge::RVNGPropertyList &propList);
++      virtual void closeSection() {}
++
++      virtual void defineParagraphStyle(const librevenge::RVNGPropertyList &) {}
++      virtual void openParagraph(const librevenge::RVNGPropertyList &propList);
++      virtual void closeParagraph() {}
++
++      virtual void defineCharacterStyle(const librevenge::RVNGPropertyList &) {}
++      virtual void openSpan(const librevenge::RVNGPropertyList &propList);
++      virtual void closeSpan() {}
++
++      virtual void openLink(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void closeLink() {}
++
++      virtual void insertTab();
++      virtual void insertText(const librevenge::RVNGString &text);
++      virtual void insertSpace();
++      virtual void insertLineBreak();
++      virtual void insertField(const librevenge::RVNGPropertyList & /* propList */) {}
++
++      virtual void openOrderedListLevel(const librevenge::RVNGPropertyList &propList);
++      virtual void openUnorderedListLevel(const librevenge::RVNGPropertyList &propList);
++      virtual void closeOrderedListLevel();
++      virtual void closeUnorderedListLevel();
++      virtual void openListElement(const librevenge::RVNGPropertyList &propList);
++      virtual void closeListElement() {}
++
++      virtual void openFootnote(const librevenge::RVNGPropertyList &propList);
++      virtual void closeFootnote();
++      virtual void openEndnote(const librevenge::RVNGPropertyList &propList);
++      virtual void closeEndnote();
++      virtual void openComment(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void closeComment() {}
++      virtual void openTextBox(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void closeTextBox() {}
++
++      virtual void openTable(const librevenge::RVNGPropertyList &propList);
++      virtual void openTableRow(const librevenge::RVNGPropertyList &propList);
++      virtual void closeTableRow() {}
++      virtual void openTableCell(const librevenge::RVNGPropertyList &propList);
++      virtual void closeTableCell() {}
++      virtual void insertCoveredTableCell(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void closeTable();
++
++      virtual void openFrame(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void closeFrame() {}
++
++      virtual void openGroup(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void closeGroup() {}
++
++      virtual void defineGraphicStyle(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void drawRectangle(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void drawEllipse(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void drawPolygon(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void drawPolyline(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void drawPath(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void drawConnector(const librevenge::RVNGPropertyList & /* propList */) {}
++
++      virtual void insertBinaryObject(const librevenge::RVNGPropertyList & /* propList */) {}
++      virtual void insertEquation(const librevenge::RVNGPropertyList & /* propList */) {}
+ protected:
+       virtual UT_Error _loadFile(GsfInput * input);
+--- a/plugins/wordperfect/xp/ie_impexp_WordPerfect.cpp
++++ b/plugins/wordperfect/xp/ie_impexp_WordPerfect.cpp
+@@ -35,7 +35,6 @@
+ ABI_PLUGIN_DECLARE("WordPerfect")
+ static IE_Imp_WordPerfect_Sniffer * m_ImpSniffer = 0;
+-static IE_Exp_WordPerfect_Sniffer * m_ExpSniffer = 0;
+ #ifdef HAVE_LIBWPS
+ static IE_Imp_MSWorks_Sniffer * m_MSWorks_ImpSniffer = 0;
+@@ -49,13 +48,7 @@
+               m_ImpSniffer = new IE_Imp_WordPerfect_Sniffer ();
+       }
+-      if (!m_ExpSniffer)
+-      {
+-              m_ExpSniffer = new IE_Exp_WordPerfect_Sniffer ();
+-      }
+-
+       UT_ASSERT (m_ImpSniffer);
+-      UT_ASSERT (m_ExpSniffer);
+ #ifdef HAVE_LIBWPS
+       if (!m_MSWorks_ImpSniffer)
+@@ -79,7 +72,7 @@
+       mi->usage   = "No Usage";
+       IE_Imp::registerImporter (m_ImpSniffer);
+-      //IE_Exp::registerExporter (m_ExpSniffer);
++
+       return 1;
+ }
+@@ -93,18 +86,11 @@
+       mi->usage   = 0;
+       UT_ASSERT (m_ImpSniffer);
+-      UT_ASSERT (m_ExpSniffer);
+       IE_Imp::unregisterImporter (m_ImpSniffer);
+       delete m_ImpSniffer;
+       m_ImpSniffer = 0;
+       
+-      /*
+-      IE_Exp::unregisterExporter (m_ExpSniffer);
+-      delete m_ExpSniffer;
+-      m_ExpSniffer = 0;
+-      */
+-
+ #ifdef HAVE_LIBWPS
+       IE_Imp::unregisterImporter (m_MSWorks_ImpSniffer);
+       delete m_MSWorks_ImpSniffer;
+--- a/plugins/wordperfect/xp/ie_imp_WordPerfect.cpp
++++ b/plugins/wordperfect/xp/ie_imp_WordPerfect.cpp
+@@ -31,6 +31,8 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <math.h>
++#include <map>
++#include <string>
+ #include <gsf/gsf-utils.h>
+ #include <gsf/gsf-input-memory.h>
+ #include <gsf/gsf-input-stdio.h>
+@@ -60,42 +62,47 @@
+ // Stream class
+-#include <libwpd-stream/libwpd-stream.h>
++#include <librevenge-stream/librevenge-stream.h>
++#include <libwpd/libwpd.h>
+ #include <gsf/gsf-input.h>
+ #include <gsf/gsf-infile.h>
+ #include <gsf/gsf-infile-msole.h>
++#include <gsf/gsf-infile-zip.h>
+ #ifdef HAVE_LIBWPS
+ #include <libwps/libwps.h>
+ #endif
+-class AbiWordperfectInputStream : public WPXInputStream
++class AbiWordperfectInputStream : public librevenge::RVNGInputStream
+ {
+ public:
+       AbiWordperfectInputStream(GsfInput *input);
+       ~AbiWordperfectInputStream();
+-      virtual bool isOLEStream();
+-      virtual WPXInputStream * getDocumentOLEStream();
+-
+-      virtual WPXInputStream * getDocumentOLEStream(const char * name);
+-
++      virtual bool isStructured();
++      virtual unsigned subStreamCount();
++      virtual const char* subStreamName(unsigned);
++      bool existsSubStream(const char*);
++      virtual librevenge::RVNGInputStream* getSubStreamByName(const char*);
++      virtual librevenge::RVNGInputStream* getSubStreamById(unsigned);
+       virtual const unsigned char *read(unsigned long numBytes, unsigned long &numBytesRead);
+-      virtual int seek(long offset, WPX_SEEK_TYPE seekType);
++      virtual int seek(long offset, librevenge::RVNG_SEEK_TYPE seekType);
+       virtual long tell();
+-      virtual bool atEOS();
++      virtual bool isEnd();
+ private:
+       GsfInput *m_input;
+       GsfInfile *m_ole;
++      std::map<unsigned, std::string> m_substreams;
+ };
+ AbiWordperfectInputStream::AbiWordperfectInputStream(GsfInput *input) :
+-      WPXInputStream(),
++      librevenge::RVNGInputStream(),
+       m_input(input),
+-      m_ole(NULL)
++      m_ole(NULL),
++      m_substreams()
+ {
+       g_object_ref(G_OBJECT(input));
+ }
+@@ -120,45 +127,115 @@
+       return buf;
+ }
+-int AbiWordperfectInputStream::seek(long offset, WPX_SEEK_TYPE seekType) 
++int AbiWordperfectInputStream::seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) 
+ {
+       GSeekType gsfSeekType = G_SEEK_SET;
+       switch(seekType)
+       {
+-      case WPX_SEEK_CUR:
++      case librevenge::RVNG_SEEK_CUR:
+               gsfSeekType = G_SEEK_CUR;
+               break;
+-      case WPX_SEEK_SET:
++      case librevenge::RVNG_SEEK_SET:
+               gsfSeekType = G_SEEK_SET;
+               break;
++      case librevenge::RVNG_SEEK_END:
++              gsfSeekType = G_SEEK_END;
++              break;
+       }
+       return gsf_input_seek(m_input, offset, gsfSeekType);
+ }
+-bool AbiWordperfectInputStream::isOLEStream()
++bool AbiWordperfectInputStream::isStructured()
+ {
+       if (!m_ole)
+               m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
+-      if (m_ole != NULL)
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
+               return true;
+       return false;
+ }
+-WPXInputStream * AbiWordperfectInputStream::getDocumentOLEStream()
++unsigned AbiWordperfectInputStream::subStreamCount()
+ {
+-      return getDocumentOLEStream("PerfectOffice_MAIN");
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      int numChildren = gsf_infile_num_children(m_ole);
++                      if (numChildren > 0)
++                              return numChildren;
++                      return 0;
++              }
++      
++      return 0;
+ }
+-WPXInputStream * AbiWordperfectInputStream::getDocumentOLEStream(const char * name)
++const char * AbiWordperfectInputStream::subStreamName(unsigned id)
+ {
+-      WPXInputStream *documentStream = NULL;
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
+       
+       if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      if ((int)id >= gsf_infile_num_children(m_ole))
++                      {
++                              return 0;
++                      }
++                      std::map<unsigned, std::string>::iterator i = m_substreams.lower_bound(id);
++                      if (i == m_substreams.end() || m_substreams.key_comp()(id, i->first))
++                              {
++                                      std::string name = gsf_infile_name_by_index(m_ole, (int)id);
++                                      i = m_substreams.insert(i, std::map<unsigned, std::string>::value_type(id, name));
++                              }
++                      return i->second.c_str();
++              }
++      
++      return 0;
++}
++
++bool AbiWordperfectInputStream::existsSubStream(const char * name)
++{
++      if (!m_ole)
+               m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
+       
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      GsfInput *document = gsf_infile_child_by_name(m_ole, name);
++                      if (document) 
++                              {
++                                      g_object_unref(G_OBJECT (document));
++                                      return true;
++                              }
++              }
++      
++      return false;
++}
++
++librevenge::RVNGInputStream * AbiWordperfectInputStream::getSubStreamByName(const char * name)
++{
++      librevenge::RVNGInputStream *documentStream = NULL;
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
+       if (m_ole)
+               {
+                       GsfInput *document = gsf_infile_child_by_name(m_ole, name);
+@@ -172,12 +249,35 @@
+       return documentStream;
+ }
++librevenge::RVNGInputStream * AbiWordperfectInputStream::getSubStreamById(unsigned id)
++{
++      librevenge::RVNGInputStream *documentStream = NULL;
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_msole_new (m_input, NULL)); 
++      
++      if (!m_ole)
++              m_ole = GSF_INFILE(gsf_infile_zip_new (m_input, NULL)); 
++      
++      if (m_ole)
++              {
++                      GsfInput *document = gsf_infile_child_by_index(m_ole, (int)id);
++                      if (document) 
++                              {
++                                      documentStream = new AbiWordperfectInputStream(document);
++                                      g_object_unref(G_OBJECT (document)); // the only reference should be encapsulated within the new stream
++                              }
++              }
++      
++      return documentStream;
++}
++
+ long AbiWordperfectInputStream::tell()
+ {
+       return gsf_input_tell(m_input);
+ }
+-bool AbiWordperfectInputStream::atEOS()
++bool AbiWordperfectInputStream::isEnd()
+ {
+       return gsf_input_eof(m_input);
+ }
+@@ -247,13 +347,13 @@
+ {
+       AbiWordperfectInputStream gsfInput(input);
+-      WPDConfidence confidence = WPDocument::isFileFormatSupported(&gsfInput);
+-
++      libwpd::WPDConfidence confidence = libwpd::WPDocument::isFileFormatSupported(&gsfInput);
++      
+       switch (confidence)
+       {
+-              case WPD_CONFIDENCE_NONE:
++              case libwpd::WPD_CONFIDENCE_NONE:
+                       return UT_CONFIDENCE_ZILCH;
+-              case WPD_CONFIDENCE_EXCELLENT:
++              case libwpd::WPD_CONFIDENCE_EXCELLENT:
+                       return UT_CONFIDENCE_PERFECT;
+               default:
+                       return UT_CONFIDENCE_ZILCH;
+@@ -312,9 +412,9 @@
+ UT_Error IE_Imp_WordPerfect::_loadFile(GsfInput * input)
+ {
+       AbiWordperfectInputStream gsfInput(input);
+-      WPDResult error = WPDocument::parse(&gsfInput, static_cast<WPXDocumentInterface *>(this), NULL);
++      libwpd::WPDResult error = libwpd::WPDocument::parse(&gsfInput, static_cast<librevenge::RVNGTextInterface *>(this), NULL);
+-      if (error != WPD_OK)
++      if (error != libwpd::WPD_OK)
+       {
+               UT_DEBUGMSG(("AbiWordPerfect: ERROR: %i!\n", (int)error));
+               return UT_IE_IMPORTERROR;
+@@ -329,7 +429,7 @@
+       // nada
+ }
+-void IE_Imp_WordPerfect::setDocumentMetaData(const WPXPropertyList &propList)
++void IE_Imp_WordPerfect::setDocumentMetaData(const librevenge::RVNGPropertyList &propList)
+ {
+       if (propList["dc:author"])
+               getDoc()->setMetaDataProp(PD_META_KEY_CREATOR, propList["dc:author"]->getStr().cstr());
+@@ -339,15 +439,15 @@
+               getDoc()->setMetaDataProp(PD_META_KEY_PUBLISHER, propList["dc:publisher"]->getStr().cstr());
+       if (propList["dc:type"])
+               getDoc()->setMetaDataProp(PD_META_KEY_TYPE, propList["dc:category"]->getStr().cstr());
+-      if (propList["libwpd:keywords"])
+-              getDoc()->setMetaDataProp(PD_META_KEY_KEYWORDS, propList["libwpd:keywords"]->getStr().cstr());
++      if (propList["librevenge:keywords"])
++              getDoc()->setMetaDataProp(PD_META_KEY_KEYWORDS, propList["librevenge:keywords"]->getStr().cstr());
+       if (propList["dc:language"])
+               getDoc()->setMetaDataProp(PD_META_KEY_LANGUAGE, propList["dc:language"]->getStr().cstr());
+-      if (propList["libwpd:abstract"])
+-              getDoc()->setMetaDataProp(PD_META_KEY_DESCRIPTION, propList["libwpd:abstract"]->getStr().cstr());
++      if (propList["librevenge:abstract"])
++              getDoc()->setMetaDataProp(PD_META_KEY_DESCRIPTION, propList["librevenge:abstract"]->getStr().cstr());
+ }
+-void IE_Imp_WordPerfect::startDocument()
++void IE_Imp_WordPerfect::startDocument(const librevenge::RVNGPropertyList & /* propList */)
+ {
+       UT_DEBUGMSG(("AbiWordPerfect: startDocument\n"));
+ }
+@@ -357,7 +457,7 @@
+       UT_DEBUGMSG(("AbiWordPerfect: endDocument\n"));
+ }
+-void IE_Imp_WordPerfect::openPageSpan(const WPXPropertyList &propList)
++void IE_Imp_WordPerfect::openPageSpan(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       UT_DEBUGMSG(("AbiWordPerfect: openPageSpan\n"));
+@@ -378,7 +478,7 @@
+               
+ }
+-void IE_Imp_WordPerfect::openHeader(const WPXPropertyList & /*propList*/)
++void IE_Imp_WordPerfect::openHeader(const librevenge::RVNGPropertyList & /*propList*/)
+ {
+       m_bHdrFtrOpenCount++;
+       
+@@ -420,7 +520,7 @@
+       */
+ }
+-void IE_Imp_WordPerfect::openFooter(const WPXPropertyList & /*propList*/)
++void IE_Imp_WordPerfect::openFooter(const librevenge::RVNGPropertyList & /*propList*/)
+ {
+       m_bHdrFtrOpenCount++;
+       // see above comments re: openHeader
+@@ -432,7 +532,7 @@
+       // see above comments re: closeHeader
+ }
+-void IE_Imp_WordPerfect::openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)
++void IE_Imp_WordPerfect::openParagraph(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       UT_DEBUGMSG(("AbiWordPerfect: openParagraph()\n"));
+@@ -478,13 +578,15 @@
+               (int)(m_topMargin*72), (int)(m_bottomMargin*72), m_leftMarginOffset, m_rightMarginOffset, m_textIndent, lineSpacing);
+       propBuffer += tmpBuffer;
+       
+-      if (tabStops.count() > 0) // Append the tabstop information
++      const librevenge::RVNGPropertyListVector *tabStops = propList.child("style:tab-stops");
++      
++      if (tabStops && tabStops->count()) // Append the tabstop information
+       {
+               propBuffer += "; tabstops:";
+               tmpBuffer = "";
+-                WPXPropertyListVector::Iter i(tabStops);
+-                for (i.rewind(); i.next();)
+-                {
++              librevenge::RVNGPropertyListVector::Iter i(*tabStops);
++              for (i.rewind(); i.next();)
++              {
+                       propBuffer += tmpBuffer;
+                       if (i()["style:position"])
+                       {
+@@ -515,8 +617,8 @@
+                               propBuffer += "0";
+                       tmpBuffer = ",";
+-                }
+-        }
++              }
++      }
+       
+@@ -543,7 +645,7 @@
+       }
+ }
+-void IE_Imp_WordPerfect::openSpan(const WPXPropertyList &propList)
++void IE_Imp_WordPerfect::openSpan(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       UT_DEBUGMSG(("AbiWordPerfect: Appending current text properties\n"));
+@@ -614,13 +716,14 @@
+       X_CheckDocumentError(appendFmt(propsArray));
+ }
+-void IE_Imp_WordPerfect::openSection(const WPXPropertyList &propList, const WPXPropertyListVector &columns)
++void IE_Imp_WordPerfect::openSection(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       UT_DEBUGMSG(("AbiWordPerfect: openSection\n"));
+       float marginLeft = 0.0f, marginRight = 0.0f;
+-      int columnsCount = ((columns.count() == 0) ? 1 : columns.count());
++      const librevenge::RVNGPropertyListVector *columns = propList.child("style:columns");
++      int columnsCount = ((!columns || !columns->count()) ? 1 : columns->count());
+       // TODO: support spaceAfter
+       if (propList["fo:start-indent"])
+@@ -647,7 +750,7 @@
+       X_CheckDocumentError(appendSpan(&ucs,1));       
+ }
+-void IE_Imp_WordPerfect::insertText(const WPXString &text)
++void IE_Imp_WordPerfect::insertText(const librevenge::RVNGString &text)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       if (text.len())
+@@ -658,6 +761,15 @@
+       }
+ }
++void IE_Imp_WordPerfect::insertSpace()
++{
++      if (m_bHdrFtrOpenCount) return; // HACK
++      UT_DEBUGMSG(("AbiWordPerfect: insertSpace\n"));
++
++      UT_UCS4Char ucs = UCS_SPACE;
++      X_CheckDocumentError(appendSpan(&ucs,1));       
++}
++
+ void IE_Imp_WordPerfect::insertLineBreak()
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+@@ -668,24 +780,23 @@
+ }
+-
+-void IE_Imp_WordPerfect::defineOrderedListLevel(const WPXPropertyList &propList)
++void IE_Imp_WordPerfect::openOrderedListLevel(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+-      UT_DEBUGMSG(("AbiWordPerfect: defineOrderedListLevel\n"));
+-
++      UT_DEBUGMSG(("AbiWordPerfect: openOrderedListLevel\n"));
++      
+       int listID = 0, startingNumber = 0, level = 1;
+       char listType = '1';
+       UT_UTF8String textBeforeNumber, textAfterNumber;
+       float listLeftOffset = 0.0f;
+       float listMinLabelWidth = 0.0f;
+       
+-      if (propList["libwpd:id"])
+-              listID = propList["libwpd:id"]->getInt();
++      if (propList["librevenge:id"])
++              listID = propList["librevenge:id"]->getInt();
+       if (propList["text:start-value"])
+               startingNumber = propList["text:start-value"]->getInt();
+-      if (propList["libwpd:level"])
+-              level = propList["libwpd:level"]->getInt();
++      if (propList["librevenge:level"])
++              level = propList["librevenge:level"]->getInt();
+       if (propList["style:num-prefix"])
+               textBeforeNumber += propList["style:num-prefix"]->getStr().cstr();
+       if (propList["style:num-suffix"])
+@@ -716,22 +827,38 @@
+               m_pCurrentListDefinition->setListMinLabelWidth(level, listMinLabelWidth);
+               _updateDocumentOrderedListDefinition(m_pCurrentListDefinition, level, listType, textBeforeNumber, textAfterNumber, startingNumber);
+       }
++
++      m_iCurrentListLevel++;
+ }
+-void IE_Imp_WordPerfect::defineUnorderedListLevel(const WPXPropertyList &propList)
++void IE_Imp_WordPerfect::closeOrderedListLevel()
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+-      UT_DEBUGMSG(("AbiWordPerfect: defineUnorderedListLevel\n"));
++      UT_DEBUGMSG(("AbiWordPerfect: closeOrderedListLevel (level: %i)\n", m_iCurrentListLevel));
++      UT_ASSERT(m_iCurrentListLevel > 0); 
++      
++      // every time we close a list level, the level above it is normally renumbered to start at "1"
++      // again. this code takes care of that.
++      if (m_iCurrentListLevel < (WP6_NUM_LIST_LEVELS-1))
++              m_pCurrentListDefinition->setLevelNumber(m_iCurrentListLevel + 1, 0);
++      
++      m_iCurrentListLevel--;
++}
++void IE_Imp_WordPerfect::openUnorderedListLevel(const librevenge::RVNGPropertyList &propList)
++{
++      if (m_bHdrFtrOpenCount) return; // HACK
++      UT_DEBUGMSG(("AbiWordPerfect: openUNorderedListLevel\n"));
++      
+       int listID = 0, level = 1;
+-      WPXString textBeforeNumber, textAfterNumber;
++      librevenge::RVNGString textBeforeNumber, textAfterNumber;
+       float listLeftOffset = 0.0f;
+       float listMinLabelWidth = 0.0f;
+       
+-      if (propList["libwpd:id"])
+-              listID = propList["libwpd:id"]->getInt();
+-      if (propList["libwpd:level"])
+-              level = propList["libwpd:level"]->getInt();
++      if (propList["librevenge:id"])
++              listID = propList["librevenge:id"]->getInt();
++      if (propList["librevenge:level"])
++              level = propList["librevenge:level"]->getInt();
+       if (propList["text:space-before"])
+               listLeftOffset = propList["text:space-before"]->getDouble();
+       if (propList["text:min-label-width"])
+@@ -752,36 +879,7 @@
+               m_pCurrentListDefinition->setListMinLabelWidth(level, listMinLabelWidth);
+               _updateDocumentUnorderedListDefinition(m_pCurrentListDefinition, level);
+       }
+-}
+-//void IE_Imp_WordPerfect::openOrderedListLevel(const int listID)
+-void IE_Imp_WordPerfect::openOrderedListLevel(const WPXPropertyList & /*propList*/)
+-{
+-      if (m_bHdrFtrOpenCount) return; // HACK
+-      UT_DEBUGMSG(("AbiWordPerfect: openOrderedListLevel\n"));
+-      
+-      m_iCurrentListLevel++;
+-}
+-
+-void IE_Imp_WordPerfect::closeOrderedListLevel()
+-{
+-      if (m_bHdrFtrOpenCount) return; // HACK
+-      UT_DEBUGMSG(("AbiWordPerfect: closeOrderedListLevel (level: %i)\n", m_iCurrentListLevel));
+-      UT_ASSERT(m_iCurrentListLevel > 0); 
+-      
+-      // every time we close a list level, the level above it is normally renumbered to start at "1"
+-      // again. this code takes care of that.
+-      if (m_iCurrentListLevel < (WP6_NUM_LIST_LEVELS-1))
+-              m_pCurrentListDefinition->setLevelNumber(m_iCurrentListLevel + 1, 0);
+-      
+-      m_iCurrentListLevel--;
+-}
+-
+-void IE_Imp_WordPerfect::openUnorderedListLevel(const WPXPropertyList & /*propList*/)
+-{
+-      if (m_bHdrFtrOpenCount) return; // HACK
+-      UT_DEBUGMSG(("AbiWordPerfect: openUNorderedListLevel\n"));
+-      
+       m_iCurrentListLevel++;
+ }
+@@ -796,7 +894,7 @@
+ // ASSUMPTION: We assume that unordered lists will always pass a number of "0". unpredictable behaviour
+ // may result otherwise
+-void IE_Imp_WordPerfect::openListElement(const WPXPropertyList &propList, const WPXPropertyListVector & /*tabStops*/)
++void IE_Imp_WordPerfect::openListElement(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       UT_DEBUGMSG(("AbiWordPerfect: openListElement\n"));
+@@ -885,7 +983,7 @@
+       X_CheckDocumentError(appendSpan(&ucs,1));
+ }
+-void IE_Imp_WordPerfect::openFootnote(const WPXPropertyList & /*propList*/)
++void IE_Imp_WordPerfect::openFootnote(const librevenge::RVNGPropertyList & /*propList*/)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+@@ -934,7 +1032,7 @@
+       X_CheckDocumentError(appendStrux(PTX_EndFootnote,NULL));
+ }
+-void IE_Imp_WordPerfect::openEndnote(const WPXPropertyList & /*propList*/)
++void IE_Imp_WordPerfect::openEndnote(const librevenge::RVNGPropertyList & /*propList*/)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       const gchar** propsArray = NULL;
+@@ -975,7 +1073,7 @@
+       X_CheckDocumentError(appendStrux(PTX_EndEndnote,NULL));
+ }
+-void IE_Imp_WordPerfect::openTable(const WPXPropertyList &propList, const WPXPropertyListVector &columns)
++void IE_Imp_WordPerfect::openTable(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       // TODO: handle 'marginLeftOffset' and 'marginRightOffset'
+@@ -1000,14 +1098,18 @@
+               }
+       }
+       
+-      propBuffer += "table-column-props:";
+-      WPXPropertyListVector::Iter i(columns);
+-      for (i.rewind(); i.next();)
+-      {
+-              UT_String tmpBuffer;
+-              if (i()["style:column-width"])
+-                      UT_String_sprintf(tmpBuffer, "%s/", i()["style:column-width"]->getStr().cstr());
+-              propBuffer += tmpBuffer;
++      const librevenge::RVNGPropertyListVector *columns = propList.child("librevenge:table-columns");
++      if (columns)
++      {
++              propBuffer += "table-column-props:";
++              librevenge::RVNGPropertyListVector::Iter i(*columns);
++              for (i.rewind(); i.next();)
++              {
++                      UT_String tmpBuffer;
++                      if (i()["style:column-width"])
++                              UT_String_sprintf(tmpBuffer, "%s/", i()["style:column-width"]->getStr().cstr());
++                      propBuffer += tmpBuffer;
++              }
+       }
+       const gchar* propsArray[3];
+@@ -1018,7 +1120,7 @@
+       X_CheckDocumentError(appendStrux(PTX_SectionTable, propsArray));
+ }
+-void IE_Imp_WordPerfect::openTableRow(const WPXPropertyList & /*propList*/)
++void IE_Imp_WordPerfect::openTableRow(const librevenge::RVNGPropertyList & /*propList*/)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       UT_DEBUGMSG(("AbiWordPerfect: openRow\n"));
+@@ -1030,14 +1132,14 @@
+       m_bInCell = false;
+ }
+-void IE_Imp_WordPerfect::openTableCell(const WPXPropertyList &propList)
++void IE_Imp_WordPerfect::openTableCell(const librevenge::RVNGPropertyList &propList)
+ {
+       if (m_bHdrFtrOpenCount) return; // HACK
+       int col =0,  row = 0, colSpan = 0, rowSpan = 0;
+-      if (propList["libwpd:column"])
+-              col = propList["libwpd:column"]->getInt();
+-      if (propList["libwpd:row"])
+-              row = propList["libwpd:row"]->getInt();
++      if (propList["librevenge:column"])
++              col = propList["librevenge:column"]->getInt();
++      if (propList["librevenge:row"])
++              row = propList["librevenge:row"]->getInt();
+       if (propList["table:number-columns-spanned"])
+               colSpan = propList["table:number-columns-spanned"]->getInt();
+       if (propList["table:number-rows-spanned"])
+@@ -1247,9 +1349,9 @@
+     virtual UT_Error _loadFile(GsfInput * input)
+       {
+               AbiWordperfectInputStream gsfInput(input);
+-              WPSResult error = WPSDocument::parse(&gsfInput, static_cast<WPXDocumentInterface *>(this));
++              libwps::WPSResult error = libwps::WPSDocument::parse(&gsfInput, static_cast<librevenge::RVNGTextInterface *>(this));
+-              if (error != WPS_OK)
++              if (error != libwps::WPS_OK)
+                       {
+                               UT_DEBUGMSG(("AbiMSWorks: ERROR: %i!\n", (int)error));
+                               return UT_IE_IMPORTERROR;
+@@ -1286,13 +1388,17 @@
+ {
+       AbiWordperfectInputStream gsfInput(input);
+-      WPSConfidence confidence = WPSDocument::isFileFormatSupported(&gsfInput);
++      libwps::WPSKind kind;
++      libwps::WPSConfidence confidence = libwps::WPSDocument::isFileFormatSupported(&gsfInput, kind);
++      
++      if (kind != libwps::WPS_TEXT)
++              confidence = libwps::WPS_CONFIDENCE_NONE;
+       switch (confidence)
+       {
+-              case WPS_CONFIDENCE_NONE:
++              case libwps::WPS_CONFIDENCE_NONE:
+                       return UT_CONFIDENCE_ZILCH;
+-              case WPS_CONFIDENCE_EXCELLENT:
++              case libwps::WPS_CONFIDENCE_EXCELLENT:
+                       return UT_CONFIDENCE_PERFECT;
+               default:
+                       return UT_CONFIDENCE_ZILCH;
+--- a/plugins/wordperfect/xp/Makefile.am
++++ b/plugins/wordperfect/xp/Makefile.am
+@@ -6,8 +6,6 @@
+       -DABI_BUILD_VERSION=\"$(VERSION)\"
+ libxp_la_SOURCES = \
+-      ie_exp_WordPerfect.cpp \
+-      ie_exp_WordPerfect.h \
+       ie_impexp_WordPerfect.cpp \
+       ie_impexp_WordPerfect.h \
+       ie_imp_WordPerfect.cpp \
+--- a/plugins/wordperfect/xp/ie_impexp_WordPerfect.h
++++ b/plugins/wordperfect/xp/ie_impexp_WordPerfect.h
+@@ -24,7 +24,6 @@
+  */
+ #include "ie_imp_WordPerfect.h"
+-#include "ie_exp_WordPerfect.h"
+ #include "xap_Module.h"
+ #define IE_MIMETYPE_WP_51                     "application/wordperfect5.1"
+--- a/plugins/wordperfect/plugin.m4
++++ b/plugins/wordperfect/plugin.m4
+@@ -1,6 +1,6 @@
+-wordperfect_pkgs="libwpg-0.2 >= 0.2.0 libwpd-0.9 >= 0.9.0 libwpd-stream-0.9 >= 0.9.0 $gsf_req"
+-wordperfect_wps_pkgs='libwps-0.2 >= 0.1.0'
++wordperfect_pkgs="libwpd-0.10 $gsf_req"
++wordperfect_wps_pkgs='libwps-0.3'
+ wordperfect_deps="no"
+ WORDPERFECT_CFLAGS=
+@@ -29,7 +29,7 @@
+ PKG_CHECK_EXISTS([ $wordperfect_wps_pkgs ],
+ [
+-      wp_deps_pkgs="$wp_deps_pkgs $wordperfect_wps_pkgs"
++      wp_deps_pkgs="$wordperfect_wps_pkgs $wp_deps_pkgs"
+       WPS_DEFINE=" -DHAVE_LIBWPS"
+ ])
diff --git a/patches/make-clean.patch b/patches/make-clean.patch
new file mode 100644 (file)
index 0000000..b675543
--- /dev/null
@@ -0,0 +1,31 @@
+Description: prevent breaking source tree
+ Without this patch abiword breaks its own source tree
+ so the second build fail
+Author: Dmitry Smirnov <onlyjob@member.fsf.org>
+Forwarded: not-needed
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -64,11 +64,7 @@
+       lt-compile-resource
+ DISTCLEANFILES = \
+-      abiword-$(ABIWORD_SERIES).pc \
+-      plugin-builtin.m4 \
+-      plugin-configure.m4 \
+-      plugin-list.m4 \
+-      plugin-makefiles.m4
++      abiword-$(ABIWORD_SERIES).pc
+ abiword-$(ABIWORD_SERIES).pc: libabiword.pc
+       cp $< $@
+--- a/src/wp/test/Makefile.am
++++ b/src/wp/test/Makefile.am
+@@ -19,4 +19,4 @@
+ #include $(top_srcdir)/includes.mk
+ SUBDIRS= xp @PLATFORM@
+-DIST_SUBDIRS = cocoa unix win xp
++DIST_SUBDIRS = unix xp
diff --git a/patches/mime-types-desktop.diff b/patches/mime-types-desktop.diff
new file mode 100644 (file)
index 0000000..5b8157a
--- /dev/null
@@ -0,0 +1,17 @@
+Description: extend mimetypes
+Author: Jari Aalto <jari.aalto@cante.net>
+Reviewed-by: Dmitry Smirnov <onlyjob@member.fsf.org>
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/abiword.desktop
++++ b/abiword.desktop
+@@ -6,7 +6,7 @@
+ Categories=Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base;
+ StartupNotify=true
+ X-Desktop-File-Install-Version=0.9
+-MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab;
++MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab;application/vnd.palm;application/x-applix-word;application/x-kword;application/x-mif;application/x-mswrite;application/x-palm-database;text/abiword;text/richtext;text/rtf;
+ Name=AbiWord
+ GenericName=Word Processor
+ Comment=Compose, edit, and view documents
diff --git a/patches/mime-types.diff b/patches/mime-types.diff
new file mode 100644 (file)
index 0000000..e922759
--- /dev/null
@@ -0,0 +1,115 @@
+Subject: [PATCH] abiword.keys: Add more MIME types
+Author: Jari Aalto <jari.aalto@cante.net>
+Last-Update: 2020-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/abiword.keys
++++ b/abiword.keys
+@@ -9,3 +9,107 @@
+ application/rtf:
+       open=abiword %f
+       view=abiword %f
++
++application/x-abicollab:
++      open=abiword %f
++      view=abiword %f
++
++application/x-crossmark:
++      open=abiword %f
++      view=abiword %f
++
++application/docbook+xml:
++      open=abiword %f
++      open=abiword %f
++
++application/vnd.oasis.opendocument.text:
++      open=abiword %f
++      open=abiword %f
++
++application/vnd.palm:
++      open=abiword %f
++      open=abiword %f
++
++application/vnd.plain:
++      open=abiword %f
++      open=abiword %f
++
++application/vnd.stardivision.writer:
++      open=abiword %f
++      open=abiword %f
++
++application/vnd.sun.xml.writer:
++      open=abiword %f
++      open=abiword %f
++
++application/vnd.wordperfect:
++      open=abiword %f
++      open=abiword %f
++
++application/wordperfect5.1:
++      open=abiword %f
++      open=abiword %f
++
++application/wordperfect6:
++      open=abiword %f
++      open=abiword %f
++
++application/xhtml+xml:
++      open=abiword %f
++      open=abiword %f
++
++application/x-applix-word:
++      open=abiword %f
++      open=abiword %f
++
++application/x-kword:
++      open=abiword %f
++      open=abiword %f
++
++application/x-mif:
++      open=abiword %f
++      open=abiword %f
++
++application/x-mswrite:
++      open=abiword %f
++      open=abiword %f
++
++application/x-palm-database:
++      open=abiword %f
++      open=abiword %f
++
++application/x-t602:
++      open=abiword %f
++      open=abiword %f
++
++text/abiword:
++      open=abiword %f
++      open=abiword %f
++
++text/html:
++      open=abiword %f
++      open=abiword %f
++
++text/plain:
++      open=abiword %f
++      open=abiword %f
++
++text/richtext:
++      open=abiword %f
++      open=abiword %f
++
++text/rtf:
++      open=abiword %f
++      open=abiword %f
++
++text/vnd.wap.wml:
++      open=abiword %f
++      open=abiword %f
++
++text/x-abiword:
++      open=abiword %f
++      open=abiword %f
++
++text/x-xml-abiword:
++      open=abiword %f
++      open=abiword %f
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..0ae3335
--- /dev/null
@@ -0,0 +1,9 @@
+librevenge.patch
+624095-disable_smooth_scrolling.patch
+make-clean.patch
+autosave.diff
+ctrl-comma-subscript.diff
+mime-types-desktop.diff
+mime-types.diff
+build-with-aiksaurus-1-2.patch
+enchant2.patch
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..0715614
--- /dev/null
+++ b/rules
@@ -0,0 +1,91 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpkg/pkg-info.mk
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# minimise needless linking
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+plugins := applix babelfish bmp clarisworks collab command docbook \
+          eml epub freetranslation garble gdict gimp google grammar hancom \
+          hrtext iscii kword latex loadbindings mht mif mswrite \
+          opendocument openwriter openxml opml ots paint passepartout pdb \
+          pdf presentation s5 sdw t602 urldict wikipedia wmf wml \
+          wordperfect wpg xslfo goffice
+
+# plugin 'aiksaurus' disabled until aiksaurus is ported to gtk3
+# plugin 'rsvg' deliberately not used due to build problems. Is it deprecated?
+# plugin 'mathview' deliberately not used due to bug#785485
+
+PKD  = $(abspath $(dir $(MAKEFILE_LIST)))
+PKG  = $(DEB_SOURCE)
+ifneq (,$(wildcard configure.*))
+    # API version
+    apiver:=$(shell perl -0ne 'print "$$1.$$2" if m{\[abi_version_major\],\s+\[(\d+)\].*?\[abi_version_minor\],\s+\[(\d+)\]}s' configure.*)
+endif
+# The base library name
+plib=lib$(PKG)-$(apiver)
+
+%:
+       dh $@
+
+override_dh_clean:
+       ## adaptive cleaning meant to work for source archive or repository checkout.
+       ## clean files only if possible to regenerate
+       [ ! -x "$(which flex)" ] || $(RM) -v plugins/mathview/itex2mml/lex.yy.c
+       [ ! -x "tools/cdump/xp/cdump.pl" ] || $(RM) -v src/wp/ap/xp/ap_wp_sidebar.cpp
+       [ ! -x "./autogen-common.sh" ] || $(RM) -v plugin*.m4 po/*.strings
+       dh_clean
+
+override_dh_autoreconf:
+       $(info I: library-name=$(plib))
+       $(if $(wildcard debian/$(plib).install),,$(error invalid package/library name.))
+       # make plugins configuration if building from trunk
+       [ ! -x "./autogen-common.sh" ] || ./autogen-common.sh
+       dh_autoreconf --as-needed
+
+#: Build instructions http://www.abisource.com/~fjf/BUILD.phtml
+#: configure options reference: http://www.abisource.com/wiki/Compiling_AbiWord
+override_dh_auto_configure:
+       dh_auto_configure -- \
+               --with-gio \
+               --with-redland \
+               --with-libtidy \
+               --with-goffice \
+               --enable-shared \
+               --enable-clipart \
+               --enable-templates \
+               --with-gnomevfs \
+               --enable-collab-backend-tcp \
+               --enable-collab-backend-xmpp \
+               --enable-collab-backend-sugar \
+               --enable-collab-backend-service \
+               --enable-collab-backend-telepathy \
+               --enable-dependency-tracking \
+               --enable-plugins="$(plugins)" \
+               --enable-introspection
+#              --enable-debug \
+
+override_dh_auto_test:
+       # do not stop on failed test(s)
+       -dh_auto_test
+
+override_dh_makeshlibs:
+       dh_makeshlibs -V
+
+override_dh_strip:
+       dh_strip --dbgsym-migration='abiword-dbg (<< 3.0.1-7~)'
+
+override_dh_install:
+       find debian/tmp -name '*.la' -print -delete
+       dh_install
+       # This needs to be installed by abiword-plugin-grammar only
+       $(RM) -v debian/abiword/usr/lib/*/abiword-*/plugins/grammar.*
+
+override_dh_missing:
+       dh_missing --fail-missing
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..33dabd9
--- /dev/null
+++ b/watch
@@ -0,0 +1,10 @@
+version=4
+# check: uscan --report
+# update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan
+
+opts=\
+repacksuffix=~dfsg,\
+filenamemangle=s/.*?release-(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-$1/,\
+dversionmangle=auto \
+https://github.com/AbiWord/abiword/tags \
+.*?release-@ANY_VERSION@@ARCHIVE_EXT@