comparison ChangeLog @ 26636:9e0001caa207

Italicize nicks in the conversation history for folks leaving a chat. Does this belong in a plugin?
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 22 Apr 2009 17:07:41 +0000
parents fcd7d4c24230
children ef1616b50974
comparison
equal deleted inserted replaced
26634:474a0cb44f58 26636:9e0001caa207
26 IRC: 26 IRC:
27 * Correctly handle WHOIS for users who are joined to a large number of 27 * Correctly handle WHOIS for users who are joined to a large number of
28 channels. 28 channels.
29 * Notify the user if a /nick command fails, rather than trying 29 * Notify the user if a /nick command fails, rather than trying
30 fallback nicks. 30 fallback nicks.
31
32 31
33 Pidgin: 32 Pidgin:
34 * Added -f command line option to tell Pidgin to ignore NetworkManager 33 * Added -f command line option to tell Pidgin to ignore NetworkManager
35 and assume it has a valid network connection. 34 and assume it has a valid network connection.
36 * Allow plugins to specify custom link types to the GtkIMHtml widget. 35 * Allow plugins to specify custom link types to the GtkIMHtml widget.
42 * Created a unified Buddy Pounce notification window for all pounces 41 * Created a unified Buddy Pounce notification window for all pounces
43 where "Pop up a notification" is selected, which avoids having a 42 where "Pop up a notification" is selected, which avoids having a
44 new dialog box every time a pounce is triggered. (Jorge VillaseƱor) 43 new dialog box every time a pounce is triggered. (Jorge VillaseƱor)
45 * The New Account dialog is now broken into three tabs. Proxy 44 * The New Account dialog is now broken into three tabs. Proxy
46 configuration has been moved from the Advanced tab to the new tab. 45 configuration has been moved from the Advanced tab to the new tab.
46 * The nicks of the persons who leave the chatroom are italicized in the
47 chat's conversation history. The nicks are un-italicized when they
48 rejoin.
47 49
48 Finch: 50 Finch:
49 * The hardware cursor is updated correctly. This will be useful 51 * The hardware cursor is updated correctly. This will be useful
50 especially for users of braille terminals, screen readers etc. 52 especially for users of braille terminals, screen readers etc.
51 * Added a TinyURL plugin, which aids copying longer URLs. 53 * Added a TinyURL plugin, which aids copying longer URLs.