comparison ChangeLog @ 2630:e7e1df8afffb trunk

[svn] - tweak wrong indentations.
author yaz
date Mon, 19 Mar 2007 08:41:23 -0700
parents 021321cb5426
children a2afa6ca7294
comparison
equal deleted inserted replaced
2629:021321cb5426 2630:e7e1df8afffb
1 2007-03-19 15:35:08 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [4276]
3 simplify and enhance signal handler:
4 - implement an independent signal processing thread using sigwait().
5 - new signal thread can always generate meaningful back trace. (AUD_ENSURE_BACKTRACE is no longer needed.)
6 - this thread is also capable of dumping config file upon receiving SIGSEGV. (but not yet tested thoroughly).
7 - g_cond_signal() has been removed. however g_cond_signal() can be used safely within the signal thread. the former implementation depended on an indefinite behavior of pthread.
8
9 trunk/src/audacious/signals.c | 134 ++++++++++++------------------------------
10 1 file changed, 41 insertions(+), 93 deletions(-)
11
12
1 2007-03-17 02:21:54 +0000 Giacomo Lozito <james@develia.org> 13 2007-03-17 02:21:54 +0000 Giacomo Lozito <james@develia.org>
2 revision [4274] 14 revision [4274]
3 - prevent skin list overlap when it's populated for the first time and user quickly switchs to other tabs in the prefswin 15 - prevent skin list overlap when it's populated for the first time and user quickly switchs to other tabs in the prefswin
4 trunk/src/audacious/ui_preferences.c | 16 +++++++++++++++- 16 trunk/src/audacious/ui_preferences.c | 16 +++++++++++++++-
5 1 file changed, 15 insertions(+), 1 deletion(-) 17 1 file changed, 15 insertions(+), 1 deletion(-)