comparison ChangeLog @ 23150:d476ab1b47b2

propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 2a2aa2b4e4f34248a96a684b2e29963c358c1338) to branch 'im.pidgin.pidgin.next.minor' (head 485ba8630d52b894d8ec9648d6fe2ccb9754d1e8)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 13 May 2008 06:04:10 +0000
parents c9aebd4762a8
children 25e4a0add118 da5d1ecc5c20
comparison
equal deleted inserted replaced
23146:59cfa6210910 23150:d476ab1b47b2
9 switching between different operating systems. 9 switching between different operating systems.
10 * Fix reception of IRC PART without a part message on Undernet 10 * Fix reception of IRC PART without a part message on Undernet
11 (fixes a problem with litter in the channel user list). 11 (fixes a problem with litter in the channel user list).
12 * IRC no longer crashes on /list on servers which erroneously omit 12 * IRC no longer crashes on /list on servers which erroneously omit
13 RPL_LISTSTART. 13 RPL_LISTSTART.
14 * Update the NetworkManager support to use D-Bus directly, instead of
15 libnm-glib. Hopefully it's stable now. It will now compile by
16 default if you have D-Bus support and NetworkManager.h. (Elliott
17 Sales de Andrade)
14 18
15 Pidgin: 19 Pidgin:
16 * The typing notification in the conversation history can be disabled or 20 * The typing notification in the conversation history can be disabled or
17 customized (font, color etc.) in .gtkrc-2.0. 21 customized (font, color etc.) in .gtkrc-2.0.
18 * Added a plugin (not built by default) which adds a Send button back 22 * Added a plugin (not installed by default) which adds a Send button
19 to the conversation window. People without physical keyboards have a 23 back to the conversation window. People without physical keyboards
20 hard time with the lack of the button. 24 have a hard time with the lack of the button.
21 * Clicking on the buddyicon in the conversation window toggles the 25 * Clicking on the buddyicon in the conversation window toggles the
22 size of the icon between small and large. 26 size of the icon between small and large.
23 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in 27 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
24 an AIM chat) can be edited from its context menu in the buddy list. 28 an AIM chat) can be edited from its context menu in the buddy list.
25 * Add a "Present conversation window" preference to the Message 29 * Add a "Present conversation window" preference to the Message
26 Notification plugin, the "Raise conversation window" option does not 30 Notification plugin; the "Raise conversation window" option does not
27 unminimize windows or draw attention to them when they are on other 31 unminimize windows or draw attention to them when they are on other
28 workspaces the "Present" option should. 32 workspaces--the "Present" option should.
29 * Add a preference to set Escape as the keyboard shortcut for closing 33 * Add a preference to set Escape as the keyboard shortcut for closing
30 the conversation window. 34 the conversation window.
31 * Add an option in the context menu to disable smileys in the selected 35 * Add an option in the context menu to disable smileys in the selected
32 text in the conversation history/log viewer. This should help people who 36 text in the conversation history/log viewer. This should help people
33 regularly paste code in conversations. 37 who regularly paste code in conversations.
34 * Add a preference to choose the minimum size of the text input. 38 * Add a preference to choose the minimum size of the text input area in
39 lines.
40 * Moved the "Local alias" field in the Modify Account dialog to be below
41 the "User Options" heading on the "Basic" tab.
35 42
36 General: 43 General:
37 * The configure script now dies on more absent dependencies. The 44 * The configure script now dies on more absent dependencies. The
38 --disable-xxx arguments to configure can be used to bypass unneeded 45 --disable-xxx arguments to configure can be used to bypass unneeded
39 dependencies. This will also cause the configure script to die if an 46 dependencies. This will also cause the configure script to die if an
44 * The Contact Availability Prediction plugin must now be explicitly 51 * The Contact Availability Prediction plugin must now be explicitly
45 enabled. Use the --enable-cap argument to configure to enable it. 52 enabled. Use the --enable-cap argument to configure to enable it.
46 53
47 Finch: 54 Finch:
48 * New default binding ctrl+x to open context menus. 55 * New default binding ctrl+x to open context menus.
56 * Menu triggers and other bindings will no longer conflict.
57 * Middle click pastes the internal clipboard (when mouse support is
58 enabled).
49 59
50 version 2.4.1 (03/31/2008): 60 version 2.4.1 (03/31/2008):
51 http://developer.pidgin.im/query?status=closed&milestone=2.4.1 61 http://developer.pidgin.im/query?status=closed&milestone=2.4.1
52 62
53 libpurple: 63 libpurple: