Mercurial > pidgin.yaz
comparison ChangeLog @ 28781:71dc3b5edbe7
Rejoin an opened chat after an account reconnects.
Previously, we used to rejoin an open chat only if the account was
disconnected due to an error. But now, the chat rooms will be rejoined
even if we disconnected manually.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 21 Oct 2009 23:26:41 +0000 |
parents | 9f877a005278 |
children | eec2df4b9a2d 8464e695c62b |
comparison
equal
deleted
inserted
replaced
28779:d1c18bd588e2 | 28781:71dc3b5edbe7 |
---|---|
7 General: | 7 General: |
8 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') | 8 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') |
9 to announce the list of loaded plugins (in both Finch and Pidgin). | 9 to announce the list of loaded plugins (in both Finch and Pidgin). |
10 * Fix building the GnuTLS plugin with older versions of GnuTLS. | 10 * Fix building the GnuTLS plugin with older versions of GnuTLS. |
11 * Fix DNS TXT query resolution. | 11 * Fix DNS TXT query resolution. |
12 * Always rejoin open chats after an account reconnects. | |
12 | 13 |
13 MSN: | 14 MSN: |
14 * Don't forget display names for buddies. | 15 * Don't forget display names for buddies. |
15 * Fix a random crash that might occur when idle. | 16 * Fix a random crash that might occur when idle. |
16 | 17 |