www: 1ed8d88c: 2.4.2
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Sat May 17 11:55:53 EDT 2008
-----------------------------------------------------------------
Revision: 1ed8d88c4cf3ee4f770e3b27d1e5ecd252bbfced
Ancestor: de44de3a8549d1934018c7df5a43052f7b602c4e
Author: nosnilmot at pidgin.im
Date: 2008-05-17T15:52:58
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/1ed8d88c4cf3ee4f770e3b27d1e5ecd252bbfced
Modified files:
htdocs/ChangeLog htdocs/inc/version.inc.php inc/version.inc
ChangeLog:
2.4.2
-------------- next part --------------
============================================================
--- htdocs/ChangeLog fa3174d692375bc3f63c948b0b6a460ec24daeb5
+++ htdocs/ChangeLog 4df23ebd039582b8adb9eec5dedc5c875724b41e
@@ -1,5 +1,70 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.4.2 (05/17/2008):
+ libpurple:
+ * In MySpaceIM, messages from spambots are discarded (Justin Williams)
+ * Strip mIRC formatting codes from quit and part messages.
+ * IRC now displays ban lists in-channel for joined channels.
+ * Fixed a bug where the list of loaded plugins would get removed when
+ switching between different operating systems.
+ * Fix reception of IRC PART without a part message on Undernet
+ (fixes a problem with litter in the channel user list).
+ * IRC no longer crashes on /list on servers which erroneously omit
+ RPL_LISTSTART.
+ * Update the NetworkManager support to use D-Bus directly, instead of
+ libnm-glib. Hopefully it's stable now. It will now compile by
+ default if you have D-Bus support and NetworkManager.h. (Elliott
+ Sales de Andrade)
+ * MSN buddy list synchronization is now more forgiving, only asking
+ about buddies who have disappeared completely from the server list
+ and not those that have simply moved groups.
+ * IRC will now try to append 1-9 to your nick if it is in use, instead
+ of substituting the last character with 1-9 where possible.
+ * Bonjour buddies will be saved persistently if they're moved out of
+ the "Bonjour" group. (Eion Robb)
+
+ Pidgin:
+ * The typing notification in the conversation history can be disabled or
+ customized (font, color etc.) in .gtkrc-2.0.
+ * Added a plugin (not installed by default) which adds a Send button
+ back to the conversation window. People without physical keyboards
+ have a hard time with the lack of the button.
+ * Clicking on the buddyicon in the conversation window toggles the
+ size of the icon between small and large.
+ * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
+ an AIM chat) can be edited from its context menu in the buddy list.
+ * Add a "Present conversation window" preference to the Message
+ Notification plugin; the "Raise conversation window" option does not
+ unminimize windows or draw attention to them when they are on other
+ workspaces--the "Present" option should.
+ * Add a preference to set Escape as the keyboard shortcut for closing
+ the conversation window.
+ * Add an option in the context menu to disable smileys in the selected
+ text in the conversation history/log viewer. This should help people
+ who regularly paste code in conversations.
+ * Add a preference to choose the minimum size of the text input area in
+ lines.
+ * Moved the "Local alias" field in the Modify Account dialog to be below
+ the "User Options" heading on the "Basic" tab.
+ * Number of room occupants is now shown in chat tooltips where possible
+
+ General:
+ * The configure script now dies on more absent dependencies. The
+ --disable-xxx arguments to configure can be used to bypass unneeded
+ dependencies. This will also cause the configure script to die if an
+ --enable-xxx option is used and the dependencies it requires are
+ missing.
+ * The Evolution integration plugin must now be explicitly enabled. Use
+ the --enable-gevolution argument to configure to enable it.
+ * The Contact Availability Prediction plugin must now be explicitly
+ enabled. Use the --enable-cap argument to configure to enable it.
+
+ Finch:
+ * New default binding ctrl+x to open context menus.
+ * Menu triggers and other bindings will no longer conflict.
+ * Middle click pastes the internal clipboard (when mouse support is
+ enabled).
+
version 2.4.1 (03/31/2008):
http://developer.pidgin.im/query?status=closed&milestone=2.4.1
============================================================
--- htdocs/inc/version.inc.php 71f8f83b426515e893a30c93a9a5cbbd340671f6
+++ htdocs/inc/version.inc.php a1ad22217ea77eed6699c6170b84af26984919a7
@@ -3,8 +3,8 @@
* This variable will be inserted into the source tarball and bz2ball
* path. Update with every new release.
*/
- $current_version = "2.4.1";
- $current_win32_version = "2.4.1";
+ $current_version = "2.4.2";
+ $current_win32_version = "2.4.2";
$current_win32_gtk_version = "2.12.8";
$current_win32_gtk_revision = "a";
?>
============================================================
--- inc/version.inc eaba9d4b8fc5a3b910f5a3795198254583528d57
+++ inc/version.inc b3e904fcd7b80b131b0fae297d4fa42580f32b8b
@@ -1,8 +1,8 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.4.1";
-$pidgin_win32_version = "2.4.1";
+$pidgin_version = "2.4.2";
+$pidgin_win32_version = "2.4.2";
$gtk_win32_version = "2.12.8";
$gtk_win32_revision = "a";
More information about the Commits
mailing list