Package: mc / 3:4.8.18-1

Metadata

Package Version Patches format
mc 3:4.8.18-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2987.patch | (download)

src/subshell/common.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 clear unfinished text before 'cd' to avoid accidental execution
 send C-k C-u to the shell before sending 'cd' command to erase previous
 unfinished text (C-k is needed for bash if the cursor is in the middle of
 the line).


dummy zip password.patch | (download)

src/vfs/extfs/helpers/uzip.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 prevent hangs on extraction from encrypted .zip archives, suppress password prompt with dummy password.


uzip_528239.patch | (download)

src/vfs/extfs/helpers/uzip.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix "fail to display zip file contents" after unzip update
 This patch is quite important. mc set HAVE_ZIPINFO at build time
 if 'unzip' package is available. If not, HAVE_ZIPINFO would be mistakenly
 set to zero which will break run-time zip browsing.
 This patch is to make sure the right value is used.
 If this patch do not apply make sure 'unzip' is present in Build-Deps.


alt_editor.patch | (download)

src/args.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 detect that mc was launched from alternatives symlink
 This patch in needed to mcedit to start if run as 'editor' symlink
 from alternatives.
 .
 As of 2012-05-01 upstream believe this should be customised per
 distribution as therefore refused to commit.


use_sensible editor.patch | (download)

lib/global.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use sensible-editor to edit files


disable_internal_editor.patch | (download)

src/setup.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable internal editor by default


mcedit_auto_indent.patch | (download)

src/editor/edit.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable "return does autoindent" by default (mcedit)


mcedit_full_path.patch | (download)

doc/man/mcedit.1.in | 2 1 + 1 - 0 !
src/editor/edit.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 'mcedit' status line to show full path to file, like in 'mcview'.


mcedit_group_undo.patch | (download)

src/editor/edit.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable "group undo" by default (mcedit)


ext_run mailcap.patch | (download)

misc/ext.d/doc.sh.in | 2 1 + 1 - 0 !
misc/ext.d/image.sh | 2 0 + 2 - 0 !
misc/ext.d/video.sh | 4 2 + 2 - 0 !
3 files changed, 3 insertions(+), 5 deletions(-)

 use mailcap viewer instead of various hardcoded viewers
 * dvi viewer (do_open_action)
 * images viewer
 * .ram|.rm files viewer


ext_use_default_editor.patch | (download)

misc/mc.ext.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use default editor instead of vi