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 c7fb8e4a06d6253890ca2f73dfe4980c8c88fce9 (commit) via 26548cd26e5d2030e19f7092f3180589f1bf35b1 (commit) via 9dbecb5d0912f9c37e3988d8f7841894039ab501 (commit) via 60f69d893fe24afe2c805aea8f5f79eba59776df (commit) via cbcc307e8d730613342bf1bb37c9b44b720ddcca (commit) via 53cb9008b9a6bb72e3cb2ee3a836290cf6e576a9 (commit) via 6473bb24e7e5173de3379005d6e679fae58a10b3 (commit) via 411d6d95aa541f72512586107e8a1391a554f824 (commit) via b9ae2392c5ba6f687cb564436b1524f018b75621 (commit) via 9b994599f27b6208f00182e5631836e73b323a4d (commit) via 420bd1fffa0336650309d4c158c6dd208d993310 (commit) via 5bed543b4b798c64a5f8358513fcc3edfc1f83a7 (commit) via a567e4398d14901840f24ac82ecfc79306e22903 (commit) via 18ea97030285ae0fcedf88db16d9f4ec0e992332 (commit) via dc79deff7b8e89edc4e97557e7b76c0afce0fea3 (commit) via aa92ab1639284d3ca96c8eff1d2fdbf63756641d (commit) via d1c7dafd053573339c745455450c578ef72fcc07 (commit) from be82b155c17e89acc01773c159a018f152bee67a (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 c7fb8e4a06d6253890ca2f73dfe4980c8c88fce9 Merge: be82b15 26548cd Author: Miller Puckette msp@ucsd.edu Date: Mon Sep 19 08:54:10 2011 -0700
tried to merge to fix fact that I was mistakenly editing out on a branch Merge branch 'oops'
Conflicts: tcl/pdtk_text.tcl
commit 26548cd26e5d2030e19f7092f3180589f1bf35b1 Author: Miller Puckette msp@ucsd.edu Date: Sat Sep 17 21:03:31 2011 -0700
circumvented bug in guiprefs that prevented Pd from starting up in MSWindows
commit 9dbecb5d0912f9c37e3988d8f7841894039ab501 Author: Miller Puckette msp@ucsd.edu Date: Sat Sep 17 19:40:15 2011 -0700
doc updates
commit 60f69d893fe24afe2c805aea8f5f79eba59776df Author: Miller Puckette msp@ucsd.edu Date: Sat Sep 17 13:12:56 2011 -0700
version number to 0.43 test3; bonk 1.5
commit cbcc307e8d730613342bf1bb37c9b44b720ddcca Author: Hans-Christoph Steiner hans@eds.org Date: Mon Jul 4 01:23:41 2011 -0400
fix crasher bug when closing a window with Perf Mode on and no changes to window
commit 53cb9008b9a6bb72e3cb2ee3a836290cf6e576a9 Author: Miller Puckette msp@ucsd.edu Date: Fri Sep 16 21:00:42 2011 -0700
mac bug fixes to bonk~
commit 6473bb24e7e5173de3379005d6e679fae58a10b3 Author: IOhannes m zmoelnig zmoelnig@iem.at Date: Tue May 17 12:33:23 2011 +0200
flush to disk after writing
binbuf_write() should flush to disk after writing a file and check the return code, to ensure that the patchfile has been properly written; raise an error otherwise
commit 411d6d95aa541f72512586107e8a1391a554f824 Author: Hans-Christoph Steiner hans@eds.org Date: Mon Apr 11 19:50:11 2011 -0400
make the default font size the same on all platforms
commit b9ae2392c5ba6f687cb564436b1524f018b75621 Author: Miller Puckette msp@ucsd.edu Date: Fri Sep 16 18:13:18 2011 -0700
add MIDI prototypes to s_stuff.h and fix compilation problem this uncovered
commit 9b994599f27b6208f00182e5631836e73b323a4d Author: Hans-Christoph Steiner hans@eds.org Date: Sun Apr 3 16:41:36 2011 -0400
fixed Mac OS X loading to work when embedded in an app or in the source tree
commit 420bd1fffa0336650309d4c158c6dd208d993310 Author: Miller Puckette msp@ucsd.edu Date: Mon Sep 5 20:51:04 2011 -0700
yet more fixing of aiff format in d_soundfile.c
commit 5bed543b4b798c64a5f8358513fcc3edfc1f83a7 Author: Miller Puckette msp@ucsd.edu Date: Sun Sep 4 21:52:13 2011 -0700
try to make watchdog catch wierd cases when pd dies but doesn't send an EOF to watchdog pipe. Don't know if this will help.
commit a567e4398d14901840f24ac82ecfc79306e22903 Author: Miller Puckette msp@ucsd.edu Date: Sat Sep 3 17:24:35 2011 -0700
aiff (and maybe wav) file reading bugfix: odd-sized chunks are padded up to even number of bytes
commit 18ea97030285ae0fcedf88db16d9f4ec0e992332 Author: Miller Puckette msp@ucsd.edu Date: Tue Aug 30 19:09:35 2011 -0700
oops, take out dbugging printout
commit dc79deff7b8e89edc4e97557e7b76c0afce0fea3 Author: Miller Puckette msp@ucsd.edu Date: Mon Aug 29 13:00:36 2011 -0700
fix horrible longstanding bug reading 24-bit AIFF soundfiles
commit aa92ab1639284d3ca96c8eff1d2fdbf63756641d Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 24 13:42:22 2011 -0700
cleanup "edit mode" menu fix
commit d1c7dafd053573339c745455450c578ef72fcc07 Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 24 13:40:06 2011 -0700
new try to fix text pasting
-----------------------------------------------------------------------
Summary of changes: README.txt | 4 +- doc/1.manual/x1.htm | 16 +---- doc/1.manual/x3.htm | 76 +++++++++++++++---------- doc/1.manual/x5.htm | 25 ++++++++ extra/bonk~/bonk~.c | 154 +++++++++++++++++++++++++++++++++++++++++++++++++-- linux/README.txt | 2 +- src/d_soundfile.c | 11 ++- src/g_editor.c | 4 +- src/m_binbuf.c | 7 ++ src/m_pd.h | 2 +- src/s_inter.c | 40 ++++++++----- src/s_main.c | 4 - src/s_print.c | 18 +++--- src/s_stuff.h | 3 + src/s_watchdog.c | 8 ++- tcl/pd_guiprefs.tcl | 4 +- tcl/pdtk_canvas.tcl | 12 +++- tcl/pdtk_text.tcl | 2 +- 18 files changed, 300 insertions(+), 92 deletions(-)
hooks/post-receive