equal
deleted
inserted
replaced
40 |
40 |
41 =item * |
41 =item * |
42 |
42 |
43 Added C<ENotifyKeypresses> and C<ECaptureCtrlC> flags to CCommandBase, so commands can get keypresses and handle ctrl-C via callbacks instead of having to implement custom active objects. As part of this extended the CCommandBase extension interface to MCommandExtensionsV2 for the new virtual functions KeyPressed(TUint aKeyCode, TUint aModifiers) and CtrlCPressed(). sudo now cleans up correctly by using ECaptureCtrlC. |
43 Added C<ENotifyKeypresses> and C<ECaptureCtrlC> flags to CCommandBase, so commands can get keypresses and handle ctrl-C via callbacks instead of having to implement custom active objects. As part of this extended the CCommandBase extension interface to MCommandExtensionsV2 for the new virtual functions KeyPressed(TUint aKeyCode, TUint aModifiers) and CtrlCPressed(). sudo now cleans up correctly by using ECaptureCtrlC. |
44 |
44 |
|
45 =item * |
|
46 |
|
47 fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem). |
|
48 |
45 =head2 Release 000.2-000.5 |
49 =head2 Release 000.2-000.5 |
46 |
50 |
47 Test releases with build fixes. |
51 Test releases with build fixes. |
48 |
52 |
49 =head2 Release 000.1 |
53 =head2 Release 000.1 |