mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
Some cleanup on NSSpellChecker.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc9acbc54a
commit
f19d155d72
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2001-11-03 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSSpellChecker.h
|
||||
Added [guessesForWord:].
|
||||
* Source/NSSpellChecker.m
|
||||
Implement [guessesForWord:] and use it in
|
||||
[browser:createRowsForColumn:inMatrix:]. Don't create the server
|
||||
in [init], but check it before each use. Check if ther server
|
||||
proxy exists before all method calls that return a NSRange.
|
||||
In [checkSpellingOfString:...wordCount:] don't call
|
||||
[updateSpellingPanelWithMisspelledWord:]. Beep in this method,
|
||||
when the string is empty. [_findNext:], [_ignore:] and [_correct:]
|
||||
now use [[NSApp sendAction:to:from:] instead of explicit responder.
|
||||
* Source/NSTextView.m
|
||||
Adopted implemtantion of [checkSpelling:] to changes in
|
||||
NSSpellChecker. [updateSpellingPanelWithMisspelledWord:] is now
|
||||
called from here.
|
||||
|
||||
2001-11-02 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSSavePanel.m (-_resetDefaults): Set directory only
|
||||
|
|
Loading…
Reference in a new issue