~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kounavail/README

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is simply an empty part, that is loaded and displayed when a
 
2
document contains an invalid part
 
3
- either because the handler for this part isn't available
 
4
- or because the embedded document is external (out of the store) and unavailable
 
5
 
 
6
The goal of the part is to show a placeholder in the document, to tell
 
7
about the unavailable part, but also to be able to save itself as it was,
 
8
so that it's possible to edit a document with a missing child document
 
9
without losing information.
 
10
 
 
11
Test documents:
 
12
test-kounavail.kwd points to an invalid mimetype (case 1)
 
13
test-kounavail2.kwd points to a non-existing external document (case 2)
 
14
 
 
15
David Faure <david@mandrakesoft.com>