Changes between Version 8 and Version 9 of roadmap
- Timestamp:
- 02/06/10 14:23:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
roadmap
v8 v9 1 1 == 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. 4 3 grep -r 'typedef.*(\*' . \ 5 4 | sed -n 's/.*(\*\([[:alnum:]_]*\)).*/(\1)/p' \ … … 9 8 fgrep -r "`cat fn-types.txt`" . 10 9 * 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: 13 11 * su(1) to another user and try again 14 12 * sudo … … 62 60 * Hide the passwords when displaying mcvfs path names. 63 61 * 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. 65 63 * Totals are not calculated when copying or moving a single directory.. Totals should only be omitted for single files.