Re: Help testing release candidate / mc-4.8.26-rc1

2021-01-11 Thread Sergei Trofimovich via mc-devel
On Sun, 10 Jan 2021 15:52:22 +0100 (CET) "Yury V. Zaytsev" wrote: > Hi there, > > TLDR; I would appreciate if you could please test the following tarball on > your systems and report any blocker regressions as compared to the > previous 4.8.25 release: > > https://www.midnight-commander.org/n

Re: Midnight Commander 4.8.19 released

2017-03-07 Thread Sergei Trofimovich via mc-devel
On Sun, 05 Mar 2017 16:26:54 +0100 "Yury V. Zaytsev" wrote: > Hi, > > I'm glad to announce the immediate availability of mc-4.8.19! [ Using correct source address this time ] Yay! Looks like a set of vfs shell helpers were added in here. When running 'make check' I have single extfs test fail

Re: Midnight Commander 4.8.19 released

2017-03-06 Thread Sergei Trofimovich via mc-devel
On Mon, 6 Mar 2017 07:24:38 +0100 (CET) "Yury V. Zaytsev" wrote: > One thing is clear though, something's gone wrong here, could you please > be so kind to create a ticket? Thanks! Sure. Filed http://midnight-commander.org/ticket/3781 -- Sergei pgp5KArhda1Tz.pgp Description: Цифровая под

Re: compiling mc under ubuntu 12.04

2012-06-22 Thread Sergei Trofimovich
> Compiling the latest mc under Ubuntu 12.04 just took me one hour of > chasing dependencies and creating symlinks. Creating symlinks sounds very wrong and harmful for installed system. > And still I have some 100 warnings "...input unused because linking > not done" - which I'm not going to tr

[debian mc maintainer wanted] Re: mc stable 4.8 vs. precise pangolin

2012-01-21 Thread Sergei Trofimovich
> What needs to be done for that? Figure out Ubuntu's release schedule (when > is the version freeze etc.), talk to the maintainer of MC package, release > the first stable of 4.8 branch (4.8.1.1) rather soon than late (I'm almost > sure they wouldn't include an officially non-stable release in LT

Re: Gentoo

2010-09-20 Thread Sergei Trofimovich
> One concrete thing is that Gentoo still has several own patches, > which i'd prefer to go away. So my proposal: maintain Gentoo > branches/tags (on per-upstream-release basis) which contain all > of Gentoo's changes directly (maybe there will also be several > litte things which chould be done di

Re: Garbage collection

2010-01-04 Thread Sergei Trofimovich
On Sun, 3 Jan 2010 13:25:35 +0100 Enrico Weigelt wrote: > Hi folks, > > > I'm working on using garbage collection (boehm-gc) instead of > explicit free()'s. > > Perhaps you like to have a look at it. free in sense of libc's free(3)? It's call count is close to zero. Is mc a memory allocation

Re: Release out mc-4.7.0

2009-12-25 Thread Sergei Trofimovich
On Fri, 25 Dec 2009 21:12:21 +0100 "Yury V. Zaytsev" wrote: > > I did not install this update, but the previous version remapped > > Control-T to be some sort of selector for encodings, and it used to be > > tag-current-file. > > This change was reverted later on for the very same reason.

Re: 4.7.0-pre4: Copying multiple lines into the editor is broken

2009-11-18 Thread Sergei Trofimovich
On Wed, 18 Nov 2009 19:03:02 +0100 Hartmut Figge wrote: > Greetings, > > select more than one line e.g. in an xterm, in the viewer of mc or in > emacs and try to paste them with a middle-cklick of the mouse into the > editor of mc. > > Well, even in old versions it was necessary to hold down th

Re: Home / End in viewer does not work in recent git

2009-11-01 Thread Sergei Trofimovich
On Sun, 1 Nov 2009 03:08:36 +0100 Denys Vlasenko wrote: > Hi, > > I built mc from recent git. Today I noticed that > Home / End key in the viewer do not jump to the > beginning / end of the viewed file. They work > in other places, so it does not seem to be a problem > with interpreting keycodes

Re: Current Git doesn't build

2009-10-11 Thread Sergei Trofimovich
On Sun, 11 Oct 2009 01:29:06 +0300 Nikos Chantziaras wrote: > GCC 4.4.1: > > panelize.c: In function 'do_external_panelize': > > panelize.c:445: warning: ignoring return value of 'chdir', declared with > attribute warn_unused_result > screen.c:470: warning: initialization makes integer from p

Re: [PATCH] trivial: de-inline large functions

2009-08-30 Thread Sergei Trofimovich
On Mon, 31 Aug 2009 03:57:28 +0200 Denys Vlasenko wrote: > Please find it attached. Applied and pushed: http://midnight-commander.org/changeset/e064bd60df7e9ff611334e5e639bab18a084fac2 Thanks! > -- > vda -- Sergei signature.asc Description: PGP signature _

Re: [PATCH] trivial: de-inline large functions

2009-08-30 Thread Sergei Trofimovich
On Sun, 30 Aug 2009 16:40:20 +0200 Denys Vlasenko wrote: > Hi Slava, folks, > > The attached patch de-inlines a few functions > which are large, or not-so-large but nevertheless > contain more than one function call, > or contain loops, or contain if's and at least one > function call, or contai

Re: MC within Gnu Screen session

2009-06-30 Thread Sergei Trofimovich
> Hi all, > > I am trying to run Midnight Command (MC) from within a Gnu Screen session. > The problem is when I use the MC command Ctrl-o to switch to the > command-line view, I get a completely black screen where MC was displayed > (ie, none of the text is displayed above the command line). Th

Re: utf8 and mc

2009-06-25 Thread Sergei Trofimovich
On Thu, 25 Jun 2009 11:12:08 +0300 Kevin Wilson wrote: > Hello, mc developers list, > > I saw that in http://www.midnight-commander.org/downloads/ that there is > a patch for utf8 support for mc; it is mc-4.6.2-utf8.patch.gz. > Now, I downloaded the mc-4.6.2.tar.gz and build it; can somebody ad

Re: [Midnight Commander] #84: savannah: File names not correctly handled in iso9660 vfs

2009-02-22 Thread Sergei Trofimovich
> > Because filenames are not properly processed, mc does not work with > > isoinfo. > > > > GNU Midnight Commander 2007-03-09-18 > > isoinfo 2.01.01a18 > > > > 1. Got wrong file names. Then no file could be copied out. > > 2. Does not handle symlinks in .iso files. > > > > Please apply the attache

updated: [c26e289] panel: fixed crash when rename/copy (introduced by revert of mhl_strmove)

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit c26e289b9f0a27bde985180aaa749cbcdfd3db2f Author: Sergei Trofimovich Date: Sat Feb 7 16:20:03 2009 +0200 panel: fixed crash when rename/copy (introduced by revert of mhl_strmove) g_strconcat expects 0 as last

updated: [97bdf08] shell_unescape: fix recently added breakage of decoding escapy strings

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit 97bdf084f8d655ae03879fa0a6492b00930f17f6 Author: Sergei Trofimovich Date: Sat Feb 7 16:15:41 2009 +0200 shell_unescape: fix recently added breakage of decoding escapy strings This pach fixes two issues (both appear

updated: [96fc77b] fixed canonicalize_pathname() breakage: fixed str_move() function (memmove semantics) again

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit 96fc77bc3ee1f2ae2ae7c0a14d3bf08975b4cb66 Author: Sergei Trofimovich Date: Sat Feb 7 16:10:33 2009 +0200 fixed canonicalize_pathname() breakage: fixed str_move() function (memmove semantics) again This patch

updated: [e0aba5d] completion: do not complete dead/broken files as dirs

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit e0aba5d5885358850186f5b1620f4b96383dce99 Author: Sergei Trofimovich Date: Sat Feb 7 16:04:36 2009 +0200 completion: do not complete dead/broken files as dirs When we try to complete something what can't be stat

Re: updated: [80a6897] cleanup: mhl_str_dir_plus_file(): int -> size_t (suggested by Andrew Borodin)

2009-02-01 Thread Sergei Trofimovich
On Sun, 1 Feb 2009 21:15:20 +0100 Oswald Buddenhagen wrote: > On Sun, Feb 01, 2009 at 09:02:10PM +0100, Sergei Trofimovich wrote: > > +while (...) > > ...; > > > > +size_t fnlen = ...; > > > i should point out that this is C99 and consequent

updated: [80a6897] cleanup: mhl_str_dir_plus_file(): int -> size_t (suggested by Andrew Borodin)

2009-02-01 Thread Sergei Trofimovich
The following commit has been merged in the mc-4.6 branch: commit 80a68972718b68c5c5ae050999b187f1676c653b Author: Sergei Trofimovich Date: Sun Feb 1 22:01:49 2009 +0200 cleanup: mhl_str_dir_plus_file(): int -> size_t (suggested by Andrew Borodin) Signed-off-by: Ser

updated: [c697fb3] build fix: added missing declaration of mhl_dir_plus_file (reported by andrew_b)

2009-02-01 Thread Sergei Trofimovich
The following commit has been merged in the mc-4.6 branch: commit c697fb3753fe9d3daddfed545115942506b90a23 Author: Sergei Trofimovich Date: Sun Feb 1 21:30:21 2009 +0200 build fix: added missing declaration of mhl_dir_plus_file (reported by andrew_b) ./configure --enable

updated: [5ee6f43] build fix: added missing declaration of mhl_dir_plus_file

2009-02-01 Thread Sergei Trofimovich
The following commit has been merged in the mc-4.6 branch: commit 5ee6f437965d92f3bbf2e917a45c599258074cf9 Author: Sergei Trofimovich Date: Sun Feb 1 20:38:39 2009 +0200 build fix: added missing declaration of mhl_dir_plus_file ./configure --enable-charset &&a

updated: [df41295] Merge branch 'mc-4.6'

2009-02-01 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit df4129517b53d2851368dc5ed5fbcc2b5eec9ee8 Merge: a1b47185c952e9d31607d59420a0cb86e9f492ab 7a51b50d5ce442970eb3909cddae236b53025877 Author: Sergei Trofimovich Date: Sun Feb 1 14:26:54 2009 +0200 Merge branch 'm

updated: [e3a82ba] Signed-off-by: Mikhail S. Pobolovets

2009-01-30 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit e3a82ba1d8585c458f030688c6364e4102c2cc13 Author: Mikhail S. Pobolovets Date: Thu Jan 22 23:29:10 2009 +0200 Signed-off-by: Mikhail S. Pobolovets Automatic new directory(Mkdir, F7) name filling. Can be configured

updated: [6c64add] Merge branch 'mc-4.6'

2009-01-29 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit 6c64add7c1321fa0ded7459cd591bd1be5e80741 Merge: d5565fb6784407bdd0e5b02511440bb0eaad3b93 a59ccc10166d000aa26e5b50d089753e5aa4cf5d Author: Sergei Trofimovich Date: Thu Jan 29 20:05:03 2009 +0200 Merge branch 'm

updated: [9175c6b] Merge branch 'mc-4.6'

2009-01-28 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit 9175c6babdbc19e86b3d3e608c871676e13fb14a Merge: abc295cee2f4098c745429ed8464907628b49386 1da3919eb1e30a1c364c4be15998e1ab0d5933bc Author: Sergei Trofimovich Date: Thu Jan 29 01:34:33 2009 +0200 Merge branch 'm

updated: [abc295c] Merge branch 'mc-4.6'

2009-01-28 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit abc295cee2f4098c745429ed8464907628b49386 Merge: cad6ffd2bb47beb653e574d69d539fc6b9ffaaf9 66c9fde141b2e3534d8e52087cc7ca688d388687 Author: Sergei Trofimovich Date: Thu Jan 29 01:12:09 2009 +0200 Merge branch 'm

updated: [689164a] copy/move dialog: add trailing '/' to default destination path (fix #181)

2009-01-28 Thread Sergei Trofimovich
The following commit has been merged in the mc-4.6 branch: commit 689164a6bc39b5c987c52141822db181f1be01f2 Author: Sergei Trofimovich Date: Wed Jan 28 23:08:31 2009 +0200 copy/move dialog: add trailing '/' to default destination path (fix #181) Problem: When use

problems with http://www.midnight-commander.org

2009-01-07 Thread Sergei Trofimovich
Any URL on site gives following error: Trac detected an internal error: OSError: [Errno 24] Zu viele offene Dateien ^^ (Too many open files?) Is that OK? -- Sergei signature.asc Description: PGP signature ___ Mc-devel maili

non ascii file sort

2006-07-06 Thread Sergei Trofimovich
Hello! I've recently noticed wrong file sort order in file list pannels. I use ru_RU.KOI8-R locale. There is no alphabetic symbol order (what strcmp implies?). Attached patch works for me. mc-fix-non-ascii-sort.diff Description: Binary data ___ Mc-devel

Fearure request

2005-11-16 Thread Sergei Trofimovich
It would be great to see in the bottom of window free space of current directory. (df /path/to/dir) Thanks ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel