comparison ChangeLog @ 28200:6f27b4d8c1c3

gtkconv: Remove the close-timer when a new message comes in. Fixes #8512. This will happen if I "close" a conversation window (hide it), which starts the close-timer. A new IM then comes in, which is hidden because I have "Hide new IM conversations" set to Always (or When away) and then the timer triggers a few minutes later.
author Paul Aurich <paul@darkrain42.org>
date Fri, 07 Aug 2009 17:11:12 +0000
parents fdf1f64de3a0
children e4b0bf56667f
comparison
equal deleted inserted replaced
28196:fdf1f64de3a0 28200:6f27b4d8c1c3
180 * Fix a crash when closing a conversation tab that has unread messages 180 * Fix a crash when closing a conversation tab that has unread messages
181 when the Message Notification plugin is loaded. 181 when the Message Notification plugin is loaded.
182 * Fix a crash when closing the New Mail dialog if an account with new 182 * Fix a crash when closing the New Mail dialog if an account with new
183 mail was previously disconnected while the dialog was open. 183 mail was previously disconnected while the dialog was open.
184 * Fix incorrect unread message counts for the new mail notifications. 184 * Fix incorrect unread message counts for the new mail notifications.
185 * Do not lose unread messages with a hidden conversation window when
186 new IM conversations are hidden and "Close IMs immediately when the tab
187 is closed" is unset.
185 188
186 Finch: 189 Finch:
187 * The hardware cursor is updated correctly. This will be useful 190 * The hardware cursor is updated correctly. This will be useful
188 especially for users of braille terminals, screen readers etc. 191 especially for users of braille terminals, screen readers etc.
189 * Added a TinyURL plugin, which aids copying longer URLs. 192 * Added a TinyURL plugin, which aids copying longer URLs.