* 3113_cleanup:
From ticket #3116: attempt to fix segfault while passing messages to widgets.
From ticket #3116: fix segfault in cpio VFS while reading corrupted RPM.
From ticket #3116: fix possible segfault when freeing a VFS.
Ticket #3151: lib/global.h: remove declaration of refresh_screen().
Collapse list of copyright years to ranges. Add 2014 year.
Ticket #3134: fix some inconsistencies in "Learn keys" UI.
Ticket #3133: keypad '*' doesn't work with numlock off.
Ticket #3132: exit without confirmation by default.
(panel_operate): variable clean up.
(move_dir_dir): variable clean up.
src/filemanager/file.c: tweak indentation.
doc/NEWS: cosmetics.
src/editor/editbuffer.c: typo.
Use symbolic names for standard file descriptors.
(setup_cmdline): fixup of prompt truncation.
Clarify --skin key in RU man page.
Ticket #3073: clarify regex in urar helper.
(panel_compute_totals): fix display of directory scanning statistics.
Ticket #3113: code cleanup before 4.8.12 release.
In the delete confirmation dialog, the question mark is on its own line.
This is gramatically incorrect in English.
(panel_operate_generate_prompt): totally rewrite.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
(toggle_show_hidden): redraw both panels forced after toggling
hidden files. The bug is appeared when toggling is performed
by mouse clicking on icon in the panel title: current panel
is updated, other one isn't.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Open the Advanced chown dialog. Navigate to owner or group, and press
Enter. A dialog enlisting the available usernames or groups appears.
Move up or down in this dialog, then press double Esc or F10.
Actual behavior: The selected value gets accepted, just as if Enter was
pressed.
Expected behavior: The user or group is not changed, as if this dialog
was not opened at all.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Revert "(file_mask_dialog): don't call tilde_expand() because
vfs_path_from_str() returns an absolute path."
This reverts commit 1b774ac1fe.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Fix inconsistency of the arrow's direction in the panel header line
across skins.
Change default value of "sort-sign-down" from "," (comma) to "." (dot).
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
The code depended on the execution and outcome of the hardlink check.
This was bogus - the two checks have nothing in common except the stat()
call they both depend on.
Add 'shell/i/.zoo' to detect zip archive using .zip extension
in addition to 'type/i/^zip\ archive'.
Thanks ctmp1 <gvlatyshev@gmail.com> for the original patch.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This option contains a set of characters to stop paragraph formatting.
If one of those characters is found in the begin of line, that line and
all following lines of paragraph will be untouched. Default value is
"-+*\,.;:&>".
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 3117_external_editor_line_number:
Update EN and RU manual pages.
Launching external editor/viewer with F4/F3 w/o passing line number.
Allow launch external editor/viewer w/o line number.
Ticket #3117: Launching editor with CK_Edit shouldn't pass line number.