Changes between KOffice-1.3.3 and KOffice-1.3.4 (not released yet)
===============================================
- Integration with konqueror: a "Print" action appears in the popupmenu for koffice files,
  allowing to print documents from konqueror.

Changes between KOffice-1.3.2 and KOffice-1.3.3
===============================================
KOfficeCore:
- Support MS-DOS EPS files directly without stripping them internally.
- Display errors when the part can't be loaded - e.g. due to an undefined symbol.
This fixes the long-standing "program exits with error code 1 and no warning" problem.

KOfficeUI:
- Fixed initial active tab in the opening dialog, to also remember when "Open Recent File" was used last.

KoText:
- Fixed date format not available for some date variables (#82198)
- Match words to auto-correct in a case-sensitive way to allow entries to have upper case letters. (#80376)
- Don't use a different size for bullets/numbers in front of parags starting with bold or italic.
- Fixed copy/pasting of lines containing tabs (not all lines would be pasted) (#88297)
- Indic/Malayalam support, with thanks to Rajeev J Sebastian.

Changes between KOffice-1.3.1 and KOffice-1.3.2
===============================================
KOfficeCore:
- Give the backup file the same permissions as the original file (#54459)
- Save window settings also when using File/Close

KOfficeUI:
- Improved unit widgets

KoText:
- Changing a style in the style manager remembered a wrong "following style",
  so later changes in the style manager wouldn't propagate correctly (#47377)
- Fixed wrong position of suffix in numbered right-to-left paragraphs (#47178)
- Fixed formatting bug, where an inline formula or any other big character after
the paragraph counter, would make the paragraph counter disappear (#82609).
- Fixed wrong alignment when using numbered paragraphs and a tab as first character (#83489)
- Added newParagraph DCOP call (see http://www.koffice.org/developer/dcop/)

Changes between KOffice-1.3 and KOffice-1.3.1
=============================================
Allow to build with automake-1.8

KOfficeCore:
- Changed .desktop file setup so that changes to the K menu structure,
  to file-program associations, or other distribution customizations cannot
  prevent KOffice applications from starting.
- Fixed parsing of number+unit, due to change in Qt 3.3. Fixes problems
  when opening OOWriter documents in particular.
- Don't show the filter dialog when generating thumbnails
- Improved error handling to catch "partition full" problems.

KOfficeUI:
- Fix overwriting of templates (#73537)
- Fix loading icons when creating templates
- Allow template icons up to 64x64 instead of 60x60 and scale better if too big

KoText:
- Date variables for printing-date, last-modified, and creation-date were
  not loaded correctly.
- Background spellchecking works again
- Fixed crash during background spellchecking (refcounting of formats)
- Fixed race condition during background spellchecking (leading to misplaced red underlines)
- Repaint paragraph after bg spell checking, in all cases (errors or not),
  otherwise newly-added-to-the-dictionary words were still red-underlined (#56506).
- Fixed hyphenation checkbox not correctly set in font dialog
- Fixed wrong hyphenation in many cases, due to wrong word sent to hyphenation engine
- Font dialog usability: turn radiobuttons superscript/subscript into
  checkboxes to make it possible to deactivate both.
- Usability in style dialog: when creating a new style, select it as the
  'next style' for itself (#45868).
- Allow decimal values in "multiply" (proportional) linespacing.
- Fixed wrong left margin on multiline paragraphs with a counter.

KoSpell:
- Improved configure check for libaspell
- Fixed confusion with ispell's dictionaries which made it forget the chosen dictionary (#71002)
- Fixed multiple connections in spell dialog, which made it skip some words (#75532)
- Use ISO-8859-1 with ispell if the user has chosen ISO-8859-15 (#33108)
- Ensure that words added to the personal ispell dictionary get saved (#33467, #57357)

KoWMF:
- Fixed infinite loop on invalid WMF file

KoShell:
- Fixed problems (wrong URL etc.) after importing non-native documents (#77574)

Changes after KOffice-1.3-rc1
=============================
KOfficeCore:
- Fixed doc/window association which led to closing all windows when closing only one.

KoText:
- Fixed rare crash when applying a format to a selection
- Fixed painting bug in text view mode (the right side was being erased).
- Fixed saving of left-to-right direction in RTL paragraphs

KOSpell:
- Fixed bug where the dialog wouldn't show the spell client from the config file

Changes after KOffice-1.3-beta4
===============================
KOfficeCore:
- Restart autosave timer when saving
- Fixes for remote documents (authentication dialog not on top, error handling)
- Restore ability to detect documents without extension (was broken by KDE-3.2-alpha's KZip)
KOSpell:
- Many stability fixes
KoText:
- Fixed missed hit during search-replace backwards with a single paragraph

Changes after KOffice-1.3-beta3
===============================
KOfficeCore:
- Fixed saving of the window size when closing
- Cache the configuration object around kofficerc, to improve startup performance
KoText:
- Improve hierarchical numbering - doesn't require using a suffix of '.' anymore,
and doesn't copy over the prefix and suffix from parent levels anymore (#40911).
- PgUp/PgDown works better than before when "move the caret" is enabled (#45246)
- Fixed painting of non-breakable-spaces (could show up as a visible square)
- Implemented painting of non-breakable-spaces when "draw formatting characters" is on
- Fixed crash (e.g. happening with 'section title' variable, #61735)
- Fixed pasting of plain text (so that it creates new pages if necessary, #58651)

Changes after KOffice-1.3-beta2
===============================
- Support for EPS images: works again for gs interpreters without the png16m device
- KoText:
  Paragraph borders now support variable width (e.g. being inside
  DTP frames of different widths).

Changes after KOffice-1.3-beta1
===============================
- Support for opening backup files (e.g. foo.kwd~)
- Page Layout Dialog: validate user input to prevent nonsense (e.g. margins wider than page)
- KoText:
  Fixed drawing of word-by-word underline and strikeout
  Repainting fixes (in multiline paragraphs)
  Linespacing fixes (at-least and multiple work as advertised, added "fixed")
  Major reduction of the memory usage per paragraph
  Hyphenation fixes (support for breaking the same words more than once)
  Shadow is now a character property (instead of a paragraph property)
  More precise painting of paragraph borders

Changes after KOffice-1.2
=======================
- New command line option: --print. Prints the document(s) passed on the command
   line, without showing a window. Useful for scripts and servicemenus.
