Re: Building 4.6.2

2009-02-05 Thread Oswald Buddenhagen
On Thu, Feb 05, 2009 at 08:48:52AM +0100, Jan Engelhardt wrote:
 On Wednesday 2009-02-04 19:20, Enrico Weigelt wrote:
 * Patrick Winnertz win...@debian.org schrieb:
 
  It seeems that autogen.sh create links instead of copying the 
  files to the correct place. 
 
 Right, as it should be.
 
 This should not be for when a tarball is about to be created,
 because these symlinks might be invalid on a target system.

how about reading some manuals and checking what actually happens?
make dist will resolve any symlinks while creating the package, so it is
perfectly ok that the developer's checkout has the symlinked versions.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Building 4.6.2

2009-02-05 Thread Patrick Winnertz
Hey 
 This should not be for when a tarball is about to be created,
 because these symlinks might be invalid on a target system. 
Well. I think we're speaking here about two different things. It's perfectly 
normal that autogen.sh will create symlinks this is intended and okay. 

However we need to resolve these symlinks before putting the next release on 
the download page. As not every user is supposed to have autofoo installed the 
symlinks needs to be resolved for the release.

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


updated: [76da0dd] Merge branch 'master' of ssh://midnight-commander.org:2222/git/mc

2009-02-05 Thread Patrick Winnertz
The following commit has been merged in the master branch:
commit 76da0dd3e59e8d0a0746bec8eeed3eb172da6bf5
Merge: 5a3072e2f84d7a2f7f0d1fec88af42aa6510ed61 
220f4f4cafb2a75fe9d9472cc93825fe986edd97
Author: Patrick Winnertz win...@debian.org
Date:   Thu Feb 5 10:26:53 2009 +0100

Merge branch 'master' of ssh://midnight-commander.org:/git/mc


-- 
Midnight Commander Development
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


updated: [bbf507b] Merge branch '161_drop_bundled_slang'

2009-02-05 Thread Patrick Winnertz
The following commit has been merged in the master branch:
commit bbf507b237bfbbfb3280bdbff6c10eaf9726e78d
Merge: 76da0dd3e59e8d0a0746bec8eeed3eb172da6bf5 
4f9185a3eedb0258628970bdaf5e5f88fdde7237
Author: Patrick Winnertz win...@debian.org
Date:   Thu Feb 5 10:40:34 2009 +0100

Merge branch '161_drop_bundled_slang'

* 161_drop_bundled_slang:
  Removed bundled slang

Signed-off-by: Patrick Winnertz win...@debian.org

diff --combined ChangeLog
index 82eca35,297889a..e395d88
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,20 -1,8 +1,20 @@@
 +2009-02-04 Enrico Weigelt, metux ITS weig...@metux.de
 +
 +  * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing 
#239, #240)
 +  * lib/mc.sh.in: fixes for non-bash shells (fixing #196)
 +
 +2009-02-03 Enrico Weigelt, metux ITS weig...@metux.de
 +
 +  * lib/mc.lib: added patch on #219 by angel_il
 +  * edit/editcmd.c, configure.ac: removed obsolete own implementation of 
memove (#242)
 +  * vfs/extfs/u7z: patch from mandriva (#194)
 +
  2009-02-01 Enrico Weigelt, metux ITS weig...@metux.de
  
* src/util.c: fixed name_trunc() on NULL or empty parameters
* src/achown.c: fixed unitialized var in init_chown_advanced()
  (patch from andrew_b)
 +  * replaced gboolean by bool (from mhl/types.h)
  
  2009-01-31 Enrico Weigelt, metux ITS weig...@metux.de, Patrick Winnertz 
win...@debian.org, Slava Zanko slavaza...@gmail.com, Sergei Trofimovich  
sly...@inbox.ru
  
@@@ -23,23 -11,17 +23,23 @@@
* src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
* src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
  fixed shell escaping issues in commandline completion engine
 -
 -2009-01-31 Enrico Weigelt, metux ITS weig...@metux.de
 -
* replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in 
mhl/string.h)
 +  * replaced g_snprintf() by snprintf()
 +  * replaced GString stuff by static buffers
  
  2009-01-30 Enrico Weigelt, metux ITS weig...@metux.de
  
* src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
  (out-of-tree builds)
 +  * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL 
syntax (#193)
 +  * replaced calls to g_strdup() by mhl_str_dup()
 +
 +2009-01-30 Enrico Weigelt, metux ITS weig...@metux.de
 +
 +  * replaced calls to g_free() by mhl_mem_free()
  
  2009-01-29 Mikhail S. Pobolovets styx...@gmail.com
 +
* lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
  odt2txt is now used
  
@@@ -53,6 -35,9 +53,6 @@@
  
* mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
  SHELL_ESCAPED_STR for more type safety
 -
 -2009-01-27 Enrico Weigelt, metux IT service weig...@metux.de
 -
* mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
  
  2009-01-27 Sergei Trofimovich  sly...@inbox.ru
@@@ -80,7 -65,7 +80,7 @@@
* src/cmd.c src/option.c src/setup.c src/main.h: Automatic new 
directory(Mkdir, F7)
  name filling. Can be configured (on|off) in 'Configure options'
  
 -2009-01-25 Enrico Weigelt weig...@metux.de
 +2009-01-25 Enrico Weigelt, metux ITS weig...@metux.de
  
* edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
* src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
@@@ -89,12 -74,9 +89,12 @@@
  translated strings. This breaks now once every history file
  but afterwards this will be stable
  
 -2009-01-24 Enrico Weigelt weig...@metux.de
 +2009-01-24 Enrico Weigelt, metux ITS weig...@metux.de
  
 +  * vfs/extfs/rpm, vfs/extfs/trpm: removed obsolete rpm tags
* src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
 +  * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
 +for Nemerle source files
  
  2009-01-24 Patrick Winnertz win...@debian.org
  
@@@ -102,16 -84,10 +102,16 @@@
  - prevent . to match a newline (\n)
  - match from start of line and not from cursor position
  
 -2009-01-24  Enrico Weigelt, metux IT service weig...@metux.de
 +2009-01-24 Enrico Weigelt, metux IT service weig...@metux.de
  
 -  * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
 -for Nemerle source files
 +  * configure.ac:
 +  * lib/mc.ext.in:
 +  * vfs/extfs/Makefile.am:
 +  * vfs/extfs/extfs.ini: 
 +  * vfs/extfs/uace.in:
 +  * vfs/extfs/uarc.in:
 +  * vfs/extfs/uc1541.in: added support for historic archive formats
 +(patch provided by jpelletier)
  
  2009-01-19 Patrick Winnertz win...@debian.org
  
@@@ -127,7 -103,7 +127,7 @@@
* src/main.c: Removed unused function do_mc_filename_rename
* src/util.c: Removed unused struct whentm
  
 -2009-01-16 Enrico Weigelt, metux IT service weig...@metux.de
 +2009-01-16 Enrico Weigelt, metux ITS weig...@metux.de
  
* src/subshell: setting subshell pty to close-on-exec 
  (taken from mandriva 

Re: Abstracting away glib?

2009-02-05 Thread Enrico Weigelt
* Mourad De Clerck mou...@aquazul.com schrieb:

Hi,

 a) memory requirements
 - as you probably know glib is being used for a lot of projects, to the
 point that it's hard to avoid at all, even on embedded; on platforms
 with really constrained memory (easy to OOM) glib is probably not ideal,
 but to be honest, I can't imagine running mc on those either;

We're actually using only a *very* small percentage of glib - all we 
need easily fits in a bunch of .h files. Glib is just a fat blob which
makes more hassle than it's worth it, IMHO ;-p

 b) performance
 - Enrico Weigelt mentioned some ways in which glib is underperforming
 or adding unnecessary abstractions. I'd argue that if it's just the
 implementation, it should be fixed in glib itself; 

In theory you're right. But from my own experience I can tell you that
this won't happen (unless we're doing our own fork ;-o).

 c) possible interface breaks
 - I think every library has those, but I also think glib has been
 better than most in maintaining the compatibility since their last major
 API break 7 years ago. 

In recent years, I've experienced enough glib trouble (not just interface 
breaks) for disliking it, especially when it's not really needed.

 But I'd expected you to start using more of glib, instead of less. 

For what ? Where exactly is the benefit ? 

 these; stuff like GIO/GVFS, 

No, please not. GVFS is yet another fat blob, and even worse: it runs
everything over dbus. (dbus itself - IMHO - is an really stupid invention 
for things where an simple fs protocol like 9P would fit much better).

We're currently in process of moving to libmvfs step by step, there's
already a branch waiting for commit, which adds several libmvfs-based
fs'es, like 9P. Once all of mc's own fs'es have been ported to libmvfs,
we can replace mcvfs by libmvfs.


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


Re: [Midnight Commander] #226: Fix includes

2009-02-05 Thread Ticket System
#226: Fix includes
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  = review
  * owner:  = metux
  * status:  new = accepted


Old description:

 several .c file are missing some #include's, which are currently defined
 in global.h - very unclean ;-o

New description:

 several .c file are missing some #include's, which are currently defined
 in global.h - very unclean ;-o

 branch:226_fix_includes
 changelog:851028508bcc2eb82b568351a16e2a553b43eb4e

--

-- 
Ticket URL: www.midnight-commander.org/ticket/226#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #193: (mandriva) syntax file for vhdl

2009-02-05 Thread Ticket System
#193: (mandriva) syntax file for vhdl
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  enhancement  |  Status:  accepted  
  Priority:  major|   Milestone:  4.7   
 Component:  mcedit   | Version:  4.6.1 
Resolution:   |Keywords:  review mandriva vote-metux
  Blocking:   |   Blockedby:
--+-
Changes (by metux):

  * keywords:  review mandriva = review mandriva vote-metux
  * owner:  = metux
  * status:  new = accepted


Old description:

 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-vhdl-
 syntax.patch?view=markup

New description:

 Original:
 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-vhdl-
 syntax.patch?view=markup

 branch:193_vhdl_syntax
 changeset:d6a438dc17a1c9f3891333e686989a678857e845

--

-- 
Ticket URL: www.midnight-commander.org/ticket/193#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #225: MVFS support, 9P, ...

2009-02-05 Thread Ticket System
#225: MVFS support, 9P, ...
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  vfs  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  = review


-- 
Ticket URL: www.midnight-commander.org/ticket/225#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #227: Replace g_free() by mhl_mem_free()

2009-02-05 Thread Ticket System
#227: Replace g_free() by mhl_mem_free()
-+--
 Reporter:  metux|   Owner:  metux
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.1
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 Now as we have mhl in mainline, replace g_free() by mhl_mem_free()

-- 
Ticket URL: www.midnight-commander.org/ticket/227
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #227: Replace g_free() by mhl_mem_free()

2009-02-05 Thread Ticket System
#227: Replace g_free() by mhl_mem_free()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  = review
  * status:  new = accepted


Old description:

 Now as we have mhl in mainline, replace g_free() by mhl_mem_free()

New description:

 Now as we have mhl in mainline, replace g_free() by mhl_mem_free()

 branch:227_replace_g_free
 changeset:15d7d47c1556c154a0cf93ef887a3d0b9d962511

--

-- 
Ticket URL: www.midnight-commander.org/ticket/227#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #228: Replace g_strdup() by mhl_str_dup()

2009-02-05 Thread Ticket System
#228: Replace g_strdup() by mhl_str_dup()
-+--
 Reporter:  metux|   Owner:  metux
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.1
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 Now as we have mhl in mainline, g_strdup() should be replaced by
 mhl_str_dup()

-- 
Ticket URL: www.midnight-commander.org/ticket/228
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #228: Replace g_strdup() by mhl_str_dup()

2009-02-05 Thread Ticket System
#228: Replace g_strdup() by mhl_str_dup()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  = review
  * status:  new = accepted


Old description:

 Now as we have mhl in mainline, g_strdup() should be replaced by
 mhl_str_dup()

New description:

 Now as we have mhl in mainline, g_strdup() should be replaced by
 mhl_str_dup()

 branch:228_replace_g_strdup
 changeset:f921cc40cddc155ce54d51054171e231575034ad

--

-- 
Ticket URL: www.midnight-commander.org/ticket/228#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.6.3   
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Description changed by slyfox:

Old description:

 I like run '''./autogen.sh and''' and '''./configure''' scripts from
 locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone path-to-mc
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ../mc/autogen.sh
 $ ./configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to
 be able t run it from other locations to have source tree untouched

New description:

 I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and
 '''./configure''' scripts from locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone path-to-mc
 $ ./autogen.sh
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ./configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to be
 able t run it from other locations to have source tree untouched

--

-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.6.3   
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Description changed by slyfox:

Old description:

 I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and
 '''./configure''' scripts from locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone path-to-mc
 $ ./autogen.sh
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ./configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to
 be able t run it from other locations to have source tree untouched

New description:

 I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and
 '''./configure''' scripts from locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone path-to-mc
 $ ./autogen.sh
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ../mc/configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to be
 able t run it from other locations to have source tree untouched

--

-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux 
  Type:  enhancement  |  Status:  accepted  
  Priority:  major|   Milestone:  4.6.3 
 Component:  mc-core  | Version:  4.6.1 
Resolution:   |Keywords:  vote-angel_il vote-slyfox approved
  Blocking:   |   Blockedby:
--+-
Changes (by slyfox):

  * keywords:  vote-angel_il = vote-angel_il vote-slyfox approved


-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:6
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:   
  Type:  defect   |  Status:  new  
  Priority:  major|   Milestone:  4.6.3
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:  review mandriva vote-styx
  Blocking:   |   Blockedby:   
--+-

Comment(by guanx):

 Replying to [ticket:180 metux]:
  http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-
 concat.patch?view=markup

 Here: const char *file = filename;
 Why a separate variable for the filename pointer?

 And, in the patch, there is this comment:
 /* Is this one: *file == PATH_SEP seems to be not fully portable? */
 It's also confusing.

-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #184: (mandriva) check if contain a \n

2009-02-05 Thread Ticket System
#184: (mandriva) check if contain a \n
--+-
  Reporter:  metux|   Owner: 
  Type:  defect   |  Status:  new
  Priority:  major|   Milestone:  4.6.3  
 Component:  mc-core  | Version:  4.6.1  
Resolution:   |Keywords:  rework mandriva
  Blocking:   |   Blockedby: 
--+-
Changes (by guanx):

  * keywords:  review mandriva = rework mandriva


Comment:

 Replying to [comment:1 winnie]:
  Can please someone state what this patch should fix. The description is
 not that good ;-)
 
  Maybe we should contact the mc maintainer in mandriva

 mc crashes after failing to change into a directory whose name contains
 '\n'. This patch hides the above defect.

 I think it's better to fix this bug than to hide it.

-- 
Ticket URL: www.midnight-commander.org/ticket/184#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #72: savannah: preserve Attributes unchecked, but chmod errors still there

2009-02-05 Thread Ticket System
#72: savannah: preserve Attributes unchecked, but chmod errors still there
-+--
  Reporter:  slavazanko  |   Owner:
  Type:  defect  |  Status:  new   
  Priority:  major   |   Milestone:
 Component:  vfs | Version:
Resolution:  |Keywords:  review
  Blocking:  |   Blockedby:
-+--
Changes (by guanx):

  * keywords:  = review


Comment:

 This patch fixed two problems:
 1. When copying files, between mc's checking the target's non-existence
 and open(2)-ing the target file, (sym)link attack is possible.
 2. Even when Preserve Attributes is unchecked, permissions are still
 preserved.

-- 
Ticket URL: www.midnight-commander.org/ticket/72#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #72: savannah: preserve Attributes unchecked, but chmod errors still there

2009-02-05 Thread Ticket System
#72: savannah: preserve Attributes unchecked, but chmod errors still there
-+--
  Reporter:  slavazanko  |   Owner:
  Type:  defect  |  Status:  new   
  Priority:  major   |   Milestone:  4.6.3 
 Component:  vfs | Version:
Resolution:  |Keywords:  review
  Blocking:  |   Blockedby:
-+--
Changes (by guanx):

  * milestone:  = 4.6.3


-- 
Ticket URL: www.midnight-commander.org/ticket/72#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux 
 
  Type:  enhancement  |  Status:  testing   
 
  Priority:  major|   Milestone:  4.6.3 
 
 Component:  mc-core  | Version:  4.6.1 
 
Resolution:  fixed|Keywords:  vote-angel_il vote-slyfox 
committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:
 
--+-
Changes (by metux):

  * keywords:  vote-angel_il vote-slyfox approved = vote-angel_il vote-
   slyfox committed-mc-4.6 committed-master
  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #139: compatibility_move_mc_files() still needed ?

2009-02-05 Thread Ticket System
#139: compatibility_move_mc_files() still needed ?
--+-
  Reporter:  metux|   Owner:  metux
  Type:  task |  Status:  testing  
  Priority:  minor|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-master committed-mc-4.6
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/139#comment:21
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux
  Type:  enhancement  |  Status:  testing  
  Priority:  major|   Milestone:  4.6.3
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * keywords:  vote-angel_il vote-slyfox committed-mc-4.6 committed-master
   = committed-mc-4.6 committed-master


Old description:

 I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and
 '''./configure''' scripts from locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone git://midnight-commander.org/git/mc.git
 $ ./autogen.sh
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ../mc/configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to
 be able t run it from other locations to have source tree untouched

New description:

 I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and
 '''./configure''' scripts from locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone git://midnight-commander.org/git/mc.git
 $ ./autogen.sh
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ../mc/configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to be
 able t run it from other locations to have source tree untouched

 

 committed mc-4.6
 committed master

--

-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #204: Automatically fills name with current selected item name on mkdir

2009-02-05 Thread Ticket System
#204: Automatically fills name with current selected item name on mkdir
--+-
  Reporter:  slavazanko   |   Owner:  slavazanko  
  Type:  enhancement  |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-slavazanko vote-slyfox applied-master = committed-
   master


Old description:

 Patch from Mikhail S. Pobolovets (Styx).

 Automatic new directory(Mkdir, F7) name filling.
 Can be configured (on|off) in 'Configure options'.

New description:

 Patch from Mikhail S. Pobolovets (Styx).

 Automatic new directory(Mkdir, F7) name filling.
 Can be configured (on|off) in 'Configure options'.
 

 Committed to master

--

-- 
Ticket URL: www.midnight-commander.org/ticket/204#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #199: Drop support for slang-1.x

2009-02-05 Thread Ticket System
#199: Drop support for slang-1.x
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  rework = review


-- 
Ticket URL: www.midnight-commander.org/ticket/199#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #200: Drop optional ncurses support

2009-02-05 Thread Ticket System
#200: Drop optional ncurses support
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/200#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #195: (mandriva) add ctrl-l as hotkey for quick-chdir

2009-02-05 Thread Ticket System
#195: (mandriva) add ctrl-l as hotkey for quick-chdir
--+-
  Reporter:  metux|   Owner:  slavazanko
  Type:  enhancement  |  Status:  reopened  
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.1 
Resolution:   |Keywords:  mandriva  
  Blocking:   |   Blockedby:
--+-

Comment(by styx):

 I think we shouldn't to guess now which combo to use. At first we need to
 release #212 and then create some predefined schemes for tree view and
 editor. Of course we will have legacy bindings and for editor something
 like: emacs/vim/etc.

-- 
Ticket URL: www.midnight-commander.org/ticket/195#comment:9
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #139: compatibility_move_mc_files() still needed ?

2009-02-05 Thread Ticket System
#139: compatibility_move_mc_files() still needed ?
--+-
  Reporter:  metux|   Owner:  metux
  Type:  task |  Status:  closed   
  Priority:  minor|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-master committed-mc-4.6
  Blocking:   |   Blockedby:   
--+-
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/139#comment:22
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #139: compatibility_move_mc_files() still needed ?

2009-02-05 Thread Ticket System
#139: compatibility_move_mc_files() still needed ?
--+-
  Reporter:  metux|   Owner:  metux
  Type:  task |  Status:  accepted 
  Priority:  minor|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:  committed-master committed-mc-4.6
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * keywords:  committed-master committed-mc-4.6 vote-metux vote-winnie =
   committed-master committed-mc-4.6
  * owner:  slavazanko = metux
  * status:  reopened = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/139#comment:20
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #163: [rhclub tree] awk syntax file

2009-02-05 Thread Ticket System
#163: [rhclub tree] awk syntax file
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  closed  
  Priority:  minor|   Milestone:  4.7 
 Component:  mcedit   | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/163#comment:13
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:  metux
  Type:  defect   |  Status:  accepted 
  Priority:  major|   Milestone:  4.6.3
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:  review mandriva vote-styx
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * owner:  = metux
  * status:  new = accepted


Old description:

 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-
 concat.patch?view=markup

New description:

 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-
 concat.patch?view=markup

 branch:180_concat_dir_and_file (base mc-4.6)
 changeset:54d6ec88dcb9648d77ae84d063fdaedb76233b39

--

Comment:

 I've reworked the whole function and replaced it by
 mhl_str_dir_plus_file() in mhl/string.h

-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:  metux  
  Type:  defect   |  Status:  accepted   
  Priority:  major|   Milestone:  4.6.3  
 Component:  mc-core  | Version:  4.6.1  
Resolution:   |Keywords:  mandriva vote-styx vote-slyfox approved
  Blocking:   |   Blockedby: 
--+-
Changes (by slyfox):

  * keywords:  review mandriva vote-styx = mandriva vote-styx vote-slyfox
   approved


-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #155: savannah: Remove of WANT_WIDGETS

2009-02-05 Thread Ticket System
#155: savannah: Remove of WANT_WIDGETS
--+-
  Reporter:  andrew_b |   Owner:  metux   
  Type:  enhancement  |  Status:  closed  
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/155#comment:14
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:  metux
  Type:  defect   |  Status:  testing  
  Priority:  major|   Milestone:  4.6.3
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * keywords:  mandriva vote-styx vote-slyfox approved = committed-mc-4.6
   committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-
 concat.patch?view=markup

 branch:180_concat_dir_and_file (base mc-4.6)
 changeset:54d6ec88dcb9648d77ae84d063fdaedb76233b39

New description:

 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-
 concat.patch?view=markup

 branch:180_concat_dir_and_file (base mc-4.6)
 changeset:54d6ec88dcb9648d77ae84d063fdaedb76233b39

 committed mc-4.6
 committed master

--

-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:6
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #229: ncurses default color change to -1 when available

2009-02-05 Thread Ticket System
#229: ncurses default color change to -1 when available
---+
 Reporter:  robert.david.pub...@gmail.com  |Type:  defect 
   Status:  new|Priority:  major  
Milestone:  4.7|   Component:  mc-core
  Version:  4.6.1  |Keywords: 
 Blocking: |   Blockedby: 
---+
 When using ncurses, there is problem with setting default color to
 transparent on capable terminals. This is caused by color index going from
 0+ but the default terminal color is -1 in ncurses. So mc doesnt show true
 default color, but BLACK. [[BR]]

 This also has to be dependant on terminal support, if it supports default
 colors or not. Good inspiration about this is in htop source - CRT.c -
 CRT_setColors

-- 
Ticket URL: www.midnight-commander.org/ticket/229
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #118: savannah: cannot specify port number in shell link

2009-02-05 Thread Ticket System
#118: savannah: cannot specify port number in shell link
--+-
  Reporter:  slavazanko   |   Owner:  metux
  Type:  enhancement  |  Status:  accepted 
  Priority:  major|   Milestone:  4.7  
 Component:  vfs  | Version:  4.6.1
Resolution:   |Keywords:  vote-styx vote-metux approved
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * keywords:  review vote-styx = vote-styx vote-metux approved
  * owner:  = metux
  * status:  new = accepted


Comment:

 added missing changelog entry and voting for the current branch.

-- 
Ticket URL: www.midnight-commander.org/ticket/118#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #225: MVFS support, 9P, ...

2009-02-05 Thread Ticket System
#225: MVFS support, 9P, ...
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  vfs  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by metux):

 I've reworked the branch a bit, fixed some minor issues.

 Please vote.

-- 
Ticket URL: www.midnight-commander.org/ticket/225#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #147: Fix escaping for completion on cmdline (spaces, backslashes, etc).

2009-02-05 Thread Ticket System
#147: Fix escaping for completion on cmdline (spaces, backslashes, etc).
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie  
  Type:  defect|  Status:  accepted
  Priority:  major |   Milestone:  4.6.2   
 Component:  mc-core   | Version:  4.6.1   
Resolution:|Keywords:  review  
  Blocking:|   Blockedby:  157 
---+
Changes (by slyfox):

  * keywords:  rework = review


Comment:

 Partially reworked completion engine: adedd INPUT_COMPLETION_FLAGS state
 to all completion functions, which helps to separate completion contexts.

 147_escaping fixes:

 * completion of regular files after command:
  -rw-r--r-- 1 winnie winnie 0 27. Jan 20:35  file
  -rw-r--r-- 1 winnie winnie 0 27. Jan 20:35  file$test
  -rw-r--r-- 1 winnie winnie 0 27. Jan 20:35  filetest
  $ less /tmp/complete
  $ less ./complete

 * cd command now acts as \cd (accepts escaped dirs)

-- 
Ticket URL: www.midnight-commander.org/ticket/147#comment:28
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux
  Type:  enhancement  |  Status:  closed   
  Priority:  major|   Milestone:  4.6.2
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by winnie):

  * status:  testing = closed
  * milestone:  4.6.3 = 4.6.2


Comment:

 Moved to 4.6.2 as this is already fixed. We need to update NEWS file.

-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:9
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:  metux
  Type:  defect   |  Status:  closed   
  Priority:  major|   Milestone:  4.6.2
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by winnie):

  * status:  testing = closed
  * milestone:  4.6.3 = 4.6.2


Comment:

 Moving this to 4.6.2 as this is already fixed in 4.6 branch. We need to
 update NEWS file.

-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #224: Support out-of-tree builds

2009-02-05 Thread Ticket System
#224: Support out-of-tree builds
+---
  Reporter:  metux  |   Owner:
  Type:  defect |  Status:  closed
  Priority:  major  |   Milestone:  4.6.2 
 Component:  mc-core| Version:  4.6.1 
Resolution:  duplicate  |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by winnie):

  * milestone:  4.6.3 = 4.6.2


Comment:

 Moving also to 4.6.2 as the other ticket (#208) is fixed there.

-- 
Ticket URL: www.midnight-commander.org/ticket/224#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #72: savannah: preserve Attributes unchecked, but chmod errors still there

2009-02-05 Thread Ticket System
#72: savannah: preserve Attributes unchecked, but chmod errors still there
-+--
  Reporter:  slavazanko  |   Owner:  guanx   
  Type:  defect  |  Status:  accepted
  Priority:  major   |   Milestone:  4.6.3   
 Component:  vfs | Version:  
Resolution:  |Keywords:  review  
  Blocking:  |   Blockedby:  
-+--
Changes (by guanx):

  * owner:  = guanx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/72#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #147: Fix escaping for completion on cmdline (spaces, backslashes, etc).

2009-02-05 Thread Ticket System
#147: Fix escaping for completion on cmdline (spaces, backslashes, etc).
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   
  Type:  defect|  Status:  accepted 
  Priority:  major |   Milestone:  4.6.2
 Component:  mc-core   | Version:  4.6.1
Resolution:|Keywords:  vote-angel_il
  Blocking:|   Blockedby:  157  
---+
Changes (by angel_il):

  * keywords:  review = vote-angel_il


Comment:

 it works

-- 
Ticket URL: www.midnight-commander.org/ticket/147#comment:29
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #147: Fix escaping for completion on cmdline (spaces, backslashes, etc).

2009-02-05 Thread Ticket System
#147: Fix escaping for completion on cmdline (spaces, backslashes, etc).
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   
 
  Type:  defect|  Status:  accepted 
 
  Priority:  major |   Milestone:  4.6.2
 
 Component:  mc-core   | Version:  4.6.1
 
Resolution:|Keywords:  
vote-angel_il vote-winnie approved
  Blocking:|   Blockedby:  157  
 
---+
Changes (by winnie):

  * keywords:  vote-angel_il = vote-angel_il vote-winnie approved


Comment:

 Okay.. branch works very fine :) Vote from me

-- 
Ticket URL: www.midnight-commander.org/ticket/147#comment:30
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #147: Fix escaping for completion on cmdline (spaces, backslashes, etc).

2009-02-05 Thread Ticket System
#147: Fix escaping for completion on cmdline (spaces, backslashes, etc).
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   
  
  Type:  defect|  Status:  testing  
  
  Priority:  major |   Milestone:  4.6.2
  
 Component:  mc-core   | Version:  4.6.1
  
Resolution:  fixed |Keywords:  
vote-angel_il vote-winnie committed-master committed-mc-4.6
  Blocking:|   Blockedby:  157  
  
---+
Changes (by slyfox):

  * keywords:  vote-angel_il vote-winnie approved = vote-angel_il vote-
   winnie committed-master committed-mc-4.6
  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/147#comment:31
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #147: Fix escaping for completion on cmdline (spaces, backslashes, etc).

2009-02-05 Thread Ticket System
#147: Fix escaping for completion on cmdline (spaces, backslashes, etc).
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   
  
  Type:  defect|  Status:  closed   
  
  Priority:  major |   Milestone:  4.6.2
  
 Component:  mc-core   | Version:  4.6.1
  
Resolution:  fixed |Keywords:  
vote-angel_il vote-winnie committed-master committed-mc-4.6
  Blocking:|   Blockedby:  157  
  
---+
Changes (by winnie):

  * status:  testing = closed


Comment:

 Okay finally closing this bug :) This was the last showstopper for 4.6.2

-- 
Ticket URL: www.midnight-commander.org/ticket/147#comment:32
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #222: Drop slang, only ncurses as screen library

2009-02-05 Thread Ticket System
#222: Drop slang, only ncurses as screen library
--+-
  Reporter:  metux|   Owner:   
  Type:  enhancement  |  Status:  new  
  Priority:  major|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:   
  Blocking:   |   Blockedby:   
--+-

Comment(by Robert):

 Ncurses supports utf8, only some formating is needed.

 And also this fix: #229

-- 
Ticket URL: www.midnight-commander.org/ticket/222#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #230: [PATCH] Fix name_trunc() function for NULL or empty input.

2009-02-05 Thread Ticket System
#230: [PATCH] Fix name_trunc() function for NULL or empty input.
--+-
 Reporter:  andrew_b  |   Owner:   
 Type:  defect|  Status:  new  
 Priority:  major |   Milestone:  4.6.2
Component:  mc-core   | Version:  4.6.2
 Keywords:|Blocking:   
Blockedby:|  
--+-
 Fixed name_trunc() function for NULL or empty truncated string.
 Alsow fixed types.

 Patch is attached.

-- 
Ticket URL: www.midnight-commander.org/ticket/230
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #231: Initial Friendly Interactive SHell support

2009-02-05 Thread Ticket System
#231: Initial Friendly Interactive SHell support
---+
 Reporter:  m...@pekdon.net  |Type:  enhancement
   Status:  new|Priority:  minor  
Milestone:  4.7|   Component:  mc-core
  Version:  4.6.2  |Keywords:  fish   
 Blocking: |   Blockedby: 
---+
 Here comes a patch to make fish (http://fishshell.org/) work together with
 MC. As I am not an MC user myself I'm not sure if there are things broken,
 but it is at least a start.

-- 
Ticket URL: www.midnight-commander.org/ticket/231
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:  metux
  Type:  defect   |  Status:  reopened 
  Priority:  major|   Milestone:  4.6.2
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by andrew_b):

  * status:  closed = reopened
  * resolution:  fixed =


Comment:

 Replying to [comment:4 metux]:
  I've reworked the whole function and replaced it by
 mhl_str_dir_plus_file() in mhl/string.h

 First:
 {{{
 charsets.o: In function `load_codepages_list':
 /home/andrew/work.c/mc/mc.master/src/charsets.c:51: undefined reference to
 `mhl_str_dir_plus_file'
 ../vfs/libvfs-mc.a(smbfs.o): In function `smbfs_get_path':
 /home/andrew/work.c/mc/mc.master/vfs/smbfs.c:1214: undefined reference to
 `mhl_str_dir_plus_file'
 collect2: ld returned 1 exit status
 }}}

 #include mhl/string.h is forgotten in those files.

 Second: in mhl_str_dir_plus_file() there are incorrect type of strlen()
 results: int instead of size_t.

-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #232: [PATCH] Unitialized variable is used

2009-02-05 Thread Ticket System
#232: [PATCH] Unitialized variable is used
--+-
 Reporter:  andrew_b  |   Owner:   
 Type:  defect|  Status:  new  
 Priority:  major |   Milestone:  4.6.2
Component:  mc-core   | Version:  4.6.2
 Keywords:|Blocking:   
Blockedby:|  
--+-
 Fixed using of unitialized variable in init_chown_advanced() function.

-- 
Ticket URL: www.midnight-commander.org/ticket/232
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #233: mc-4.6.2 fails to build from source with --with-samba option

2009-02-05 Thread Ticket System
#233: mc-4.6.2 fails to build from source with --with-samba option
+---
 Reporter:  poizon  |Type:  defect 
   Status:  new |Priority:  major  
Milestone:  |   Component:  mc-core
  Version:  4.6.2   |Keywords:  samba build
 Blocking:  |   Blockedby: 
+---
 Under Debian GNU/Linux 5.0 (Lenny) mc fails to build.
 I have attached the output of the configure script and the make.

-- 
Ticket URL: www.midnight-commander.org/ticket/233
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #233: mc-4.6.2 fails to build from source with --with-samba or --enable-charset option (was: mc-4.6.2 fails to build from source with --with-samba option)

2009-02-05 Thread Ticket System
#233: mc-4.6.2 fails to build from source with --with-samba or --enable-
charset option
--+-
  Reporter:  poizon   |   Owner: 
  Type:  defect   |  Status:  new
  Priority:  major|   Milestone: 
 Component:  mc-core  | Version:  4.6.2  
Resolution:   |Keywords:  samba charset build
  Blocking:   |   Blockedby: 
--+-
Changes (by poizon):

  * keywords:  samba build = samba charset build


-- 
Ticket URL: www.midnight-commander.org/ticket/233#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #234: Remove the use of GString

2009-02-05 Thread Ticket System
#234: Remove the use of GString
-+--
 Reporter:  metux|   Owner:  metux
 Type:  enhancement  |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:  review   |Blocking:   
Blockedby:   |  
-+--
 Remove the use of GString type, replace by plain char buffers.

-- 
Ticket URL: www.midnight-commander.org/ticket/234
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #234: Remove the use of GString

2009-02-05 Thread Ticket System
#234: Remove the use of GString
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * status:  new = accepted


Old description:

 Remove the use of GString type, replace by plain char buffers.

New description:

 Remove the use of GString type, replace by plain char buffers.

 branch:234_remove_g_string
 changeset:f235b1976ee6dd7aa2be7e75c870784c424e3de3

--

-- 
Ticket URL: www.midnight-commander.org/ticket/234#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #235: Remove g_snprintf()

2009-02-05 Thread Ticket System
#235: Remove g_snprintf()
-+--
 Reporter:  metux|   Owner:  metux
 Type:  enhancement  |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:  review   |Blocking:   
Blockedby:   |  
-+--
 replace use of g_snprintf() by snprintf()

-- 
Ticket URL: www.midnight-commander.org/ticket/235
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #235: Remove g_snprintf()

2009-02-05 Thread Ticket System
#235: Remove g_snprintf()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * status:  new = accepted


Old description:

 replace use of g_snprintf() by snprintf()

New description:

 replace use of g_snprintf() by snprintf()


 branch:235_remove_g_snprintf

--

-- 
Ticket URL: www.midnight-commander.org/ticket/235#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #118: savannah: cannot specify port number in shell link

2009-02-05 Thread Ticket System
#118: savannah: cannot specify port number in shell link
--+-
  Reporter:  slavazanko   |   Owner:  metux
  Type:  enhancement  |  Status:  testing  
  Priority:  major|   Milestone:  4.7  
 Component:  vfs  | Version:  4.6.1
Resolution:  fixed|Keywords:  vote-styx vote-metux committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * keywords:  vote-styx vote-metux approved = vote-styx vote-metux
   committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 Original: http://savannah.gnu.org/bugs/?18042

 ||Submitted by:||Palo Simo palos||
 Submitted on:||Tue 17 Oct 2006 12:51:17 PM UTC||
 ||Category:||VFS||Severity:||3 - Normal||
 ||Status:||Ready For Test||Privacy:||Public||
 ||Assigned to:||Andrew V. Samoilov sav||Open/Closed:||Open||
 ||Release:||current (CVS or snapshot)||Operating System:||All||

 Discussion:
 {{{
 Mon 30 Oct 2006 08:11:45 PM UTC, comment #4:

 Thank you for the patch, it is working okay, great!
 I do not use any of the other options, so I don't know if they are
 affected - I think you know whether or not ...
 Palo Simo palos
 Mon 30 Oct 2006 12:04:54 PM UTC, comment #3:

  Do I understand correctly that a port number can be combined with C or
 r? And does one have to specify a port number if one uses 'r'? Please
 explain any syntax changes that you introduced.


 No. Look at utilvfs.c:vfs_split_url().
 No one syntax change. Only undocumented behaviour changed.
 It is possible to use /#sh:u...@host:6789 right now.
 And fish uses port1 as 'C' option and port2 as 'r'.

 Possible solution is to use 0x11 and 0x12 instead of 1 and 2.

  From what I remember from earlier investigations to separate out the
 port from the other options we need to add an extra variable to some of
 the functions. Am I mistaken?


 You are right.

  Maybe it's best first to decide on a new option syntax that allows all
 combinations and then implement that new syntax?


 I am not sure we can allow such redesign because of lack of manpower.
 Andrew V. Samoilov sav
 Project MemberIn charge of this item.
 Sat 28 Oct 2006 12:43:20 PM UTC, comment #2:

  Weakness: port number
  and r and C option cannot be used together.
  Port 1 will be interpretted as 'C' option, port 2 as 'r'.


 Do I understand correctly that a port number can be combined with C or r?
 And does one have to specify a port number if one uses 'r'? Please
 explain any syntax changes that you introduced.

 From what I remember from earlier investigations to separate out the port
 from the other options we need to add an extra variable to some of the
 functions. Am I mistaken?

 Maybe it's best first to decide on a new option syntax that allows all
 combinations and then implement that new syntax?
 Leonard den Ottolander leonardjo
 Project Member
 Fri 27 Oct 2006 12:15:02 PM UTC, comment #1:

 Hello, Palo.

 Please test attached patch. This changes have to be documented in manuals
 before commit to CVS.

 vfs/ChangeLog:

 * fish.c: Iterpret SUP.flags as port number if SUP.flags is not in 0,
 FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number

 and r and C option cannot be used together.
 Port 1 will be interpretted as 'C' option, port 2 as 'r'.

 (fish_open_archive_int): Change for above.
 (fish_fill_names): Likewise.
 Andrew V. Samoilov sav
 Project MemberIn charge of this item.
 Tue 17 Oct 2006 12:51:17 PM UTC, original submission:

 this is a feature request:
 include the ability to specify port number to connect to in the shell
 link to machine feature
 }}}

New description:

 Original: http://savannah.gnu.org/bugs/?18042

 ||Submitted by:||Palo Simo palos||
 Submitted on:||Tue 17 Oct 2006 12:51:17 PM UTC||
 ||Category:||VFS||Severity:||3 - Normal||
 ||Status:||Ready For Test||Privacy:||Public||
 ||Assigned to:||Andrew V. Samoilov sav||Open/Closed:||Open||
 ||Release:||current (CVS or snapshot)||Operating System:||All||

 Discussion:
 {{{
 Mon 30 Oct 2006 08:11:45 PM UTC, comment #4:

 Thank you for the patch, it is working okay, great!
 I do not use any of the other options, so I don't know if they are
 affected - I think you know whether or not ...
 Palo Simo palos
 Mon 30 Oct 2006 12:04:54 PM UTC, comment #3:

  Do I understand correctly that a port number can be combined with C or
 r? And does one have to specify a port number if one uses 'r'? Please
 explain any syntax changes that you introduced.


 No. Look at utilvfs.c:vfs_split_url().
 No one syntax change. Only undocumented behaviour changed.
 It is possible to use /#sh:u...@host:6789 right now.
 And fish 

Re: [Midnight Commander] #118: savannah: cannot specify port number in shell link

2009-02-05 Thread Ticket System
#118: savannah: cannot specify port number in shell link
--+-
  Reporter:  slavazanko   |   Owner:  metux   
  Type:  enhancement  |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  vfs  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-styx vote-metux committed-master = committed-master


-- 
Ticket URL: www.midnight-commander.org/ticket/118#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #230: [PATCH] Fix name_trunc() function for NULL or empty input.

2009-02-05 Thread Ticket System
#230: [PATCH] Fix name_trunc() function for NULL or empty input.
---+
  Reporter:  andrew_b  |   Owner:   
  Type:  defect|  Status:  new  
  Priority:  major |   Milestone:  4.6.2
 Component:  mc-core   | Version:  4.6.2
Resolution:|Keywords:  review vote-metux
  Blocking:|   Blockedby:   
---+
Changes (by metux):

  * keywords:  = review vote-metux


-- 
Ticket URL: www.midnight-commander.org/ticket/230#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #163: [rhclub tree] awk syntax file

2009-02-05 Thread Ticket System
#163: [rhclub tree] awk syntax file
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  testing 
  Priority:  minor|   Milestone:  4.7 
 Component:  mcedit   | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-winnie vote-slavazanko committed-master = committed-
   master


-- 
Ticket URL: www.midnight-commander.org/ticket/163#comment:12
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #232: [PATCH] Unitialized variable is used

2009-02-05 Thread Ticket System
#232: [PATCH] Unitialized variable is used
---+
  Reporter:  andrew_b  |   Owner:  metux  
  Type:  defect|  Status:  accepted   
  Priority:  major |   Milestone:  4.6.3  
 Component:  mc-core   | Version:  4.6.2  
Resolution:|Keywords:  vote-metux vote-winnie approved
  Blocking:|   Blockedby: 
---+
Changes (by winnie):

  * keywords:  review vote-metux = vote-metux vote-winnie approved
  * milestone:  4.6.2 = 4.6.3


Comment:

 Okay.. this will go to 4.6.3

-- 
Ticket URL: www.midnight-commander.org/ticket/232#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #230: [PATCH] Fix name_trunc() function for NULL or empty input.

2009-02-05 Thread Ticket System
#230: [PATCH] Fix name_trunc() function for NULL or empty input.
---+
  Reporter:  andrew_b  |   Owner:  metux
 
  Type:  defect|  Status:  closed   
 
  Priority:  major |   Milestone:  4.6.3
 
 Component:  mc-core   | Version:  4.6.2
 
Resolution:  fixed |Keywords:  vote-styx vote-metux vote-slyfox 
committed-mc-4.6 committed-master
  Blocking:|   Blockedby:   
 
---+
Changes (by metux):

  * keywords:  vote-metux vote-slyfox approved = vote-styx vote-metux
   vote-slyfox committed-mc-4.6 committed-master


-- 
Ticket URL: www.midnight-commander.org/ticket/230#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #232: [PATCH] Unitialized variable is used

2009-02-05 Thread Ticket System
#232: [PATCH] Unitialized variable is used
---+
  Reporter:  andrew_b  |   Owner:  metux
  Type:  defect|  Status:  testing  
  Priority:  major |   Milestone:  4.6.3
 Component:  mc-core   | Version:  4.6.2
Resolution:  fixed |Keywords:  committed-mc-4.6 committed-master
  Blocking:|   Blockedby:   
---+
Changes (by metux):

  * keywords:  vote-metux vote-winnie approved = committed-mc-4.6
   committed-master
  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/232#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #193: (mandriva) syntax file for vhdl

2009-02-05 Thread Ticket System
#193: (mandriva) syntax file for vhdl
--+-
  Reporter:  metux|   Owner:  metux 
 
  Type:  enhancement  |  Status:  accepted  
 
  Priority:  major|   Milestone:  4.7   
 
 Component:  mcedit   | Version:  4.6.1 
 
Resolution:   |Keywords:  review mandriva vote-metux 
vote-slyfox approved
  Blocking:   |   Blockedby:
 
--+-
Changes (by slyfox):

  * keywords:  review mandriva vote-metux = review mandriva vote-metux
   vote-slyfox approved


Old description:

 Original:
 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-vhdl-
 syntax.patch?view=markup

 branch:193_vhdl_syntax
 changeset:d6a438dc17a1c9f3891333e686989a678857e845

New description:

 Original:
 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-vhdl-
 syntax.patch?view=markup

 branch:193_vhdl_syntax
 changeset:d6a438dc17a1c9f3891333e686989a678857e845

--

-- 
Ticket URL: www.midnight-commander.org/ticket/193#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #236: Replace gboolean by bool

2009-02-05 Thread Ticket System
#236: Replace gboolean by bool
-+--
 Reporter:  metux|   Owner:  metux
 Type:  enhancement  |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 Replace all use of gboolean type to bool (from mhl/types.h)

-- 
Ticket URL: www.midnight-commander.org/ticket/236
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #236: Replace gboolean by bool

2009-02-05 Thread Ticket System
#236: Replace gboolean by bool
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  = review
  * status:  new = accepted


Old description:

 Replace all use of gboolean type to bool (from mhl/types.h)

New description:

 Replace all use of gboolean type to bool (from mhl/types.h)

 branch:236_replace_gboolean
 changeset:45964f373bedc439e71f1fdea70f67dabec994d8

--

-- 
Ticket URL: www.midnight-commander.org/ticket/236#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #233: mc-4.6.2 fails to build from source with --with-samba or --enable-charset option

2009-02-05 Thread Ticket System
#233: mc-4.6.2 fails to build from source with --with-samba or --enable-
charset option
--+-
  Reporter:  poizon   |   Owner:  styx
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  
  Blocking:   |   Blockedby:  
--+-
Changes (by styx):

  * keywords:  samba charset build =
  * owner:  = styx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/233#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #208: add support for building out-of-sources builds

2009-02-05 Thread Ticket System
#208: add support for building out-of-sources builds
--+-
  Reporter:  slyfox   |   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.6.3   
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  = review
  * owner:  = metux
  * status:  new = accepted
  * milestone:  4.7 = 4.6.3


Old description:

 I like run '''./autogen.sh and''' and '''./configure''' scripts from
 locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone path-to-mc
 $ chmod -R u-w mc/ # freeze sources (just for tests)



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ../mc/autogen.sh
 $ ./configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to
 be able t run it from other locations to have source tree untouched

New description:

 I like run '''./autogen.sh and''' and '''./configure''' scripts from
 locations other, than source tree.
 It is very convinient to run builds for various
 architectures/configurations against one actual source.

 usage example:
 $ cd /tmp
 $ git clone path-to-mc
 $ chmod -R u-w mc/ # freeze sources (just for tests)

 

 branch:208_out_of_tree_build (based on mc-4.6)
 changeset:e3a3890a3a82500bf3e6b61d28a00f3a5e229f66



 # let's craft 'mc-build'
 #(and mc-build-{arm, '''x86_64''', i386, ppc,
 mingw32}-{slang, '''charset''', glib{1,2}} in real world)
 # and build sources there:

 $ mkdir mc-build
 $ cd mc-build
 $ ../mc/autogen.sh
 $ ./configure --prefix=/tmp/mc-test/
 $ make
 $ make install

 or at least to generate '''./configure''' in '''/tmp/mc''' tree, but to be
 able t run it from other locations to have source tree untouched

--

-- 
Ticket URL: www.midnight-commander.org/ticket/208#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #222: Drop slang, only ncurses as screen library

2009-02-05 Thread Ticket System
#222: Drop slang, only ncurses as screen library
--+-
  Reporter:  metux|   Owner:   
  Type:  enhancement  |  Status:  new  
  Priority:  major|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:   
  Blocking:   |   Blockedby:   
--+-

Comment(by Stanza):

 Replying to [comment:2 slavazanko]:
  Is ncurses correctly works with utf-8?
 ncursesw do it

-- 
Ticket URL: www.midnight-commander.org/ticket/222#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #229: ncurses default color change to -1 when available

2009-02-05 Thread Robert David
On Saturday 31 January 2009 20:19:35 Ticket System wrote:
 #229: ncurses default color change to -1 when available
 ---+---
- Reporter:  robert.david.pub...@gmail.com  |Type:  defect
Status:  new|Priority:  major
 Milestone:  4.7|   Component:  mc-core
   Version:  4.6.1  |Keywords:
  Blocking: |   Blockedby:
 ---+---
- When using ncurses, there is problem with setting default color to
 transparent on capable terminals. This is caused by color index going from
 0+ but the default terminal color is -1 in ncurses. So mc doesnt show true
 default color, but BLACK. [[BR]]

  This also has to be dependant on terminal support, if it supports default
  colors or not. Good inspiration about this is in htop source - CRT.c -
  CRT_setColors


So I have crated a simple patch for this.

Robert


--- a/src/color.c   2009-01-31 23:31:58.0 +0100
+++ b/src/color.c   2009-01-31 23:27:05.0 +0100
@@ -301,6 +301,7 @@
 
 if (use_colors){
start_color ();
+   use_default_colors ();
configure_colors ();
 
 #ifndef HAVE_SLANG
@@ -410,7 +411,7 @@
 void
 mc_init_pair (int index, CTYPE foreground, CTYPE background)
 {
-init_pair (index, foreground, background);
+init_pair (index, foreground, (background==0?-1:background));
 if (index  max_index)
max_index = index;
 }
--- a/src/color.c	2009-01-31 23:31:58.0 +0100
+++ b/src/color.c	2009-01-31 23:27:05.0 +0100
@@ -301,6 +301,7 @@
 
 if (use_colors){
 	start_color ();
+	use_default_colors ();
 	configure_colors ();
 
 #ifndef HAVE_SLANG
@@ -410,7 +411,7 @@
 void
 mc_init_pair (int index, CTYPE foreground, CTYPE background)
 {
-init_pair (index, foreground, background);
+init_pair (index, foreground, (background==0?-1:background));
 if (index  max_index)
 	max_index = index;
 }
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #230: [PATCH] Fix name_trunc() function for NULL or empty input.

2009-02-05 Thread Ticket System
#230: [PATCH] Fix name_trunc() function for NULL or empty input.
---+
  Reporter:  andrew_b  |   Owner:  metux
  Type:  defect|  Status:  accepted 
  Priority:  major |   Milestone:  4.6.2
 Component:  mc-core   | Version:  4.6.2
Resolution:|Keywords:  review vote-metux
  Blocking:|   Blockedby:   
---+
Changes (by metux):

  * owner:  = metux
  * status:  new = accepted


Old description:

 Fixed name_trunc() function for NULL or empty truncated string.
 Alsow fixed types.

 Patch is attached.

New description:

 Fixed name_trunc() function for NULL or empty truncated string.
 Alsow fixed types.

 Patch is attached.

 branch:230_fix_name_trunc
 changeset:6c016bc78148994b7ac305fd6c19cc5bd4833a5b

--

-- 
Ticket URL: www.midnight-commander.org/ticket/230#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #232: [PATCH] Unitialized variable is used

2009-02-05 Thread Ticket System
#232: [PATCH] Unitialized variable is used
---+
  Reporter:  andrew_b  |   Owner:  metux
  Type:  defect|  Status:  accepted 
  Priority:  major |   Milestone:  4.6.2
 Component:  mc-core   | Version:  4.6.2
Resolution:|Keywords:  review vote-metux
  Blocking:|   Blockedby:   
---+
Changes (by metux):

  * keywords:  = review vote-metux
  * owner:  = metux
  * status:  new = accepted


Old description:

 Fixed using of unitialized variable in init_chown_advanced() function.

New description:

 Fixed using of unitialized variable in init_chown_advanced() function.

 branch:232_fix_init_chown_advanced
 changeset:6f9ef0b7befb9b5943fcbc0a91a2e00fa0f57cb2

--

-- 
Ticket URL: www.midnight-commander.org/ticket/232#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #233: mc-4.6.2 fails to build from source with --with-samba or --enable-charset option

2009-02-05 Thread Ticket System
#233: mc-4.6.2 fails to build from source with --with-samba or --enable-
charset option
+---
  Reporter:  poizon |   Owner:  styx  
  Type:  defect |  Status:  closed
  Priority:  major  |   Milestone:
 Component:  mc-core| Version:  4.6.2 
Resolution:  duplicate  |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by winnie):

  * status:  testing = closed


Comment:

 Hey Poizon,

 please download the tarball again. We've replaced it just before we
 announced the release. So you where on of the very few people how got the
 tarball which is missing two includes.

 Sorry for the noise.

-- 
Ticket URL: www.midnight-commander.org/ticket/233#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #233: mc-4.6.2 fails to build from source with --with-samba or --enable-charset option

2009-02-05 Thread Ticket System
#233: mc-4.6.2 fails to build from source with --with-samba or --enable-
charset option
+---
  Reporter:  poizon |   Owner:  styx   
  Type:  defect |  Status:  testing
  Priority:  major  |   Milestone: 
 Component:  mc-core| Version:  4.6.2  
Resolution:  duplicate  |Keywords: 
  Blocking: |   Blockedby: 
+---
Changes (by styx):

  * status:  accepted = testing
  * resolution:  = duplicate


Comment:

 duplicate: #180

-- 
Ticket URL: www.midnight-commander.org/ticket/233#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #236: Replace gboolean by bool

2009-02-05 Thread Ticket System
#236: Replace gboolean by bool
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  enhancement  |  Status:  accepted  
  Priority:  minor|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review vote-winnie
  Blocking:   |   Blockedby:
--+-
Changes (by winnie):

  * keywords:  review = review vote-winnie


Comment:

 Looks nice and straight forward.

-- 
Ticket URL: www.midnight-commander.org/ticket/236#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #226: Fix includes

2009-02-05 Thread Ticket System
#226: Fix includes
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by winnie):

 Well I think we should check that we don't break other systems. Some
 #ifdef ... #else /*BSD*/ #endif statements are deleted without an
 replacement. Has anybody access to a BSD System?

-- 
Ticket URL: www.midnight-commander.org/ticket/226#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #227: Replace g_free() by mhl_mem_free()

2009-02-05 Thread Ticket System
#227: Replace g_free() by mhl_mem_free()
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  defect   |  Status:  accepted  
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.1 
Resolution:   |Keywords:  review vote-slyfox
  Blocking:   |   Blockedby:
--+-
Changes (by slyfox):

  * keywords:  review = review vote-slyfox


Comment:

 git log --stat -p master..origin/227_replace_g_free does not fit into 1
 page:

 73 files changed, 1146 insertions(+), 1054 deletions(-)

 But patch looks trivial (and shows what a mess we have in respect to
 memory allocation in general).

 With that it will be easier to switch alloc/free implementation for the
 whole project.

 Voted.

-- 
Ticket URL: www.midnight-commander.org/ticket/227#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #228: Replace g_strdup() by mhl_str_dup()

2009-02-05 Thread Ticket System
#228: Replace g_strdup() by mhl_str_dup()
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  defect   |  Status:  accepted  
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.1 
Resolution:   |Keywords:  review vote-slyfox
  Blocking:   |   Blockedby:
--+-
Changes (by slyfox):

  * keywords:  review = review vote-slyfox


Comment:

 $ git log -b -p --stat master..origin/228_replace_g_strdup
  54 files changed, 477 insertions(+), 390 deletions(-)

 Voted

-- 
Ticket URL: www.midnight-commander.org/ticket/228#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #234: Remove the use of GString

2009-02-05 Thread Ticket System
#234: Remove the use of GString
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  enhancement  |  Status:  accepted  
  Priority:  minor|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review vote-slyfox
  Blocking:   |   Blockedby:
--+-
Changes (by slyfox):

  * keywords:  review = review vote-slyfox


-- 
Ticket URL: www.midnight-commander.org/ticket/234#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #226: Fix includes

2009-02-05 Thread Ticket System
#226: Fix includes
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Description changed by metux:

Old description:

 several .c file are missing some #include's, which are currently defined
 in global.h - very unclean ;-o

 branch:226_fix_includes
 changelog:851028508bcc2eb82b568351a16e2a553b43eb4e

New description:

 several .c file are missing some #include's, which are currently defined
 in global.h - very unclean ;-o

 branch:226_fix_includes
 changeset:851028508bcc2eb82b568351a16e2a553b43eb4e

--

-- 
Ticket URL: www.midnight-commander.org/ticket/226#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #235: Remove g_snprintf()

2009-02-05 Thread Ticket System
#235: Remove g_snprintf()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  vote-winnie vote-slyfox approved
  Blocking:   |   Blockedby:  
--+-
Changes (by slyfox):

  * keywords:  review vote-winnie = vote-winnie vote-slyfox approved


-- 
Ticket URL: www.midnight-commander.org/ticket/235#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #226: Fix includes

2009-02-05 Thread Ticket System
#226: Fix includes
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by slyfox):

 Some thrown out code snippets look very ancient:
 -#ifndef HAVE_MEMMOVE
 -/* for Christophe */
 -static void *memmove (void *dest, const void *src, size_t n)
 -{
 ...
 -}
 -#endif /* !HAVE_MEMMOVE */

 -/* Replacement for O_NONBLOCK */
 -#ifndef O_NONBLOCK
 -#ifdef O_NDELAY /* SYSV */
 -#define O_NONBLOCK O_NDELAY
 -#else /* BSD */
 -#define O_NONBLOCK FNDELAY
 -#endif /* !O_NDELAY */
 -#endif /* !O_NONBLOCK */

 -#if !defined(HAVE_SYS_TIME_H)
 -struct timeval {
 - long int tv_sec; /* seconds */
 - long int tv_usec; /* microseconds */
 -};
 -#endif /* !HAVE_SYS_TIME_H */
 etc.
 Maybe we should have one global implicit config.h to hold that
 oddities/standard misfollowing?

 BTW, what minimal C standard/OS standard compliance do we plan to support?

-- 
Ticket URL: www.midnight-commander.org/ticket/226#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #225: MVFS support, 9P, ...

2009-02-05 Thread Ticket System
#225: MVFS support, 9P, ...
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  vfs  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by slyfox):

 ./autogen.sh:
 m4.include/mc-vfs.m4:119: warning: underquoted definition of
 AC_MC_VFS_CHECKS
 m4.include/mc-vfs.m4:119:   run info '(automake)Extending aclocal'
 m4.include/mc-vfs.m4:119:   or see
 http://sources.redhat.com/automake/automake.html#Extending-aclocal

 ./configure --enable-mvfs-9p --enable-mvfs-local --enable-mvfs-fish
 checking for libmvfs... Package libmvfs was not found in the pkg-config
 search path. Perhaps you should add the directory containing `libmvfs.pc'
 to the PKG_CONFIG_PATH environment variable No package 'libmvfs' found
 configure: error: Library requirements (libmvfs) not met; consider
 adjusting the PKG_CONFIG_PATH environment variable if your libraries are
 in a nonstandard prefix so pkg-config can find them.


 what is mvfs/libmvfs at all? how can i use it?

-- 
Ticket URL: www.midnight-commander.org/ticket/225#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #235: Remove g_snprintf()

2009-02-05 Thread Ticket System
#235: Remove g_snprintf()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-winnie vote-slyfox approved = committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 replace use of g_snprintf() by snprintf()


 branch:235_remove_g_snprintf

New description:

 replace use of g_snprintf() by snprintf()


 branch:235_remove_g_snprintf

 committed master
 changeset:0434e3de5d20323bed8b7b2dbff74c1d00a221ec

--

-- 
Ticket URL: www.midnight-commander.org/ticket/235#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #193: (mandriva) syntax file for vhdl

2009-02-05 Thread Ticket System
#193: (mandriva) syntax file for vhdl
--+-
  Reporter:  metux|   Owner:  metux  
  Type:  enhancement  |  Status:  testing
  Priority:  major|   Milestone:  4.7
 Component:  mcedit   | Version:  4.6.1  
Resolution:  fixed|Keywords:  comitted-master
  Blocking:   |   Blockedby: 
--+-
Changes (by metux):

  * keywords:  review mandriva vote-metux vote-slyfox approved = comitted-
   master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 Original:
 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-vhdl-
 syntax.patch?view=markup

 branch:193_vhdl_syntax
 changeset:d6a438dc17a1c9f3891333e686989a678857e845

New description:

 Original:
 http://svn.mandriva.com/cgi-
 bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-vhdl-
 syntax.patch?view=markup

 branch:193_vhdl_syntax
 changeset:d6a438dc17a1c9f3891333e686989a678857e845

 committed master:
 changeset:fb745c77ff7636cfb2eedbac929679f06adbf28b

--

-- 
Ticket URL: www.midnight-commander.org/ticket/193#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #193: (mandriva) syntax file for vhdl

2009-02-05 Thread Ticket System
#193: (mandriva) syntax file for vhdl
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  mcedit   | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  comitted-master = committed-master


-- 
Ticket URL: www.midnight-commander.org/ticket/193#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #236: Replace gboolean by bool

2009-02-05 Thread Ticket System
#236: Replace gboolean by bool
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  vote-winnie vote-slyfox approved
  Blocking:   |   Blockedby:  
--+-
Changes (by slyfox):

  * keywords:  review vote-winnie = vote-winnie vote-slyfox approved


Comment:

 apart from s/TRUE/true/, s/FALSE/false/ patch is fine.

 Voted.

-- 
Ticket URL: www.midnight-commander.org/ticket/236#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #236: Replace gboolean by bool

2009-02-05 Thread Ticket System
#236: Replace gboolean by bool
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  testing 
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-winnie vote-slyfox approved = committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 Replace all use of gboolean type to bool (from mhl/types.h)

 branch:236_replace_gboolean
 changeset:45964f373bedc439e71f1fdea70f67dabec994d8

New description:

 Replace all use of gboolean type to bool (from mhl/types.h)

 branch:236_replace_gboolean
 changeset:45964f373bedc439e71f1fdea70f67dabec994d8

 committed to master
 changeset:7015de5db51b00fe6c5ea6c49556ffcb526aca13

--

-- 
Ticket URL: www.midnight-commander.org/ticket/236#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #228: Replace g_strdup() by mhl_str_dup()

2009-02-05 Thread Ticket System
#228: Replace g_strdup() by mhl_str_dup()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-winnie vote-slyfox approved = committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 Now as we have mhl in mainline, g_strdup() should be replaced by
 mhl_str_dup()

 branch:228_replace_g_strdup
 changeset:f921cc40cddc155ce54d51054171e231575034ad

New description:

 Now as we have mhl in mainline, g_strdup() should be replaced by
 mhl_str_dup()

 branch:228_replace_g_strdup
 changeset:f921cc40cddc155ce54d51054171e231575034ad

 committed master
 changeset:035fa47c06127a201b4285cb35381fadfea7da67

--

-- 
Ticket URL: www.midnight-commander.org/ticket/228#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #226: Fix includes

2009-02-05 Thread Ticket System
#226: Fix includes
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  rework  
  Blocking:   |   Blockedby:  
--+-
Changes (by winnie):

  * keywords:  review = rework


Comment:

 Okay.. there are some things which should be discussed beforehand.
 Therefore removing review and adding rework.

-- 
Ticket URL: www.midnight-commander.org/ticket/226#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #227: Replace g_free() by mhl_mem_free()

2009-02-05 Thread Ticket System
#227: Replace g_free() by mhl_mem_free()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  vote-slyfox vote-winnie approved
  Blocking:   |   Blockedby:  
--+-
Changes (by winnie):

  * keywords:  review vote-slyfox = vote-slyfox vote-winnie approved


Comment:

 looks fine

-- 
Ticket URL: www.midnight-commander.org/ticket/227#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #234: Remove the use of GString

2009-02-05 Thread Ticket System
#234: Remove the use of GString
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  vote-slyfox vote-winnie approved
  Blocking:   |   Blockedby:  
--+-
Changes (by winnie):

  * keywords:  review vote-slyfox = vote-slyfox vote-winnie approved


Comment:

 looks fine

-- 
Ticket URL: www.midnight-commander.org/ticket/234#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #227: Replace g_free() by mhl_mem_free()

2009-02-05 Thread Ticket System
#227: Replace g_free() by mhl_mem_free()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-slyfox vote-winnie approved = committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 Now as we have mhl in mainline, replace g_free() by mhl_mem_free()

 branch:227_replace_g_free
 changeset:15d7d47c1556c154a0cf93ef887a3d0b9d962511

New description:

 Now as we have mhl in mainline, replace g_free() by mhl_mem_free()

 branch:227_replace_g_free
 changeset:15d7d47c1556c154a0cf93ef887a3d0b9d962511

 committed master
 changeset:8b38cf44daee3b0f92591baa97f36d722be99280

--

-- 
Ticket URL: www.midnight-commander.org/ticket/227#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #234: Remove the use of GString

2009-02-05 Thread Ticket System
#234: Remove the use of GString
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  enhancement  |  Status:  testing 
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  vote-slyfox vote-winnie approved = committed-master
  * status:  accepted = testing
  * resolution:  = fixed


Old description:

 Remove the use of GString type, replace by plain char buffers.

 branch:234_remove_g_string
 changeset:f235b1976ee6dd7aa2be7e75c870784c424e3de3

New description:

 Remove the use of GString type, replace by plain char buffers.

 branch:234_remove_g_string
 changeset:f235b1976ee6dd7aa2be7e75c870784c424e3de3

 committed to master
 changeset:9b9cab58749217101ab16504a77efb301812cfbf

--

-- 
Ticket URL: www.midnight-commander.org/ticket/234#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #199: Drop support for slang-1.x

2009-02-05 Thread Ticket System
#199: Drop support for slang-1.x
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  defect   |  Status:  accepted  
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.1 
Resolution:   |Keywords:  review vote-winnie
  Blocking:   |   Blockedby:
--+-
Changes (by winnie):

  * keywords:  review = review vote-winnie


Comment:

 okay.. please remove this.

-- 
Ticket URL: www.midnight-commander.org/ticket/199#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #161: [PATCH] Drop bundled slang

2009-02-05 Thread Ticket System
#161: [PATCH] Drop bundled slang
---+
  Reporter:  enrico.weig...@zaphod.local, metux IT service weig...@metux.de  
|   Owner:
  Type:  defect
|  Status:  new   
  Priority:  major 
|   Milestone:  4.7   
 Component:  mc-core   
| Version:  4.6.1 
Resolution:
|Keywords:  review vote-winnie
  Blocking:
|   Blockedby:
---+
Changes (by winnie):

  * keywords:  review = review vote-winnie


Comment:

 okay.. fine

-- 
Ticket URL: www.midnight-commander.org/ticket/161#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #130: FHS-Break: global config belongs into ${sysconfdir}/mc

2009-02-05 Thread Ticket System
#130: FHS-Break: global config belongs into ${sysconfdir}/mc
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * owner:  = metux
  * status:  new = accepted


Comment:

 I've upated the HACK_install_branch. Please have a look at it.

-- 
Ticket URL: www.midnight-commander.org/ticket/130#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #200: Drop optional ncurses support

2009-02-05 Thread Ticket System
#200: Drop optional ncurses support
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by metux):

 rebased to current master

-- 
Ticket URL: www.midnight-commander.org/ticket/200#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc-4.6.2 source

2009-02-05 Thread Paul Marwick

Hi.

I maintain the MC package for Zenwalk. Was very happy to see the new 
release, and downloaded it as soon as I could. However, it looks as 
though the release archive is faulty. There are a number of dead 
symbolic links to things that don't exist in the archive:


COPYING -  /usr/share/automake-1.10/COPYING
config/config.guess -  /usr/share/automake-1.10/config.guess
config/config.sub  - /usr/share/automake-1.10/config.sub
config/decomp -  /usr/share/automake-1.10/depcomp
config/install.sh - /usr/share/automake-1.10/install.sh
config/missing - /usr/share/missing

Any attempt to run ./configure gets the following error:

root:# ./configure
configure: error: cannot find install-sh or install.sh in config ./config

I'd really like to build the new version. Is there a correct source 
package available anywhere?


Thanks...

Regards, Paul.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #180: (mandriva) concat_dir_and_file() + NULL parameter fix

2009-02-05 Thread Ticket System
#180: (mandriva) concat_dir_and_file() + NULL parameter fix
--+-
  Reporter:  metux|   Owner:  metux
  Type:  defect   |  Status:  accepted 
  Priority:  major|   Milestone:  4.6.2
 Component:  mc-core  | Version:  4.6.1
Resolution:   |Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by metux):

  * status:  reopened = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/180#comment:9
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


  1   2   3   >