Commit Graph

10274 Commits

Author SHA1 Message Date
Andrew Borodin 848c2ad577 Merge branch '2035_toggle_syntax_highlighting_shortcut'
* 2035_toggle_syntax_highlighting_shortcut:
  Ticket #2035: added "Toggle syntax highlighting" menu item.
2010-07-11 16:42:10 +04:00
Andrew Borodin c8bd032113 Ticket #2035: added "Toggle syntax highlighting" menu item.
Added "Toggle syntax highlighting" menu item.
Described C-s shortcut in mcedit man page.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-11 16:22:14 +04:00
Martin Zoubek f757e8756f l10n: Updated Czech (cs) translation to 100%
New status: 1102 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-11 11:48:57 +00:00
Marco Ciampa c9d0301f85 Updated italian translation. 2010-07-11 01:30:21 +02:00
David Martin 5b8243899e l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 1102 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-09 20:25:10 +00:00
David Martin 4f8d843518 l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 1102 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-09 11:25:26 +00:00
Andrew Borodin 523154e028 Merge branch '2264_advanced_chown_segfault'
* 2264_advanced_chown_segfault:
  Applied MC indentation policy.
  Ticket #2264: segfault in 'Advanced chown' dialog window.
2010-07-09 10:15:23 +04:00
Andrew Borodin 065573c33c Applied MC indentation policy.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-09 10:14:14 +04:00
Andrew Borodin ce12059b0e Ticket #2264: segfault in 'Advanced chown' dialog window.
How ro reproduce:
1. Open 'Advanced chown' dialog window for any file.
2. Press "x" key (trying to make file executable).
3. Segfault.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-09 10:14:14 +04:00
Ilia Maslakov 699aff627f Merge branch '2263_hex_view_non_ascii_fix'
* 2263_hex_view_non_ascii_fix:
  Ticket #2263 (hex viewer: non ASCII fix)
2010-07-09 09:49:55 +04:00
Ilia Maslakov 8742b05f21 Ticket #2263 (hex viewer: non ASCII fix)
viewer does not show non ASCII characters in HEX mode.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-07-09 09:48:35 +04:00
Slava Zanko b3bd656fe4 Merge branch '2123_fix'
* 2123_fix:
  Ticket #2123: Fix to properly parse the replacement string
2010-07-08 22:20:25 +03:00
Slava Zanko c5dfdac5fc Ticket #2123: Fix to properly parse the replacement string
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-08 22:15:09 +03:00
Andrew Borodin d5bb254459 Merge branch '2256_edit_quit_dialog_buttons'
* 2256_edit_quit_dialog_buttons:
  Ticket #2256: changed focused button in editor quit dialog.
2010-07-08 21:39:59 +04:00
Andrew Borodin f660c97698 Ticket #2256: changed focused button in editor quit dialog.
Now the focused button in editor quit dialog is "Cancel quit" as was
before 4.7.3 release. Button order stay as in 4.7.3 release.
Likewise for hex editor.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-08 19:54:12 +04:00
Jake Li 9af5a7032c l10n: Updated Chinese (China) (zh_CN) translation to 73%
New status: 807 messages complete with 284 fuzzies and 11 untranslated.

Transmitted-via: Transifex (www.transifex.net).
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-08 12:56:48 +03:00
Oleksandr Natalenko c0eca29ef1 l10n: Updated Ukrainian (uk) translation to 100%
New status: 1102 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-07-07 18:17:34 +00:00
Slava Zanko 45f4f22317 Merge branch '2123_crash_while_copy'
* 2123_crash_while_copy:
  Fixed bug with copy dir '\\\\' to anoter. Directoty whis this name was automatically renamed to '\\'
  use g_string_sized_new() instread of g_string_new() to avoid often reallocation action
  identation of code
  Ticket #2123: crash while copying into directory named "????"
2010-07-07 17:04:33 +03:00
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