comparison ChangeLog @ 21347:200afe30b7af

merge of '53b79b2ce557c515c1eb6d234e40ede98328a82e' and 'f0a7f7c96090e1312d4ca0675a3e047cfb4a2a53'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:00:41 +0000
parents a051b177661e
children 665e04562de0
comparison
equal deleted inserted replaced
21238:dd510f19c844 21347:200afe30b7af
10 Pidgin: 10 Pidgin:
11 * If a plugin says it can't be unloaded, we now display an error and 11 * If a plugin says it can't be unloaded, we now display an error and
12 remove the plugin from the list of saved plugins so it won't load 12 remove the plugin from the list of saved plugins so it won't load
13 at the next startup. Previously, we were ignoring this case, which 13 at the next startup. Previously, we were ignoring this case, which
14 could lead to crashes. 14 could lead to crashes.
15 * Mark dialog windows as transient for appropriate parent windows to
16 help window managers do the right thing (Gabriel Schulhof)
17 15
18 Finch: 16 Finch:
19 * If a plugin says it can't be unloaded, we now display an error and 17 * If a plugin says it can't be unloaded, we now display an error and
20 remove the plugin from the list of saved plugins so it won't load 18 remove the plugin from the list of saved plugins so it won't load
21 at the next startup. Previously, we were ignoring this case, which 19 at the next startup. Previously, we were ignoring this case, which