1.99.3 released!

From: Martin Sevior (msevior@seviorpc.ph.unimelb.edu.au)
Date: Tue Jul 29 2003 - 23:45:40 EDT

  • Next message: Geoff: "1.99.3 missing abi_plugin_builtin.h"

    Wow, just 3 weeks since the last release and we have tons of
    improvements. We have new features:
            The libGDA plugin allows the GNOME build to import data as tables from
    arbitary Data bases including MS Access.
            The Open Text Summarizer just keeps going from strength to strength. It
    now has support for:
    English, Hebrew, German , Galacian, Interlingua, Latvian, Maori,
    Maltese, Turkish, Tagalog (Philipino), Basque, Bulgarian, Estonian,
    Galician, Greek, Indonesian, Polish,Czech, Welsh, Finnish, Irish
    (Gaelic), Icelandic, Malaysian, Romanian, Swedish, Ukrainian, Russian,
    Italian, Catalan, Danish, Esperanto, French, Dutch and Hugarian (thanks
    mostly to the incredible efforts of Andrew Dunbar and is really cool,
    lingaphile project).
    OTS also now has support for stemming and an initial English
    implementation.
            Sven Herzberg has commenced his Presentation Program craiwps which is
    based on the AbiWord code.
            Dom has implemented a brand new spell checking framework called Enchant
    which already supports 3 different spell checkers and around 30 wildly
    different languages.

    Plus a whole heap of bugfixes and improvements.
    We invite you to tryout 1.99.3 and see if you favourite(?) bug has been
    fixed. There a source tarball and binaries for Windows and Linux
    available at sourceforge.
    Feel free to report new or old bugs fixed at
    http://bugzilla.abisource.com/.

    Enjoy!

    Abi the Ant and her intrepid Hackers.

    Changelog.
    -----------
    David Glassey
    Don't build the libAbiWord.dll as we can now create an AbiWord.a import
    library directly

    Dom Lachowicz
    File format improvement (5488)
    Fix perl bindings (Not that anyone ever uses them)
    Lots and lots of enchant work
    Win32 mingw improvements
    Win32 build fixes
    Don't list templates as recent files
    Cut and paste improvements - step along to using all importers for
    clipboard import.
    Memory leak fixes
    German world list for OTS
    libGBA plugin work. AbiWord can import text as tables from arbitrary
    data sources.

    Francis Franklin
    Fix memory bugs
    Work around glib bug (5409)
    XDarwin build fixes
    Work on importing XHTML tables (not finished yet)
    Fix paste bugs

    Sven Herzberg
    Initial build system for criawps, our new Presentation Program!

    Andrew Dunbar
    OTS support for German (with Dom), Galacian (with Ramón Flores),
    Interlingua, Latvian, Maori, Maltese, Turkish, Tagalog (Philipino),
    Basque, Bulgarian, Estonian, Galician, Greek, Indonesian, Polish,Czech,
    Welsh, Finnish, Irish (Gaelic), Icelandic, Malaysian, Romanian, Swedish,
    Ukrainian, Russian, Italian, Catalan, Danish, Esperanto, French
    OTS dictionary fixes for Spanish, English, Hungarian,
    Fix translation files for Russian, Spanish, Finnish, Portuguese, French,
    Galacian, Hungarian, Italian, Polish, Swedish.
    Translation updates.

    Hubert Figuiere
    Fix 4816
    Build fixes,
    Cocoa port crash fixes

    Jordi Mas
    Lots of work to fix the Windows Menu system
    Windows build fix
    Left ruler fix for windows

    Christian Neumair
    HIGified plugin manager dialog
    HIGified List revisions dialog

    Mark Gilbert
    Build fixes and improvements
    Documentation builds as HTML again.
    Documentation for How to use Mail Merge.
    Plug quite a few mismatched "calloc / delete []" combo's.

    Mike Pritchett
    Fix toolbar zooming for win32
    Lots of Win32 dialog refactoring to give access to help and other
    niceness (24 of 50 dialogs done)

    Oliver Schur
    Typo fix in ev_Win32Toolbar.cpp

    Martin Sevior
    Lose the cell selection after deleting something in a table.
    Handle more corner cases deleting and inserting text. Particularly in
    blocks with footnotes and endnotes.
    Fix blocker 5456. Document with footnote not word counted correctly.
    Fix nesting past 2 levels of tables. Cut of guadec document no longer
    hangs.
    Select all delete and undo works perfectly for the guadec-4 document.
    More delete fixes. Now the guadec document passes selectall- delete and
    undo's
    Fix for undo delete footnotes.
    Fix blocker 5346, undo/redo remove headers.
    Make the default distance from the left edge of a table to text
    something
    reasonable when importing tables from MSWord.
    Fix 5420, non WYSIWYG behaviour and screen dirt.
    Fix some screen dirt when changing text properties( demonstrated in bug
    5420.)
    Fix resize race bug on unix if the zoom is set to page width.
    Fix bug 4945 and the assert adding header and footers.
    More RTF export fixes. Now the guadec presentation exports to RTF
    correctly!
    Typing in nested tables shows text immediately!
    Tomas's BiDi copy/paste patch with some tweaks.
    Fix some invalid casts.
    Make header/footer size import from MS Word more robust.
    More RTF export/import improvements. Particularly for nested tables and
    vertically merged cells.
    Fix Export vertically merged cells to RTF. Fix crash on placing cursor
    below vertically mergeed cells in a table.
    Another horrible RTF document loads now.
    Fix some RTF import bugs.
    Selection fixes.

    Stephan Matthiesen
    Fix for typo in German Printing dialog.
    Raphael Finkel
    OTS support for Yiddish
    uspell improvements
    Hewbrew support for Uspell

    Francis Whittle
    Fix for bug 4128, crash on italic synthesized TTF fonts

    Rodrigo Moya
    LibGDA improvements. AbiWord can import text as tables from arbitrary
    data sources.

    Nadav
    OTS English Dictionary improvements
    OTS improvements including support for stemming
    OTS support for synonyms
    OTS dictionary files are in XML format.
    OTS support for English stemming
    OTS documentation for how to add stemming support for the Language of
    your choice.

    Tamas Decsi
    OTS Hungarian support.

    Pierre Abbat
    Translation updates.

    Rui M. Silva Seabra
    RedHat rpms for 1.99.2
    Enchant build stuff
    OTS support for Portugese

    James Oglvey
    Suse rpm's for 1.99.2

    Marc Maurer
    Fix broken cast
    Fix 5411,5437
    Fix "unintended program termination" (not a segfault) in the Lists
    dialog (bug 3650).
    Fix the continuous updating of the character & paragraph previews in the
    Styles dialog.
    Fix the not-updating of the character preview in the Styles dialog after
    window exposed events.
    Fix the invalid size requests for widgets in the Modify Styles dialog.
    Fix quite some asserts (not all) in the Modify Styles dialog caused by
    braindead assert clauses in fp_Line
    Fix the continuous updating of the list preview in the Lists dialog.
    Fix illegal memory accesses in the piecetable when deleting tables.
    Fix font preview background drawing.
    Fix general uglyness that cause illegal memory accesses and possible
    crashes in the Lists dialog.
    Trapped & patched by MG, approved by me :) Plug quite a few mismatched
    "calloc / delete []" combo's.
    Fix a serious illegal memory access bug.
    Fix bug in setFont causing illegal memory accesses all over the place.
    Remove lots of dead code.
    Fix possible mem corruption.
    Fix 6 mismatched malloc/deletes.
    OTS support for Dutch.
    Fix cell selection mess.

    Will Lachance
    Fix tons of incorrect copyright assignments.
    Fix status bar encoding.

    Rodney Dawes
    Finally fixed the ugly toolbar borders on GTK/GNOME

    Tomas Frydrych
    Fix for BiDi copy/paste bug

    Updated Translations
    -----------------------
    Spanish - Francisco Javier Fernandez.
    Vietnamese - pclouds
    Chinese (Mandarin) - Funda Wang.

    -----------------------------------------------
    To unsubscribe from this list, send a message to
    abiword-user-request@abisource.com with the word
    unsubscribe in the message body.



    This archive was generated by hypermail 2.1.4 : Tue Jul 29 2003 - 22:56:38 EDT