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 d30c2fb111fcd74c5b3eb7d1c2c4cc1a14c3d95f (commit) via 59be7c0d6083047e8bdcaaeb723693e1512f7a0a (commit) via bfc93650512bb6573186eaf8a230610f15133d15 (commit) via e2ff71f32a4472ddf5d0b295920d55c5970ab9a0 (commit) via 67e9bbaccdeb77c192d29aa3aa1d6b621dc2c4a5 (commit) via 503c6340e13244f75d8d6aa4911963b5f2383621 (commit) via 427bf2759548ef3c0a671661db4f750540b35ad4 (commit) from bd939d1c76a722a89a0736d68beaf3796a550aac (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 d30c2fb111fcd74c5b3eb7d1c2c4cc1a14c3d95f Author: Miller Puckette msp@ucsd.edu Date: Sun Jan 1 19:25:21 2017 -0800
got rid of trailing white space
commit 59be7c0d6083047e8bdcaaeb723693e1512f7a0a Author: Orm Finnendahl orm.finnendahl@selma.hfmdk-frankfurt.de Date: Sun Dec 11 13:53:08 2016 +0100
added clear message to delwrite~, added third optional arguent to connect message of netsend, updated help files accordingly.
commit bfc93650512bb6573186eaf8a230610f15133d15 Author: Miller Puckette msp@ucsd.edu Date: Sun Jan 1 19:22:01 2017 -0800
amending 67e9bbaccdeb77c192d29aa3aa1d6b621dc2c4a5
commit e2ff71f32a4472ddf5d0b295920d55c5970ab9a0 Author: Miller Puckette msp@ucsd.edu Date: Sun Jan 1 19:21:05 2017 -0800
oops, amending 503c6340e13244f75d8d6aa4911963b5f2383621
commit 67e9bbaccdeb77c192d29aa3aa1d6b621dc2c4a5 Author: Seb Shader sebfumaster@aol.com Date: Wed Oct 12 15:24:31 2016 -0700
Upgrade helpbrowser to 2.0 Added navigation using arrow keys, change method of destroying listboxes
commit 503c6340e13244f75d8d6aa4911963b5f2383621 Author: Claude Heiland-Allen claude@mathr.co.uk Date: Sat Jun 25 21:28:05 2016 +0100
fix canvas_initbang crash when loading bad patch files
Pd crashes in canvas_initbang() if you load a file that isn't really a patch, because binbuf_evalfile() assumes the file is a regular patch that created a canvas during evaluation. The fix is to check that the #X symbol is really bound to a canvas before calling canvas_initbang() on its thing.
commit 427bf2759548ef3c0a671661db4f750540b35ad4 Author: Tito Latini tito.01beta@gmail.com Date: Mon May 2 11:40:17 2016 +0200
sys_startgui: unnecessary listening after connection.
-----------------------------------------------------------------------
Summary of changes: doc/5.reference/delwrite~-help.pd | 21 +++-- doc/5.reference/netsend-help.pd | 99 +++++++++++---------- src/d_delay.c | 10 ++ src/d_ugen.c | 2 +- src/g_clone.c | 2 +- src/g_template.c | 2 +- src/m_binbuf.c | 4 +- src/s_inter.c | 6 +- src/x_net.c | 135 +++++++++++++++++----------- tcl/helpbrowser.tcl | 184 +++++++++++++++++++++++++------------ tcl/pkgIndex.tcl | 2 +- 11 files changed, 292 insertions(+), 175 deletions(-)
hooks/post-receive