Mercurial > pidgin
comparison ChangeLog @ 28607:ed0c4defd3dd
Fix scrolling bug for very busy chat rooms.
The bug shows up only when smooth-scrolling is enabled. When the imhtml
widget is still scrolling (such that an entire line still needs to be
scrolled), and a new message comes in, it thinks the user isn't looking
at the end of the buffer, so it doesn't scroll for the new message. The
fix is to detect that and not disable the scrolling in such cases.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 21 Nov 2009 19:40:03 +0000 |
parents | a18f421696dc |
children | 5c51f3dab868 |
comparison
equal
deleted
inserted
replaced
28606:a5ddf6a99bfa | 28607:ed0c4defd3dd |
---|---|
62 | 62 |
63 Pidgin: | 63 Pidgin: |
64 * The userlist in a multiuser chat can be styled via gtkrc by using the | 64 * The userlist in a multiuser chat can be styled via gtkrc by using the |
65 widget name "pidgin_conv_userlist". (Heiko Schmitt) | 65 widget name "pidgin_conv_userlist". (Heiko Schmitt) |
66 * Add a hold button to the media window. | 66 * Add a hold button to the media window. |
67 * Fix a bug where the conversation backlog stops scrolling in a very busy | |
68 chat room. | |
67 | 69 |
68 Pidgin Preference and Preference Window Changes: | 70 Pidgin Preference and Preference Window Changes: |
69 * Removed the "Use font from theme" and "Conversation Font" preferences | 71 * Removed the "Use font from theme" and "Conversation Font" preferences |
70 for everyone except Windows users. The font can be controlled from the | 72 for everyone except Windows users. The font can be controlled from the |
71 Pidgin GTK+ Theme Control plugin. | 73 Pidgin GTK+ Theme Control plugin. |