Finally found the time to finish the keybindings - improved the way

keybindings loading is controlled via user defaults, documented it more


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13953 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 18:09:39 +00:00
parent c90d5d9919
commit 87ebc073ae

View file

@ -1,3 +1,13 @@
Sat Jun 22 16:46:59 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSInputManager.h ([-loadBindingsFromFile:]): Made it
a public method.
* Source/NSInputManager.m ([-initWithName:host:]): Changed the way
in which keybindings loading is controlled via user defaults, now
simpler and more powerful. Hopefully this is the final version.
* Documentation/gsdoc/DefaultsSummary.gsdoc: Documented the keybinding defaults.
* Documentation/gsdoc/DefaultsSummary.html: Regenerated.
Sat Jun 22 15:19:31 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSAffineTransform.h (rotationAngle):