Re: Further Midnight Commander development

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

Enrico Weigelt wrote:

 huh, I'm not sure whether mvc fits in here. 

mcvfs - VIEW; core (signal handling, User events etc) - CONTROLLER,
slang,mcslang,ncurses - VIEWs.. Why not? :)

 Well, if we say everything's a file and the model is the vfs 
 (including things like search results represented as filesystem),
 we could make some steps in this direction :)

Yep, everything is a file. Network connects - files too. :)
For example:
$ cat ~/secret/path/to/my-one-of-many-many-server.mcvfs-ftp
host: xxx.xxx.xx
port: 12345
user: 
passwd: 
passv: 1
...

By pressing 'Enter' to the *.mcvfs-ftp file (via mc.ext) ftp session
will establish... Is this bad think?

 Okay. I've sent out all gentoo patches so far, they're not too many.
 But for the future it would be cool to have the upload process 
 done automatically - with a local command line would be even better.

7zip support
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00061.html)
   Ticket #92 (http://www.midnight-commander.org/ticket/92)

some bash support fixups
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00062.html)
   Patch already applied, but not in official branch - in our mc-4.6.3 :)
   Patches from our branch will transfer to an oficial branch.

Adds gentoo ebuild file syntax definition
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00063.html)
   Patch already applied in 4.6.3

cons.saver: non-blocking console
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00064.html)
   Ticket #93 (http://www.midnight-commander.org/ticket/93)

Some fixups for large file support (64bit sizes) on 32bit systems
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00065.html)
   Ticket #94 (http://www.midnight-commander.org/ticket/94)

find file fixups
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00066.html)
   Ticket #95 (http://www.midnight-commander.org/ticket/95)

segfault-on-invalid-mtime fix
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00067.html)
   Ticket #96 (http://www.midnight-commander.org/ticket/96)

charset-locale-alias
(http://mail.gnome.org/archives/mc-devel/2008-December/msg00068.html)
   Ticket #97 (http://www.midnight-commander.org/ticket/97)

All your published patches now processed.

BTW, after applying all gathehing patches, we can assign version
4.7.0-pre1 ;)
Because a lot of changes compared to the current 4.6.2-pre1...

WBR, Slavaz.

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

iEYEARECAAYFAklXb2QACgkQb3oGR6aVLppyUwCeKtAtPBhx+AEQIoqgkE1s0Tne
Nr0Anj4XJdig8+STVkN3YK5cdfLqH5sw
=ejav
-END PGP SIGNATURE-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Website trouble

2008-12-28 Thread Patrick Winnertz
Am Samstag 27 Dezember 2008 22:25:58 schrieb Enrico Weigelt:
 Hi,

 the server for http://www.midnight-commander.org/ seems to be
 running out of memory.
Well.. there is more than 500MB of Ram available, but I'll have a eye on this.

Greetings
Winnie

-- 
 . '' ` .   Patrick Winnertz win...@debian.org
:  :'   :   proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~winnie - http://www.der-winnie.de
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: This is a digitally signed message part.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Website trouble

2008-12-28 Thread Andrew Savchenko
Hi,

On Sunday 28 December 2008 17:51, Patrick Winnertz wrote:
 Am Samstag 27 Dezember 2008 22:25:58 schrieb Enrico Weigelt:
  Hi,
 
  the server for http://www.midnight-commander.org/ seems to be
  running out of memory.

 Well.. there is more than 500MB of Ram available, but I'll have
 a eye on this.

Perhaps this isn't out of memory problem, but some other kind of 
error or engine's bug. But this Memory Error is *really* 
annoying, it isn't rare error for me.

-- 
Best regards,
Andrew


pgpUgotvBdNZl.pgp
Description: PGP signature
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Further Midnight Commander development

2008-12-28 Thread Enrico Weigelt
* Slava Zanko slavaza...@gmail.com schrieb:

Hi,

  huh, I'm not sure whether mvc fits in here. 
 
 mcvfs - VIEW; core (signal handling, User events etc) - CONTROLLER,
 slang,mcslang,ncurses - VIEWs.. Why not? :)

you meant: mcvfs = model ?

  Well, if we say everything's a file and the model is the vfs 
  (including things like search results represented as filesystem),
  we could make some steps in this direction :)
 
 Yep, everything is a file. Network connects - files too. :)

yeah, even sockets: 

cat tcp://somehost:port/

(I'll add this to libmvfs in the next days ...)

 For example:
 $ cat ~/secret/path/to/my-one-of-many-many-server.mcvfs-ftp
 host: xxx.xxx.xx
 port: 12345
 user: 
 passwd: 
 passv: 1
 ...
 
 By pressing 'Enter' to the *.mcvfs-ftp file (via mc.ext) ftp session
 will establish... Is this bad think?

hmm, you suggest something like we know as desktop shortcuts from
certain certain DE's ? Well, perhaps it would be even better to just
directly support well-known DE's shortcut files ?

snip
 some bash support fixups
 (http://mail.gnome.org/archives/mc-devel/2008-December/msg00062.html)
Patch already applied, but not in official branch - in our mc-4.6.3 :)
Patches from our branch will transfer to an oficial branch.

What happened to 4.6.2 ?

 segfault-on-invalid-mtime fix
 (http://mail.gnome.org/archives/mc-devel/2008-December/msg00067.html)
Ticket #96 (http://www.midnight-commander.org/ticket/96)

Quite critical, should really go to the next release (4.6.2 ?)

 All your published patches now processed.

Thx!

 BTW, after applying all gathehing patches, we can assign version
 4.7.0-pre1 ;)
 Because a lot of changes compared to the current 4.6.2-pre1...

hmm, what major changes do you have in mind ?


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel