Re: NeoMCEdit fork with many new extensions

2021-06-15 Thread slava zanko via mc
You can't sell GPL-sources at all. No benefits can be an excuse. You may
sell compiled bytecode (executable files) but you must(MUST!) distribute
source code for free ('free' means paymentless).
Selling GPL sources violates GPL license.

вт, 15 июн. 2021 г. в 21:07, Sebastian Gniazdowski via mc :

> Hi,
> I would like to share info about availability of a MC fork –
> at neomcedit DOT software. There are many unique features added,
> you might want to check it out.
>
> As for the possible questions:
>
> - Why aren't you sending patches to upstream?
>
> I was, for ca.: 4 months, however all my feature-patches have been
> rejected.
>
> - Why are you sending the info here?
>
> Because there are many people on the list interested with anything
> that is connected with MC, who may get inspired to work on upstream
> sources or which may get neomcedit.
>
> --
> Sebastian Gniazdowski
>
> ___
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
>
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: view .gnumeric files in mc (in console)

2016-08-31 Thread Slava Zanko
Try it:

View=%view{ascii} (TMP_FILE=${MC_TMPDIR}/view.; ssconvert
--recalc "%f" -T Gnumeric_stf:stf_assistant ${TMP_FILE} && cat
${TMP_FILE} && rm ${TMP_FILE}) || xls2csv %f || strings %f


>> On 2016-08-31 10:51, Slava Zanko wrote:
>>
>> Hi Fourhundred,
>>
>> Try to use this:
>>
>> View=%view{ascii} ssconvert %f || xls2csv %f || strings %f
>>
> 
> that obviously cannot work
> 
> when run on the commandline, ssconvert needs output file, and possibly
> also --export-type. The following command works for me:
> 
>   ssconvert --export-type=Gnumeric_stf:stf_assistant zzz.gnumeric zzz.txt
> 
> The question is, how to make it work inside mc?
> I don't want the output to go to a file. I want to view it in mc.
> ___
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
> 



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: view .gnumeric files in mc (in console)

2016-08-31 Thread Slava Zanko
Hi Fourhundred,

Try to use this:

View=%view{ascii} ssconvert %f || xls2csv %f || strings %f


> Hello,
> 
> has anybody figured out, how to view gnumeric files in mc (in
> console/text mode)?
> 
> I am aware that this can be configured in /etc/mc/mc.ext, and I see
> there is already section for excel files:
> 
>   type/^Microsoft\ Excel
>   Edit=true
>   Open=(gnumeric %f >/dev/null 2>&1 &)
>   View=%view{ascii} xls2csv %f || strings %f
> 
> Gnumeric has a utility ssconvert for converting into other formats. Can
> I use it similarly as xls2csv in the example above?
> ___
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
> 



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: CGDB

2016-05-23 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi Nicolas,

Try to use gdbserver:
http://www.thegeekstuff.com/2014/04/gdbserver-example/ and run
gdbserver+mc and gdb+mc on different terminals

- --
*From:* Nicolas Rybkin
*To:* Mc Devel
*Subject:* Re: CGDB
*Sent:* 23.05.2016 10:42:50

> 
> 
> 23.05.2016, 01:42, "Nicolas Rybkin" :
>> Is it possible to debug MC using CGDB? There's a problem with the
>> terminal. ___ 
>> mc-devel mailing list 
>> https://mail.gnome.org/mailman/listinfo/mc-devel
> 
> Ah, excuse me. I can't debug it with pure GDB too, because I can't
> use keyboard when MC is runnng. 
> ___ mc-devel mailing
> list https://mail.gnome.org/mailman/listinfo/mc-devel
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAldCtLkACgkQb3oGR6aVLppSPgCffaVSH5JN3x7/u4weqBC6toOV
EHMAnA2CaXoYxkTEIdMy3e8m5tXBid+d
=uTDs
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: UTF-8 problem with RHEL7/Fedora

2016-05-02 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Solarflow99,

Looks like you've shot your leg by yourself :)

Why you had removed the code page definition? It's very important for
getting know how to show special characters (like pseudographics chars).


- --
*From:* Solarflow99
*To:* Mc
*Subject:* UTF-8 problem with RHEL7/Fedora
*Sent:* 02.05.2016 11:01:57



02.05.2016 05:56, solarflow99 пишет:
> Has anyone noticed strange characters when using mc?  Unless I
> change /etc/locale.conf:
> 
> From: LANG="en_US.UTF-8"
> 
> To: LANG="en_US"
> 
> 
> Here is a screenshot of the problem: 
> https://fedorapeople.org/~jzygmont/snapshot1.png
> 
> 
> 
> ___ mc mailing list 
> https://mail.gnome.org/mailman/listinfo/mc
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlcnCzQACgkQb3oGR6aVLpqZ8gCghFNwr/pe+qa5WpseVRWeeB+Q
x68Anj3oXL29HmhgjznueGdw/r4B39Y/
=x/ke
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: mc and me

2015-11-06 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi Yury,

> I'm all for granting Egmont commit access.

+1 from me.

- --
*From:* Yury V. Zaytsev
*To:* Egmont Koblinger, Slava Zanko, Andrew Borodin
*Cc:* Mc Devel
*Subject:* Re: mc and me
*Sent:* 06.11.2015 11:12:23



05.11.2015 23:55, Yury V. Zaytsev пишет:
> On Wed, 2015-11-04 at 22:09 +0100, Egmont Koblinger wrote:
>> 
>> Hereby I'm requesting to become a member of the team, with git
>> access, getting to know the development process, policies (e.g.
>> which changes require approval, when to git branch, etc.), and
>> requesting to get faster responses to my patches that require
>> review – or to be able to submit them if I don't get response in
>> a certain amount of time.  (We can still revert a change later if
>> someone disagrees.)
> 
> Hi,
> 
> Just briefly: I'm all for granting Egmont commit access. Slava,
> Andrew?
> 
> He's proven his engineering and communication skills through
> numerous extensive and technically challenging contributions, and
> I'm confident that even if he happens to break something in the
> future, he'll get back to it, find the root of the problem and fix
> it.
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlY8YQYACgkQb3oGR6aVLpqmvQCfTbuvmlWGiJmxn7KDXZ6kkbj8
C1oAn1O5mPju68JGMKbXwoe3Q9fE5icr
=NPj2
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Please release 4.8.15

2015-11-06 Thread Slava Zanko

Hi Yury V.,

Sorry, I'll busy at weekend. I'm ready to start releasing process today.
 


*From:* Yury V. Zaytsev
*To:* Slava Zanko
*Cc:* Mc Devel
*Subject:* Re: Please release 4.8.15
*Sent:* 06.11.2015 11:28:05



06.11.2015 00:17, Yury V. Zaytsev пишет:
> On Thu, 2015-11-05 at 11:48 +0300, Slava Zanko wrote:
>>
>> I going to review cleanup branch and I'll help with releasing new
>> version.
> 
> Great, would you find time this weekend? For me, Sunday would be best.
> 
> It would be great if I could do it once together with you, and then
> maybe Egmont can go it once together with me the next time.
> 
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Plans for Midnight Commander development

2015-08-13 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi Yury,
 
 Having this said, I'd hope to get on track as I'm back, unless
 again some natural and not so natural disasters are going to strike
 on me... The top priority is to fix the situation with man page
 transformations, and cut a release from current master, while
 documenting this whole process for it to be reproducible without
 access to Slava :-)

Hey, I'm accessible :) I'll glad to help to release new version.

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlXMZKwACgkQb3oGR6aVLprbUwCeMusHsBjVHi3SdtVnQbygQaTU
2WoAn3Gl1MrCe16SblWmdtKP9TJTUK9M
=5zBG
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-27 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

27.05.2015 13:37, Paul Sokolovsky пишет:

Hi all,

 The current maintainers, namely Andrew Borodin, Slava Zanko, Ilia 
 Maslakov, Sergei Trofimovich - please provide full disclosure of
 what happens within your team. Whatever it is, please show goodwill
 by adding Egmont Koblinger to the maintainer team, if he agrees
 (including discussions and commit access), to show that the project
 wasn't usurped by Soviet Obkom.

Yes, I confirm that our team as fact has ended to develop mc. Ilia has
issues with access to internet from his work, at home he has much
stronger  priorities with family, the same for Andrew. As for me, I
have heavy loading on work, after work I very busy on building my
house. So there is no time for development mc.

And of course, we are opened for any of our wishes to develop mc. Just
let me know if someone wants to participate in development and I'll
give write access to repo/wiki/transifex and I'll do some knowledge
transfer about usual workflows (such as: preparing for release, code
styling, where our ContinuousIntegration is placed and so on).

I hope, mc will rise again with new blood.

And I agree with Andrew: It weren't worst 5 years in my life
Yeah, it was five happy years for me :)

WBR,
Slavaz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlVlotoACgkQb3oGR6aVLpqysACfROPBo1/KrzNu73zwm8kpLTEI
QbsAn2Gwet6bDc0FZc4nx4Gphsl4LSTE
=QFDk
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-27 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

27.05.2015 13:37, Paul Sokolovsky пишет:

Hi all,

 The current maintainers, namely Andrew Borodin, Slava Zanko, Ilia 
 Maslakov, Sergei Trofimovich - please provide full disclosure of
 what happens within your team. Whatever it is, please show goodwill
 by adding Egmont Koblinger to the maintainer team, if he agrees
 (including discussions and commit access), to show that the project
 wasn't usurped by Soviet Obkom.

Yes, I confirm that our team as fact has ended to develop mc. Ilia has
issues with access to internet from his work, at home he has much
stronger  priorities with family, the same for Andrew. As for me, I
have heavy loading on work, after work I very busy on building my
house. So there is no time for development mc.

And of course, we are opened for any of our wishes to develop mc. Just
let me know if someone wants to participate in development and I'll
give write access to repo/wiki/transifex and I'll do some knowledge
transfer about usual workflows (such as: preparing for release, code
styling, where our ContinuousIntegration is placed and so on).

I hope, mc will rise again with new blood.

And I agree with Andrew: It weren't worst 5 years in my life
Yeah, it was five happy years for me :)

WBR,
Slavaz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlVlotoACgkQb3oGR6aVLpqysACfROPBo1/KrzNu73zwm8kpLTEI
QbsAn2Gwet6bDc0FZc4nx4Gphsl4LSTE
=QFDk
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-27 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Luca,

27.05.2015 14:43, Luca Lazzarini wrote:
 Hi all! I am Luca, it is the first time that I write here.
 
 Honestly I cannot let mc die, so I would be happy to offer myself
 as volunteer to help the development.
 
 I am a web developer, for the most frontend but my background is C
 (from the university, I was pretty good, lets say almost medium
 weight).
 
 I am working as software developer in Amsterdam and I am building
 the frontend for a startup in London (from a friend) so I will be
 pretty busy for the next two months. Anyway after that time I
 should have sorted out the front end for the startup and I should
 have free time back!

Ok, let me know when you'll have free time and I'll give you all
needed permissions.

Thanks!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlVltkUACgkQb3oGR6aVLpqHTQCdHSaWTLFWRvCzsOwRNo42CBR6
+EYAnRat+vjHfUOhvxI0v/MngMrR8xzk
=F6Nj
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: [ANN] mc^2

2015-05-10 Thread slava zanko
Hi Yury,

 Slava, what do you think? I know that you've been a proponent of the
 plugin system, but aren't you impressed with this demonstration?

Yeah, I really impressed and I'll be happy to see the feature into our
master branch. But, as Andrew said before, would be great to split one
big commit to a set of smaller commits for better code review and to
make bisect process much easily (of course, I hope that bisecting
willn't be used, but who knows) .
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.8.14 released

2015-03-23 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.14 now released.

Download page: http://ftp.midnight-commander.org/?C=N;O=D


Major changes and fixes since 4.8.13

- - Core

  * Minimal version of GLib is 2.14.0
  * Add new panel binding !SelectExt to select/unselect files with
the same extension as the current file (#3228)
  * Speed up of directory size calculation (#3247)
  * Support of italic text (#3065)

- - Editor

  * New syntax highlighting support:
- puppet (#3266)

- - Viewer

  * Rewrite mcview's rendering and scrolling (#3250, #3256)
- no more partial lines at the top and failure to scroll when Up
or Down is pressed;
- better handling of CJK characters;
- handle combining accents;
- improved nroff support;
- more conventional scrolling behavior at the end of the file.
  * Use VIEW_SELECTED_COLOR in plain mode (#3405)
  * In !QuickView panel, don't pass any chars to command line to avoid
unexpected command execution (#3253)

- - Misc

  * Code cleanup (#3265, #3262)
  * Bind poedit to Edit action for .po files (#3287)
  * Better grammar mcedit user menu (#3246)

- - Fixes

  * Fail to build against musl libc (#3267)
  * Error compiling with glib 2.20.3 (#)
  * Overwrite of the PROMPT_COMMAND bash variable (#2027)
  * contrib/*.?sh are not recreated after rerun of configure (#3181)
  * File rename handles zero-length substitutions incorrectly (#2952)
  * Lose files on Skip when Cannot preallocate space for target
file (#3297)
  * Info panel can't obtain file system statistics on Solaris (#3277)
  * Shell patterns broken beyond repair (#2309)
  * File selection by patterns uses bytes instead of unicode
characters (#2743)
  * Copy files dosn't work as expected, when copying to a directory
with the special symbol in its name (#3235)
  * Wrong order of old_colors table items (#3404)
  * Input line: Alt+Backspace on one-letter word erases too much (#3390)
  * Directory scanning window is too narrow (#3162)
  * No Help for User Menu (#3409)
  * mcedit: paste from clipboard does not work (#3339)
  * mcviewer: hang when viewing broken man page (#2966)
  * mcview hex: incorrect highlight when search string not found (#3263)
  * mcview hex edit: UTF-8 chars are not updated (#3259)
  * mcview hex edit: can't enter certain UTF-8 characters (#3260)
  * mcview hex edit: CJK overflow (#3261)
  * mcedit: status line doesn't show full path to file (#3285)
  * Freeze when copying from one FTP location to another (#358)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlUPymEACgkQb3oGR6aVLpoDuwCgggt6ubB5zcxyC4YmEbNV6uuC
bOMAn1EAW4mtMhLH5dk1FFfH2FRRo+M6
=iRrQ
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.14 released

2015-03-23 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.14 now released.

Download page: http://ftp.midnight-commander.org/?C=N;O=D


Major changes and fixes since 4.8.13

- - Core

  * Minimal version of GLib is 2.14.0
  * Add new panel binding !SelectExt to select/unselect files with
the same extension as the current file (#3228)
  * Speed up of directory size calculation (#3247)
  * Support of italic text (#3065)

- - Editor

  * New syntax highlighting support:
- puppet (#3266)

- - Viewer

  * Rewrite mcview's rendering and scrolling (#3250, #3256)
- no more partial lines at the top and failure to scroll when Up
or Down is pressed;
- better handling of CJK characters;
- handle combining accents;
- improved nroff support;
- more conventional scrolling behavior at the end of the file.
  * Use VIEW_SELECTED_COLOR in plain mode (#3405)
  * In !QuickView panel, don't pass any chars to command line to avoid
unexpected command execution (#3253)

- - Misc

  * Code cleanup (#3265, #3262)
  * Bind poedit to Edit action for .po files (#3287)
  * Better grammar mcedit user menu (#3246)

- - Fixes

  * Fail to build against musl libc (#3267)
  * Error compiling with glib 2.20.3 (#)
  * Overwrite of the PROMPT_COMMAND bash variable (#2027)
  * contrib/*.?sh are not recreated after rerun of configure (#3181)
  * File rename handles zero-length substitutions incorrectly (#2952)
  * Lose files on Skip when Cannot preallocate space for target
file (#3297)
  * Info panel can't obtain file system statistics on Solaris (#3277)
  * Shell patterns broken beyond repair (#2309)
  * File selection by patterns uses bytes instead of unicode
characters (#2743)
  * Copy files dosn't work as expected, when copying to a directory
with the special symbol in its name (#3235)
  * Wrong order of old_colors table items (#3404)
  * Input line: Alt+Backspace on one-letter word erases too much (#3390)
  * Directory scanning window is too narrow (#3162)
  * No Help for User Menu (#3409)
  * mcedit: paste from clipboard does not work (#3339)
  * mcviewer: hang when viewing broken man page (#2966)
  * mcview hex: incorrect highlight when search string not found (#3263)
  * mcview hex edit: UTF-8 chars are not updated (#3259)
  * mcview hex edit: can't enter certain UTF-8 characters (#3260)
  * mcview hex edit: CJK overflow (#3261)
  * mcedit: status line doesn't show full path to file (#3285)
  * Freeze when copying from one FTP location to another (#358)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlUPymEACgkQb3oGR6aVLpoDuwCgggt6ubB5zcxyC4YmEbNV6uuC
bOMAn1EAW4mtMhLH5dk1FFfH2FRRo+M6
=iRrQ
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: SSL certificate expired

2015-01-16 Thread slava zanko
Fixed, thanks!

2015-01-16 23:25 GMT+03:00 Andrey Tataranovich tataranov...@gmail.com:
 Hello,

 SSL certificate for https://www.midnight-commander.org/ expired:

 http://i.gyazo.com/c6f077b280722605ebd5433bcf9664d9.png

 --
 WBR, Andrey Tataranovich
 ___
 mc-devel mailing list
 https://mail.gnome.org/mailman/listinfo/mc-devel
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Bug tracker doesn't work

2014-12-18 Thread slava zanko
Hi all,
I've fixed Trac, but have yet another issue: long awaiting time to
post comments.

2014-12-16 9:55 GMT+03:00 Andrew Borodin aboro...@vmail.ru:
 On Sat, 13 Dec 2014 15:23:03 +0100 Egmont Koblinger egm...@gmail.com  wrote:
 I'd like you to understand that at this point that fixing the
 development architecture and process of mc is the most critical issue,
 pretty much blocking everything else.

 Slava is working on fixing bugtracker. Unfortunately, I can't help him
 because I don't have any experience of administration and support of real web
 services.

 --
 Andrew
 ___
 mc-devel mailing list
 https://mail.gnome.org/mailman/listinfo/mc-devel
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.8.13 released

2014-09-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.13 now released.

Download page: http://ftp.midnight-commander.org/?C=N;O=D


Major changes and fixes since 4.8.12

- -Core
  * New engine of user-friendly interruption of long-time operations
(#2136)

- - Editor
  * Improvements of syntax highlighting:
* CMake (#3216)
* PHP (#3230)
  * Translate language names in the spelling assistant dialogue (#3233)

- -Viewer
  * Add separate normal(default) colour pair for viewer (#3204)
  * Dealing with utf-8 man pages in view/open (#1539)
  * Goto line is 1-based now (#3245)

- - Misc
  * Code cleanup (#3189, #3223, #3242)
  * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)

- - Fixes
  * First Backspace/Delete is ignored after mouse click in an input
widget (#3225)
  * Recursive find file doesn't work on Samba share (#3097)
  * Recursive find file doesn't work on Windows NFS share (#3202)
  * Incorrect file counter in move operation (#3196, #3209)
  * Directory scanning window is too narrow (#3162)
  * Colon is not recognized inside escape seq in prompt (#3241)
  * Quick view doesn't grab focus on mouse click (#3251)
  * fish subshell: overridden prompt (#3232, #3237)
  * mcviewer: broken switch between raw and parse modes (#3219)
  * mcviewer: incorrect percentage in mcview hex mode (#3258)
  * RAR VFS incorrectly recognizes UnRAR version (#3240)
  * viewbold and viewselected are missing from some skins (#3244)
  * Incorrect enconding name for manual page (#3239)
  * User menu - View manual page doesn't do coloring (#3243)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQJgsIACgkQb3oGR6aVLpo+YQCeKkgsPgZT/ZcaXe1MNQ2CLw+q
UesAn0wzbq1DcLUlaQSeekR08rJn7yG6
=c1Uk
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.13 released

2014-09-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.13 now released.

Download page: http://ftp.midnight-commander.org/?C=N;O=D


Major changes and fixes since 4.8.12

- -Core
  * New engine of user-friendly interruption of long-time operations
(#2136)

- - Editor
  * Improvements of syntax highlighting:
* CMake (#3216)
* PHP (#3230)
  * Translate language names in the spelling assistant dialogue (#3233)

- -Viewer
  * Add separate normal(default) colour pair for viewer (#3204)
  * Dealing with utf-8 man pages in view/open (#1539)
  * Goto line is 1-based now (#3245)

- - Misc
  * Code cleanup (#3189, #3223, #3242)
  * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)

- - Fixes
  * First Backspace/Delete is ignored after mouse click in an input
widget (#3225)
  * Recursive find file doesn't work on Samba share (#3097)
  * Recursive find file doesn't work on Windows NFS share (#3202)
  * Incorrect file counter in move operation (#3196, #3209)
  * Directory scanning window is too narrow (#3162)
  * Colon is not recognized inside escape seq in prompt (#3241)
  * Quick view doesn't grab focus on mouse click (#3251)
  * fish subshell: overridden prompt (#3232, #3237)
  * mcviewer: broken switch between raw and parse modes (#3219)
  * mcviewer: incorrect percentage in mcview hex mode (#3258)
  * RAR VFS incorrectly recognizes UnRAR version (#3240)
  * viewbold and viewselected are missing from some skins (#3244)
  * Incorrect enconding name for manual page (#3239)
  * User menu - View manual page doesn't do coloring (#3243)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQJgsIACgkQb3oGR6aVLpo+YQCeKkgsPgZT/ZcaXe1MNQ2CLw+q
UesAn0wzbq1DcLUlaQSeekR08rJn7yG6
=c1Uk
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: colors for mcview

2014-05-02 Thread slava zanko
Currently
mcviewer doesn't support own default color pair. I've created the ticket:
https://www.midnight-commander.org/ticket/3204
I hope, needed functionality will be implemented in next release.

Thanks.


2014-05-01 18:24 GMT+03:00 Martin Vegter martin.veg...@aol.com:

  On 04/28/2014 11:04 PM, Martin Vegter wrote:
 
  Dear list,
 
  I have created my own skin (color theme) for mc. It seems to me, that
  the internal viewer for mc (mcview) is using the default color, i.e. in
  my case:
 
  [core]
  _default_=color231;color236
 
  I would like to use black white color for the viewer. Is there any
  separate parameter where I can change the color for the viewer only? In
  the man page.
 
 After further investigation, it seems to me that in section viewer any
 colors defined are ignored, and the default colors defined in core are
 used instead.

 [core]
 _default_=lightgray;blue
 ...

 [viewer]
 _default_=lightgray;black

 Thus in the above example, viewer will still be gray/blue. Is there any
 way to tell mcview to use different skin than mc, while?

 I have (naively) tried adding -S default, but that does not work:

 include/audio
 Edit=true
 View=%view -S default mediainfo %f

 thanks,
 Martin

  I read in man mcview, that mcview can be started with '-b' in black and
  white mode. That would be fine for me, but how can i modify my mc.ext,
  so that mcview is displayed black/white?
 
  View=%view{ascii} isoinfo -d -i %f
 
  thanks,
  Martin
 
 ___
 mc mailing list
 https://mail.gnome.org/mailman/listinfo/mc

___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.12 released

2014-04-01 Thread slava zanko
Hi all,

mc-4.8.12 now released.

Download page: http://ftp.midnight-commander.org/?C=N;O=D


Major changes and fixes since 4.8.10
(https://www.midnight-commander.org/wiki/NEWS-4.8.12):

- Core

  * Speed up of file find (#2290)
  * If cwd is a symlink it is kept at startup (#3093)
  * Improve support of Zsh (#3121, #3124, #3125, #3177)
  * Launch external editor/viewer without passing line number (#3117)
  * Exit without confirmation by default (#3132)
  * Simple user-friendly skin selector (#2165, #3178)
  * Use Joliet and RockRidge in ISO9660 image view action (#3187)

- VFS

  * Use .zip extension as preferred way to recognize ZIP archives (#2857)

- Editor

  * Configurable selection reset on CK_Store (#3111)

- Misc

  * Code cleanup (#3113, #3151)
  * Adjust script permissions to installed ones (#2274)
  * Fix name of FSF in add source files (#3167)
  * Skin cleanups (#3180, #3184)
  * Do not consider String not found message as error (#3179)

- Fixes

  * Broken build with NCurses (#3114)
  * Incorrect tilde expansion in copy/rename/move dialog (#3131)
  * Advanced chown: Escape on user list accepts value (#3150)
  * Toggling hidden files using mouse doesn't update the other panel (#3156)
  * Question mark in delete confirmation is on its own line (#3123)
  * Popup dialogs wander upwards upon resize (#3173)
  * Keypad '*' doesn't work with numlock off (#3133)
  * Some inconsistencies in Learn keys UI (#3134)
  * Unconventional behavior of Display bits dialog (#3152)
  * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
  * mcedit: format paragraph produces inconsistent wrapping (#3119)
  * mcedit: file out-of-date check on saving is botched (#3142)
  * mcedit: 1st line is shifted after paragraph format (#1666)
  * mcedit: trailing newline check applied too early when exiting (#3140)
  * Inconsistency of the arrow's direction in the panel header line
across skins (#3157)
  * Possible segfault while passing messages to widgets (#3116)
  * Possible segfault when freeing a VFS (#3116)
  * Segfault in cpio VFS while reading corrupted RPM (#3116)
  * Segfault in sftpfs VFS when trying to view a file (#3176)
  * Incorrect handling of filenames with unrar v5 (#3073)
  * FISH VFS: remote panel confused by filenames with '%' (#2983)
  * iso9660: xorriso shows only one depth (#3122)
  * Nicedark skin looks bad on black-on-white terminals (#3154)
  * Incorrect definition of topmiddle and bottommiddle characters (#3183)
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.12 released

2014-04-01 Thread slava zanko
Hi all,

mc-4.8.12 now released.

Download page: http://ftp.midnight-commander.org/?C=N;O=D


Major changes and fixes since 4.8.10
(https://www.midnight-commander.org/wiki/NEWS-4.8.12):

- Core

  * Speed up of file find (#2290)
  * If cwd is a symlink it is kept at startup (#3093)
  * Improve support of Zsh (#3121, #3124, #3125, #3177)
  * Launch external editor/viewer without passing line number (#3117)
  * Exit without confirmation by default (#3132)
  * Simple user-friendly skin selector (#2165, #3178)
  * Use Joliet and RockRidge in ISO9660 image view action (#3187)

- VFS

  * Use .zip extension as preferred way to recognize ZIP archives (#2857)

- Editor

  * Configurable selection reset on CK_Store (#3111)

- Misc

  * Code cleanup (#3113, #3151)
  * Adjust script permissions to installed ones (#2274)
  * Fix name of FSF in add source files (#3167)
  * Skin cleanups (#3180, #3184)
  * Do not consider String not found message as error (#3179)

- Fixes

  * Broken build with NCurses (#3114)
  * Incorrect tilde expansion in copy/rename/move dialog (#3131)
  * Advanced chown: Escape on user list accepts value (#3150)
  * Toggling hidden files using mouse doesn't update the other panel (#3156)
  * Question mark in delete confirmation is on its own line (#3123)
  * Popup dialogs wander upwards upon resize (#3173)
  * Keypad '*' doesn't work with numlock off (#3133)
  * Some inconsistencies in Learn keys UI (#3134)
  * Unconventional behavior of Display bits dialog (#3152)
  * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
  * mcedit: format paragraph produces inconsistent wrapping (#3119)
  * mcedit: file out-of-date check on saving is botched (#3142)
  * mcedit: 1st line is shifted after paragraph format (#1666)
  * mcedit: trailing newline check applied too early when exiting (#3140)
  * Inconsistency of the arrow's direction in the panel header line
across skins (#3157)
  * Possible segfault while passing messages to widgets (#3116)
  * Possible segfault when freeing a VFS (#3116)
  * Segfault in cpio VFS while reading corrupted RPM (#3116)
  * Segfault in sftpfs VFS when trying to view a file (#3176)
  * Incorrect handling of filenames with unrar v5 (#3073)
  * FISH VFS: remote panel confused by filenames with '%' (#2983)
  * iso9660: xorriso shows only one depth (#3122)
  * Nicedark skin looks bad on black-on-white terminals (#3154)
  * Incorrect definition of topmiddle and bottommiddle characters (#3183)
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.8.11 released

2013-12-02 Thread Slava Zanko

Hi all,

mc-4.8.11 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.10
(https://www.midnight-commander.org/wiki/NEWS-4.8.11):

- Core
  * Live update of panels size when editing layout (#3060)
  * Support Compute totals option in move file operation (#2075)

- VFS
  * rpm extfs
- show dependency version (#2812)
- support tar payload (#3064)
- improve support for EPOCH tag (#1588)
- add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, 
VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG
tags (#1588)

- Editor
  * Support bracketed paste mode of xterm (#2661)
  * Clarify Java syntax highlighting (#3057)

- Misc
  * Print warnings about unknown '--with-' / '--enable-' configure options 
(#3029)
  * Code cleanup and refactoring (#3051, #3066)

- Fixes
  * FTBFS on GNU Hurd (#3053, #3071)
  * Segfault while moving files (#3059, #3105)
  * Broken handling of mc command line arguments (#3047)
  * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
  * No subdir path completion in current dir, if stub is not starting with './' 
(#3018)
  * Deprecated find -perm +xxx syntax is used (#3089)
  * Home, End, Shift-Fn keys don't work in tmux (#2978)
  * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
  * Bogus strings in 'Confirmation' config dialog (#2271)
  * Configure options first entry not highlighted (#3084)
  * Setup saved to ~/.config/mc/ini message is misleading (#3096)
  * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
  * Typo in mc.lib: less=%filename +%linenog instead of +%lineno (part of 
#3044)
  * Wrong order of filename and line number for external editor (part of #3044)
  * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
  * mcedit: question on large file treats Escape as Yes (#3107)
  * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
  * Changes to files in nested .zip archives are lost (#3070)
  * Incorrect handling of filenames with spaces with unrar v5 (#3073)
  * iso9660 VFS: filenames truncating in ISO file listing (#3091)
  * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
  * Bright colors are used as background colors in 16-color skins (#3050)
  * Various defects in documentation (#3052, #3092)




-- 
WBR, dev team.



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.11 released

2013-12-02 Thread Slava Zanko

Hi all,

mc-4.8.11 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.10
(https://www.midnight-commander.org/wiki/NEWS-4.8.11):

- Core
  * Live update of panels size when editing layout (#3060)
  * Support Compute totals option in move file operation (#2075)

- VFS
  * rpm extfs
- show dependency version (#2812)
- support tar payload (#3064)
- improve support for EPOCH tag (#1588)
- add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, 
VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG
tags (#1588)

- Editor
  * Support bracketed paste mode of xterm (#2661)
  * Clarify Java syntax highlighting (#3057)

- Misc
  * Print warnings about unknown '--with-' / '--enable-' configure options 
(#3029)
  * Code cleanup and refactoring (#3051, #3066)

- Fixes
  * FTBFS on GNU Hurd (#3053, #3071)
  * Segfault while moving files (#3059, #3105)
  * Broken handling of mc command line arguments (#3047)
  * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
  * No subdir path completion in current dir, if stub is not starting with './' 
(#3018)
  * Deprecated find -perm +xxx syntax is used (#3089)
  * Home, End, Shift-Fn keys don't work in tmux (#2978)
  * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
  * Bogus strings in 'Confirmation' config dialog (#2271)
  * Configure options first entry not highlighted (#3084)
  * Setup saved to ~/.config/mc/ini message is misleading (#3096)
  * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
  * Typo in mc.lib: less=%filename +%linenog instead of +%lineno (part of 
#3044)
  * Wrong order of filename and line number for external editor (part of #3044)
  * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
  * mcedit: question on large file treats Escape as Yes (#3107)
  * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
  * Changes to files in nested .zip archives are lost (#3070)
  * Incorrect handling of filenames with spaces with unrar v5 (#3073)
  * iso9660 VFS: filenames truncating in ISO file listing (#3091)
  * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
  * Bright colors are used as background colors in 16-color skins (#3050)
  * Various defects in documentation (#3052, #3092)




-- 
WBR, dev team.



signature.asc
Description: OpenPGP digital signature
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.8.10 has released.

2013-08-02 Thread slava zanko
Hi all,

mc-4.8.10 has released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.9
(https://www.midnight-commander.org/wiki/NEWS-4.8.10):

- Core

  * Do not link GModule if it is not required (save space on embedded
systems) (#2995)
  * Behavior of the 'Right' key in the 'Directory hotlist' was
changed: now 'Right' key is used only to enter into the group (#3045)

- Misc

  * Code cleanup (#3035)

- Fixes

  * Build failure on Cygwin (#3041)
  * Broken NCurses detection (#3043)
  * Broken handling of mc command line arguments (#3047)
  * Cannot enter into zip archive in tar one (#3034)
  * Cannot open some jar files
  * mcedit: file descriptor leak (#3040)
  * mcedit: paragraph format doesn't respect multibyte characters (#2713)
  * Crash after entering a wrong SFTP password (#3036)

-- 
WBR, dev team.
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.8.9 released

2013-07-11 Thread Slava Zanko
Hi all,

mc-4.8.9 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.8
(https://www.midnight-commander.org/wiki/NEWS-4.8.9):

- VFS

  * extfs: support unrar-5 (#3015)
  * extfs: use xorriso (if exists) for writing into ISO images (#3027)

- Editor

  * Support unlimited file size (#1743)

- Misc

  * Lot of code cleanups (#2990, #2071, #2164, #2998, #3003, #3005, #3022)
  * Display additional info while viewing (by F3) *.iso files (#2006)
  * New skins:
- modarin256: set of 256-color skins from Oliver Lange (#2737)

- Fixes

  * Fail to link if system lib does not contain strverscmp (#2992)
  * Segfault when mc's temporary directory doesn't belong to the correct user 
(#3021)
  * Race condition when creating temporary directory (#3025)
  * Mouse doesn't work in screen and tmux (#3011)
  * Incorrect file size in copy/move overwrite query dialog (#3000)
  * Garbage in subshell prompt (#3001)
  * Incorrect WLabel redraw after text change (#2991)
  * Find File: All charsets options don't work (#3026)
  * When an unknown key is pressed, it is interpreted as garbage (#2988)
  * Segfault on creating new file in external editor (#3020)
  * Rotating dash is not removed when mc finishes reading the directory (#2163)
  * mcedit: word completion failed if word to be completed is begun from begin 
of file (#2245)
  * mcview: broken switch between raw and parse modes (#2968)
  * Hex viewer: continue search doesn't work (#2706)
  * sftpfs: broken SSH aliases (#2923)


-- 
WBR, dev team.



signature.asc
Description: OpenPGP digital signature
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Midnight-commander.org is down

2013-05-17 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

17.05.2013 11:23, Yury V. Zaytsev wrote:
 On Fri, 2013-05-17 at 04:05 -0400, Felix Miata wrote:
 
 Finished what? http://www.midnight-commander.org/ticket/273 I've
 been trying to reach for more than 2 weeks is still unreachable.
 
 
 Apparently the robots took the new host down again after it
 started resolving tonight. We'll figure it out, but the important
 thing is that we've finally got the backups, so no data is lost.
 
 As a part of the upgrade we have moved the release tarballs to the
 OSU OSL FTP cluster, so hopefully in the future this will reduce
 the load on the machine quite a bit...
 

In additional: for getting release tarballs, visit please
http://ftp.osuosl.org/pub/midnightcommander/

It's our warehouse for tarballs, all future releases will be placed here.



- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlGV8CgACgkQb3oGR6aVLprP/gCeN1477GDSiXM4e3yCS3LdB+iO
1a0An1BrGo2vy8jjxkbfABKX9GNoTRTl
=DtGG
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight-commander.org is down

2013-05-17 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

17.05.2013 11:23, Yury V. Zaytsev wrote:
 On Fri, 2013-05-17 at 04:05 -0400, Felix Miata wrote:
 
 Finished what? http://www.midnight-commander.org/ticket/273 I've
 been trying to reach for more than 2 weeks is still unreachable.
 
 
 Apparently the robots took the new host down again after it
 started resolving tonight. We'll figure it out, but the important
 thing is that we've finally got the backups, so no data is lost.
 
 As a part of the upgrade we have moved the release tarballs to the
 OSU OSL FTP cluster, so hopefully in the future this will reduce
 the load on the machine quite a bit...
 

In additional: for getting release tarballs, visit please
http://ftp.osuosl.org/pub/midnightcommander/

It's our warehouse for tarballs, all future releases will be placed here.



- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlGV8CgACgkQb3oGR6aVLprP/gCeN1477GDSiXM4e3yCS3LdB+iO
1a0An1BrGo2vy8jjxkbfABKX9GNoTRTl
=DtGG
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Midnight-commander.org is down

2013-05-16 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

26.04.2013 08:50, Slava Zanko wrote:
Hi folks,

 Our server donated by RWTH, Germany has blown up. Folks at OSU OSL 
 (http://osuosl.org/) are willing to provide us with a new server.
 So in near time we will migrate to new server (it's will take some
 time for setting up some services/programs as it was on old
 server). I hope, it's will not take so much time, our estimations:
 a week.
 
 Please, be patient and sorry for inconvenience.
 
 Thank you.

SIN has finished :)

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlGVRtcACgkQb3oGR6aVLpo3YQCfY1/BNJAD802imTquz6iLh3RG
krkAnjmtERFtWNfU/p5J6Ve3UkrL09Jd
=n5Xc
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight-commander.org is down

2013-05-16 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

26.04.2013 08:50, Slava Zanko wrote:
Hi folks,

 Our server donated by RWTH, Germany has blown up. Folks at OSU OSL 
 (http://osuosl.org/) are willing to provide us with a new server.
 So in near time we will migrate to new server (it's will take some
 time for setting up some services/programs as it was on old
 server). I hope, it's will not take so much time, our estimations:
 a week.
 
 Please, be patient and sorry for inconvenience.
 
 Thank you.

SIN has finished :)

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlGVRtcACgkQb3oGR6aVLpo3YQCfY1/BNJAD802imTquz6iLh3RG
krkAnjmtERFtWNfU/p5J6Ve3UkrL09Jd
=n5Xc
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight-commander.org is down

2013-04-25 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi folks,

Our server donated by RWTH, Germany has blown up. Folks at OSU OSL
(http://osuosl.org/) are willing to provide us with a new server. So
in near time we will migrate to new server (it's will take some time
for setting up some services/programs as it was on old server). I
hope, it's will not take so much time, our estimations: a week.

Please, be patient and sorry for inconvenience.

Thank you.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlF6FaUACgkQb3oGR6aVLppV+ACfWk3QC1F/HQn8hGw1QHHYJjay
PPkAnj5tuywd3m+Jdp846A1rH17iIe+Q
=vx+1
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight-commander.org is down

2013-04-25 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi folks,

Our server donated by RWTH, Germany has blown up. Folks at OSU OSL
(http://osuosl.org/) are willing to provide us with a new server. So
in near time we will migrate to new server (it's will take some time
for setting up some services/programs as it was on old server). I
hope, it's will not take so much time, our estimations: a week.

Please, be patient and sorry for inconvenience.

Thank you.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlF6FaUACgkQb3oGR6aVLppV+ACfWk3QC1F/HQn8hGw1QHHYJjay
PPkAnj5tuywd3m+Jdp846A1rH17iIe+Q
=vx+1
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: stable vs. latest

2013-04-09 Thread Slava Zanko
On 04.04.2013 18:05, Egmont Koblinger wrote:

Hi Egmont,

 I notified the maintainer of distrowatch.org, asked him to update the
 regexps that figure out the latest stable mc release.

 He told me - and unfortunately I can only agree with him - that the wording
 on MC's homepage is very confusing.

I've updated the start page to avoid confusing. Thank you for your proposal.


-- 
WBR, Slavaz.



signature.asc
Description: OpenPGP digital signature
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Media Transfer Protocol

2013-04-09 Thread Slava Zanko
On 07.04.2013 20:13, Artem Petrov wrote:
 Hello everybody.
 
 I have one question to mc developers. Do you plan to realize Media Transfer
 Protocol? This would be really great.

MC it's just a file manager, not a manager for pluggable devices. So, would be 
cool if Media Transfer protocol will be
supported by separate app (such as daemon like automount) and mc will just 
navigate across mounted devices.

Also, mc doesn't have good event handling (for example, would be cool to use 
GMainLoop technology from GLib). Mc
implemented own event handling model (oriented to keyboard/mouse events) and 
the implementation isn't good for handling
other external events (such as plug in of device or 'reread-by-fly' directory 
listing when changed and so on).

-- 
WBR, Slavaz.



signature.asc
Description: OpenPGP digital signature
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Trying to ftp under OpenBSD

2013-04-02 Thread Slava Zanko
On 28.03.2013 20:26, Alan Corey wrote:

 It works in OpenBSD 5.0 with mc 4.7.5.2
 It doesn't work in OpenBSD 5.2 with mc 4.8.1.1 (in OpenBSD ports), I get
 Cannot chdir to /#ftp:user@ip
 No such file or directory (2)
 
 So I downloaded the latest stable source 4.8.1.7 and that gives the same 
 error.
 
 I haven't tried 4.7.5.2 under OpenBSD 5.2 yet but I will.

Please try to run command:
cd ftp://user@ip



-- 
WBR, Slavaz.



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.8 released

2013-04-02 Thread Slava Zanko
Hi all,

mc-4.8.8 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.7
(https://www.midnight-commander.org/wiki/NEWS-4.8.8):

- Core

  * Make copy/move progress dialog window wider up to 2/3 of screen width 
(#2076)
  * Ask file name before create new file in editor (#2585)
  * Support newer extended mouse protocol SGR-1006 instead of URXVT-1015 (#2956)
  * Allow skip directory scanning before file operation. Print directory count 
and size in addition to directory name
(#2101)
  * Add jump support to target line in some external editors and viewers (#2206)

- Editor

  * Update syntax highlighting:
- Jal programming language (#2855)
- gplink configuration files (.lkr extension) (#2855)
- Makefile with .mak extension (#2896)
- ZSH configuration files (#2950)
- Fortran (#2962)

- Misc

  * Code cleanup (#2944, #2954)
  * Report real compiler in MC_CHECK_ONE_CFLAG instead of 'gcc'
  * Hints files now translated via Transifex (#2980)

- Fixes

  * Segfault in file operation due to unhandled regexp error (#2493)
  * Tab completion vs. spaces and escaping (#55)\
  * Special chars are not escaped in autocompletion of filenames (#2626)
  * Buttons in the 'Directory hotlist' window are placed incorrectly (#2958)
  * Mouse doesn't select text in subshell in native console (#2964)
  * Mouse click below non-droppeddown menubar activates menu box (#2971)
  * Insufficient quoting and wrong message in user menu (#2947)
  * mcedit: floating point exception (division by zero) (#2953)
  * mcedit: broken autocompletion (#2957)
  * mcview: broken magic mode (#2976)
  * Broken opening of .war archives (#2974)


-- 
WBR, dev team.



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: [PATCH 5/5 v2] keyboard input: when an unknown sequence is seen, purge all buffered input

2013-02-04 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

31.01.2013 19:27, Oswald Buddenhagen wrote:

 the mc devs are rather insistent on their process and often simply 
 ignore contributions on the list, so you may get a better response
 when you create trac tickets.

It's is not the only reason, but yes, better to create a new ticket.

Thanks in advance.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlEPoV0ACgkQb3oGR6aVLppJDgCdGaVUlcsd9fxbBAT26wKYcqxY
jJAAn35G63jXSgvCjxEMe1wYtQuOXv7R
=7t3Y
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Funny action on opening a pdf document

2013-01-17 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

16.01.2013 17:55, Theodore Kilgore wrote:

Please, update to latest version (4.8.7) and try to run:
MC_XDG_OPEN=false mc

It's will switch off the usage of xdg-open and will use an internal
file associations.

Is it what you expected?

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEARECAAYFAlD4c0EACgkQb3oGR6aVLppzPgCfSGSqdT3Vs1OMGg2F36/1roWj
SOsAnRVv93j3dX/9kNOAN3aPtd9z09nm
=MxFn
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.7 (latest) released

2012-12-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.7 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.6
(https://www.midnight-commander.org/wiki/NEWS-4.8.7)

- - Core
  * Minimal GLib version is 2.12.0
  * Implementation of suspend/resume in copy/move file operations (#2111)
  * Start of widget subsystem reimplementation (#2919)

- - VFS
  * uc1541 extfs plug-in updated up to version 2.5 (#2935)

- - Editor
  * Reset selection after text paste (only in non-persistent selection
mode) (#2660)
  * Don't indent blank lines (#303).
  * Add .psgi as Perl syntax highlighting (#2912)
  * Place cursor after inserted chars (#319)
  * Add option in ini file to save spelling language
(spell_language=NONE for disable aspell support) (#2914)

- - Misc
 * Code cleanup (#2888, #1950)
  * Minimal check utility version is 0.9.8
  * Remove the empty contrib/dist/debian/ since it maintained
separately in Debian (#2871)
  * mc.ext updates:
- add support of SVG images (#2895)
- add support of .asm file extension (#2892)
- add support of .hh file extension (#2892)
- all file extension for source files now are case insensitive (#2892)
- add support of JNG and MNG images (#2893)
- add support of Gnumeric's spreadsheets (#2894)
- add support of .war archives (#2891)
- make a choice between arj and unarj archivers (#2890)
- make a choice between 7z and 7za archivers (#2890)
- add support of ape, aac and wvm4a media formats (#2767)
- add support of cbr and cbz comic books (#2739)
- add support of epub e-book format (#2739)
- add support of PAR archives (#2739)
- use libreoffice instead of ooffice, if found, to open ODT files
(#2723)
- use dvicat if dvi2tty not found to view DVI files (#1686)
- use 'see' utility as default pdf viewer, if found (#1686)
- use 'see' utility to view images in console (#1686)
  * Highlight OGV files as media (#2934)
  * Added new translations:
- Persian (fa)
- Croatian (hr)

- - Fixes
  * Build failure on Cygwin (#2917)
  * Fail to check ncurses library if --with-ncurses-inc and
- --with-ncurses-libs options are used (#2926)
  * Crash on Solaris while trying to copy a file (#2906)
  * CVE-2012-4463: Does not sanitize MC_EXT_SELECTED variable properly
(#2913)
  * Attributes of existing directories are never preserved when
copying (#2924)
  * Broken path completion on paths starting with ~/ (#2898)
  * Terminal settings are not changed when window is resized (#2198)
  * Enter into symlink to compressed patch shows empty patch (#2910)
  * Test failure on Cygwin due to incorrect linkage flag (#2918)
  * Non-portable test (#2883)

Happy Christmas and happy New Year!

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDdlsoACgkQb3oGR6aVLpowrACfYzJTuHMc3EB4ZBmwBoj6lS67
Y78An2zpIXijsq7GVgsuO2dTWuZAkW6e
=MGvf
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.7 (stable) released

2012-12-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.7 now released (stable). The reason of fast release: fixes of
crashes.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.6:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.7)

- - Core

  * Minimal GLib version is 2.12.0

- - VFS

  * uc1541 extfs plug-in updated up to version 2.5 (#2935)

- - Editor

  * Reset selection after text paste (only in non-persistent selection
mode) (#2660)
  * Don't indent blank lines (#303)
  * Add .psgi as Perl syntax highlighting (#2912)

- - Misc

  * Code cleanup (#2889, #1950).
  * Remove the empty contrib/dist/debian/ since it maintained
separately in Debian (#2871)
  * Highlight OGV files as media (#2934)
  * Added new translations:
- Persian (fa)
- Croatian (hr)

- - Fixes

  * Build failure on Cygwin (#2917)
  * Fail to check ncurses library if --with-ncurses-inc and
- --with-ncurses-libs options are used (#2926)
  * Crash on Solaris while trying to copy a file (#2906)
  * Attributes of existing directories are never preserved when
copying (#2924)
  * Terminal settings are not changed when window is resized (#2198)
  * Broken path completion on paths starting with ~/ (#2898)
  * Enter into symlink to commpressed patch shows empty patch (#2910)
  * Test failure on Cygwin due to incorrect linkage flag (#2918)
  * Non-portable test (#2883)

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDdmw4ACgkQb3oGR6aVLpqC7ACfePadvqbGjP0IQgUCZ9wtn4Ox
uAIAnjBqUXygcPmX/lU4biAihAsGHHBr
=wKK2
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.7 (stable) released

2012-12-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.7 now released (stable). The reason of fast release: fixes of
crashes.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.6:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.7)

- - Core

  * Minimal GLib version is 2.12.0

- - VFS

  * uc1541 extfs plug-in updated up to version 2.5 (#2935)

- - Editor

  * Reset selection after text paste (only in non-persistent selection
mode) (#2660)
  * Don't indent blank lines (#303)
  * Add .psgi as Perl syntax highlighting (#2912)

- - Misc

  * Code cleanup (#2889, #1950).
  * Remove the empty contrib/dist/debian/ since it maintained
separately in Debian (#2871)
  * Highlight OGV files as media (#2934)
  * Added new translations:
- Persian (fa)
- Croatian (hr)

- - Fixes

  * Build failure on Cygwin (#2917)
  * Fail to check ncurses library if --with-ncurses-inc and
- --with-ncurses-libs options are used (#2926)
  * Crash on Solaris while trying to copy a file (#2906)
  * Attributes of existing directories are never preserved when
copying (#2924)
  * Terminal settings are not changed when window is resized (#2198)
  * Broken path completion on paths starting with ~/ (#2898)
  * Enter into symlink to commpressed patch shows empty patch (#2910)
  * Test failure on Cygwin due to incorrect linkage flag (#2918)
  * Non-portable test (#2883)

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDdmw4ACgkQb3oGR6aVLpqC7ACfePadvqbGjP0IQgUCZ9wtn4Ox
uAIAnjBqUXygcPmX/lU4biAihAsGHHBr
=wKK2
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commender 4.8.6 (latest) released

2012-09-14 Thread Slava Zanko
Hi all,

mc-4.8.6 now released.

We have a big issue with tab spaces in mceditor and this is a reason for early 
release.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.5
(https://www.midnight-commander.org/wiki/NEWS-4.8.6)

- Fixes

* mcedit: two-columns extra offset of cursor after tab character (#2881)
* diffviewer: cannot open file if name contains '$' (#2873)

The development team would like to apologize for the inconvenience.

-- 
WBR, mc development team.



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.6 (stable) released

2012-09-14 Thread Slava Zanko

Hi all,

mc-4.8.1.6 now released (stable).

We have a big issue with tab spaces in mceditor and this is a reason for early 
release.


Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.6:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.6)

- Fixes

* mcedit: two-columns extra offset of cursor after tab character (#2881)
* diffviewer: cannot open file if name contains '$' (#2873)

The development team would like to apologize for the inconvenience.

-- 
WBR, mc development team.



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commender 4.8.5 (latest) released

2012-09-10 Thread Slava Zanko
Hi all,

mc-4.8.5 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.4
(https://www.midnight-commander.org/wiki/NEWS-4.8.5)

- Core

* Implemented case-insensitive patterns in mc.ext bindings (#2250)

- Editor

* Code refactoring and cleanup (#1977)

Diff viewer

* Bidirectional merge (F5 merge left-to-right, F15 - merge right-to-left) 
(#2863)

- Misc

* Syntax highlighting news and updates:
- update assembler.syntax: x86 AMD64 registers highlighting (#2542)
- new cmake.syntax: preliminary and incomplete syntax file for 
CMakeLists.txt files (#2084)
- new dlink.syntax: syntax highlighting for D-Link switches command set 
(#2649)
- update properties.syntax: more nice look-and-feel (#1869)
* mc.ext enhancement (#2103):
- use chm_http text-mode handler for CHM files
- play sounds only from videos in text mode
- use pdftotext -layout -nopgbrk switches
- try to use elinks before links for HTML
- soffice2html text-mode handler for SXW files
- wvHtml text-mode handler for doc files
- xlhtml text-mode handler for XLS files
- ppthtml text-mode handler for PPT/PPS files
- open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI
- standarized $DISPLAY checks
* File extension support:
- SQLite database files (#2103)
- compiled Java files (*.class) (#2103)
- m4a for MP4 containers with audio data in the Advanced Audio Coding 
(AAC) or its own Apple Lossless (ALE,
ALAC) formats (#2869)
- .ogm extension was deprecated in favor of .ogv (#2664)

- Fixes

* Bad EXTHELPERSDIR substitution if --prefix is not set (#2849)
* Partially broken loading of user-defined keymap file (#2848)
* Enter on directory named '~' goes to the home one (#2874)
* Cannot Copy/Move files with filename encoding change (#2791)
* Cannot view compressed files named like log.1.gz (with digit in name) 
(#2852)
* Panel is not refreshed if panel history is called using mouse (#2854)
* Duplicate entities in panel with 'tree view' mode (#2835)
* Broken synchronization with filelist and tree panels (#2862)
* Standalone mcedit doesn't load saved file position (#2853)
* mcedit segfaults when aspell (en) dictionary is not installed (#2856)
* mcedit segfaults after Back from declaration call (#2859)
* mcedit: unable to save changes in Safe save mode(#2832)
* Segfault when viewing HTML files with mc -v (#2858)
* Broken 'Enter' action on a rpm file containing space character in 
filename (#2838)
* extfs: uc1541 broken handling (#2864)
* mc.ext: OGV format handled as audio (#2869)

-- 
WBR, mc development team.



signature.asc
Description: OpenPGP digital signature
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.5 (stable) released

2012-09-10 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.5 now released (stable).
Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.5:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.5)

- - Editor

* Code refactoring and cleanup (#1977)

- - Misc

* Use unrar to view RAR archives if rar is unavailable (#2847)
* Syntax highlighting news and updates:
- update assembler.syntax: x86 AMD64 registers highlighting
(#2542)
- new cmake.syntax: preliminary and incomplete syntax file for
CMakeLists.txt files (#2084)
- new dlink.syntax: syntax highlighting for D-Link switches
command set (#2649)
- update properties.syntax: more nice look-and-feel (#1869)
* File extension support:
- .ogm extension was deprecated in favor of .ogv (#2664)

- - Fixes

* CK_History removes CK_HistoryNext entries (#2313)
* Partially broken loading of user-defined keymap file (#2848)
* Enter on directory named '~' goes to the home one (#2874)
* Cannot Copy/Move files with filename encoding change (#2791)
* Duplicate entities in panel with 'tree view' mode (#2835)
* Broken synchronization with filelist and tree panels (#2862)
* mcedit segfaults after call Back from declaration (#2859)
* mcedit: unable to save changes in Safe save mode(#2832)
* Broken 'Enter' action on a rpm file containing space character
in filename (#2838)
* extfs: uc1541 broken handling (#2864)
* mc.ext: OGV format handled as audio (#2869)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlBOJnkACgkQb3oGR6aVLponbQCfX6hyjYNHJLvR3z55jnjyeKcC
9oMAn0asX0jQwy++Z6oPp807qhLsLCV2
=u/J2
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.5 (stable) released

2012-09-10 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.5 now released (stable).
Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.5:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.5)

- - Editor

* Code refactoring and cleanup (#1977)

- - Misc

* Use unrar to view RAR archives if rar is unavailable (#2847)
* Syntax highlighting news and updates:
- update assembler.syntax: x86 AMD64 registers highlighting
(#2542)
- new cmake.syntax: preliminary and incomplete syntax file for
CMakeLists.txt files (#2084)
- new dlink.syntax: syntax highlighting for D-Link switches
command set (#2649)
- update properties.syntax: more nice look-and-feel (#1869)
* File extension support:
- .ogm extension was deprecated in favor of .ogv (#2664)

- - Fixes

* CK_History removes CK_HistoryNext entries (#2313)
* Partially broken loading of user-defined keymap file (#2848)
* Enter on directory named '~' goes to the home one (#2874)
* Cannot Copy/Move files with filename encoding change (#2791)
* Duplicate entities in panel with 'tree view' mode (#2835)
* Broken synchronization with filelist and tree panels (#2862)
* mcedit segfaults after call Back from declaration (#2859)
* mcedit: unable to save changes in Safe save mode(#2832)
* Broken 'Enter' action on a rpm file containing space character
in filename (#2838)
* extfs: uc1541 broken handling (#2864)
* mc.ext: OGV format handled as audio (#2869)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlBOJnkACgkQb3oGR6aVLponbQCfX6hyjYNHJLvR3z55jnjyeKcC
9oMAn0asX0jQwy++Z6oPp807qhLsLCV2
=u/J2
-END PGP SIGNATURE-
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Problem using ftp

2012-08-23 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

23.08.2012 19:57, Theodore Kilgore wrote:

 Thus, I would ask whether or not this situation is known, whether
 it is a peculiar bug of the MC release which is in
 Slackware64-current and has already been fixed, or what. In short,
 is this a current bug in MC, or is some other party to blame for
 it?

Yes, it's well-known issue and already fixed in latest releases.
Try to use 4.8.4 version. I don't know is Slackware have binary
package for 4.8.4, so you may get sources from download page:
https://www.midnight-commander.org/downloads?order=iddesc=1 and
compile by yourself.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlA2iiMACgkQb3oGR6aVLppbSQCff6ymVX9U605glJVpq0gZ9Se9
jroAnimuG6eUrP++lqnSKUzO8UIulClh
=wRiK
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.4 (stable) released

2012-07-18 Thread Slava Zanko
Hi all,

mc-4.8.1.4 now released (stable).
Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.4:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.4)

- Misc

* Tweak and cleanup of code in case of --disable-charset option usage 
(#2827)
* File extension support:
- .gem - rubygems (#2797)
- .cpio.xz - compressed cpio archives (#2798)

- Fixes

* Build failure on FreeBSD 6 (#2808)
* src/filemanager/filegui.c does not compile on Solaris due to missing 
macros (#2825)
* Loss of data on copy to full partition (#2829)
* Misinterpretation of dirs as command line arguments (#2783, #2805)
* Number of panelized files was limited to 127 (#2813)
* URL with port was stored wrong in history (#2833)
* Can't find 00 (zeroes) in patterns in hex search (#2795)
* Hotkey conflicts in 'Search' dialog (#2843)
* Garbage directory listing in ftpfs (#2800)
* Incomplete sand256 skin (#2807)
* mcedit scripts are installed as data files (#1437)
* Tests failure on PowerPC,S390,S390x (#2804)
* Fail to compile if --without-vfs configure option specified (#2834)
* do_panel_cd: FTBFS with --enable-tests on 
[kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)



-- 
WBR, mc development team.




signature.asc
Description: OpenPGP digital signature
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Respect XDG environment variables

2012-06-15 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

13.06.2012 18:50, Rashid N. Achilov wrote:
 On Wednesday 13 June 2012, Slava Zanko wrote:
 
 These hardcoded paths have used only in one case: if you specify 
 MC_HOME environment variable. For example: MC_HOME=/tmp/mchome-$$
 mc
 
 in this case you'll have directory structure: 
 /tmp/mchome-12345/.cache /tmp/mchome-12345/.config 
 /tmp/mchome-12345/.local/share
 
 In any other cases (when MC_HOME variable isn't set) mc used
 XDG_* variables as well, you may check it yourself :).
 
 Not. These hardcoded path' will use when --with-homedir=XDG will
 set in configure

Should be set --with-homedir=XDG in configure script and in runtime
should be set MC_HOME environment variable. Only in this case mc uses
hardcoded paths. If you'll set the '--with-homedir=XDG' configure
variable, but keep empty the MC_HOME environment variable, then mc
will respect XDG_* variables as well.

 I see in configure option --with-homedir, which specified location
 of home directory. In this parameter I can set XDG and mc will
 respect XDG standards. So, respect XDG standards IMHO is use
 environment variables, when they are defined. When
 --with-homedir=XDG MC will hardly use .local, .cache and
 .config dirs instead.

Yes, if --with-homedir will equals to XDG, then mc respect XDG
standards with environment variables. I'd like to say again: the
hardcoded paths will used only(!!!) if you'll set MC_HOME environment
variable. Keep this variable empty and you get street magic, as you
expected.

 Well. Stop this boring thread. You had have said, I had have
 heard.

I don't sure that you heard exactly what I said :(
Sorry, I don't mean to offend you - my English isn't ideal, this a reason.


P.S. just try to download latest release from m-c.o, compile and run
the compiled app:

XDG_CONFIG_HOME=$HOME/.config2 /path/to/compiled/mc

if, after the command, you'll not see the ~/.config2 directory, I'll
eat my keyboard with video on youtube, I promise.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/bdzIACgkQb3oGR6aVLppDFACeOcANpTm3140BuY/phfXkWiQY
s8kAn2QsaVKg9ouRCW44o0yM+jI/X5Cu
=drgW
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Respect XDG environment variables

2012-06-12 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

11.06.2012 15:44, Rashid N. Achilov wrote:
 mc 4.8.1 start to use XDG specification to place their preferences
 files. But why mc don't use XDG environment variables
 XDG_DATA_HOME, XDG_CACHE_HOME, XDG_CONFIG_HOME? These variables
 intended for overlapping default locations. I don't like .cache,
 .config and similar directly at home directory, so I had have
 done a patch, whcih respect XDG_* environment variables. Use
 g_getenv from glib.

These hardcoded paths have used only in one case: if you specify
MC_HOME environment variable. For example:
MC_HOME=/tmp/mchome-$$ mc

in this case you'll have directory structure:
/tmp/mchome-12345/.cache
/tmp/mchome-12345/.config
/tmp/mchome-12345/.local/share

In any other cases (when MC_HOME variable isn't set) mc used XDG_*
variables as well, you may check it yourself :).

So, I don't understand why we should respect XDG variables when we
want to redefine the base placement of configs. Supporting of MC_HOME
variable intended for testing/temporary purposes only, therefore in my
opinion, supporting of XDG_* variables not needed in this case (the
more so that XDG-variables can contain absolute paths).

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/XhAkACgkQb3oGR6aVLpqKOACfTIuMMPoL2VvudBtN1lHAHBfh
7Y8An2Oczh4l61QQCFnyzwRm7nyo3wEq
=7iib
-END PGP SIGNATURE-
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.3 (stable) released

2012-04-25 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.3 now released (stable). The reason of fast release: fixes of
crashes.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.3:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.3)

- - Fixes

 * Crash at Chown command (#2784)
 * Crash when creating relative symlink (#2787)
 * Directories are opened in wrong panels (#2783)
 * Error message when entering into compressed tar and cpio archives
(#2785)
 * Fails to build from source with --enable-tests (#2786)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+YOb8ACgkQb3oGR6aVLprq1ACfaSnurAF9IvfMmh5lK5csFOv8
csoAn2yx5IfFpIfvxXSljIgmZJTiM6W/
=ulA5
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.3 (stable) released

2012-04-25 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.3 now released (stable). The reason of fast release: fixes of
crashes.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.3:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.3)

- - Fixes

 * Crash at Chown command (#2784)
 * Crash when creating relative symlink (#2787)
 * Directories are opened in wrong panels (#2783)
 * Error message when entering into compressed tar and cpio archives
(#2785)
 * Fails to build from source with --enable-tests (#2786)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+YOb8ACgkQb3oGR6aVLprq1ACfaSnurAF9IvfMmh5lK5csFOv8
csoAn2yx5IfFpIfvxXSljIgmZJTiM6W/
=ulA5
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commender 4.8.3 (latest) released

2012-04-22 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.3 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.2
(https://www.midnight-commander.org/wiki/NEWS-4.8.3)

- - Misc

* Code cleanup (#2780)

- - Fixes

* Broken support of XDG_* shell variables (#1851)
* Segmentation fault while background copying (#2663)
* MC ignores second directory argument (#2762)
* Interpretation of LANG variable needs to be case insensitive (#2386)
* Cannot copy zero-length files with Preallocate space option
(#2755)
* Problem in the Copy operation with unchecked the Preserve
attributes option (#2278)
* * Cursor position reset after update when panel is panelized,
but doesn't (#2766)
* File selection reset after exit from the archive in the root (#2776)
* Hotlist: broken newly added entries if old-style path is present
(#2753)
* Can't rebind Fx keys in the file manager (#2384)
* justified menu alignment (#2756)
* The last (or single) word of hyperlinks in the interactive help
don't act on mouse clicks (#2763)
* 'cd' command is not working in shell link (#2758)
* mc hangs on switching screens (#2608)
* Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
* mcedit can't run w/o file as parameter (#2754)
* mcedit can't record input char (#2757)
* mcedit: save file on top of existing directory changes dir's
permissions (#2761)
* Unable to edit gzipped files (#2759)
* mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
* Segfault after open incorrect archive (#2775)
* mcdiff crashes if one panel is not in the listing mode (#2769)
* The password for vfs sessions remains in input history (#2760)
* Showing directory sizes is broken in VFS'es (#2765)
* Stale symlinks in vfs (#2777)
* Active VFS directories list contain incorrect current path (#2779)
* Date not set properly in manpage (#2692)
* Empty texinfo rule in mc.ext (#2774)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+T+98ACgkQb3oGR6aVLpoLXQCeJoCAa/PqXHxUhekDvW2BroPM
W3AAniUAJ/SvXjVJm1yedo8uwyrZRH80
=OEhD
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.2 (stable) released

2012-04-22 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.2 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.1:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.2)

- - VFS

* Internal VFS reorganization (#2695).

- - Misc

* Code cleanup (#2781)

- - Fixes

* Broken support of XDG_* shell variables (#1851)
* Segmentation fault while background copying (#2663)
* Interpretation of LANG variable needs to be case insensitive (#2386)
* Cannot copy zero-length files with Preallocate space option
(#2755)
* Problem in the Copy operation with unchecked the Preserve
attributes option (#2278)
* Cursor position reset after update when panel is panelized, but
doesn't (#2766)
* File selection reset after exit from the archive in the root (#2776)
* Can't rebind Fx keys in the file manager (#2384)
* The last (or single) word of hyperlinks in the interactive help
don't act on mouse clicks (#2763)
* Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
* mcedit can't record input char (#2757)
* mcedit: save file on top of existing directory changes dir's
permissions (#2761)
* mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
* Segfault after open incorrect archive (#2775)
* mcdiff crashes if one panel is not in the listing mode (#2769)
* Active VFS directories list contain incorrect current path (#2779)
* Date not set properly in manpage (#2692)
* Empty texinfo rule in mc.ext (#2774)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+UEQQACgkQb3oGR6aVLppDSACfQF+qlQcBFpBgINVHweeT3467
j9wAn3Czc66qXjDAWE6wfLMXl45H+2bV
=28U0
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.2 (stable) released

2012-04-22 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.2 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1.1:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.2)

- - VFS

* Internal VFS reorganization (#2695).

- - Misc

* Code cleanup (#2781)

- - Fixes

* Broken support of XDG_* shell variables (#1851)
* Segmentation fault while background copying (#2663)
* Interpretation of LANG variable needs to be case insensitive (#2386)
* Cannot copy zero-length files with Preallocate space option
(#2755)
* Problem in the Copy operation with unchecked the Preserve
attributes option (#2278)
* Cursor position reset after update when panel is panelized, but
doesn't (#2766)
* File selection reset after exit from the archive in the root (#2776)
* Can't rebind Fx keys in the file manager (#2384)
* The last (or single) word of hyperlinks in the interactive help
don't act on mouse clicks (#2763)
* Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
* mcedit can't record input char (#2757)
* mcedit: save file on top of existing directory changes dir's
permissions (#2761)
* mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
* Segfault after open incorrect archive (#2775)
* mcdiff crashes if one panel is not in the listing mode (#2769)
* Active VFS directories list contain incorrect current path (#2779)
* Date not set properly in manpage (#2692)
* Empty texinfo rule in mc.ext (#2774)

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+UEQQACgkQb3oGR6aVLppDSACfQF+qlQcBFpBgINVHweeT3467
j9wAn3Czc66qXjDAWE6wfLMXl45H+2bV
=28U0
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: translator help

2012-04-12 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

11.04.2012 02:52, Marco Ciampa wrote:
 I used to be the Italian MC translator. Now I cannot access the git
 archive. I was not active for a long time and MC needs to be
 updated.
 
 May I re-gain vc write permission again?
 
 I cannot think that a web interface is a good thing for a 
 caracter-space constrained application as is MC. Messages needs to
 be finely space calibrated...only a compilation could test it well.
 IMHO a translator needs to compile and test the program _before_
 committing to any user-frendly web interface as Transiflex...in
 this regard Transiflex could easily drive to
 translation(positional/space) errors...
 
 TIA
 
Transifex have console client named tx. I constantly updated
translations from Transifex via 'tx' utility. For example:
tx pull
fetch translations (*.po files) from Transifex
tx push -l it
send it.po to Transifex

But if you want make direct commits to repo, just sign in to
github.com and tell me your github's account name. I'll add you to
pusher's list.


- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+HHLYACgkQb3oGR6aVLpr5AgCaAnownWy7RKFn1vqMCJ5GOXa+
VR0An0kFHiu89u69Erl4720iIFkrjYN6
=XBvM
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: System-wide smooth scrolling?

2012-03-23 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

23.03.2012 13:16, Gilles wrote:

 Smooth scrolling is available per user through ~/.mc/ini. I was
 wondering if MC provided a system-wide configuration file so that 
 settings applied to all users (root and non-root)?
 
 Thank you.

/etc/mc/mc.ini

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9sarMACgkQb3oGR6aVLppB5wCfeIFCy2jwK63POEvRI1PAlzDg
BokAoIRVgipvmI+/OF5gmHY1AvqejhfS
=OsV5
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.1 (stable) released

2012-03-20 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.1 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.1)

Version 4.8.1.1

- - Core

  * Added new flag -X (--no-x11) to allow dont't use X11 to get the
state of modifiers Alt, Ctrl, Shift
  * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog
  * Support of '~' as home dir in hotlists
  * Learning of 'Back Tab' now is possible from 'Learn keys' dialog
  * Optional '0x' prefix for hexadecimal search

- - Editor

  * Added as.syntax

- - Viewer

  * Added action bindings for backward search

- - Misc

  * Added hotkeys for all radio/check-buttons in search/replace dialogs
  * New file bindings:
  - .m4v, .ts - video
  - djv - DjVu
  * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z
  * Updated list of known browsers: gnome-moz-remote mozilla firefox
konqueror opera
  * Added MC_HOME environment variable to set up home directory of MC

- - Fixes

  * Compile failure of 4.8.1 on xBSD because Undefined symbols:
_posix_fallocate
  * MC deletes the wrong file because of forced panel reload before
file operation
  * Cannot chdir to directory if directory name contains the dollar sign
  * Incorrect panel size after change panel split type
  * Wrong total bytes counter for subdirs in copy/move dialog
  * Display corruption in panels after window shrink
  * Command line is unaccessible from tree panel
  * Extra confirmation before delete an empty hotlist group
  * Can't open an edit zero-length file from VFS in mcedit
  * mcedit crashes when ~/.config is a file
  * mcedit: reset selection after END/HOME/PgDn/PgUp
  * 'make check' fails on arm and alpha (-z muldefs)

- -- 
WBR, mc development team..
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9oY20ACgkQb3oGR6aVLpqO3gCgg3CdQeJmgU4e63dEejC5CeBZ
LZAAnixvnZ3BTE60KrcKui4aNFYoLGJR
=momv
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.1.1 (stable) released

2012-03-20 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1.1 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.1:
(http://www.midnight-commander.org/wiki/NEWS-4.8.1.1)

Version 4.8.1.1

- - Core

  * Added new flag -X (--no-x11) to allow dont't use X11 to get the
state of modifiers Alt, Ctrl, Shift
  * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog
  * Support of '~' as home dir in hotlists
  * Learning of 'Back Tab' now is possible from 'Learn keys' dialog
  * Optional '0x' prefix for hexadecimal search

- - Editor

  * Added as.syntax

- - Viewer

  * Added action bindings for backward search

- - Misc

  * Added hotkeys for all radio/check-buttons in search/replace dialogs
  * New file bindings:
  - .m4v, .ts - video
  - djv - DjVu
  * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z
  * Updated list of known browsers: gnome-moz-remote mozilla firefox
konqueror opera
  * Added MC_HOME environment variable to set up home directory of MC

- - Fixes

  * Compile failure of 4.8.1 on xBSD because Undefined symbols:
_posix_fallocate
  * MC deletes the wrong file because of forced panel reload before
file operation
  * Cannot chdir to directory if directory name contains the dollar sign
  * Incorrect panel size after change panel split type
  * Wrong total bytes counter for subdirs in copy/move dialog
  * Display corruption in panels after window shrink
  * Command line is unaccessible from tree panel
  * Extra confirmation before delete an empty hotlist group
  * Can't open an edit zero-length file from VFS in mcedit
  * mcedit crashes when ~/.config is a file
  * mcedit: reset selection after END/HOME/PgDn/PgUp
  * 'make check' fails on arm and alpha (-z muldefs)

- -- 
WBR, mc development team..
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9oY20ACgkQb3oGR6aVLpqO3gCgg3CdQeJmgU4e63dEejC5CeBZ
LZAAnixvnZ3BTE60KrcKui4aNFYoLGJR
=momv
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: mc extension not working since 4.7

2011-12-18 Thread Slava Zanko

On 10.12.2011 22:01, Pascal Dag wrote:


with mc  4.7, I have issues accessing my fritz.box.
A blank appear in the front of the USB storage name in the mc menue (see link 
of imagebin below).
so a scrolling in subdirectories with return key is not possible.
an access with the line command cd usbstickname is possible.
I personally evaluate this as a bug.
Could you please help? Is there a workaround or a setup for avoiding this?
my distro is tinycorelinux with mc 4.7.5 and 4.8.
my other distro ubuntu 10.04 with mc 4.7 is ok.


Please, try to use latest releases, such as 4.7.5.6 or 4.8.1

This know bug and was fixed in these releases.

--
WBR, Slavaz.
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commender 4.8.1(latest) released

2011-12-15 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.1 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixes since 4.8.0 
(https://www.midnight-commander.org/wiki/NEWS-4.8.1)

- - Core

  * Use posix_fallocate64() when copying files/moving to a new mount point 
(#2610)
  * Faster startup (#2637)
  * Support of extended mouse clicks beyond 223 (#2662)

- - VFS

  * Added exit point (..) at the top of file list (after external 
panelization) (#275, #278)

- - Editor

  * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison 
syntax completed with all symbols (#1647)
  * Updated syntax files:
 - lua

- - Misc

  * Updated skins:
 - sand256 (#2640)
 - xoria256 (#2641)
  * Added ability to move MC config files to specified place instead of 
multiple places in $HOME. (#2636)
  * Added configure option --with-homedir (default value: XDG) (#2636)
  * Respect traditional placement of user preferences on Mac OS X (#2658 as 
part of #2636)
  * A few useful additions to filehighlight.ini (#2646)

- - Fixes

  * Doesn't compile when using --disable-nls (#2639)
  * Сan't compile on OpenIndiana (Solaris) (#2643)
  * Moving content of bindings to mc.ext during 4.7 - 4.8 upgrade breaks mc
  * Free space on filesystems 2TB is not displayed properly (#2338)
  * Not all errors are skipped after Ignore all choose (#71)
  * Input field in password mode is fully masked with asterisks (#2653)
  * In Copy File dialog the preserve Attributes checkbox is always 
unchecked for filesystems mounted with FUSE (#2254)
  * Command line cursor misplaced after a resize in viewer/editor (#2678)
  * Save of some learned keys is broken (#2676)
  * Editor sometimes shows two dots instead of letter (#2372)
  * Editor: word completion should ignore the current word (#2614)
  * Viewer sometimes shows two dots instead of letter (#1730)
  * Viewer shows two dialogs when searcj hot found (#2677)
  * Сannot navigate over spftp servers (#2634)
  * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
  * VFS: broken SMB (#2652)
  * man page lies about mc.keymap (#2675)
  * mc does not preserve file mtime when copying over ssh (#2625)

Enjoy.

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7prhwACgkQb3oGR6aVLpo29ACfeJDPCoxjqafM/ETmfmE4PofB
+isAniyzNTH9LeZWYgXD9Rht+wjXZmBY
=Wdfm
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5.6 (stable) released

2011-12-15 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.6 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5.5: 
(http://www.midnight-commander.org/wiki/NEWS-4.7.5.6)

- - Core
  * Faster startup (#2637)

- - Editor
  * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison 
syntax completed with all symbols (#1647)

- - Misc
  * A few useful additions to filehighlight.ini (#2646)

- - Fixes
  * Сan't compile on OpenIndiana (Solaris) (#2643)
  * In Copy File dialog the preserve Attributes checkbox is always 
unchecked for filesystems mounted with FUSE (#2254)
  * Save of some learned keys is broken (#2676)
  * Command line cursor misplaced after a resize in viewer/editor (#2678)
  * Editor word completion should ignore the current word (#2614)
  * Editor sometimes shows two dots instead of letter (#2372)
  * Viewer sometimes shows two dots instead of letter (#1730)
  * Viewer shows two dialogs when searcj hot found (#2677)
  * extfs: strange error message when opening a 7z file if p7zip is not 
installed (#2598)
  * Сannot navigate over spftp servers (#2634)
  * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
  * mc does not preserve file mtime when copying over ssh (#2625)


Notice: this is a latest release in 4.7.5.x branch. Next releases will be have 
new base: 4.8.1.x. Be aware, please.


- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7psWEACgkQb3oGR6aVLpqS7wCfeoAOiTCWNUCUT5haIsw4goAg
5VcAnRoDE5Cr+En0KwRc3iZcJNvLEsXE
=Laxb
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Re: Recommended version for distributions

2011-10-20 Thread slava zanko
2011/10/20 Jakob Gruber jakob.gru...@gmail.com

Hi Jakob,

As I'm not sure what the best policy is here, I'd like to ask which
 version you recommend for inclusion in distros:
  * the latest released version (currently 4.8.0), or
  * latest stable released version (currently 4.7.5.5)


Well, you may select stable/latest versions by yourself. You should use
latest versions  if you want fetured but brobably unstable application (and
for us it's better choice because army of testers will be increased ;). You
should use stable versions If you want much stable, but less featured
applisation.

Stable/latest version is very usefull for distributives with stable versions
such as Debian / Debian Stable, Ubuntu / Ubuntu LTS, Fedora(Rawhide) /
RHEL(CentOS) etc. As I know, guys from Gentoo team always included latest
version because Gentoo is rolling-release distro.
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.8.0 (latest) released

2011-10-19 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.0 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.0-pre2
(http://www.midnight-commander.org/wiki/NEWS-4.8.0)

- - Misc
  * Code cleanup (#2620)
  * License version updated to GPL3+ (#1551)
  * Added new translation:
* Interlingua

- - Fixes
  * Viewer: cursor position is not restored in hex mode (#2543)
  * fish: broken panels drawing after entering password (#2611)
  * fish: content of modified file is appended instead of overwritten in the 
remote host (#2632)
  * extfs: broken navigation in archives if current path is encoded (#2621)
  * extfs: strange error message when opening a 7z file if p7zip is not 
installed (#2598)

For view changes since 4.7.5, see 
https://www.midnight-commander.org/wiki/NEWS-4.7.5...4.8.0

Thanks for using Midnight Commander.

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6ezpYACgkQb3oGR6aVLpqy0QCcD8B/GbA4Vp505Epfc3rYuL0h
N14AoISqFBOw31kWMSYBOpJeBOpvMtxQ
=qI+I
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Re: F5/F6 rename functionality

2011-10-07 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

06.10.2011 14:02, slaj wrote:

 Why the HECK you removed rename functionality from F5/F6?!! What idiot 
 decided to change the F5/F6 window to not
 show the file name!!! I've just updated MC after many years to see that 
 developers are destroying this gem! Sorry
 to say!! I would prefer that MC development was stalled if you are going to 
 make it worse with these new versions! 
 Sorry, but sincerely this made me really angry. Please fix this ASAP, the 
 most important feature of MC!!
 

Wow, easy, easy...

We haven't touched F5/F6 functionality, this looks like as your personal bug. 
Explain us more about your environment
(version of mc, used distro etc).

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6OnfcACgkQb3oGR6aVLprKxgCeMoFgGKHOHJOZD3XTYqJnr+gi
I3EAoIdzpT3dM/vjZUhnOjh91H1rbIXj
=wTLW
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Update license from GPLv2+ to GPLv3+ version.

2011-09-30 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

We need to update version of GPL license, because some issues (such as 
https://www.midnight-commander.org/ticket/2338)
requires ideas and some pieces of code from another GPLv3-only projects. In 
team opinion, better way is change license
number (better than 'black box' reverse ingeneering or any other).

Current license of mc is GPLv2+. This mean, development's agreement to replace 
the license number included in the
GPL2+ and no need to ask every contributor who has take time to project.

But we ask people here: if anyone have issues, disagreement or purposes about 
changing license number - please, ask us
in this mailists. We are glad to listen your points of view.


- -- 
WBR,development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6Ft1AACgkQb3oGR6aVLpog+ACdGyObohpAtV4n8hodUGluzRrt
deAAniHOEqF45NkUW6A+PSkMCTNLpZWy
=EJhd
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Update license from GPLv2+ to GPLv3+ version.

2011-09-30 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

We need to update version of GPL license, because some issues (such as 
https://www.midnight-commander.org/ticket/2338)
requires ideas and some pieces of code from another GPLv3-only projects. In 
team opinion, better way is change license
number (better than 'black box' reverse ingeneering or any other).

Current license of mc is GPLv2+. This mean, development's agreement to replace 
the license number included in the
GPL2+ and no need to ask every contributor who has take time to project.

But we ask people here: if anyone have issues, disagreement or purposes about 
changing license number - please, ask us
in this mailists. We are glad to listen your points of view.


- -- 
WBR,development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6Ft1AACgkQb3oGR6aVLpog+ACdGyObohpAtV4n8hodUGluzRrt
deAAniHOEqF45NkUW6A+PSkMCTNLpZWy
=EJhd
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.7.5.5 (stable) released

2011-09-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.5 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1


Major changes and fixies since 4.7.5.4
(https://www.midnight-commander.org/wiki/NEWS-4.7.5.5)

- - Fixes:
 * ctrl-x shortcut for extended keybindings mode doesn't work out of
box (#2609)
 * Viewer: cursor position is not restored in hex mode (#2543)
 * FISH: broken panels drawing after entering password (#2611)

Enjoy!

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6Dby8ACgkQb3oGR6aVLppstACfeJ88D/8QK1lPj/Y74SS3RWLL
XqoAnRFjpeDIj/m4ipDUVgi2nrqNp6Zf
=T/UP
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: VFS access from other programs

2011-09-18 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

17.09.2011 03:30, 何平 wrote:
 Hello. Can I use the VFS path shown in activated VFSs in another
 programs, like gedit, eog?

Well... mc always will make local copy of file  in the temporary
directory for use in third-party apps. After editing, this temp file
will be uploaded back to VFS.

Generally, you cannot specify VFS path to any third-party application,
exception case is if these applications have own VFS layer, and VFS path
in mc suddenly will be valid for VFS subsystem of used application.

 Thanks, MC rocks
truly.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEUEARECAAYFAk52U9sACgkQb3oGR6aVLppDWgCY2MMl36Kgv2gdFfBUd09Rm7YU
XgCdHNPA9vPH2zqfxhAOVX9SsbApJGg=
=QlDL
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc-4.8.0-pre2 (2'nd release candidate) released

2011-09-12 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.0-pre2 now released.


Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.8.0-pre1
(http://www.midnight-commander.org/wiki/NEWS-4.8.0-pre2)

- - Core
  * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type 
(useful for screen/tmux) (#2601).

- - VFS:
  * New extfs plugin: gitfs (#2467);
  * patchfs enchancement: join several hunks of the same file into one VFS 
entry (#2573).

- - Misc:
  * mc.ext: use include for $EDITOR entries (#1689);
  * New file bindings:
 - .3gp - video (#2583).

- - Fixes:

  * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587);
  * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589);
  * Duplication of variable declarations (#2576);
  * Incorrect TTY layer initialization (#2601);
  * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to 
CdParentSmart action (#2522);
  * M-o works unexpectedly on symlink shortcuts (#2590);
  * Panelize doesn't honour current sorting (#2175);
  * Hintbar jumps to the top of the screen and overwrites main menu (#2593);
  * File size column is bogus for widths above 9 (#2580);
  * Hex search: incorrect length usage in hexadecimal search (#2579);
  * Editor: Incorrect Pascal syntax highlighting (#2531);
  * Editor: mouse clicks are ignored on the bottom line (#2591);
  * Editor: extended keybingings are broken (#2586);
  * Viewer: Fixed search finds bold/underlined strings twice and highlight 
search results (#265);
  * Broken listing in ExtFS VFS module (#81);
  * File name length is limited in tar archive (#2201);
  * Crash when copying symlink over ssh (#2582);
  * Broken panels recode (#2595);
  * ftp failures - leading white space in file name (#2594);
  * FISH hangs while copiyng a lot of small files (#2605).


Next release will be 4.8.0, therefore strings for translations now frozen (two 
months).
Your bugreports are welcome.

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5t6MEACgkQb3oGR6aVLpqSdQCfQDjV5lX2ClqUZ77LOZ/4aKIc
5AAAn1/5vz6p9N7JxQFbx7M2RcSYTPMB
=Qz4S
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5.4 (stable) released

2011-09-12 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.4 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5.3 
(http://www.midnight-commander.org/wiki/NEWS-4.7.5.4):

- - Core:
  * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type 
(useful for screen/tmux) (#2601).

- - Misc:
  * New file bindings:
- .3gp - video (#2583).

- - Fixes:
  * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587);
  * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589);
  * Incorrect TTY layer initialization (#2601);
  * M-o works unexpectedly on symlink shortcuts (#2590);
  * Panelize doesn't honour current sorting (#2175);
  * Hintbar jumps to the top of the screen and overwrites main menu (#2593);
  * File size column is bogus for widths above 9 (#2580);
  * Editor: mouse clicks are ignored on the bottom line (#2591);
  * Editor: extended keybingings are broken (#2586);
  * File name length is limited in tar archive (#2201);
  * Ftp failures - leading white space in file name (#2594);
  * FISH hangs while copiyng a lot of small files (#2605).

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5t6u8ACgkQb3oGR6aVLprfRQCfQl4vnQ4TOY3Xhc1asmmxOC63
L/MAn1+6Y7lPoadQbId1ac4+BqoUKhKK
=1ptd
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5.4 (stable) released

2011-09-12 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.4 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5.3 
(http://www.midnight-commander.org/wiki/NEWS-4.7.5.4):

- - Core:
  * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type 
(useful for screen/tmux) (#2601).

- - Misc:
  * New file bindings:
- .3gp - video (#2583).

- - Fixes:
  * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587);
  * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589);
  * Incorrect TTY layer initialization (#2601);
  * M-o works unexpectedly on symlink shortcuts (#2590);
  * Panelize doesn't honour current sorting (#2175);
  * Hintbar jumps to the top of the screen and overwrites main menu (#2593);
  * File size column is bogus for widths above 9 (#2580);
  * Editor: mouse clicks are ignored on the bottom line (#2591);
  * Editor: extended keybingings are broken (#2586);
  * File name length is limited in tar archive (#2201);
  * Ftp failures - leading white space in file name (#2594);
  * FISH hangs while copiyng a lot of small files (#2605).

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5t6u8ACgkQb3oGR6aVLprfRQCfQl4vnQ4TOY3Xhc1asmmxOC63
L/MAn1+6Y7lPoadQbId1ac4+BqoUKhKK
=1ptd
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.7.5.3 (stable) released

2011-07-27 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.3 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5.2: 
(http://www.midnight-commander.org/wiki/NEWS-4.7.5.3)

Core

Optimized loading and saving of configurations and histories;
Reimplemented i18n support in 'Chmod' dialog window

Misc

New file bindings:
.mts: handle as videofile;
.torrent: view using ctorrent

Fixes

If active panel changed type from file listing to info, inactive panel is 
not become active;
Incorrect files mark by mouse;
Panelize content is lost when doing F5/F6/F8 on a file on the other panel;
Search dialog trims leading spaces in input field;
Wrong Backspace key behavior in QuickSearch? mode if BS key is mapped to 
CdParentSmart? action;
Find file: broken lynx-like navigation in panelization of search result;
Hex search: incorrect length usage in hexadecimal search;
Editor: incorrect Pascal syntax highlighting;
Viewer: fixed problems while displaying UTF-8 manual pages;
Viewer: fixed incorrect starting offset for 'search again';
Viewer: fixed search finds bold/underlined strings twice and highlight 
search results;
VFS: bashisms in extfs;
VFS: patchfs incorrectly works with filenames containing spaces;
VFS: ftpfs: fixed access to file names starting with space;
Browsing *.deb files is broken with latest Perl;


- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4vvb0ACgkQb3oGR6aVLppthwCffUek6KUMU6YPjiLdSrkAgiwN
fZMAnjeSVp9IwnPOcH0sO6xmtu5ZV5LS
=h+Pp
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


mc-4.8.0-pre1 (1'st release candidate) released

2011-07-11 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.8.0-pre1 now released.

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5:
http://www.midnight-commander.org/wiki/NEWS-4.8.0-pre1

Bugreports are welcome.

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk4bZv0ACgkQb3oGR6aVLprPrgCffo9Na+snwWIntw21VddS9j0q
HN8An16FTDCsJu8nqTpSZwaaB4KbUUrB
=351q
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: ipv6 in mc

2011-07-07 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

06.07.2011 21:34, Kevin Wilson wrote:

 I did try with square brackets and when trying with a remote machine
 it gave an error. When you talk about master branch I suppose
 you are talking about the git tree. Could it be that it is not included
 in  mc-4.7.5.2-1 in the Fedora I have ?

Backport to stable 4.7.5.x branch is very difficult task because now we
have lot of changes in VFS.


 In fact, I don't mind to download and build the git tree if I know for
 sure it is there, with mc-4.7.5.2-1 (which comes with Fedora 15 distribution).

I hope, mc-4.8.0 will be in updates for Fedora-15... Jindřich Nový, are
you here? :)

BTW, some time ago we supported own RPM build farm (for CentOSes and
Fedoras) for nightly builds of 'master' branch and for releases... but
for some reason farm doesn't exists now. Can anyone have some hardware
resources for setting up build farm again?

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk4V8/AACgkQb3oGR6aVLpqaqwCdGrLvPz9Hpq0uFR8Ns0OT0IYv
XBMAnRcWMsSQh6SqIl805CG+uiDgQU1A
=r83L
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Re: mc bug

2011-06-30 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

30.06.2011 13:37, Admin Baucolor wrote:
 Ubuntu server 11.04

How version of mc?
What names of 'from' VFS and 'to' VFS)?
Whence you copy (full path) and where (full path) you copy a file?
What source file permissions and what permissions of destination directory?

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk4M3lQACgkQb3oGR6aVLpr79gCfeydesh22Jk7XYpe4bfa+jVDV
xsgAn3wKETPgqjx4rbUvjR1OJ3v7rcas
=Sn+x
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5.2 (stable) released

2011-04-11 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.5.2 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5.1:
http://www.midnight-commander.org/wiki/NEWS-4.7.5.2

Have a nice day.

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2i6OQACgkQb3oGR6aVLpr49ACfWB2L9SiBlhEgvfgkf3RI+Yq8
O7EAn1fMOszx3M9lYBLByuDAlw6fW2Fb
=bzw3
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5.2 (stable) released

2011-04-11 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.5.2 now released (stable).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5.1:
http://www.midnight-commander.org/wiki/NEWS-4.7.5.2

Have a nice day.

- -- 
WBR, mc development team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2i6OQACgkQb3oGR6aVLpr49ACfWB2L9SiBlhEgvfgkf3RI+Yq8
O7EAn1fMOszx3M9lYBLByuDAlw6fW2Fb
=bzw3
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: bug in mc when open zfs snapshots and mc-light theme

2011-02-13 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

05.02.2011 13:37, Veneto IT wrote:

 This bug occures, when open snapshots in hidden zfs snapshot directory
 .zfs (only in hidden!).
 For example:
 
 cd /tank/.zfs/snapshot/mysnapshot/
 It dosn't opens and reloads root directory

 But Mc opens whithout errors
 cd  /tank/.zfs/snapshot/
 *OS - Freebsd,  Filesystem - Zfs*

Can you show output of 'mc -V' command? What have permissions on hidden
directory? May be, have some xattrs or ACLs?..

BTW, if you will find the cause of the error, we will fix this bug ASAP,
but just FYI: no any of developers have Freebsd with ZFS snapsots, sorry :(
Personally for me, I don't have time to install FreeBSD and seting up
test environment (don't have time at the present time, sorry for the
tautology :). So, the fate of this bug is in your hands.

 In mc-light this operation  works very well.

Current mc and mc-light have huge count of differences, therefore
not surprising that there are differences in behavior (even if not to
the better side).

 And send my mc-light theme colors.
Thanks, your skin will added to repo in near time.

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1YULoACgkQb3oGR6aVLprYkwCfbg8JGCsQGxUWWnknzrFelD31
qlMAniSkD9zi+xA7XyjWpcbDxYkSGBNN
=Wthd
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc-4.7.5.1 (stable) released

2011-02-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.1 now released (stable branch).

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.0:
http://www.midnight-commander.org/wiki/NEWS-4.7.5.1

Enjoy!

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1NkZAACgkQb3oGR6aVLppsbwCfYvyoKZ2CBToy7pQCHxE5taMU
Oo4An2mBXufmKXy68rxZBbCfsKn6adPt
=7cCF
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


mc-4.7.5.1 (stable) released

2011-02-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5.1 now released (stable branch).

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.0:
http://www.midnight-commander.org/wiki/NEWS-4.7.5.1

Enjoy!

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1NkZAACgkQb3oGR6aVLppsbwCfYvyoKZ2CBToy7pQCHxE5taMU
Oo4An2mBXufmKXy68rxZBbCfsKn6adPt
=7cCF
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


RE: Question about donation

2011-02-02 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Max,

We don't need donations. Everything what we do, we do just for fun.

If you really want help to OpenSource, send your donation to FSF 
https://my.fsf.org/donate/


- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1Je7AACgkQb3oGR6aVLpqMtwCcCflsAZLXRehTa5o96hWkvQMV
iCkAn3JaztUbHJlj/ORYWfXXhUlvHDuA
=gPDF
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5 (stable and current) released

2010-12-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.5 now released (stable and current).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5-pre:
http://www.midnight-commander.org/wiki/NEWS-4.7.5

Merry Christmas and Happy New Year!

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk0Zy4wACgkQb3oGR6aVLpoJPgCeJS4pY1sqcSwVY7zPX2ZxaEgd
5XUAn2AdKcGMfPYj2HYuHL87IZgcWNf7
=xE19
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5 (stable and current) released

2010-12-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.5 now released (stable and current).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.5-pre:
http://www.midnight-commander.org/wiki/NEWS-4.7.5

Merry Christmas and Happy New Year!

- -- 
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk0Zy4wACgkQb3oGR6aVLpoJPgCeJS4pY1sqcSwVY7zPX2ZxaEgd
5XUAn2AdKcGMfPYj2HYuHL87IZgcWNf7
=xE19
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.7.5-pre1 (stable candidate) released

2010-12-08 Thread Slava Zanko

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5-pre1 now released (stable candidate).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.4:
http://www.midnight-commander.org/wiki/NEWS-4.7.5-pre1

Please note: this is prerelease for new stable branch with 4.7.5 code
base.
Feel free to testing and bug-reporting to us if some critical issues
is present.

Thanks!


- -- 

WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAkz/Z3EACgkQb3oGR6aVLprUGACfWs4NNAaHg7UVOviiFeBfNoqD
4pkAn3rh9SNDpbcegffQ9N1hT48SXROJ
=rID/
-END PGP SIGNATURE-

___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.5-pre1 (stable candidate) released

2010-12-08 Thread Slava Zanko

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.5-pre1 now released (stable candidate).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.4:
http://www.midnight-commander.org/wiki/NEWS-4.7.5-pre1

Please note: this is prerelease for new stable branch with 4.7.5 code
base.
Feel free to testing and bug-reporting to us if some critical issues
is present.

Thanks!


- -- 

WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAkz/Z3EACgkQb3oGR6aVLprUGACfWs4NNAaHg7UVOviiFeBfNoqD
4pkAn3rh9SNDpbcegffQ9N1hT48SXROJ
=rID/
-END PGP SIGNATURE-

___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Midnight Commander 4.7.0.9 (stable) released

2010-09-07 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.0.9 now released (stable branch).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.0.8:
http://www.midnight-commander.org/wiki/NEWS-4.7.0.9

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkyF7CsACgkQb3oGR6aVLprfNwCcDxFL43i26UzIG1Q+9Pxay1Nb
fSoAn3j11wZBmXh5JtJKcJjVvfy3Jb69
=QOy0
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.4 released

2010-09-07 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.4 now released (development branch).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.3:
http://www.midnight-commander.org/wiki/NEWS-4.7.4

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkyF7zMACgkQb3oGR6aVLppOPgCeKPIZdvsnZ1q7QIDrKN1dsphs
ioYAn1U8pjAr0dcWG956gVHz4JdfZcy3
=PhnX
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Midnight Commander 4.7.4 released

2010-09-07 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi all,

mc-4.7.4 now released (development branch).

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixes since 4.7.3:
http://www.midnight-commander.org/wiki/NEWS-4.7.4

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkyF7zMACgkQb3oGR6aVLppOPgCeKPIZdvsnZ1q7QIDrKN1dsphs
ioYAn1U8pjAr0dcWG956gVHz4JdfZcy3
=PhnX
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc-4.7.0.8 (stable) released

2010-08-06 Thread Slava Zanko

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.0.8 now released (stable branch)

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixies since 4.7.0.7:
http://www.midnight-commander.org/wiki/NEWS-4.7.0.8

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkxb2QkACgkQb3oGR6aVLpruOACcCCY8yCYS0vDMbbst1e1pS3y8
h+UAn0NIExrQAwRr4G8mndr265ca7yd1
=dQCM
-END PGP SIGNATURE-

___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


mc-4.7.0.8 (stable) released

2010-08-06 Thread Slava Zanko

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.0.8 now released (stable branch)

Download page: http://www.midnight-commander.org/downloads?order=iddesc=1

Major changes and fixies since 4.7.0.7:
http://www.midnight-commander.org/wiki/NEWS-4.7.0.8

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkxb2QkACgkQb3oGR6aVLpruOACcCCY8yCYS0vDMbbst1e1pS3y8
h+UAn0NIExrQAwRr4G8mndr265ca7yd1
=dQCM
-END PGP SIGNATURE-

___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Problem with question mark in the filename

2010-07-29 Thread Slava Zanko

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

29.07.2010 15:19, Hartmut Figge wrote:

 i know that this is not the right place to open a bug,

Why not? :)

 but i do miss a guide 'how to submit bugs for mc' on
 http://www.midnight-commander.org/wiki. ;)

You've needed register before post a bugreport... then you'll see link
named 'New ticket'.

 Create a new temp dir and change to it. Then issue touch a1?b2 mc
 Navigate to a1?b2 and press F6 a ESC TAB Home x gives xa1?b2 as
 intended The filename changes to xa1a1?b2b2 after confirmation.
 This result isn't really that one which was wanted. I am using

This bug already fixed as part of
http://midnight-commander.org/ticket/2123
Now you'll see 'a1\?b2' in copy/move dialog and after pressing enter
this name will be 'unescaped' as well (I hope ;) ).

 h...@e675 ~ $ mc --version GNU Midnight Commander 4.7.3

Bugfix already in 'master' branch (in our git-repo) and this bugfix
awaiting for next release.
Thanks for bugreport.

- -- 
WBR, Slavaz.

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkxRfXUACgkQb3oGR6aVLprGxgCeJ/IFKwulcFRc30Bop9C3MmEq
wykAn1nBwwpaEia4e1GGbIikfZuHP1wZ
=NHc6
-END PGP SIGNATURE-

___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[RE] mc-4.7.3 released

2010-07-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.3 now released (development branch)

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.2:
- -http://www.midnight-commander.org/wiki/NEWS-4.7.2
+http://www.midnight-commander.org/wiki/NEWS-4.7.3

Sorry, bug fixed ;)


- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkwyRQgACgkQb3oGR6aVLpqALACfSI5gj+JYcWXkMKbU3gJGTYli
3RsAmwb5rdXvD/jYpgrJ4/TPKOBUxbMj
=35+z
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


[RE] mc-4.7.3 released

2010-07-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.3 now released (development branch)

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.2:
- -http://www.midnight-commander.org/wiki/NEWS-4.7.2
+http://www.midnight-commander.org/wiki/NEWS-4.7.3

Sorry, bug fixed ;)


- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkwyRQgACgkQb3oGR6aVLpqALACfSI5gj+JYcWXkMKbU3gJGTYli
3RsAmwb5rdXvD/jYpgrJ4/TPKOBUxbMj
=35+z
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc-4.7.0.7 (stable) released

2010-07-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.0.7 now released (stable branch)

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.0.6:
http://www.midnight-commander.org/wiki/NEWS-4.7.0.7

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkwyRu0ACgkQb3oGR6aVLppLJQCfdl1Xu9MKatjp4nVnuoRuPCi+
344An3DKhz/DRgsQFN9i1fTYv33i+1ae
=B1RI
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc-4.7.0.6 (stable) released

2010-06-04 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.0.6 now released (stable branch)

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.0.5:
http://www.midnight-commander.org/wiki/NEWS-4.7.0.6

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkwJY9EACgkQb3oGR6aVLpp3gQCfcRMDz9Bas865UZf+zD168FFB
HFQAnjAotMSlsgZI26uKFveI1hDD7qqh
=xR5m
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Release out stable mc-4.7.0.5

2010-05-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

We have released out stable branch with version 4.7.0.5

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.0.4:
http://www.midnight-commander.org/wiki/NEWS-4.7.0.5

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkvhxPcACgkQb3oGR6aVLprd2QCcCGm0UFkUAxwH7RpjvaGCp9Yi
71MAniCr21z/w9IIdulERQr6huSR1Rbd
=qlCb
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


mc-4.7.2 released

2010-05-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.2 now released (development branch)

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.1:
http://www.midnight-commander.org/wiki/NEWS-4.7.1

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkvh2EsACgkQb3oGR6aVLpoeqACbBo/Vg7PsD79Teqz53JzQ60Vt
dNcAn3TQwAEKqm5K57AoMtu/lY8Qcp2X
=tsFk
-END PGP SIGNATURE-
___
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


mc-4.7.2 released

2010-05-05 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

mc-4.7.2 now released (development branch)

Download page: http://www.midnight-commander.org/downloads

Major changes and fixies since 4.7.1:
http://www.midnight-commander.org/wiki/NEWS-4.7.1

- -- 
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkvh2EsACgkQb3oGR6aVLpoeqACbBo/Vg7PsD79Teqz53JzQ60Vt
dNcAn3TQwAEKqm5K57AoMtu/lY8Qcp2X
=tsFk
-END PGP SIGNATURE-
___
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Release out experimental release mc-5.0

2010-04-02 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Miguel Pérez wrote:

 Congratulations for the new 5.0 branch. I've noticed it cannot run on
 Android because multi-touch seems to be broken there, at least for
 Motorolas. Should I file a bug report?

mc-5.0 now deprecated and removed. We continue work on next version (with much 
features and lot of bugfixies... and with
new bugs of course). New experimental version will released at next March, 32.

- --
WBR, Slavaz.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFLtY7sb3oGR6aVLpoRAgAEAJ9D9iH9dY26ht6acBExngQqCf1ZZwCdEd3Q
L2EaVLhEY/TIa5lCSjuNQdU=
=jhv5
-END PGP SIGNATURE-
___
Mc mailing list
http://mail.gnome.org/mailman/listinfo/mc


Stable release of mc-4.7.0.4

2010-04-02 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi folks,

Download page: http://www.midnight-commander.org/downloads


Major changes since 4.7.0.3.

Core
 * Mouse wheel doesn't change sorting preferences in panels (#2093).

Misc
 * Translation updates.

Fixes
 * Segfault in standalone editor and viewer (#2087);
 * Memory leaks (#2069, #2108);
 * If dialog was canceled, input line content is saved in history (#2082);
 * MC says File exists trying create directory with empty filename (#2014);
 * Can't define help window background via skin (#1701);
 * MC proposes .. as a dirname with automatic name filling (#2056);
 * MC treats files ending with a dot as gzip (#2114);
 * Broken default regexp mask in filecopy dialog (#2001);
 * Incorrect cursor position after Cursor beyond end of line mode switched 
off (#2094);
 * Incorrect toggling state of ruler in viewer (#2067).


Please note that all the changes contained in this release will also make it 
into the next release of the master
branch. The 4.7.0.x release series will only contain bug fixes and 
stabilization patches.

- --
WBR, dev-team.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFLtbQzb3oGR6aVLpoRAnZdAJ9wqDuNuHkq2wxbVlsfYsbunJ0ITQCfTXGI
7PiIOSGu12Yin5fPB+FvtJU=
=SqYL
-END PGP SIGNATURE-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


  1   2   >