Changes between Version 8 and Version 9 of roadmap


Ignore:
Timestamp:
02/06/10 14:23:55 (14 years ago)
Author:
andrew_b
Comment:

Formatting

Legend:

Unmodified
Added
Removed
Modified
  • roadmap

    v8 v9  
    11== 4.7.x == 
    2  * Remove all instances of type casts on function pointers. Run the 
    3 following command to get a list of function pointer types. 
     2 * Remove all instances of type casts on function pointers. Run the following command to get a list of function pointer types. 
    43    grep -r 'typedef.*(\*' . \ 
    54    | sed -n 's/.*(\*\([[:alnum:]_]*\)).*/(\1)/p' \ 
     
    98    fgrep -r "`cat fn-types.txt`" . 
    109 * Fix these uses by writing small wrapper functions. 
    11  * When saving a file is not possible, mcedit should ask the user what to 
    12   do: 
     10 * When saving a file is not possible, mcedit should ask the user what to do: 
    1311  * su(1) to another user and try again 
    1412  * sudo 
     
    6260 * Hide the passwords when displaying mcvfs path names. 
    6361 * Broken pipe warning when viewing large *.tar.gz files.  Warnings should be shown before the viewer is started if possible. 
    64  * Allow entering archives in VFS by Ctrl-PgDown with non-empty command line.  Right now, there is no convenient way to enter an archive when the command line is not empty. 
     62 * Allow entering archives in VFS by Ctrl-!PgDown with non-empty command line.  Right now, there is no convenient way to enter an archive when the command line is not empty. 
    6563 * Totals are not calculated when copying or moving a single directory.. Totals should only be omitted for single files.