Mercurial > pidgin.yaz
comparison ChangeLog @ 21228:cc8bdfb16ddf
Document the window transient_for changes. Refs #2617
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 13 Oct 2007 23:59:52 +0000 |
parents | 059d6deebee7 |
children | d275275a011c a051b177661e |
comparison
equal
deleted
inserted
replaced
21227:059d6deebee7 | 21228:cc8bdfb16ddf |
---|---|
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) | |
15 | 17 |
16 Finch: | 18 Finch: |
17 * If a plugin says it can't be unloaded, we now display an error and | 19 * If a plugin says it can't be unloaded, we now display an error and |
18 remove the plugin from the list of saved plugins so it won't load | 20 remove the plugin from the list of saved plugins so it won't load |
19 at the next startup. Previously, we were ignoring this case, which | 21 at the next startup. Previously, we were ignoring this case, which |