Changes between Version 4 and Version 5 of roadmap


Ignore:
Timestamp:
02/06/10 13:35:50 (14 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • roadmap

    v4 v5  
    1 == 4.7 == 
     1== 4.7.x == 
    22Remove all instances of type casts on function pointers. Run the 
    33following command to get a list of function pointer types. 
     
    6868== Future Releases == 
    6969 
    70 Ctrl-q Ctrl-m in input dialog should enter \r, not a newline. 
    71  
    72 Interpret C literals in regular expressions entered by the user, e.g. \r and \0x0D. 
    73  
    74 Make the internal editor reentrant.  Add "edit menu file" to the editor 
    75 menu. 
    76  
    77 Safe and restore file position in the viewer. 
    78  
    79 Consistent support for mc.lib. 
    80  
    81 Consistent support for terminal-specific settings. 
    82  
    83 New syntax for mc.ext - path check, desktop environment check.  Detach X 
    84 programs into a separate process group.  Allow forcing the full path on 
    85 local files. 
    86  
    87 Click on an image doesn't always work on remote vfs - local copy may 
    88 be deleted before the application has time to load it. 
    89  
    90 Allow running executables from remote VFS.  Possibly warn the user. 
    91  
    92 Add print dialog in the internal editor. 
    93  
    94 Implement logging, not just for VFS. 
    95  
    96 "Find file" should remember full starting path, not "." in the history. 
    97  
    98 Eliminate all pipes in subshell.c, run pwd after kill.  Add support for 
    99 more shells (e.g. ksh). 
    100  
    101 Internal terminal - no more console saving. 
    102  
    103 Implement a really Advanced Chown/Chmod. 
    104  
    105 Support for multi-byte charsets (e.g. UTF-8). 
    106  
    107 sftp and fxp support in VFS. 
    108  
    109 New listing mode keyword "time": mtime or the time (atime, ctime) used 
    110 to sort files. 
    111  
    112 Support for X clipboard. 
    113  
    114 Provide "patch" and "diff" editors. The patch editor will automatically adjust the line numbers of the following chunks when lines are deleted or inserted at the beginning of the file. 
    115  
    116 Provide context menus for files. Possible actions include: [compile], [CVS commit], [CVS diff -up], [pack], [unpack], [grep]. 
    117  
    118 Make mc a CVS frontend comparable to Eclipse-3.0. 
    119  
    120 More standard Widgets: WTreeView, WDirectoryList, WGroupBox, WTextArea, WOpenDialog, WSaveDialog, WPrintDialog, WKeyBar. 
     70 * Ctrl-q Ctrl-m in input dialog should enter \r, not a newline. 
     71 * Interpret C literals in regular expressions entered by the user, e.g. \r and \0x0D. 
     72 * Make the internal editor reentrant.  Add "edit menu file" to the editor menu. 
     73 * Consistent support for mc.lib. 
     74 * Consistent support for terminal-specific settings. 
     75 * New syntax for mc.ext - path check, desktop environment check. 
     76 * Detach X programs into a separate process group.  Allow forcing the full path on local files. 
     77 * Click on an image doesn't always work on remote vfs - local copy may be deleted before the application has time to load it. 
     78 * Allow running executables from remote VFS.  Possibly warn the user. 
     79 * Add print dialog in the internal editor. 
     80 * Implement logging, not just for VFS. 
     81 * "Find file" should remember full starting path, not "." in the history. 
     82 * Eliminate all pipes in subshell.c, run pwd after kill.  Add support for more shells (e.g. ksh). 
     83 * Internal terminal - no more console saving. 
     84 * Implement a really Advanced Chown/Chmod. 
     85 * sftp and fxp support in VFS. 
     86 * New listing mode keyword "time": mtime or the time (atime, ctime) used to sort files. 
     87 * Support for X clipboard. 
     88 * Provide "patch" and "diff" editors. The patch editor will automatically adjust the line numbers of the following chunks when lines are deleted or inserted at the beginning of the file. 
     89 * Provide context menus for files. Possible actions include: [compile], [CVS commit], [CVS diff -up], [pack], [unpack], [grep]. 
     90 * Make mc a CVS frontend comparable to Eclipse-3.0. 
     91 * More standard Widgets: WTreeView, WDirectoryList, WGroupBox, WTextArea, WOpenDialog, WSaveDialog, WPrintDialog, WKeyBar. 
    12192 
    12293== VFS Standartization ==