Slava Zanko
5c95084e2f
Fixed bug with copy dir '\\\\' to anoter. Directoty whis this name was automatically renamed to '\\'
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-07 16:43:00 +03:00
Slava Zanko
3facc59837
use g_string_sized_new() instread of g_string_new() to avoid often reallocation action
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-07 14:12:45 +03:00
Slava Zanko
3aa6758f4f
identation of code
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-07 14:06:41 +03:00
Slava Zanko
973bbb70a2
Ticket #2123 : crash while copying into directory named "????"
...
1. create directory named "????" and enter into this directory
2. point at any file in other panel
3. press F5 and Enter
Segfault
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-07 14:06:41 +03:00
Andrew Borodin
3108909bb0
Merge branch '1523_force_internal_editor'
...
* 1523_force_internal_editor:
Ticket #1523 : added capability to forced run the internal editor.
2010-07-07 13:24:35 +04:00
Andrew Borodin
21e7453c94
Ticket #1523 : added capability to forced run the internal editor.
...
Added CmdEditForceInternal binding in [main] section
to forced run the internal editor of MC.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-07 13:23:58 +04:00
Sebastian Siebert
1cc533eb17
l10n: Updated German (de) translation to 100%
...
New status: 1102 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-07-07 13:23:20 +04:00
Piotr Drąg
3fdc25c056
l10n: Updated Polish (pl) translation to 100%
...
New status: 1102 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-07-06 18:22:44 +00:00
Slava Zanko
41adaf7493
Added missing files for making tarballs
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-05 22:40:58 +03:00
Andrew Borodin
699addb98c
Updated all po files before 4.7.3 release.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:49:54 +04:00
Andrew Borodin
567e514f14
NEWS for 4.7.3 release.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:42:11 +04:00
Andrew Borodin
40d6aab43c
Merge branch '2243_code_cleanup'
...
* 2243_code_cleanup:
Removed unused vfs_die() function from mcserv.c.
Fixed complile warnings about warn_unused_result attribute.
Case insensitivity of ISO extension for mc.ext.in
Fixed view of console contents via cons.saver.
Fixed i18n of file operation dialogs.
Avoided shadowing global LANG variable with man language
Removed [panel:xmap] section from keybinding -- it is not implemented.
Cleanup of compiler and linker flags of cons.saver.
Fixed some i18n stuff.
The major number of device wasn't initialized in parsing of 'list' command output.
Ticket #2039 : check returned value of g_path_get_basename().
Ticket #2243 : code cleanup before 4.7.3 release.
2010-07-05 21:35:56 +04:00
Andrew Borodin
8be8851b2a
Removed unused vfs_die() function from mcserv.c.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Andrew Borodin
a8e63cd2c0
Fixed complile warnings about warn_unused_result attribute.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Nerijus Baliunas
0dcd79ada2
Case insensitivity of ISO extension for mc.ext.in
...
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-07-05 21:35:18 +04:00
Andrew Borodin
7570f49906
Fixed view of console contents via cons.saver.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Andrew Borodin
442650239c
Fixed i18n of file operation dialogs.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Slava Zanko
06e3dbbae9
Avoided shadowing global LANG variable with man language
...
Renamed internal variable LANG (the language of the man pages currently
being processed) to MANLANG in order to avoid screening global LANG
variable which defines current locale. As the result, got rid of Perl
man2hlp warnings about incorrect locale on build.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-05 21:35:18 +04:00
Andrew Borodin
eeb93d2d61
Removed [panel:xmap] section from keybinding -- it is not implemented.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Andrew Borodin
1d58783bad
Cleanup of compiler and linker flags of cons.saver.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Andrew Borodin
e73bfb2486
Fixed some i18n stuff.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Andrew Borodin
63c290fef2
The major number of device wasn't initialized in parsing of 'list' command output.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Vit Rosin
76810bbf8b
Ticket #2039 : check returned value of g_path_get_basename().
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Andrew Borodin
ec7b039588
Ticket #2243 : code cleanup before 4.7.3 release.
...
Removed unneeded breaks from switch operators.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:35:18 +04:00
Ilia Maslakov
a6bc7200ca
Merge branch '2242_fish_external_scripts'
...
* 2242_fish_external_scripts:
Applied MC indentation policy.
Updated protocol description in README.fish
Ticket #2242 (improved FISH)
2010-07-05 16:55:58 +00:00
Ilia Maslakov
ce0ac8e66d
Applied MC indentation policy.
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-07-05 16:49:01 +00:00
Yury V. Zaytsev
8c9ac5ec55
Updated protocol description in README.fish
...
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-07-05 15:36:14 +00:00
Ilia Maslakov
36d59acf97
Ticket #2242 (improved FISH)
...
fixed configure.ac
added lib/vfs/mc-vfs/fish/Makefile.am lib/vfs/mc-vfs/fishdef.h
moved lib/vfs/mc-vfs/fish/README.fish
fixed lib/vfs/mc-vfs/Makefile.am
added external scripts in lib/vfs/mc-vfs/fish/
* ls - get gile list
* mkdir - make directory
* rmdir - remove directory
* unlink - delete file
* chown - change owner/group of file
* chmod - change mode of file
* mv - move file
* ln - make symlink
* hardlink - make hardlink
* send - copy file to target host
* append - append file to target host (if exists)
* get - copy file from target host
* info - return resalts of scan remote host (have: perl, sed, awk, etc)
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
fish.c: optimization and code cleanup
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
optimization of FISH environment variables.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 15:35:42 +00:00
Ilia Maslakov
e72693f30a
Merge branch '2153_wrong_selection_fix'
...
* 2153_wrong_selection_fix:
little optimization
Ticket #2153 (editor wrong copy/move selected text)
2010-07-05 15:22:35 +00:00
Ilia Maslakov
7dec7e5083
little optimization
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-07-05 14:56:58 +00:00
Ilia Maslakov
ad3cd6ae0c
Ticket #2153 (editor wrong copy/move selected text)
...
fixed incorrect calculate position start/end marked block,
after edit text in the area ahead marked text.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-07-05 14:56:57 +00:00
Andrew Borodin
aacc4f371c
Merge branch '2231_edit_replace_all'
...
* 2231_edit_replace_all:
Optimization: don't process the replacement string very often.
Fixups of replacement algorithm.
Fixed memory leak.
Ticket #2231 : fixup of replacement algorithm in mcedit.
2010-07-05 16:20:11 +04:00
Andrew Borodin
59a85303a8
Optimization: don't process the replacement string very often.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 16:19:33 +04:00
Andrew Borodin
3e6491dcac
Fixups of replacement algorithm.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 16:19:33 +04:00
Andrew Borodin
cc975c8024
Fixed memory leak.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 16:19:33 +04:00
Andrew Borodin
d2aad0716b
Ticket #2231 : fixup of replacement algorithm in mcedit.
...
Type accuracy. Removed unused variables. Removed double assignment.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 16:19:33 +04:00
David Martin
b341645369
l10n: Updated Spanish (Castilian) (es) translation to 100%
...
New status: 1101 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-07-01 06:43:44 +00:00
Andrew Borodin
23770e3137
Merge branch '2249_mc_crash'
...
* 2249_mc_crash:
Ticket #2249 : fix crash at startup
2010-06-30 12:03:46 +04:00
Oswald Buddenhagen
807ccb469c
Ticket #2249 : fix crash at startup
...
str_8bit_strdown() returned an incorrect value.
2010-06-30 10:15:46 +04:00
Andrew Borodin
2e973fbbbd
Merge branch '2115_input_dialog_buttons'
...
* 2115_input_dialog_buttons:
Applied MC indentation policy.
Ticket #2115 : fixed button location in common input dialog.
2010-06-28 16:23:00 +04:00
Andrew Borodin
955c95bc58
Applied MC indentation policy.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-06-28 16:22:49 +04:00
Andrew Borodin
dd2ff08a48
Ticket #2115 : fixed button location in common input dialog.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-06-28 15:08:59 +04:00
Oleksandr Natalenko
45adeaffee
l10n: Updated Ukrainian (uk) translation to 100%
...
New status: 1101 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-06-27 21:45:24 +00:00
Piotr Drąg
1853da8349
l10n: Updated Polish (pl) translation to 100%
...
New status: 1101 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-06-27 15:41:28 +00:00
Piotr Drąg
040f6d6722
l10n: Updated Polish (pl) translation to 99%
...
New status: 1100 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-06-27 15:20:20 +00:00
David Martin
bfa02d1f75
l10n: Updated Spanish (Castilian) (es) translation to 100%
...
New status: 1101 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (www.transifex.net).
2010-06-27 00:13:10 +00:00
Sergei Trofimovich
4abeb610fd
misc/syntax/ebuild.syntax: added EGIT_PROJECT to list of known words
...
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
2010-06-26 17:44:58 +03:00
Andrew Borodin
b1e3cbbff1
Merge branch '2248_editor_set_codeset_fix'
...
* 2248_editor_set_codeset_fix:
Ticket #2248 : mcedit: don't try set codepage again after file load.
2010-06-25 20:45:57 +04:00
Andrew Borodin
9dfe1ed070
Ticket #2248 : mcedit: don't try set codepage again after file load.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-06-25 14:39:36 +04:00
Andrew Borodin
82d67c61c5
Merge branch '1490_exit_subshell_fix'
...
* 1490_exit_subshell_fix:
Ticket #1490 : fix of exit from subshell handling.
2010-06-25 14:27:03 +04:00