mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
e724b5f449
commit
b56d289977
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue