Changes between Version 1 and Version 13 of Ticket #2097


Ignore:
Timestamp:
05/02/10 06:21:26 (14 years ago)
Author:
angel_il
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2097

    • Property Status changed from closed to accepted
    • Property Type changed from enhancement to task
    • Property Summary changed from Clean-up-of-4.7.1-outing-assignments to Cleanup for current master
    • Property Owner set to andrew_b
    • Property Keywords code cleanup added
    • Property Resolution changed from wontfix to
    • Property Blocking changed from to 1949, 2041, 2078, 2119
  • Ticket #2097 – Description

    v1 v13  
    11 Clean-up-of-4.7.1-assignments-02.diff  is  not  git  patch 
    2  List of touched files: 
    3 {{{ 
    4  intl/localcharset.c       |    3 + 
    5  intl/plural.c             |    3 + 
    6  lib/logging.c             |    3 + 
    7  lib/util.c                |   12 ++++--- 
    8  lib/utilunix.c            |   12 ++++--- 
    9  lib/vfs/mc-vfs/cpio.c     |   23 ++++++++----- 
    10  lib/vfs/mc-vfs/direntry.c |   25 ++++++++++---- 
    11  lib/vfs/mc-vfs/fish.c     |   38 +++++++++++++++------- 
    12  lib/vfs/mc-vfs/ftpfs.c    |   71 ++++++++++++++++++++++++------------------ 
    13  lib/vfs/mc-vfs/mcfs.c     |   77 ++++++++++++++++++++++++++-------------------- 
    14  lib/vfs/mc-vfs/mcserv.c   |   41 ++++++++++++++++-------- 
    15  lib/vfs/mc-vfs/sfs.c      |    7 ++-- 
    16  lib/vfs/mc-vfs/tar.c      |    7 ++-- 
    17  lib/vfs/mc-vfs/undelfs.c  |   10 +++-- 
    18  lib/vfs/mc-vfs/utilvfs.c  |   15 +++++--- 
    19  lib/vfs/mc-vfs/vfs.c      |    7 ++-- 
    20  src/background.c          |   10 ++--- 
    21  src/charsets.c            |    6 ++- 
    22  src/complete.c            |   34 ++++++++++++-------- 
    23  src/editor/choosesyntax.c |    3 + 
    24  src/editor/edit.c         |    9 +++-- 
    25  src/editor/editcmd.c      |   27 ++++++++++------ 
    26  src/editor/editlock.c     |    3 + 
    27  src/editor/syntax.c       |   38 ++++++++++++++++------ 
    28  src/ext.c                 |   18 ++++++---- 
    29  src/file.c                |    3 + 
    30  src/filenot.c             |    3 + 
    31  src/hotlist.c             |   18 +++++++--- 
    32  src/main.c                |   13 +++++-- 
    33  src/mountlist.c           |    7 ++-- 
    34  src/subshell.c            |   16 ++++----- 
    35  src/treestore.c           |    3 + 
    36  src/user.c                |    7 ++-- 
    37  src/viewer/datasource.c   |    3 + 
    38  src/viewer/mcviewer.c     |    3 + 
    39  35 files changed, 368 insertions(+), 210 deletions(-) 
    40 }}}