Changes after KOffice-1.3
=========================
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.
