| Summary: | spelling configuration broken with ispell | ||
|---|---|---|---|
| Product: | [Unmaintained] kword | Reporter: | Ben Burton <bab> |
| Component: | general | Assignee: | Thomas Zander <zander> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | js |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ben Burton
2003-12-22 00:14:47 UTC
I have this problem using KWRod 1.3 too, only I'm trying to select Danish. This is a so major error that it SHOULD have been fixed before releasing KWord 1.3!!! I just tried ASpell, works fine there!! Subject: Re: spelling configuration broken with ispell
> This is a so major error that it SHOULD have been fixed before releasing KWord 1.3!!!
Yeah - and where were you for testing the release candidates?
*** Bug 78943 has been marked as a duplicate of this bug. *** CVS commit by faure: Fixed multiple connections in spell dialog, which made it skip some words (#75532) Mention that the previous fix was reported in 71002 CCMAIL: 75532-done@bugs.kde.org, 71002-done@bugs.kde.org M +2 -1 CHANGES 1.17.2.19 M +1 -0 kospell/koispell.cpp 1.20.2.7 --- koffice/lib/CHANGES #1.17.2.18:1.17.2.19 @@ -34,5 +34,6 @@ KoSpell: - Improved configure check for libaspell -- Fixed confusion with ispell's dictionaries which made it forget the chosen dictionary +- 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) KoWMF: --- koffice/lib/kospell/koispell.cpp #1.20.2.6:1.20.2.7 @@ -1024,4 +1024,5 @@ void KOISpell::check2 (KProcIO *) newbuffer.truncate (newbuffer.length()-2); emitProgress(); + NOOUTPUT( check2 ); emit done (newbuffer); } |