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 edded1607b639bf745b8cf0c49ad9329b25f4c36 (commit)
via a0fb2101d66b518bf52a6f990dc89d82fc7fc8c6 (commit)
from 0cdc4b5a469f15577ac2423f9aea8d6efed573cf (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 edded1607b639bf745b8cf0c49ad9329b25f4c36
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Fri Feb 1 12:01:01 2013 -0500
added complete Greek and Korean translations
commit a0fb2101d66b518bf52a6f990dc89d82fc7fc8c6
Author: IOhannes m zmoelnig <zmoelnig(a)umlautO.umlaeute.mur.at>
Date: Tue Nov 13 18:39:46 2012 -0600
escape spaces when saving symbols
if a symbol contains spaces (e.g. 'foo bar') it used to be saved
as "foo bar", which would - when the file was read again - be
evaluated as 2 symbols "foo" and "bar".
the given patch escapes the space using backslash (that is, the
symbol will endup as "foo\ bar" on the harddisk.
Pd already knows how to read these files, so this allows us
to save/restore symbols containing spaces (and tabs)
-----------------------------------------------------------------------
Summary of changes:
po/el.po | 22 ++--
po/ko.po | 361 +++++++++++++++++++++++++++++++++++---------------------
src/m_binbuf.c | 27 ++++-
3 files changed, 266 insertions(+), 144 deletions(-)
hooks/post-receive
--
Pd-extended