AbiWord 歷史版本資訊

AbiWord

WhatsApp 0.2.3699 (64-bit)

AbiSource Community
開源軟體

AbiWord 2.5.0 Beta

更新時間:2007-01-16
更新細節:沒有資料
版本下載:AbiWord 2.5.0 Beta

AbiWord 2.4.6

更新時間:2006-11-08
更新細節:

Jean Brefort
- Fix a typo in the GNOME Office Chart plugin
- Avoid crashes when objects have 0 height (related to bug 10482)
- GR_UnixGraphics::genImageFromRectangle: return NULL if x, y, w or h is invalid (related to bug 10482)
- Better chart resizing
- Add +1 to embedded run width and heights when redrawing after unselect, to ensuree the whole selection rectangle is removed
- Don't display "GNOME Office Chart" in the open dialog at all (Unix, bug 10380)
- Don't use more %s's in a translated string than in the original string; prevents crashes on error messages
- Bugfixes: 10473

Malte Cornils
- Umlauts are not converted correctly by the LaTeX exporter on non-latin1 documents (bug 10558)
- Italics with extit{} as generated by the LaTeX exporter are ugly (bug 10560)
- Make the LaTeX exporter better mask quotes (bug 10559)

Hubert Figuiere
- Bugfixes: 10423

Tomas Frydrych
- Various fixes and updates to support the Maemo 2 environment
- Fix centered alignment causes tabs to collapse (bug 10491)
- Fix Ctrl + backspace only deletes one word in revisions mode (bug 10176)
- Fix invalid memory reads when resizing text box in revisions mode (bug 10374)
- Bugfixes: 10486

Dom Lachowicz
- Hint that the clipboard manager should store the clipboard data, should we exit or something; conditional on gtk 2.6 or newer (Unix, bug 9069)
- Move libgsf initialization to the WordPerfect plugin's register() function; should fix bugs like 7057
- Fix IDEF vulnerabilities IDEF1613 and IDEF1614 in the MS Word import library wvWare
- Fix a crash after inserting an empty mail merge field (bug 10475)
- On modern gcc, special characters are no longer converted in the LaTeX exporter (bug 10557, initial patch proposal from Malte Cornils)
- Get rid of a duplicate case value in the LaTeX exporter
- When exporting to HTML, TOCs look like Wikipedia TOCs now, inside of their own container. They and their links also W3C validate (bug 10562, 10563 and 10565)
- Use the locale transactor in the OpenDocument importer and exporter, so that we get '9.5' instead of '9,5' in some locales (also fix this in the WordPerfect, KWord, MS Write OpenWriter and LaTeX plugins)
- The clipboard manager abuses GTK+'s 'persist on exist' api, causing unecessary strain on other applications like Gnumeric (Unix, bug 10535)
- When people choose 'Export as Text', they will always get UTF-8 encoded text now, and not text in their locale or text in the MS Word document's locale. This is the only solution that avoids dataloss, and people can choose 'Encoded Text' if they really mean something else.

Patrick Lam
- Fix a crash on exiting AbiWord (Unix)

Martin Sevior
- Fix inability to delete an empty table row with no selection (bug 10057)

Robert Staudinger
- Fix uninitialised variables in the LaTeX exporter that leading to missing breaks

sum1
- Fix a conditional jump in the Open/Save dialog (Unix)
- Fix a conditional jump in the LaTeX exporter
- Fix a mismatched delete() in the HRText exporter
- Initialize a value in the left ruler code
- Prevent a gtk_toggle_button_get_active assertion failure when selecting Tools / Revisions / Mark revisions while typing (Unix)
- Initialize two values used when selecting Documents / New Window
- NULL pointer check to prevent a crash in the OpenDocument importer
- Fix an uninitialized value used while scrolling through 7268-Vexi.abw (a test suite file)
- Fix a memory leak in the LaTeX exporter
- Menu key doesn't pop-up the context menu (Unix, bug 9927)
- Don't make the OpenDocument importer crash on ucf-framePadding.odt or ucf-frameIndividualPadding.odt (test suite files)
- Remove ODT suffix detection from the OpenWriter plug-in; the underlying support still remains (bug 10192)
- Fix some memory leaks in the OpenDocument exporter
- Initialize a value in the DocBook exporter
- Fix a crash when scrolling past malformed tables
- Fix a crash when printing to PDF from AbiCommand (bug 10022, unix)
- Fix a crash when importing equations from OpenDocument files
- Add support for exporting MathML to OpenDocument
- Massive updates to the WML importer and exporter. Exporter: Save headers, footers, and text boxes as new /card/'s, and include navigational links for moving between said cards (seems to work well in Opera 9); add support for metadata, equations, charts, and positioned images; a few bug fixes, including the escaping of bookmark values and the exporting of field text instead of field type. Importer: Improve table handling, including tables with imbalanced columns (i.e. ones that used colspan); add support for bookmarks, hyperlinks, and metadata; a number of small memory leak fixes.
- Don't crash when the LaTeX dialog is used after the AbiMathView plug-in has been deactivated
- Fix unescaped style names in HTML exporter (bug 10328)
- Fix a crash when reactivating the MathView plug-in (bug 9421)
- Prevent dataloss in the Passepartout exporter (e.g. all content after an equation or a chart)
- Allow the T602 plug-in to be statically linked
- Fix a crash that occurred when running 'convert' or 'converttotext' without any arguments in AbiCommand
- Fix a crash when using 'printfile' in AbiCommand (note: this command doesn't seem to work at all) and another crash that occurred when using 'delete' without any arguments while having a file loaded.
- Fix misspellings in AbiCommand's help
- Overhaul the DocBook importer to better support files created outside of AbiWord; there's still plenty of room for improvement (bug 1812, 9430, 10354, and Debian bug 164683)
- Initialize a value to prevent crashes in free() when encountering /phrase/ elements in DocBook files
- Handle nested tables better in the DocBook exporter
- Don't append an extra span of text when importing /email/ elements in DocBook files
- Escape the 'language' metadata value in the OpenWriter exporter
- Escape TOC headings in the OpenDocument exporter (part of bug 10325)
- Escape style names in the OpenDocument exporter
- Escape bookmark names in the HTML exporter (part of bug 10430)
- Fix a crash when exporting files with two styles based off one another to HTML (bug 10419)
- Prevent a crash that can occur when visually dragging charts near headers/footers
- Fix the selection rectangle for chart snapshots which were drawn at the wrong height (Unix, bug 9759)
- Add some pointer checks to fix a crash when importing a RTF file (bug 9874)
- Fix a misspelling in the AbiPaint plug-in
- Update the XSL-FO plug-in. Exporter: Added support for bookmarks, charts, equations, fields, footnotes, and positioned images; improved support for tables, lists, and images. Fixes bug 10136 and bug 4355. Importer: Added support for hyperlinks and tables; the importer will now also import all files exported by AbiWord, and tables and blocks nested inside of blocks. Fixes bug 2387 and bug 3305.
- Export custom TOC headings and respect visibility setting (bug 10298)
- Minor fix for export of TOC headings to HTML
- Escape TOC heading values to prevent invalid XHTML/HTML when headings contain quotes, ampersands, etc.
- Don't crash when using the Format Painter from within AbiCommand
- Export the author document property to DocBook
- Fix a crash that occurred if you ran the 'visualedit' command in AbiCommand before loading a document
- Escape a few more style names in the OpenDocument exporter
- Escape style names in the OpenWriter exporter
- Prevent a crash that could occur when moving the mouse cursor near an unrendered table during import
- Fix a crash when using find and replace with the 'whole word' setting selected (bug 9772)
- Fix a memory leak in the HTML exporter
- Don't attempt to clear() an empty string in the DocBook exporter
- Don't open or close /card/s inside of tables in the WML exporter (e.g. if there's a /frame/ inside of a /cell/). Also, handle cases where document data is between a //cell/ and a //table/, which can happen with some imported Word files.
- Fix memory leaks in the Plug-in, Format Table, Text Box, Stylist and Date/Time dialogs (Unix)
- Try to export valid DocBook XML even when the internal AWML is invalid (i.e. a //section/ inside of a table)
- Fix a DocBook import bug that caused files with a /literallayout/ inside of a table to fail on load
- Fix a DocBook import bug that caused files with a number of text boxes to fail on load
- Import images from WML files
- Use UT_UTF8String instead of UT_String throughout the DocBook importer; fix a small bug triggered by files that contain images without a depth attribute (the image's 'props' string would begin with a ';' if it didn't exist).
- Fix image-related memory leaks in the DocBook exporter
- Fix a large memory leak that occurred when copying a hyperlink location
- Fix small memory leaks in the Babelfish, Free Translation, Google, URL Dict, and Wikipedia plug-ins
- Fix a memory leak in the toolbar font preview code
- Fix a comment regarding escapeXML()
- Fix the OpenDocument exporter to honor multiple spaces (bug 10487)
- Fix "Import bookmarks from XSL-FO documents" (bug 10442)
- Prevent a few crashes in the Word importer with wv 1.2.1 (bug 10483), and check for exceptions thrown by new to make the existing ut_return* calls useful.
- Check the return value of genImageFromRectangle() in the Math plugin (related to bug 10482)
- Fix a small memory leak in the Format Text Box dialog
- Check the return value of getAttrProp() to prevent chart crashes that can be triggered after repeated chart operations (e.g. visual copying)
- Fix a crash while grammar-checking a Word document (the crash from bug 10455)
- Fix a number of memory leaks in the code related to styling footnotes and lists
- Fix a crash due to list delimiter overflow (bug 10580 and 10582)
- Hopefully fix some broken he-IL strings (bug 10477)
- Prevent quite a number of crashes that could be triggered by invoking most editmethods right after starting AbiCommand; this probably also alleviates the crashes seen in bug 10425

Translations
- Martin Srebotnjak: updated Slovenian translation (bug 10506)
- Lee Chenhwa: updated Chinese translation
- Kostas Papadimas: updated Greek translation
- Seanán Ó Coistín: updated Irish translation


版本下載:AbiWord 2.4.6

AbiWord 2.4.5

更新時間:2006-07-11
更新細節:

Jean Brefort

* Add a french translation to the .desktop file (Unix)
* Fix a crash in the Set Languages dialog with new enough gtk+ (Unix, bug 10126)
* Fix GNOME Office charts resizing (Unix)

Gary Coady

* Fix a gtk+ context menu scroll bug (Unix, bug 7604)

Mikey Cooper

* Use GdkPixbuf to import WMFs and add support for WMF drag-and-drop (Unix)

Daniel d'Andrada Tenório de Carvalho (INdT)

* The OpenDocument importer now recognizes (and behaves accordingly to) table:number-columns-repeated attribute in table:table-column elements
* The OpenDocument importer won't try to create a new section from inside a table cell when a paragraph within it uses a style that orders it (e.g., asking to change the master page style).
* Bugfixes: 10265

Dom Lachowicz

* Fix a crash when closing AbiWord with the insert symbol dialog open (Unix, bug 10031)
* A bit of defensive code should work around bug 10178
* Fix an OpenDocument import crash on invalid XML (bug 10193)
* Fix a crash in OpenDocument import when we encounter some vector drawing commands (bug 10043)
* Fix a Mail Merge field quotes problem (bug 8191)
* Make the GNOME dictionary plugin handle non-ASCII characters (Unix, bug 10184)
* Bugfixes: 10213, 9284, 10090 (possibly)

Patrick Lam

* Fix a crash on exit (Unix, RedHat bug 182399)

Ricardo Pérez López

* Add a spanish translation to the .desktop file (Unix)

Marc Maurer

* Fix a security bug that was reported to us by Joxean Koret (thanks a lot!). A stack corruption could be triggered in the toolbar code by loading a document which contained a style with an insanely long name (afftects only Windows and Unix)
* Fix AbiWord's unusability on x86_64 architectures (Unix, bug 8776)
* Replace hr with hr-HR as a language code
* Make sure that we can't get stack overflows when using _really_ long debug messages (Debug builds only)
* Ditch the "Coquille" extension to the DocBook exporter
* Move from to itex2MML 1.0 to 1.1.5; this allows for more compatibility with AMSLaTeX when entering LaTeX like equations.
* Bugfixes: 10197

Ryan Pavlik

* Update the Math library dependency download in the Tools installer. This reduces the download size from 2.89mb to 545kb!
* Ditch the junk PDF plugin on Windows (it never worked anyway)
* Disable building of the jpeg plugin on Windows, as the "win32native" plugin makes it redundant
* Change the import/export installer to not refer to Coquille, as well as fix capitalization of DocBook (Windows)

Martin Sevior

* Stop flicker if the zoom doesn't change and we just change the height
* Fix assert on exit if the embed plugins are present but not used
* Fix a crash when importing an OpenDocument file due to brain dead code (bug 10341)
* Do not write corrupt AbiWord files (bug 10177)
* Fix the creation of an invalid file after inserting two tables into a bulleted list (bug 10282)
* Fix a crash when inserting footnote with an endnote selected (bug 10240)
* Bugfixes: 10228, 10239, 10353

Robert Staudinger

* Update the AutoPackage specfile (Unix)

Fridrich Strba

* Improvement of conversion of lists alignment for WordPerfect importer
* Convert page margins in the WordPerfect importer correctly if libwpd is giving both page margins and sections margins
* Fix to allow import of OpenWriter documents that lack some XML streams, and allow styles to be in the content.xml

sum1

* Fix "AbiWord installer puts an add/remove programs entry in with quotes" (Windows, bug 9408)
* Implement Jordi's proposed fix for bug 10042 (Windows)
* Fix some Stylist dialog updating issues (Windows)
* Fix a bug that caused an existing stylist to become non-functional if you raised another stylist through the TOC dialog
* Fix a misleading comment in the stylist code
* Honor the --nosplash preference (Windows)
* Allow Kurdish to be selected as the language for the main installer (Windows, part of bug 9635)
* Fix a crash after pressing Esc in the LaTeX dialog (Unix, bug 9698)
* Four win32 dialogs fail to open if they're closed with another window (Windows, bugs 9990, 9991, 9992, 9993)
* Disable/enable the TOC heading style label and button based on the 'has heading' checkbox (Windows)
* Fix a bug that prevented stylist categories from auto-expanding when the current style was the topmost entry (e.g. Contents 1) (Windows)
* Fix two more write errors in the XSL-FO exporter
* Add support for nine more languages when using the main installer (Windows)
* Integrate Kurdish and Sardinian dictionary downloads into the main installer (Windows, bugs 9635 and 9762)
* Fix hang when selecting insert symbol dialog without symbol.ttf installed (bug 10169)
* Correct the dictionary sizes added during the commit for bugs 9635 and 9762
* Initialize a lot of variables all over the place to make the code generally more stable
* Fix an invalid memory read bug exposed by the document from bug 9005
* Significant rewrite of the DocBook plug-in. Adds support for equations, charts, fields, nested tables, metadata, revision history, revision marks, positioned images, TOCs, and text boxes; improves support for hyperlinks, bookmarks, section nesting, images, tables, and headers and footers (lists are still not handled). Fixes Bugs 2275, 7019, 10066, and part of 9430.
* Fix an "Out-of-bounds array read when loading a .doc" (bug 10261)
* Don't crash when selecting a menu entry that wasn't correctly removed (e.g. selecting the Wikipedia menu entry after deactivating the AbiWikipedia plug-in)
* Prevent crashes caused by inserting embed or math runs into TOCs (bug 9721)
* Escape values, as well as element properties, revision remarks, and field values on DocBook export before outputting them
* Add support for , , and for better Dublin Core mapping in the DocBook exporter. Also, add some element definitions necessary for the importer.
* Improve the handling of props on export to DocBook. Also, make it easier to identify TOCs on import.
* Prevent ucf-headings.odt (an AbiWord test suite file) from crashing on import
* Fix a table-related crash on OpenDocument import (bug 10324)
* Fix a list-related crash when exporting to OpenDocument (bug 10006)
* Prevent the original crash from bug 10063
* Fix a couple of common write errors in the OpenDocument exporter
* Fix a number of unitialized variable issues when exporting TOCs to OpenDocument
* Escape metadata and initialize a variable to prevent valgrind warnings in the OpenDocument exporter
* Prevent an import crash that occurred with the exported OpenDocument from Attachment 3613 (from bug 9867)
* Fix a crash on 'fo:column-count="0"' in the OpenDocument importer (bug 10076)
* Fix several bugs in the OpedDocument importer: a common import footnote crash and prevent the three separate crashes that occurred when loading ucf-continueNumbering.odt, ucf-numberedList.odt, ucf-sectionAttribute-2.odt, and ucf-startValue.odt (from the AbiWord test suite)
* Fix a crash when exporting a header to OpenDocument (bug 9798)
* Don't pass uninitialized values to UT_strcmp, which should completely fix bug 10006
* Add a note to the build instructions for MSVC6
* Fix some more crashes in the OpenDocument importer, including the one triggered by cjk-office.odt (from the AbiWord testsuite)
* Fix a crash in the OpenDocument exporter that occurred if you had more than one section with layout information (reproducible with dad_indt.odt from the AbiWord testsuite)
* Fix a common crash when exporting images to OpenDocument due to an uninitialized value
* Don't pass uninitialized file streams to fwrite() if a header or footer isn't found; should prevent crashes on OpenDocument export
* Fix a common null pointer crash during OpenDocument import
* Fix another uninitialized value crash during OpenDocument import
* A fix for handling in the DocBook exporter (dbk_corner_cases_general.abw from the AbiWord testsuite will now output the last keyword)
* Fix two mismatched delete()s in field-related code in the HTML exporter
* Fix invalid memory reads and writes in the Goto dialog (Unix)
* Fix a mismatched free() in the Styles dialog (delete() was being used with calloc())
* Initialize a value in the Lists dialog (Unix)
* Initialize two values in the Word count dialog and fix a potential hang in the Lists dialog (both Unix)
* Raise the Image dialog when double-clicking a picture; only works on Windows, and maybe mac (bug 9862)
* Remove a duplicate line from the Croatian translation for the Windows installer

Translations

* Shai Sztern: updated Hebrew translation (and a work-aroud for the last letter chopping)
* Jonathan Ernst: updated French translations
* Martin Srebotnjak: updated Slovenian translations
* Renato Pavicic, Martin Srebotnjak: new Croatian translation
* Renato Pavicic: new Croatian translation for the Windows NSIS installer
* Martin Srebotnjak: Slovenian translation update for the Windows NSIS installer
* K. an Drouizig: updated Breton translation
* Pawan Chitrakar: bew Nepali translation
* Bai Dongyi: updated Chinese translation
* Amos Batto: updated Bolivian Quechua translation


版本下載:AbiWord 2.4.5

AbiWord 2.4.4

更新時間:2006-04-15
更新細節:

Jean Brefort

* Build fix: add a test for xpdf headers, as poppler 0.5.0 does not install them by default
* Fix several potential crashes in the GNOME Office charting plugin
* Update both the width and the height when an image does not fit into the page (bug 9864)
* Bugfixes: 9868

Daniel d'Andrada Tenório de Carvalho (INdT)

* Small fix in the OpenDocument meta.xml parser
* Small, but important fix on parsing hyperlinks in OpenDocument files
* Fix text that is not in italics, is imported in italics by the OpenDocument importer (bug 9935)
* Fix the bug where the OpenDocument plugin could not import files it exported itself (bug 9846)
* Do not crash when trying to import a password protected OpenDocument file (bug 9869)
* Fix several memory leaks in the OpenDocument importer (bug 9918)
* Make the OpenDocument importer load images not only from the Pictures subdirectory but for any given subdirectory
* Fix a crash when exporting equations to OpenDocument (bug 9964)
* Fix a Table of Contents-related crash on import of an OpenDocument file (bug 10003)
* Bugfixes: 9930, 9950, 9999

Hubert Figuiere

* Fix various memory leaks
* Fix a memory problem in some case with UTF8String::append() (this was triggered by the OpenDocument importer)
* UT_Vector::clear() does not free the buffer (performance improvement)
* Fix a couple of potential crashes in the layout engine

Tomas Frydrych

* Add a Perl version of the cdump tool for embedded targets
* Added a generic --enable-embedded build option
* Fix lingature handling in RTL text (bug 8239 and duplicates)
* Fix a random crash while editing a document (bug 10151)
* Fix broken RTL dominance in the Format Paragraph dialog (bug 7083)
* Bugfixes: 9751, 9545

Mark Gilbert

* Fix a crash in the HTML exporter when exporting malformed table (bug 9867)
* Do not generate invalid XHTML when exporting section breaks inside of a list (bug 9870)

Dom Lachowicz

* HTML Table of Contents export improvements (indent TOC output and label the level numbers)
* Clean up some some unused code in the image importer (Unix)
* Return the proper exit code when doing command line conversions
* Fix a crashes when opening an MS Word file (bug 10122)
* Fix a bug where AbiGrammar/link-grammar only looks in the ./en path for dictionaries (bug 9366)
* Fix an RTF export error; widowctl should spell widowctrl (bug 9825)
* Make the grammar plugin work with recent versions of link-grammar
* Support quoting mailmerge field bodies (bug 8191)
* Bugfixes: 10120

Jordi Mas

* As part of bug fix 9638 the Win32 comboboxes were left gray (readonly) on Windows
* Fix the width and height output in the Page Setup dialog (Windows)
* Fix the locale setting in the Date and Time dialog (Windows)
* Make grammar check text localisable (Windows)
* Fix displaying of hight resolution images (Windows)
* Several small UI enhanments (Windows)
* Table of Contents dialog fails to open after it's closed with another window (Windows, bug 9994)
* Format table dialog fails to open after it's closed with another window (Windows, bug 9995)
* Text box dialog fails to open after it's closed with another window (Windows, bug 9996)
* Hide the horizontal scrollbar when it is not needed (Windows, bug 5170)
* Fix dirty resizing of images (Windows, 6351)

Marc Maurer

* Build fix for the OpenWriter and OpenDocument plugins
* Report an error instead of OK when converting a nonexistent src file to an existing dest file in the AbiCommand plugin
* Properly indent DocBook XML
* Don't truncate the error log for every error message, format the help overview nicely, remove some unused code, and check the return value of fopen() in the AbiCommand plugin
* Add GNOME and GTK categories to the abiword.desktop file (Unix)
* Bump version to 2.4.3
* Remove the hebrew shaping and Smart Quotes options, as they never worked in the first place
* Remove the beginnings of the collaboration plugin, as it belongs in the AbiWord 2.6 series

Martin Sevior

* Fix another infinite loop in the layout engine caused by subtracting 1 from an unsigned integer with value 0

sum1

* Change 'I agree' to 'Next' (re: GPL) in the dictionary installers. (Windows)
* Change 'I agree' buttons in plugin installers to match main installer (Windows, bug 8684)
* Link fix for the OpenDocument plug-in (Windows)
* Update the copyright notice to 2006 in the About dialog
* Prevent the hang detailed in bug 9891
* Fix the WML exporter to export valid WML 1.1; also fix a number of issues with tables and incorrectly nested elements
* Prevent a crash that occurs when you attempt to change a document's title while other windows are queued to open (e.g. pressing ctrl + n numerous times)
* Fix a crash when trying to edit footnote in Word document (bug 9588)
* Fix section numbering in problems FAQ (documentation)
* Handle broken tables when exporting to WML
* Don't crash on .sxw files that contain images without an xlink:href attribute
* Prevent future write errors in the text exporter (i.e. when a new PTO_* is added)
* Prevent current (and future) write errors and fix a debug statement in the DocBook exporter
* Prevent current and future write errors when exporting to KWord
* Fix typos (editting -> editing) and "SVG Images" -> "SVG Images (.svg)" for uniformity in the insert picture dialog
* Makefiles and a MinGW build fix for the Hancom importer
* Bugfixes: 9805, 9588

Robert Wilhelm

* Avoid some unit conversions in the table layout code

Translations

* Funda Wang: Updated zh_CN translation (bug 9607)
* Youssef Chahibi: Updated Arabic translation
* M. Baldinelli: Updated Italian translation
* Camille Moulin: Updated French translation
* Jordi Mas: Updated Catalan translation
* Shmyrev: Updated Russian translation
* Yasen Pramatarov: Updated Bulgarian translation


版本下載:AbiWord 2.4.4

AbiWord 2.4.2

更新時間:2006-03-07
更新細節:

AbiWord v2.4.2 ChangeLog

Jean Brefort
- Enable the pasting of charts from Gnumeric 1.6
- Fix rendering position, low resolution and editing issues of embedded charts
- Bugfixes: 9745

Daniel d'Andrada Tenório de Carvalho (INdT)
- A *massive* number of updates to the OpenDocument importer!
- An OpenDocument exporter!
- Bugfixes: 9768, 9768

Rex Dieter
- Fix bug 171921 from bugzilla.redhat.com

Hubert Figuiere
- Fix a long standing memory leak in the encoding manager (Unix)
- Various automated testing routines
- Fix various memory leaks (one of several 100KB) in the image handling code from the RTF importer (bug 9643)
- Fix memory leaks in the OpenWriter importer/exporter and other plugins
- Make the automated testing routines a bit more reliable
- Kill a lot of compilation warnings
- Update the OpenDocument plugin build infrastucture (Mac OSX)
- Bugfixes: 9439

Renato Filho
- Fix a sponteneous quit on the Nokia 770
- Initialize osso 'more properly' on the Nokia 770
- Fix desktop and service files on the Nokia 770
- Some fixes/cleanups to the file chooser dialog on the Nokia 770
- Change the toolbar layout for Nokia 770
- Bugfixes: 9700, 9701

Frank Franklin
- Update Symbol font-remap table and fix Insert Symbol dialog (Mac OSX)
- Update the math plugin data files (Mac OSX)
- Substitute different unicode values for dot, tilde and OverBar in the math plugin
- Installation README: add note on text rendering (bug 9654, Mac OSX)
- Math plugin: load dictionary-combining.xml also, don't half the thickness when filling rectangles and make the default line thickness 0.5pt
- Try to make fillRect more accurate (Mac OSX)
- Don't add glyph advance to the width for the cmex10 font in glyphBox() (Mac OSX)
- Math plugin: prevent crash when equation data is mysteriously missing
- Add a check grammar preference to options dialog (Mac OSX)
- Bugfixes: 9658

Tomas Frydrych
- Avoid appending nothing to UT_String
- Fix various bidi / directionality problems with RTL footnotes (bug 9793)
- Fix word wrapping in RTL text where it added line brakes in the middle of words (bug 9792)
- Bugfixes: 9618, 9622

Mark Gilbert
- Bugfixes: 9473 and/or 8255, 9227

Dom Lachowicz
- Add a new method called 'convert' which takes a suffix as input to the AbiCommand plugin
- Use glib for readline argument parsing aka UNIX shell-style parsing in the AbiCommand plugin. It'll properly handle stuff with spaces in its name now.
- The 'server' command in the AbiCommand plugin now takes an argument; remove lots of unused vars, header files, etc. general-purpose cleanup.
- Push some logic about when to free streams down from AbiWord into WvWare
- Remove confusing dead code from the GdkPixbuf loader (Unix)
- Free the document if we can't import the file
- Fix various libxml2 related memory leaks
- Faster and leak-free image detection method (Unix)
- Remove bits of unused code
- Fix a crash on bogus-looking token in the MS Word importer
- Initialize the type of fields in the MS Word importer
- Stop some illegal writes in the MS Word importer related to fields
- Remedy load-time regressions caused by UUIDs intended for the AbiCollab project, which is a 2.6+ project
- (Finally) get image ownership right (i hope) in the MS Word importer
- Free the memory when we can't decode the pixbuf to a PNG (Unix)
- Bugfixes: 9667

Roland Kay
- Update build instructions for MSVC71
- Bugfixes: 9638

Marc Maurer
- Build fix for 64-bit architectures
- Make the OpenDocument plugin depend on a slightly lower libgsf version
- GCC 4.1 build fix
- Update the OpenDocument plugin build infrastucture (Windows)
- Recover properly after a 'system suspend' on the Nokia 770
- Several plugin build system updates
- Fix the low image quality when printing (bug 6671, Unix)

Luca Padovani
- Update the math plugin to sync it with gtkmathview 0.7.6. Fixes include: hbar works correctly now, as well as several other glyphs (MSAM and MSBM fonts are now supported).

Martin Sevior
- Don't crash if xft can't find a font (Unix)
- Fix the placement of the footnote text in the document body after an RTF export (bug 8123)
- Various fixes for loading the RTF-1.5 specification file
- Fix underlining of first list-label in the RTF/MS Word importer
- Fix the AbiCommand plugin "save" command and surpress the HTML dialog when "save as HTML" is called from AbiCommand
- Bugfixes: 9631

Federico Schwindt
- OpenBSD build fix (bug 9605)

Robert Staudinger
- Bugfixes: 9675

Fridrich Strba
- Revert a previous patch for table importing of Word Perfect documents; optimal results with libwpd 0.8.4
- Import tabstops correctly in the Word Perfect importer

sum1
- Make the bookmark toolbar button actually respond to document changes (semi-fix for bug 7337) (Windows)
- Update the OpenDocument plugin build infrastucture (Windows)
- Prevent dataloss when exporting a document with an equation in it to .txt (i.e. the exporter stopped when it hit PTO_Math).
- Prevent a crash that occurs when dragging the textbox in attachment 3553 (from bug 9747) without a suitable plugin loaded (note: this issue is different from the one reported in the bug).
- Tweak the menu to show that the Edit equation and Save embedded object both raise dialogs (Windows)
- Fix Windows Tools Uninstaller Does Not Remove Grammar Checker Dictionaries (bug 9576)
- Bugfixes: 9573, 9574, 9575

Robert Wilhelm
- Unref the pixbuf loader in the image importer, fixes memory leak (Unix)
- 5% speedup for the RTF 1.5 spec by avoiding lots of setlocale calls
- Unload all loaded plugins, removes some of the memory leaks shown at shutdown (Unix)
- Plug a memory leak in the DocBook plugin
- Plug a memory leak in the menu handling code (Unix)
- Plug a memory leak in the image handling code (Unix)


版本下載:AbiWord 2.4.2

AbiWord 2.4.1

更新時間:2005-12-15
更新細節:沒有資料
版本下載:AbiWord 2.4.1

K-Lite Mega Codec Pack 1.36

更新時間:2005-08-13
更新細節:
版本下載:K-Lite Mega Codec Pack 1.36

更新時間:1970-01-01
更新細節:
版本下載:
  • Home > Communications > WhatsApp for Windows (64bit) 0.2.3699 Tweet Categories Security & Firewalls Antivirus Spyware Removers Internet Security Firewall Password Managers Encryption Privacy...
    AbiWord
    Download WhatsApp for Windows (64bit) 0.2.3699 for windows - Filepuma.com
    http://www.filepuma.com
  • 2017年3月12日 - Official WhatsApp for Windows desktop application alows you to stay in touch anytime and anywhere - whether on your phone or computer at ...
    AbiWord
    Download WhatsApp for Windows (64bit) 0.2.3699 for windows ...
    http://www.filepuma.com
  • Latest Version: WhatsApp for Windows 0.2.3699 (64-bit) Requirements: Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 / Mac OS X Download WhatsApp For Windows 2018 (64-bit) Supported versions D...
    AbiWord
    Download WhatsApp For Windows 2018 (64-bit) Latest Version - FileHippoe
    https://file-hippoe.com
  • 11 Mar 17 - WhatsApp for Windows 0.2.3699 (64-bit) 11 Mar 17 - Zortam Mp3 Media Studio 21.85 10 Mar 17 ... VMware Player 12.5.3 Build 5115892 10 Mar 17 - MediaCoder 0.8.48 Build 5885 (32-bit) 10 Mar 1...
    AbiWord
    Thank you for downloading ManyCam 5.6.1 from FileHorse.com
    http://www.filehorse.com
  • WhatsApp cho Windows 0.2.3699 (64-bit) Phiên bản mới nhất: WhatsApp cho Windows 0.2.3699 (64-bit) MỚI Yêu cầu: Windows 7 64 / Windows 8 64 / Windows 10 64 Đánh giá của người dùng: ...
    AbiWord
    Viesoftware: WhatsApp cho Windows 0.2.3699 (64-bit)
    http://viesoftware.blogspot.co
  • Download WhatsApp latest version 0.2.3699 free for windows 10, 8/8.1 and 7. WhatsApp offline installer 64 bit, 32 bit and portable. Desktop version of popular IM, text messaging and calling App WhatsA...
    AbiWord
    WhatsApp - Free Download for Windows 10, 7 and 8/8.1. [64 bit / 32 bit / Portable] Latest Version
    http://windows10top.com
  • USB Oblivion 1.11.3.0 MEmu 2.9.6.1 Home Internet Instant Messaging Advertisement WhatsApp 0.2.3572 Pick DOWNLOAD NOW Size: 78.60MB License: FREEWARE ...
    AbiWord
    WhatsApp 0.2.3572 Free Download - FreewareFiles.com - Internet Category
    http://www.freewarefiles.com
  • Version 0.2.3699, 64 bit (88.48MB) Need help deciding? Which version should I download? If you have a 32 bit operating system: We recommend a 32 bit download. The 64 bit version will not work on a 32 ...
    AbiWord
    WhatsApp 0.2.3699
    http://filehippo.com
  • WhatsApp 0.2.3699. By WhatsApp Inc. (Freeware). User Rating. FileHippo Safety Guarantee Secured by Avira logo Avira. Download 64 bit (88.48MB).
    AbiWord
    WhatsApp 0.2.3699 - FileHippo.com
    http://filehippo.com
  • DOWNLOAD WhatsApp 0.2.3699 for Windows top alternatives FREE Windows Live Messenger YMulti Messenger (formerly Y! Multi Messenger) ...
    AbiWord
    WhatsApp Download - Softpedia - Free Downloads Encyclopedia
    http://www.softpedia.com
  • 2016年9月13日 - Latest Version: WhatsApp for Windows 0.2.3699 (64-bit). Requirements: Windows 7 64 / Windows 8 64 / Windows 10 64. User Rating: Click to ...
    AbiWord
    WhatsApp for Windows 0.2.1880 (64-bit) Download for Windows ...
    http://www.filehorse.com
  • 2016年10月21日 - Latest Version: WhatsApp for Windows 0.2.3699 (64-bit). Requirements: Windows 7 64 / Windows 8 64 / Windows 10 64. User Rating: Click to ...
    AbiWord
    WhatsApp for Windows 0.2.2243 (64-bit) Download for Windows ...
    http://www.filehorse.com
  • 2017年3月11日 - Official WhatsApp for Windows desktop application alows you to stay in touch anytime and anywhere - whether on your phone or computer at ...
    AbiWord
    WhatsApp for Windows 0.2.3699 (64-bit) Download ... - FileHorse.com
    http://www.filehorse.com
  • WhatsApp for Windows 0.2.3699 (64-bit) LATEST Requirements: Windows 7 64 / Windows 8 64 / Windows 10 64 User Rating: Click to vote Author / Product: WhatsApp Inc. / WhatsApp for Windows (64-bit) Old V...
    AbiWord
    WhatsApp for Windows 0.2.3699 (64-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • 2017年3月11日 - WhatsApp for Windows 0.2.3699 (64-bit). Date released: 11 Mar 2017 (3 weeks ago). Download · WhatsApp for Windows 0.2.2243 (64-bit).
    AbiWord
    WhatsApp for Windows 0.2.3699 (64-bit) Download for Windows / Old ...
    http://www.filehorse.com
  • 2016年5月11日 - Latest Version: WhatsApp for Windows 0.2.3699 (64-bit). Requirements: Windows 7 64 / Windows 8 64 / Windows 10 64. User Rating: Click to ...
    AbiWord
    WhatsApp for Windows 0.2.684 (64-bit) Download for Windows ...
    http://www.filehorse.com
  • 2016年5月27日 - Latest Version: WhatsApp for Windows 0.2.3699 (64-bit). Requirements: Windows 7 64 / Windows 8 64 / Windows 10 64. User Rating: Click to ...
    AbiWord
    WhatsApp for Windows 0.2.776 (64-bit) Download for Windows ...
    http://www.filehorse.com
  • whatsapp 64 bit from 'https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe' ... \Users\Administrator\AppData\Local\Temp\chocolatey\WhatsApp\0....
    AbiWord
    WhatsApp v0.2.3699 - Passed - Package Tests Results · GitHub
    https://gist.github.com