commit 79492a4c30600fd9c86bd345d7828d6e0354217f Author: Tim Horton Date: Thu Feb 18 18:19:19 2010 -0500 Ignore m4 dir (which we don't need in Git) .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 478c02751e32b327feeb5b52a5069e2c049446aa Author: Tim Horton Date: Thu Feb 18 18:19:04 2010 -0500 Fix missing signal test tests/javascript/signals/signal-invalid.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 9ff411c674f47b3464777993db4ca6976b94234c Author: Diego Escalante Urrelo Date: Wed Feb 17 17:04:54 2010 -0500 seed-signals: allow notify:: signals g_signal_query/g_signal_lookup don't recognize notify::x signal names, they do recognize notify signal of course. Take this into account and enable connecting to notify::x signals like shown by documentation. Also add a SeedException when signal name is not valid instead of just returning NULL. Bug #610311 libseed/seed-signals.c | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit a042207f17caa1d3d5926d11e29cffbb85346cf8 Author: Diego Escalante Urrelo Date: Wed Feb 17 16:56:43 2010 -0500 m4 dir is not needed at all Bug #610314 configure.ac | 2 - m4/intltool.m4 | 216 -- m4/libtool.m4 | 7376 ----------------------------------------------------- m4/ltoptions.m4 | 368 --- m4/ltsugar.m4 | 123 - m4/ltversion.m4 | 23 - m4/lt~obsolete.m4 | 92 - m4/shave.m4 | 102 - 8 files changed, 0 insertions(+), 8302 deletions(-) commit 3bab763addf2c37454f0c8c349a806b7e2c55d64 Author: Tim Horton Date: Mon Feb 8 18:46:49 2010 -0500 Post-release version increment configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)