textview: implemented transpose: and bound it to Control-t; updated

keybinding list to be as on openstep


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-03 14:02:40 +00:00
parent e724b5f449
commit b56d289977

View file

@ -1,3 +1,14 @@
Sun Feb 3 11:53:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-transpose:]): New method. Bound to
Control-t.
* Headers/gnustep/gui/NSTextView.h: Declare transpose:. Removed
category.
* KeyBindings/DefaultKeyBindings.dict: List rewritten to reflect
the OpenStep keybindings. Work in progress - many keybindings
commented out for now, but this is the list of keybindings we
eventually want to get to.
2002-02-03 Fred Kiefer <FredKiefer@gmx.de>, Richard <rfm@gnu.org>
* Source/NSView.m: ([removeSubview:]) call ([setNeedsDisplay:NO]) in