Added two more keybinding methods for NSTextView

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12860 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-02-27 23:39:08 +00:00
parent add10e6b98
commit 5dc55097ef

View file

@ -1,3 +1,14 @@
2002-02-27 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSSimpleLayoutManager.m
[_relocLayoutArray:offset:floatTrift:Change a NSLog() call to NSDebugLog().
* Source/NSLayoutManager.m
Implemented extra line fragment methods.
* Source/NSTextView.m
Implemented [moveToBeginningOfParagraph:] and [moveToEndOfParagraph:].
* KeyBindings/DefaultKeyBindings.dict
Uncommented HOME and END.
Wed Feb 27 19:58:12 2002 Nicola Pero <n.pero@mi.flashnet.it> Wed Feb 27 19:58:12 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSCStringText.m: Obsolete file removed. * Source/NSCStringText.m: Obsolete file removed.