Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
2987.patch | 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). |
Dmitry Borisyuk" <q1werty@i.com.ua> | yes | debian | 2017-06-29 | |
dummy-zip-password.patch | prevent hangs on extraction from encrypted .ZIP archives, suppress password prompt with dummy password. | Dmitry Borisyuk" <q1werty@i.com.ua> | no | debian | 2014-12-13 | |
alt_editor.patch | 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. |
Yury V. Zaytsev <yury@shurup.com> | invalid | debian | 2012-08-04 | |
use_sensible-editor.patch | Use sensible-editor to edit files | Yury V. Zaytsev <yury@shurup.com> | not-needed | debian | 2015-03-23 | |
fix-987446.patch | Ticket #4180: reorgzanize mc.ext. $ file -L image.zip image.zip: Zip archive data, at least v2.0 to extract $ file -L -z image.zip image.zip: JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16, baseline, precision 8, 1024x768, frames 3 (Zip archive data, at least v2.0 to extract) . Since in mc.ext . type/^JPEG . is evaluated before . type/\(Zip archive . mc assume image.zip is a image not an archive. . To solve this, since we use "file -z", match file name at first (regex/ and shell/), then type/. |
Andrew Borodin <aborodin@vmail.ru> | no | debian | upstream, commit:fa2cbd2a2c7e38ee56d1756eac5899b57f7f4262 | |
disable_internal_editor.patch | Disable internal editor by default | Patrick Winnertz <winnie@debian.org> | no | debian | 2017-06-29 | |
mcedit_auto_indent.patch | disable "Return does autoindent" by default (mcedit) | Dmitry Smirnov <onlyjob@member.fsf.org> | no | debian | 2017-06-29 | |
mcedit_full_path.patch | 'mcedit' status line to show full path to file, like in 'mcview'. | Dmitry Smirnov <onlyjob@member.fsf.org> | not-needed | debian | ||
mcedit_group_undo.patch | enable "Group undo" by default (mcedit) | Dmitry Smirnov <onlyjob@member.fsf.org> | not-needed | 2017-06-29 | ||
ext_run-mailcap.patch | Use mailcap viewer instead of various hardcoded viewers * dvi viewer (do_open_action) * images viewer * .ram|.rm files viewer |
Dmitry Smirnov <onlyjob@member.fsf.org> | no | debian | 2013-09-08 | |
ext_use_default_editor.patch | Use default editor instead of vi | Dmitry Smirnov <onlyjob@member.fsf.org> | not-needed | 2013-04-03 |