documentation/change_history.pod
changeset 59 c9dfb364c2d1
parent 58 377ac716dabb
child 60 f9caadcaea11
equal deleted inserted replaced
58:377ac716dabb 59:c9dfb364c2d1
    46 
    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).
    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 
    48 
    49 =item *
    49 =item *
    50 
    50 
    51 Fixed crash in L<start's|commands::start> C<--timeout> option.
    51 Fixed crash in L<start's|commands::start> C<--timeout> option and in L<chunkinfo|commands::chunkinfo> when specifying a chunk address.
       
    52 
       
    53 =item *
       
    54 
       
    55 The L<dialog|commands::dialog> command no longer misreports the button that was pressed when running under the text windowserver.
       
    56 
       
    57 =item *
       
    58 
       
    59 Changed built-in commands maximum heap size from 256KB to 1MB. This is because on a current S60 device 256KB is just too small for commands like chunkinfo to display all the chunks on the system. Also have seen problems listing large directories and deleting large numbers of files, that this change should help with too.
    52 
    60 
    53 =back
    61 =back
    54 
    62 
    55 =head2 Release 000.2-000.5
    63 =head2 Release 000.2-000.5
    56 
    64