Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. SF.net SVN: pure-data:[16823]
      trunk/scripts/guiplugins/search-plugin/ search-plugin.tcl
      ([email protected])
   2. [git]pure-data branch master updated.
      1d4d05c6ff08b3f5a8cca3c67f44254dbf4ae23e (Miller Puckette)
   3. [git]pure-data tag 0.44-0test2 created.
      266db0786c9d3a99bc625eabaa8bfbebb8df34fb (Miller Puckette)
   4. SF.net SVN: pure-data:[16824]
      trunk/scripts/guiplugins/search-plugin/po
      ([email protected])
   5. SF.net SVN: pure-data:[16825]
      trunk/scripts/guiplugins/search-plugin/po
      ([email protected])
   6. SF.net SVN: pure-data:[16826]
      trunk/scripts/guiplugins/search-plugin/po
      ([email protected])
   7. SF.net SVN: pure-data:[16827]
      trunk/scripts/guiplugins/search-plugin/po/pt. po
      ([email protected])
   8. SF.net SVN: pure-data:[16828]
      trunk/scripts/guiplugins/search-plugin/po/ pt_pt.po
      ([email protected])
   9. SF.net SVN: pure-data:[16829]
      trunk/scripts/guiplugins/search-plugin/po/fr. po
      ([email protected])
  10. SF.net SVN: pure-data:[16830]
      trunk/scripts/guiplugins/search-plugin/po/it. po
      ([email protected])
  11. SF.net SVN: pure-data:[16831]
      trunk/scripts/guiplugins/search-plugin/po/ search-plugin.pot
      ([email protected])
  12. SF.net SVN: pure-data:[16832]
      trunk/scripts/guiplugins/search-plugin/po
      ([email protected])
  13. SF.net SVN: pure-data:[16833]
      branches/pd-extended/0.43/externals/chaos
      ([email protected])
  14. SF.net SVN: pure-data:[16834]
      branches/pd-extended/0.43/externals/chaos/ chaos-meta.pd
      ([email protected])
  15. [git]Pd-extended branch master updated.
      004ea1bf4b78000062f5104ca04bfc235d4d7b19 (Hans-Christoph Steiner)
  16. [git]Pd-extended branch patch_series updated.
      925007e8e80b7b502b6139c459c5ff16eb459b57 (Hans-Christoph Steiner)
  17. SF.net SVN: pure-data:[16835]
      branches/pd-extended/0.43/debian ([email protected])
  18. autobuild: pd-extended macosx105-i386 2013-01-06 03.15.17
      (Pd Build User)


----------------------------------------------------------------------

Message: 1
Date: Sat, 05 Jan 2013 17:52:31 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16823]
        trunk/scripts/guiplugins/search-plugin/ search-plugin.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16823
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16823&view=rev
Author:   eighthave
Date:     2013-01-05 17:52:29 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
Mac OS X: fix placement of 'Search' menu item in 'Help' menu

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/search-plugin.tcl

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 2
Date: Sat,  5 Jan 2013 18:13:25 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
        1d4d05c6ff08b3f5a8cca3c67f44254dbf4ae23e
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  1d4d05c6ff08b3f5a8cca3c67f44254dbf4ae23e (commit)
       via  1a382dc9f92c723f19814668fed4298589673ff2 (commit)
       via  d736882a8de27e57c0822f94f00b0f421df8f8c5 (commit)
       via  6c19fb014ec935e05a400c221a27d0ff87707994 (commit)
       via  aa98ea5ab5f04c7ed92fc0ad0fec3c90c98ace5e (commit)
      from  ee1cad7ff4062e151bd8d37ea917cbf7060e10c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1d4d05c6ff08b3f5a8cca3c67f44254dbf4ae23e
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sat Jan 5 12:41:58 2013 -0500

    allow unicode filenames via double-clicking, fix multiple instances
    
    This allows pd-gui to receive full unicode filenames, and allows multiple
    instances while making the first instance always claim the double-clicked
    files.

commit 1a382dc9f92c723f19814668fed4298589673ff2
Author: Miller Puckette <[email protected]>
Date:   Thu Jan 3 20:21:19 2013 -0800

    tweak linux fallback makefile

commit d736882a8de27e57c0822f94f00b0f421df8f8c5
Author: IOhannes m zmoelnig <[email protected]>
Date:   Tue Dec 18 11:45:03 2012 +0100

    don't connect to running pd-gui's if not needed
    
    if we start multiple instances of Pd from the cmdline, we don't want to
    connect to running instances anyhow.
    since we already check, whether we should connect in parse_args{}, we don't
    need to duplicate the check (in a buggy way!)
    
    the current test, whether to look for other instances of pd-gui is the same
    as the test, that tells pd-gui to connect to a running pd: if port>0 and 
host!=""
    
    we use the full scriptname as the singleton key, so we don't have
    sideeffects on various installations of Pd on the same system.

commit 6c19fb014ec935e05a400c221a27d0ff87707994
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Jan 1 22:02:28 2013 -0500

    make garray_getfloatarray() 64-bit warning stronger with more useful info
    
    This gets rid of the logic that only lets this message get printed once
    per Pd session.  Since this problem means non-working objects, I think this
    warning should be loud and provide detailed info so that people know the
    cause and then go fix it :)

commit aa98ea5ab5f04c7ed92fc0ad0fec3c90c98ace5e
Author: Miller Puckette <[email protected]>
Date:   Thu Jan 3 13:36:59 2013 -0800

    misc doc updates

-----------------------------------------------------------------------

Summary of changes:
 doc/7.stuff/tools/testtone.pd |    6 ++--
 linux/README.txt              |    8 ++--
 src/g_array.c                 |   13 +++++---
 src/makefile.gnu              |   24 +++++++-------
 src/notes.txt                 |    3 ++
 tcl/pd-gui.tcl                |   67 ++++++++++++++++++++++++-----------------
 6 files changed, 69 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 3
Date: Sat,  5 Jan 2013 19:04:19 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data tag 0.44-0test2 created.
        266db0786c9d3a99bc625eabaa8bfbebb8df34fb
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The tag, 0.44-0test2 has been created
        at  266db0786c9d3a99bc625eabaa8bfbebb8df34fb (commit)

- Log -----------------------------------------------------------------
commit 266db0786c9d3a99bc625eabaa8bfbebb8df34fb
Author: Miller Puckette <[email protected]>
Date:   Sat Jan 5 11:03:31 2013 -0800

    version number to 0.44-0test2
-----------------------------------------------------------------------


hooks/post-receive
-- 
pure-data



------------------------------

Message: 4
Date: Sat, 05 Jan 2013 19:18:04 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16824]
        trunk/scripts/guiplugins/search-plugin/po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16824
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16824&view=rev
Author:   eighthave
Date:     2013-01-05 19:18:01 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
remove leading space from msgid

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/af.po
    trunk/scripts/guiplugins/search-plugin/po/az.po
    trunk/scripts/guiplugins/search-plugin/po/be.po
    trunk/scripts/guiplugins/search-plugin/po/bg.po
    trunk/scripts/guiplugins/search-plugin/po/ca.po
    trunk/scripts/guiplugins/search-plugin/po/cs.po
    trunk/scripts/guiplugins/search-plugin/po/el.po
    trunk/scripts/guiplugins/search-plugin/po/en_ca.po
    trunk/scripts/guiplugins/search-plugin/po/en_gb.po
    trunk/scripts/guiplugins/search-plugin/po/es_es.po
    trunk/scripts/guiplugins/search-plugin/po/es_mx.po
    trunk/scripts/guiplugins/search-plugin/po/eu.po
    trunk/scripts/guiplugins/search-plugin/po/fr.po
    trunk/scripts/guiplugins/search-plugin/po/gd.po
    trunk/scripts/guiplugins/search-plugin/po/gu.po
    trunk/scripts/guiplugins/search-plugin/po/he.po
    trunk/scripts/guiplugins/search-plugin/po/hi.po
    trunk/scripts/guiplugins/search-plugin/po/hu.po
    trunk/scripts/guiplugins/search-plugin/po/it.po
    trunk/scripts/guiplugins/search-plugin/po/ja.po
    trunk/scripts/guiplugins/search-plugin/po/lt.po
    trunk/scripts/guiplugins/search-plugin/po/lv.po
    trunk/scripts/guiplugins/search-plugin/po/nl.po
    trunk/scripts/guiplugins/search-plugin/po/pa.po
    trunk/scripts/guiplugins/search-plugin/po/pt_br.po
    trunk/scripts/guiplugins/search-plugin/po/pt_pt.po
    trunk/scripts/guiplugins/search-plugin/po/ru.po
    trunk/scripts/guiplugins/search-plugin/po/sq.po
    trunk/scripts/guiplugins/search-plugin/po/sv.po
    trunk/scripts/guiplugins/search-plugin/po/tr.po
    trunk/scripts/guiplugins/search-plugin/po/vi.po
    trunk/scripts/guiplugins/search-plugin/po/zh_tw.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 5
Date: Sat, 05 Jan 2013 19:19:56 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16825]
        trunk/scripts/guiplugins/search-plugin/po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16825
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16825&view=rev
Author:   eighthave
Date:     2013-01-05 19:19:55 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
switch Spanish Spanish to default for 'es'

Added Paths:
-----------
    trunk/scripts/guiplugins/search-plugin/po/es.po

Removed Paths:
-------------
    trunk/scripts/guiplugins/search-plugin/po/es_es.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 6
Date: Sat, 05 Jan 2013 19:21:24 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16826]
        trunk/scripts/guiplugins/search-plugin/po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16826
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16826&view=rev
Author:   eighthave
Date:     2013-01-05 19:21:24 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
switch Brazilian Portuguese to default for 'pt'

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/Makefile

Added Paths:
-----------
    trunk/scripts/guiplugins/search-plugin/po/pt.po

Removed Paths:
-------------
    trunk/scripts/guiplugins/search-plugin/po/pt_br.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 7
Date: Sat, 05 Jan 2013 19:22:10 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16827]
        trunk/scripts/guiplugins/search-plugin/po/pt. po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16827
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16827&view=rev
Author:   eighthave
Date:     2013-01-05 19:22:10 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
update with complete Brazilian Portuguese translation

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/pt.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 8
Date: Sat, 05 Jan 2013 19:22:33 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16828]
        trunk/scripts/guiplugins/search-plugin/po/ pt_pt.po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16828
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16828&view=rev
Author:   eighthave
Date:     2013-01-05 19:22:33 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
update with complete Portuguese Portuguese translation

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/pt_pt.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 9
Date: Sat, 05 Jan 2013 19:24:40 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16829]
        trunk/scripts/guiplugins/search-plugin/po/fr. po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16829
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16829&view=rev
Author:   eighthave
Date:     2013-01-05 19:24:40 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
minor update to French translation

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/fr.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 10
Date: Sat, 05 Jan 2013 19:25:39 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16830]
        trunk/scripts/guiplugins/search-plugin/po/it. po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16830
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16830&view=rev
Author:   eighthave
Date:     2013-01-05 19:25:39 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
update Italian translation

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/it.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 11
Date: Sun, 06 Jan 2013 03:53:30 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16831]
        trunk/scripts/guiplugins/search-plugin/po/ search-plugin.pot
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16831
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16831&view=rev
Author:   eighthave
Date:     2013-01-06 03:53:29 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
keywords in the clickable listing are now translatable

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/search-plugin.pot

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 12
Date: Sun, 06 Jan 2013 03:59:30 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16832]
        trunk/scripts/guiplugins/search-plugin/po
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16832
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16832&view=rev
Author:   eighthave
Date:     2013-01-06 03:59:29 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
include all translations from transifex and update them against the template

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/po/Makefile
    trunk/scripts/guiplugins/search-plugin/po/de.po
    trunk/scripts/guiplugins/search-plugin/po/el.po
    trunk/scripts/guiplugins/search-plugin/po/en_gb.po
    trunk/scripts/guiplugins/search-plugin/po/hu.po
    trunk/scripts/guiplugins/search-plugin/po/ja.po
    trunk/scripts/guiplugins/search-plugin/po/zh_tw.po

Added Paths:
-----------
    trunk/scripts/guiplugins/search-plugin/po/da.po
    trunk/scripts/guiplugins/search-plugin/po/ko.po

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 13
Date: Sun, 06 Jan 2013 04:13:22 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16833]
        branches/pd-extended/0.43/externals/chaos
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16833
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16833&view=rev
Author:   eighthave
Date:     2013-01-06 04:13:21 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
fix bug where outlet order was reversed, bug report and patch from Mike 
McGonagle

Modified Paths:
--------------
    branches/pd-extended/0.43/externals/chaos/attract1.c
    branches/pd-extended/0.43/externals/chaos/dejong.c
    branches/pd-extended/0.43/externals/chaos/gingerbreadman.c
    branches/pd-extended/0.43/externals/chaos/henon.c
    branches/pd-extended/0.43/externals/chaos/hopalong.c
    branches/pd-extended/0.43/externals/chaos/ikeda.c
    branches/pd-extended/0.43/externals/chaos/latoocarfian.c
    branches/pd-extended/0.43/externals/chaos/latoomutalpha.c
    branches/pd-extended/0.43/externals/chaos/latoomutbeta.c
    branches/pd-extended/0.43/externals/chaos/latoomutgamma.c
    branches/pd-extended/0.43/externals/chaos/lorenz.c
    branches/pd-extended/0.43/externals/chaos/lotkavolterra.c
    branches/pd-extended/0.43/externals/chaos/martin.c
    branches/pd-extended/0.43/externals/chaos/pickover.c
    branches/pd-extended/0.43/externals/chaos/popcorn.c
    branches/pd-extended/0.43/externals/chaos/quadruptwo.c
    branches/pd-extended/0.43/externals/chaos/rossler.c
    branches/pd-extended/0.43/externals/chaos/standardmap.c
    branches/pd-extended/0.43/externals/chaos/strange1.c
    branches/pd-extended/0.43/externals/chaos/three_d.c
    branches/pd-extended/0.43/externals/chaos/threeply.c
    branches/pd-extended/0.43/externals/chaos/tinkerbell.c
    branches/pd-extended/0.43/externals/chaos/unity.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 14
Date: Sun, 06 Jan 2013 04:14:26 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16834]
        branches/pd-extended/0.43/externals/chaos/ chaos-meta.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16834
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16834&view=rev
Author:   eighthave
Date:     2013-01-06 04:14:25 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
bump version to 0.2

Modified Paths:
--------------
    branches/pd-extended/0.43/externals/chaos/chaos-meta.pd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 15
Date: Sun,  6 Jan 2013 04:19:07 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
        004ea1bf4b78000062f5104ca04bfc235d4d7b19
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Pd-extended".

The branch, master has been updated
       via  004ea1bf4b78000062f5104ca04bfc235d4d7b19 (commit)
       via  925007e8e80b7b502b6139c459c5ff16eb459b57 (commit)
       via  8480823606e7fe83855e7250622c54d83cc3db77 (commit)
       via  7ed6acfa0d41d23b38326226f620cb68865a3b5e (commit)
      from  61d014dbe0bd334795340a15207b5876a3dd09f4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 004ea1bf4b78000062f5104ca04bfc235d4d7b19
Merge: 61d014d 925007e
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sat Jan 5 23:18:34 2013 -0500

    Merge branch 'patch_series'

-----------------------------------------------------------------------

Summary of changes:
 po/Makefile.am         |    2 +-
 po/af.po               | 1186 ++++++++++++++++++------------------------
 po/az.po               | 1140 +++++++++++++++++-----------------------
 po/be.po               | 1148 +++++++++++++++++------------------------
 po/ca.po               | 1348 ++++++++++++++++++------------------------------
 po/cs.po               | 1294 +++++++++++++++++-----------------------------
 po/da.po               |   59 +--
 po/de.po               | 1349 ++++++++++++++++++------------------------------
 po/el.po               |   30 +-
 po/en_ca.po            |  887 ++++++++++++++------------------
 po/en_gb.po            |  894 ++++++++++----------------------
 po/es.po               | 1358 ++++++++++++++++++------------------------------
 po/es_mx.po            | 1349 ++++++++++++++++++------------------------------
 po/eu.po               |  935 +++++++++++-----------------------
 po/fr.po               |    7 +-
 po/gd.po               | 1264 ++++++++++++++++----------------------------
 po/gu.po               | 1142 +++++++++++++++++-----------------------
 po/he.po               | 1057 ++++++++++++++++----------------------
 po/hi.po               | 1135 +++++++++++++++++-----------------------
 po/hu.po               | 1346 ++++++++++++++++++------------------------------
 po/it.po               |   10 +-
 po/ja.po               |   10 +-
 po/ko.po               |   23 +-
 po/lt.po               | 1209 +++++++++++++++---------------------------
 po/lv.po               | 1332 +++++++++++++++++------------------------------
 po/nl.po               | 1252 ++++++++++++++++----------------------------
 po/pa.po               | 1137 +++++++++++++++++-----------------------
 po/pt.po               |  256 +++++-----
 po/pt_br.po            |  776 ---------------------------
 po/{pt.po => pt_pt.po} |    0
 po/ru.po               | 1217 +++++++++++++++----------------------------
 po/sk.po               |   10 +-
 po/sq.po               | 1140 +++++++++++++++++-----------------------
 po/sv.po               | 1252 ++++++++++++++++----------------------------
 po/tr.po               | 1291 +++++++++++++++++-----------------------------
 po/vi.po               | 1140 +++++++++++++++++-----------------------
 po/zh_cn.po            | 1354 ++++++++++++++++++------------------------------
 po/zh_tw.po            | 1348 ++++++++++++++++++------------------------------
 tcl/pd-gui.tcl         |   20 +-
 39 files changed, 12586 insertions(+), 21121 deletions(-)
 delete mode 100644 po/pt_br.po
 copy po/{pt.po => pt_pt.po} (100%)


hooks/post-receive
-- 
Pd-extended



------------------------------

Message: 16
Date: Sun,  6 Jan 2013 04:19:16 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
        925007e8e80b7b502b6139c459c5ff16eb459b57
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Pd-extended".

The branch, patch_series has been updated
       via  925007e8e80b7b502b6139c459c5ff16eb459b57 (commit)
       via  8480823606e7fe83855e7250622c54d83cc3db77 (commit)
       via  7ed6acfa0d41d23b38326226f620cb68865a3b5e (commit)
      from  00caa1f2b5a19963bb5913c004b3e392c99a1ddb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 po/Makefile.am         |    2 +-
 po/af.po               | 1186 ++++++++++++++++++------------------------
 po/az.po               | 1140 +++++++++++++++++-----------------------
 po/be.po               | 1148 +++++++++++++++++------------------------
 po/ca.po               | 1348 ++++++++++++++++++------------------------------
 po/cs.po               | 1294 +++++++++++++++++-----------------------------
 po/da.po               |   59 +--
 po/de.po               | 1349 ++++++++++++++++++------------------------------
 po/el.po               |   30 +-
 po/en_ca.po            |  887 ++++++++++++++------------------
 po/en_gb.po            |  894 ++++++++++----------------------
 po/es.po               | 1358 ++++++++++++++++++------------------------------
 po/es_mx.po            | 1349 ++++++++++++++++++------------------------------
 po/eu.po               |  935 +++++++++++-----------------------
 po/fr.po               |    7 +-
 po/gd.po               | 1264 ++++++++++++++++----------------------------
 po/gu.po               | 1142 +++++++++++++++++-----------------------
 po/he.po               | 1057 ++++++++++++++++----------------------
 po/hi.po               | 1135 +++++++++++++++++-----------------------
 po/hu.po               | 1346 ++++++++++++++++++------------------------------
 po/it.po               |   10 +-
 po/ja.po               |   10 +-
 po/ko.po               |   23 +-
 po/lt.po               | 1209 +++++++++++++++---------------------------
 po/lv.po               | 1332 +++++++++++++++++------------------------------
 po/nl.po               | 1252 ++++++++++++++++----------------------------
 po/pa.po               | 1137 +++++++++++++++++-----------------------
 po/pt.po               |  256 +++++-----
 po/pt_br.po            |  776 ---------------------------
 po/{pt.po => pt_pt.po} |    0
 po/ru.po               | 1217 +++++++++++++++----------------------------
 po/sk.po               |   10 +-
 po/sq.po               | 1140 +++++++++++++++++-----------------------
 po/sv.po               | 1252 ++++++++++++++++----------------------------
 po/tr.po               | 1291 +++++++++++++++++-----------------------------
 po/vi.po               | 1140 +++++++++++++++++-----------------------
 po/zh_cn.po            | 1354 ++++++++++++++++++------------------------------
 po/zh_tw.po            | 1348 ++++++++++++++++++------------------------------
 tcl/pd-gui.tcl         |   20 +-
 39 files changed, 12586 insertions(+), 21121 deletions(-)
 delete mode 100644 po/pt_br.po
 copy po/{pt.po => pt_pt.po} (100%)


hooks/post-receive
-- 
Pd-extended



------------------------------

Message: 17
Date: Sun, 06 Jan 2013 04:27:35 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[16835]
        branches/pd-extended/0.43/debian
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 16835
          http://pure-data.svn.sourceforge.net/pure-data/?rev=16835&view=rev
Author:   eighthave
Date:     2013-01-06 04:27:34 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
added pre-/post- scripts for installation

Added Paths:
-----------
    branches/pd-extended/0.43/debian/postinst
    branches/pd-extended/0.43/debian/postrm
    branches/pd-extended/0.43/debian/prerm

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 18
Date: Sun,  6 Jan 2013 03:21:22 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-extended macosx105-i386 2013-01-06
        03.15.17
To: [email protected]
Message-ID:
        <[email protected]>

last 20 errors ----------------------------------------
rsync error: syntax or usage error (code 1) at 
/SourceCache/rsync/rsync-35.2/rsync/main.c(1166) [receiver=2.6.9]
last 15 lines ----------------------------------------
     --bwlimit=KBPS          limit I/O bandwidth; KBytes per second
     --write-batch=FILE      write a batched update to FILE
     --only-write-batch=FILE like --write-batch but w/o updating destination
     --read-batch=FILE       read a batched update from FILE
     --protocol=NUM          force an older protocol version to be used
 -E, --extended-attributes   copy extended attributes
 -4, --ipv4                  prefer IPv4
 -6, --ipv6                  prefer IPv6
     --version               print version number
(-h) --help                  show this help (-h works with no other options)

Use "rsync --daemon --help" to see the daemon-mode command-line options.
Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.
See http://rsync.samba.org/ for updates, bug reports, and answers
rsync error: syntax or usage error (code 1) at 
/SourceCache/rsync/rsync-35.2/rsync/main.c(1166) [receiver=2.6.9]

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2013-01-06/logs/2013-01-06_03.15.17_darwin_macosx105-i386_pd-extended.txt



------------------------------

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 95, Issue 6
*************************************

Reply via email to