Age | Commit message (Collapse) | Author | Files | Lines |
|
* CAN-2005-2972: Fix several stack-based buffer overflows in the RTF importer
* Fix the BiDi direction in menu strings (Windows)
* Fix various crashers related to Equation editing
|
|
* grammar checker, equation editor
* improved GNOME Office integration
* OpenDocument support
|
|
* Fix security bug: AbiWord RTF import stack-based buffer overflow / CESA-2005-004 - rev 1
* Fix a list corruption in the MS Word importer
* Fix the text highlighting color in TOC and field elements (Windows)
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
* Bugfixes
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
* Make Text Folding actually work
* Fix text justification on MacOSX
* Initial support for the OpenDocument (.odt) file format
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
doesn't do it. From adam per tech-pkg.
|
|
|
|
windows importer improvements, and bugfixes
|
|
|
|
|
|
fails to build with it (without the buildlink glue). Adapt by reversing
the sense of the check, and s/enable/disable/.
|
|
* Bugfixes, mostly for MacOSX
See http://www.abisource.com/changelogs/2.2.6.phtml
|
|
Francis Franklin
* Add a light gray border to the toolbars and adjust buttons (MacOSX)
* RTF importer fix for Unicode above 32K which are wrapped as negative (variation on a patch by Roland Kay, bug 8468)
* New document icons for RTF/DOC/WPD (MacOSX)
* Don't open files at launch time until after plugins have loaded (MacOSX)
* Improved toolbar combobox behaviour (bug 8417 & 8491)
* Don't convert Helvetica to Helvetic during RTF import (MacOSX)
* Use the correct names for units (points="pt" and pica="pi") in the Options dialog
* Use the correct scale for mm ruler units in the rulers
* Allow plugin-loading from Finder selection (MacOSX)
* If no other windows open, revert to default window position for new frame (MacOSX)
* Adjust zoom for new documents (bug 8415)
* CocoaPlugin API support for adding items to the context menu (MacOSX)
* Fix Stylist (MacOSX, bugs 8522 & 8523)
* Fix the spinners in the Insert Table dialog (MacOSX, bug 8524)
Roland Kay
* Add UTF-8 locales to supported language table (bug 8500)
* Bugfixes: 8499 (Modified by Dom Lachowicz)
Birch Knutson
* Fix bug where normal headers become even-page-only headers when exporting to RTF (bug 6217)
* Language of styles was not imported from RTF (bug 8445)
* Bugfixes: 5627 (partially), 7300 (partially)
Dom Lachowicz
* Bugfixes: some work towards fixing bug 8359
|
|
* A new detection method has been added to repair importer mistakes.
This should prevent crashes on importing documents.
* Lots of improvements again to the Mac OS X port
* Handle all platform supported graphics formats by default in the GTK port
* Improved HTML export, including the handling of Tables of Contents
* Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e)
for Mac documents
* and much more
|
|
|
|
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3
distfile (difference is a "const").
Hi adam!
|
|
|
|
|
|
may need to be updated.
|
|
also when updating.
|
|
* Bug fixes
|
|
* A MacOSX port
* Table of contents
* Document history/revisions
* Text frames
* Better support for international scripts and locales
* List folding
* Text wrapping around images
* Faster rendering
* Dashboard integration
* Visual drag and drop
|
|
from abiword/Makefile.common to abiword/Makefile.
Bump PKGREVISION of abiword-plugins due to dependency change.
|
|
xap_UnixEncodingManager.cpp:551: error: invalid conversion from `const char*'
to `char*'
Include ../../devel/popt/buildlink3.mk (and not using abiword's popt).
Add support for building on Darwin/Mac OS X. (Note: using X11 instead of Cocoa.)
Bump PKGREVISION.
|
|
* Filed bugs fixed
Bug 2633 - MS-Word document falsely password-protected
Bug 6959 - .doc crashes on import
Bug 5562 - Bad transcription of accent in XSL-FO documents
Bug 7341 - at least one letter template should come with Abiword (Ryan Pavlik)
Bug 7735 - Spelling error inn ispell_dictionary_list.xml (sum1)
Bug 2726 - copy and paste cause additional style information in the document
Bug 4788 - [valgrind] crash in msword doc
Bug 6354 - --merge=FILE command line option does not work in abiword... (Jordi Mas)
Bug 6537 - Export to XHTML ads 'lang' style, should be 'lang' attribute
Bug 6606 - Localised status bar displayed as incorrect UTF-8
Bug 6700 - auto-save on crash must use .abw
Bug 6731 - caps lock sensitive menu shortcuts (Jordi Mas)
Bug 6959 - .doc crashes on import
Bug 7338 - Rulers unrefreshed after deleting table
Bug 7373 - Disable Insert > Endnote/Footnote when editing endnote
Bug 7454 - Crash when opening a file after closing lists dialog (Jordi Mas)
Bug 7456 - Cut and paste removes line break (<ENTER>)
Bug 7680 - Segfault when saving copy of unnamed document
Bug 7692 - Crash with breaks, tables, and endnotes
Bug 7694 - Crash when deleting table with column selected
Bug 7697 - Crash when inserting hyperlink with bullet and TOC selected
Bug 7713 - "Select All" + Font Size change = Fatal Error (sum1)
Bug 7725 - Export to RTF causing crash
* Documentation
AbiWord is not a System Administration utility [refiled man page]
* Other changes
Don't allow movement of cursor to illegal positions for text insertion (Martin Sevior)
Fix uninitialized variable reported by Mike Nordell (Martin Sevior)
Fix various .doc import problems (Sudar)
Robustify fp_TextRun::_drawSquiggle (Robert Wilhelm)
Prepare for and release 2.0.14 (Mark Gilbert)
|
|
"Questions about iconv.h" on tech-userlevel@ mailing list.
Bump PKGREVISION.
|
|
Linux systems have glibc which provides a good GNU iconv.
What GNU iconv feature/function is specifically needed
for abiword?
This should be fixed to not define USE_BUILTIN.iconv=no but
to use some other option, because it overrides PREFER_NATIVE
use for iconv.
Also at this time, converters/libiconv doesn't get built nor installed
under Linux. So abiword's build failed.
|
|
they are using a different WRKSRC, reported by Jeremy C. Reed on
tech-pkg@.
|
|
which will be used for the upcoming abiword-plugins package, based on patch
sent by Ove Soerensen in PR pkg/26893, this closes PR pkg/26695 by Joel
Carnat too, thanks.
Use bsd.options.mk for the gucharmap dependency/option, which now is
disabled by default, because it adds a lot of GNOME dependencies
(this is bad if you don't use GNOME).
There are too many changes to list here, but notably bugfixes and some
new features were added, as usual, please take a look at the ChangeLog
file.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
amd64 and sparc64. Patches provided by Olaf Seibert in PR pkg/26055.
|
|
all these packages.
|
|
*-dirs packages.
|
|
Changes:
o Remove the coquille plugin from the RPM spec file.
o Fix a crash on editting tables with multiple windows (bug 6332).
o Fix stylesheet handling in wv.
o Use FREEP() instead of delete[] on UT_strdup.
|
|
This was my PR pkg/23368. And fredb fixed for me on 04/Nov/2003.
Old patch was put in place accidently on 26/Dec/2003.
This fixes the problem with ut_iconv.cpp and invalid conversion
under gcc 3.3.x.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
(looks like USE_GNU_ICONV doesn't get the dependency), this will fix
the problem seen in latest agc@'s bulk build.
Bump PKGREVISION.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
|
|
package. Bump PKGREVISION to 1.
|
|
The changes from version 2.0.3 to 2.0.4 include, amongst others:
# Fix the caret positioning on Windows.
# Fix style export with when using non ASCII characters, corrupting the
document.
# Fix Input Methods handling for the Thai input handler.
# Speedup the very slow setting of a language on a large selection.
|
|
|
|
|
|
Changes:
o Several crasher bugs have been fixed related to Foot and
Endnotes.
o Fix a nagging bug causing Copy&Paste not to function properly.
o Lots of Windows frontend fixes and cleanups.
o Improved WordPerfect importer, adding initial support for WP4.2
and 5.x type documents.
o Improved SDW importer.
o Translation updates for the Arabic, Finish, Spanish, Albanian,
Malay and Catalan languages.
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|