comparison ChangeLog @ 31183:feff62713d9c

conversation: Move the "not typing" logic for receipt of a message to purple_conv_im_write. This causes issues when a UI implements the write_im UI op and doesn't call purple_conversation_write (which Spectrum doesn't do), and ends up with a buddy appearing to be stuck in the typing state. Patch from Jan "HanzZ" Kaluza committer: Paul Aurich <paul@darkrain42.org>
author hanzz.k@gmail.com
date Sat, 05 Feb 2011 22:38:55 +0000
parents 11be48c38c19
children 110a62a7d44d
comparison
equal deleted inserted replaced
31182:b935d9f5cc68 31183:feff62713d9c
30 functions from the dbus API. (The openSUSE Project) (#12507) 30 functions from the dbus API. (The openSUSE Project) (#12507)
31 * Fix D-Bus introspection calls that omit the interface parameter. (Tom 31 * Fix D-Bus introspection calls that omit the interface parameter. (Tom
32 Samstag) (#13073) 32 Samstag) (#13073)
33 * Fixed bugs in purple_str_to_time() that caused the most recent 'make 33 * Fixed bugs in purple_str_to_time() that caused the most recent 'make
34 check' failures. (Nader Morshed) (#13131) 34 check' failures. (Nader Morshed) (#13131)
35 * Correct an issue that caused some UIs other than Pidgin or Finch to
36 leave a buddy in the "is typing" state. (Jan Kaluza)
35 37
36 Pidgin: 38 Pidgin:
37 * Support using the Page Up and Page Down keys on the numeric keypad in 39 * Support using the Page Up and Page Down keys on the numeric keypad in
38 the conversation window. (Ryan Flegel) (#13127) 40 the conversation window. (Ryan Flegel) (#13127)
39 * Fix a few memory leaks. (Nader Morshed) (#13162) 41 * Fix a few memory leaks. (Nader Morshed) (#13162)