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, pure-data has been updated
via c2a3380c00e6aea9c7505651997937e08d922fdc (commit)
via de1b2d1defa5a1f7cd48b6adb5bcd3083e6b636a (commit)
via 0eff4650af155dfb2b5e672ec6cc6aaac385f9fe (commit)
via 8c729d0db7483de275179df59eedf5705e1e28dc (commit)
via 30db238bc94671a0d7504ca3adafee1063c42e64 (commit)
via f830e08949676c4075442ef5e1c4a26562309b3b (commit)
via 907b91d0bf7293684c8c1935aa57a1af168fca60 (commit)
via 5ff3eb9fca3827b5c92c54f62b282444ee0c0b60 (commit)
via 8a67c0b3b5c30dfcc2a7d88e7760fa3cf7f28a26 (commit)
via dcfc110b3c3270004984db247a51fe45a442e9c7 (commit)
via 3a1be1d657e82d3b62d4e0f204fe2387dcbe2a5e (commit)
via c9897a56f9a1aa8a0f9dab3ae8b887c811728706 (commit)
via 89481e0be05df77d790a7dee5498962d929b7984 (commit)
via e0010f6ae8027f52008b2934e45c04eb3fc7cc00 (commit)
via 107b1633e8dbcb909f301b0b83a6bdea35e0005d (commit)
from d22f42f384504ea04086798cb7b1728d30c63d2b (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 c2a3380c00e6aea9c7505651997937e08d922fdc
Author: msp <msp(a)fuzz.(none)>
Date: Sat Jan 14 21:25:19 2012 -0800
work around a compiler complaint in d_soundfile.c
commit de1b2d1defa5a1f7cd48b6adb5bcd3083e6b636a
Author: msp <msp(a)fuzz.(none)>
Date: Sat Jan 14 20:20:59 2012 -0800
tweaked font sizes in pd-gui.tcl to get results closer to 0.42
commit 0eff4650af155dfb2b5e672ec6cc6aaac385f9fe
Author: msp <msp(a)fuzz.(none)>
Date: Wed Jan 4 17:21:51 2012 -0800
version # to 0.43-1
commit 8c729d0db7483de275179df59eedf5705e1e28dc
Author: msp <msp(a)fuzz.(none)>
Date: Sat Dec 24 18:30:15 2011 -0800
Fix old build system install to install new tcl script dir
commit 30db238bc94671a0d7504ca3adafee1063c42e64
Author: msp <msp(a)fuzz.(none)>
Date: Fri Dec 23 18:06:03 2011 -0800
Version number to 0.43-1test7
commit f830e08949676c4075442ef5e1c4a26562309b3b
Author: msp <msp(a)fuzz.(none)>
Date: Thu Dec 22 20:13:05 2011 -0800
Another attempt at fixing the "chrstchurch" bug (sourceforge #3434543)
commit 907b91d0bf7293684c8c1935aa57a1af168fca60
Author: msp <msp(a)fuzz.(none)>
Date: Wed Dec 21 16:33:27 2011 -0800
bug fix - deleting open GOPs left zombie graphics on parent patch
commit 5ff3eb9fca3827b5c92c54f62b282444ee0c0b60
Author: msp <msp(a)fuzz.(none)>
Date: Wed Dec 21 15:19:57 2011 -0800
Another attempted fix of "cristchurch" bug (patch with subpatch containing GOP
subpatches crashes Pd - #3434543
commit 8a67c0b3b5c30dfcc2a7d88e7760fa3cf7f28a26
Author: msp <msp(a)fuzz.(none)>
Date: Tue Dec 20 21:14:51 2011 -0800
fix fro mac bug - no audio devices showed up in dialog if preferences
references a missing device
commit dcfc110b3c3270004984db247a51fe45a442e9c7
Author: msp <msp(a)fuzz.(none)>
Date: Tue Dec 20 16:33:55 2011 -0800
version number to 0.43-1test6
commit 3a1be1d657e82d3b62d4e0f204fe2387dcbe2a5e
Author: msp <msp(a)fuzz.(none)>
Date: Tue Dec 20 16:32:20 2011 -0800
Attempted fix to bug 3462487 - Open Graph window location wrong
(but a better fix needed someday).
commit c9897a56f9a1aa8a0f9dab3ae8b887c811728706
Author: msp <msp(a)fuzz.(none)>
Date: Tue Dec 20 16:11:00 2011 -0800
Ico's fix for bug 3450893 - Routing a pointer to print causes crash
commit 89481e0be05df77d790a7dee5498962d929b7984
Author: msp <msp(a)fuzz.(none)>
Date: Tue Dec 20 16:05:49 2011 -0800
Crude fix for bug 3447300 - pd~ issue (path spaces)
commit e0010f6ae8027f52008b2934e45c04eb3fc7cc00
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Thu Dec 15 21:59:22 2011 -0800
fixes for workaround for "gop multiplicity" bug (2621932)
commit 107b1633e8dbcb909f301b0b83a6bdea35e0005d
Author: msp <msp(a)fuzz.(none)>
Date: Wed Dec 14 20:44:23 2011 -0800
workaround for "gop multiplicity" bug (2621932)
-----------------------------------------------------------------------
Summary of changes:
extra/pd~/pdsched.c | 4 ++--
extra/pd~/pd~.c | 2 +-
src/d_soundfile.c | 8 ++++++--
src/g_canvas.c | 15 ++++++++++-----
src/g_canvas.h | 2 --
src/g_editor.c | 2 +-
src/g_graph.c | 21 ++++++---------------
src/g_text.c | 2 +-
src/m_pd.h | 2 +-
src/makefile.in | 3 +++
src/s_audio_pa.c | 21 ++++++++-------------
src/s_main.c | 2 +-
src/x_list.c | 2 +-
tcl/pd-gui.tcl | 12 ++++++------
14 files changed, 47 insertions(+), 51 deletions(-)
hooks/post-receive
--
Pd-extended