comparison ChangeLog @ 27833:1dd0e007514d

propagate from branch 'im.pidgin.pidgin' (head d94973707853b3f6b84dc446eac68f7fd4c9370d) to branch 'im.pidgin.pidgin.yaz' (head 7f53253b5393ba6ccdf4051ce39db9ad151f52bc)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 06 May 2008 07:58:54 +0000
parents f09acca60066
children 1334c0de8f32
comparison
equal deleted inserted replaced
27832:b8f28a250c22 27833:1dd0e007514d
5 * In MySpaceIM, messages from spambots are discarded (Justin Williams) 5 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
6 * Strip mIRC formatting codes from quit and part messages. 6 * Strip mIRC formatting codes from quit and part messages.
7 * IRC now displays ban lists in-channel for joined channels. 7 * IRC now displays ban lists in-channel for joined channels.
8 * Fixed a bug where the list of loaded plugins would get removed when 8 * Fixed a bug where the list of loaded plugins would get removed when
9 switching between different operating systems. 9 switching between different operating systems.
10 * Fix reception of IRC PART without a part message on Undernet
11 (fixes a problem with litter in the channel user list).
12 * IRC no longer crashes on /list on servers which erroneously omit
13 RPL_LISTSTART.
10 14
11 Pidgin: 15 Pidgin:
12 * The typing notification in the conversation history can be disabled or 16 * The typing notification in the conversation history can be disabled or
13 customized (font, color etc.) in .gtkrc-2.0. 17 customized (font, color etc.) in .gtkrc-2.0.
14 * Added a plugin (not built by default) which adds a Send button back 18 * Added a plugin (not built by default) which adds a Send button back
22 Notification plugin, the "Raise conversation window" option does not 26 Notification plugin, the "Raise conversation window" option does not
23 unminimize windows or draw attention to them when they are on other 27 unminimize windows or draw attention to them when they are on other
24 workspaces the "Present" option should. 28 workspaces the "Present" option should.
25 * Add a preference to set Escape as the keyboard shortcut for closing 29 * Add a preference to set Escape as the keyboard shortcut for closing
26 the conversation window. 30 the conversation window.
31 * 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
33 regularly paste code in conversations.
34 * Add a preference to choose the minimum size of the text input.
27 35
28 General: 36 General:
29 * The configure script now dies on more absent dependencies. The 37 * The configure script now dies on more absent dependencies. The
30 --disable-xxx arguments to configure can be used to bypass unneeded 38 --disable-xxx arguments to configure can be used to bypass unneeded
31 dependencies. This will also cause the configure script to die if an 39 dependencies. This will also cause the configure script to die if an
33 missing. 41 missing.
34 * The Evolution integration plugin must now be explicitly enabled. Use 42 * The Evolution integration plugin must now be explicitly enabled. Use
35 the --enable-gevolution argument to configure to enable it. 43 the --enable-gevolution argument to configure to enable it.
36 * The Contact Availability Prediction plugin must now be explicitly 44 * The Contact Availability Prediction plugin must now be explicitly
37 enabled. Use the --enable-cap argument to configure to enable it. 45 enabled. Use the --enable-cap argument to configure to enable it.
46
47 Finch:
48 * New default binding ctrl+x to open context menus.
38 49
39 version 2.4.1 (03/31/2008): 50 version 2.4.1 (03/31/2008):
40 http://developer.pidgin.im/query?status=closed&milestone=2.4.1 51 http://developer.pidgin.im/query?status=closed&milestone=2.4.1
41 52
42 libpurple: 53 libpurple: