comparison ChangeLog @ 23406:3c1f1bed5be2

merge of '57be04f07f9fdc005b620053ae4f09dd1e27ebb3' and '582755b8228024381c2a9e110de35f0aaedd5dc1'
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 02 Jul 2008 00:06:25 +0000
parents 5c70d953a497
children 7ec3dce64369
comparison
equal deleted inserted replaced
22892:c9bc2d0215ed 23406:3c1f1bed5be2
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.x.x: 3 version 2.5.0 (??/??/2008):
4 libpurple:
5 * Ability to create custom smileys (currently only the MSN protocol
6 utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil,
7 Marcus Lundblad, Jorge Villaseñor and other contributors)
8 * Add a configure option, --with-system-ssl-certs to allow packagers
9 to specify a system-wide SSL CA certificates directory. When set,
10 we don't install our SSL CA certs, so it's important that the
11 libpurple package depend on the CA certificates.
12
13 Pidgin:
14 * Custom buddy icons can now be added to and removed from buddy list
15 entries via the buddy list entry right-click menu.
16 * Resize large incoming custom smileys to a maximum of 96px on either
17 side.
18 * Offer to add new buddies into the same contact as existing buddies
19 in the same group if the alias given is the same.
20
21 General:
22 * Group and Chat buddy list entries can now be given custom buddy
23 icons.
24
25 Finch:
26 * Added "Invite..." menu to chats.
27 * Added "View All Logs" menu in the buddylist to display a list of all IM
28 logs.
29 * Added '/msgcolor' command to change colors of different classes of
30 messages in a conversation. See '/help msgcolor' for details.
31
32 version 2.4.3 (??/??/2008):
33 libpurple:
34 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
35 and restoring compatibility with the web messenger (Yusuke Odate)
36 * Setting your buddy icon once again works for Yahoo! accounts.
37
38 version 2.4.2 (05/17/2008):
4 libpurple: 39 libpurple:
5 * In MySpaceIM, messages from spambots are discarded (Justin Williams) 40 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
6 * Strip mIRC formatting codes from quit and part messages. 41 * Strip mIRC formatting codes from quit and part messages.
7 * IRC now displays ban lists in-channel for joined channels. 42 * IRC now displays ban lists in-channel for joined channels.
8 * Fixed a bug where the list of loaded plugins would get removed when 43 * Fixed a bug where the list of loaded plugins would get removed when
9 switching between different operating systems. 44 switching between different operating systems.
45 * Fix reception of IRC PART without a part message on Undernet
46 (fixes a problem with litter in the channel user list).
47 * IRC no longer crashes on /list on servers which erroneously omit
48 RPL_LISTSTART.
49 * Update the NetworkManager support to use D-Bus directly, instead of
50 libnm-glib. Hopefully it's stable now. It will now compile by
51 default if you have D-Bus support and NetworkManager.h. (Elliott
52 Sales de Andrade)
53 * MSN buddy list synchronization is now more forgiving, only asking
54 about buddies who have disappeared completely from the server list
55 and not those that have simply moved groups.
56 * IRC will now try to append 1-9 to your nick if it is in use, instead
57 of substituting the last character with 1-9 where possible.
58 * Bonjour buddies will be saved persistently if they're moved out of
59 the "Bonjour" group. (Eion Robb)
10 60
11 Pidgin: 61 Pidgin:
12 * The typing notification in the conversation history can be disabled or 62 * The typing notification in the conversation history can be disabled or
13 customized (font, color etc.) in .gtkrc-2.0. 63 customized (font, color etc.) in .gtkrc-2.0.
14 * Added a plugin (not built by default) which adds a Send button back 64 * Added a plugin (not installed by default) which adds a Send button
15 to the conversation window. People without physical keyboards have a 65 back to the conversation window. People without physical keyboards
16 hard time with the lack of the button. 66 have a hard time with the lack of the button.
17 * Clicking on the buddyicon in the conversation window toggles the size of 67 * Clicking on the buddyicon in the conversation window toggles the
18 the icon between small and large. 68 size of the icon between small and large.
69 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
70 an AIM chat) can be edited from its context menu in the buddy list.
71 * Add a "Present conversation window" preference to the Message
72 Notification plugin; the "Raise conversation window" option does not
73 unminimize windows or draw attention to them when they are on other
74 workspaces--the "Present" option should.
75 * Add a preference to set Escape as the keyboard shortcut for closing
76 the conversation window.
77 * Add an option in the context menu to disable smileys in the selected
78 text in the conversation history/log viewer. This should help people
79 who regularly paste code in conversations.
80 * Add a preference to choose the minimum size of the text input area in
81 lines.
82 * Moved the "Local alias" field in the Modify Account dialog to be below
83 the "User Options" heading on the "Basic" tab.
84 * Number of room occupants is now shown in chat tooltips where possible
19 85
20 General: 86 General:
21 * The configure script now dies on more absent dependencies. The 87 * The configure script now dies on more absent dependencies. The
22 --disable-xxx arguments to configure can be used to bypass unneeded 88 --disable-xxx arguments to configure can be used to bypass unneeded
23 dependencies. This will also cause the configure script to die if an 89 dependencies. This will also cause the configure script to die if an
25 missing. 91 missing.
26 * The Evolution integration plugin must now be explicitly enabled. Use 92 * The Evolution integration plugin must now be explicitly enabled. Use
27 the --enable-gevolution argument to configure to enable it. 93 the --enable-gevolution argument to configure to enable it.
28 * The Contact Availability Prediction plugin must now be explicitly 94 * The Contact Availability Prediction plugin must now be explicitly
29 enabled. Use the --enable-cap argument to configure to enable it. 95 enabled. Use the --enable-cap argument to configure to enable it.
96
97 Finch:
98 * New default binding ctrl+x to open context menus.
99 * Menu triggers and other bindings will no longer conflict.
100 * Middle click pastes the internal clipboard (when mouse support is
101 enabled).
30 102
31 version 2.4.1 (03/31/2008): 103 version 2.4.1 (03/31/2008):
32 http://developer.pidgin.im/query?status=closed&milestone=2.4.1 104 http://developer.pidgin.im/query?status=closed&milestone=2.4.1
33 105
34 libpurple: 106 libpurple: