Commit graph

35 commits

Author SHA1 Message Date
wiz
5bfb9cf11c Bump PKGREVISION for gupnp/gssdp API changes. 2010-01-20 14:04:52 +00:00
dsainty
08a4ea8dac With the gstreamer option enabled, pidgin looks for GSTINTERFACES, provided
by multimedia/gst-plugins0.10-base.  Even if it doesn't find what it's
looking for, it still has a tendency to attempt to link in gstinterfaces-0.10,
which fails.  Fix this by buildlinking in multimedia/gst-plugins0.10-base.

Bump PKGREVISION, since gstreamer is a default option and there is possibly
something not quite right about versions of this package where the build
was successful without the apparently required buildlinking.
2009-12-22 06:54:28 +00:00
wiz
0e240eba85 Update to 2.6.2, based on patches provided by Joachim Kuebart in PR 42005.
Additional changes:
Fix farsight handling in libpurple.
Set LICENSE.

2.6.2 (09/05/2009):
	Mark: Woo boy it's been a busy two weeks.  There was a lot of new code
	in 2.6.0, and with new code comes new bugs.  The cadre of relentless
	developers responsible for Pidgin have been hard at work, and I believe
	they have fixed all the major bugs that cropped up.  My thanks to all
	those names listed as Current Developers in Pidgin's 'About' window.

	Elliott: Well now, just as Mark said, there was a lot of new stuff that
	probably came up with tons of bugs.  So I can't say I wrote anything
	super-awesome, but I definitely fixed quite a few of those itty-bitty
	why-didn't-this-work-this-way sort of bugs.
2009-12-08 12:45:42 +00:00
abs
dd256c3f82 PR 41978 from Joachim Kuebart
Update:
    chat/finch to 2.6.1
    chat/libpurple to 2.6.1
    chat/pidgin to 2.6.1
    chat/pidgin-sametime to 2.6.1
    chat/pidgin-silc to 2.6.1

major changes:
 o addition of farsight support for voice/video chats (untested, new option on by default)
 o addition of dependency on devel/libidn
 o addition of gstreamer option for libpurple (on by default)
2009-09-06 21:06:44 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
smb
66ac932bc9 Update to 2.5.6 because of assorted security advisories 2009-06-12 16:31:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
1f0239a7f1 Bump PKGREVISION for PLIST fix. 2009-03-18 12:27:19 +00:00
snj
d9ed1a7432 +@dirrm share/pixmaps/pidgin/emotes/small. This has been missing for
3 months and nobody has complained.  PKGREVISION not bumped on grounds
of "no reasonable person would want to upgrade."
2009-03-18 04:44:03 +00:00
jmcneill
7993353f3f Update libpurple, pidgin, pidgin-sametime, pidgin-silc, finch to
version 2.5.3;

Version 2.5.3 (12/20/2008)

    * libpurple
          o The Buddy State Notification plugin no longer prints duplicate notifications when the same buddy is in multiple groups. (Florian Quèze)
          o The Buddy State Notification plugin no longer turns JID's, MSN Passport ID's, etc. into links. (Florian Quèze)
          o purple-remote now has a "getstatusmessage" command to retrieve the text of the current status message.
          o Various fixes to the nullprpl. (Paul Aurich)
          o Fix a crash when accessing the roomlist for an account that's not connected. (Paul Aurich)
          o Fix a crash in purple_accounts_delete that happens when this function is called before the buddy list is initialized. (Florian Quèze)
          o Fix use of av_len in perl bindings to fix some off-by-one bugs. (Paul Aurich)
          o On ICQ, advertise the ICQ 6 typing capability. This should fix the reports of typing notifications not working with third-party clients. (Jaromír Karmazín)
          o Many QQ fixes and improvements, including the ability to connect using QQ2008 protocol and sending/receiving of long messages. The recommended version to use is still QQ2005.
          o Fix a crash with DNS SRV lookups. (Florian Quèze)
          o Fix a crash caused by authorization requests. (Florian Quèze)

    * Gadu-Gadu
          o Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki)
          o Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki)
          o Gadu-Gadu now does proper charset translations where needed. (Adam Strzelecki)

    * MSN
          o Fix an error with offline messages by shipping the new "Microsoft Secure Server Authority" and the "Microsoft Internet Authority" certificates. These are now always installed even when using --with-system-ssl-certs because most systems don't ship those intermediate certificates.
          o The Games and Office media can now be set and displayed (in addition to the previous Music media). The Media status text now shows the album, if possible.
          o Messages sent from a mobile device while you were offline are now correctly received.
          o Server transfers after you've been connected for a long time should now be handled correctly.
          o Many improvements to handling of "federated" buddies, such as those on the Yahoo network.
          o Several known crashes have been resolved.
          o Many other fixes and code cleanup.

    * MySpace
          o Respect your privacy settings set using the official MySpace client.
          o Add support for blocking buddies.
          o Fix a bug where buddies didn't appear in their correct groups the first time you sign into your account.
          o Properly disconnect and sign out of the service when logging off.
          o Support for foreground and background font colors in outgoing IMs.
          o Support for background font colors in incoming IMs.
          o Many other fixes and code cleanup.

    * Sametime
          o Fix insanely long idle times for Sametime 7.5 buddies by assuming 0 idle time if the idle timestamp is in the future. (Laurent Montaron)
          o Fix a crash that can occur on login. (Raiko Nitzsche)

    * SIMPLE
          o Fix a crash when a malformed message is received.
          o Don't allow connecting accounts if no server name has been specified. (Florian Quèze)

    * XMPP
          o Fix the namespace URL we look for in PEP reply stanzas to match the URL used in the 'get' requests (Paul Aurich)
          o Resources can be set to the local machine's hostname by using __HOSTNAME__ as the resource string. (Jonathan Sailor)
          o Resources can now be left blank, causing the server to generate a resource for us where supported. (Jonathan Sailor)
          o Resources now default to no value, but "Home" is used if the server refuses to provide a resource.
          o Quit trying to get user info for MUC's. (Paul Aurich)
          o Send "client-accepts-full-bind-result" attribute during SASL login. This will fix Google Talk login failures if the user configures the wrong domain for his/her account.
          o Support new <metadata/> element to indicate no XEP-0084 User Avatar. (Paul Aurich)
          o Fix SHA1 avatar checksum errors that occur when one of the bytes in a checksum begins with 0. (Paul Aurich)
          o Fix a problem with duplicate buddies. (Paul Aurich)

    * Yahoo
          o Corrected maximum message lengths for Yahoo!
          o Fix file transfers with older Yahoo protocol versions.

    * Zephyr
          o Enable auto-reply, to emulate 'zaway.' (Toby Schaffer)
          o Fix a crash when an account is configured to use tzc but tzc is not installed or the configured tzc command is invalid. (Michael Terry)
          o Fix a 10 second delay waiting on tzc if it is not installed or the configured command is invalid. (Michael Terry)

    * Pidgin
          o On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting instead of our own (hidden) tooltip_delay pref. If you had previously changed that pref, add a line like this to ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):

                      gtk-tooltip-timeout = 500

            To completely disable tooltips (e.g. if you had an old tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0:

                      gtk-enable-tooltips = 0

          o Moved the release notification dialog to a mini-dialog in the buddylist. (Casey Ho)
          o Fix a crash when closing an authorization minidialog with the X then immediately going offline. (Paul Aurich)
          o Fix a crash cleaning up custom smileys when Pidgin is closed.
          o Fix adding a custom smiley using the context menu in a conversation if no custom smilies have previously been added using the smiley manager.
          o Improved support for some message formatting in conversations.
          o Allow focusing the coversation history or userlist with F6.
          o Fixed the Send Button plugin to avoid duplicate buttons in a single conversation.
          o Double-clicking a saved status will now activate it and close the saved status manager, rather than edit the status.

    * Finch
          o Allow binding meta+arrow keys for actions.
          o Added default meta+erase binding for delete previous word.
          o Added "Show When Offline" to buddy menus, so a plugin is no longer needed.

Version 2.5.2 (10/19/2008)

    * libpurple
          o Fixed a crash on removing a custom buddy icon on a buddy.
          o Fixed a crash caused by certain self-signed SSL certificates.
          o Enable a number of strong ciphers which were previously disabled when using NSS. (Thanks to Marcus Trautwig.)

    * Pidgin
          o The status selector now saves your message when changing status.
          o Fix a case where a conversation window could close unexpectedly.
          o A mute sounds option has been added to the preferences window to help with discoverability. CTRL+S is no longer bound to mute.
          o Added ability to change the color of visited links (using the theme control plugin, or setting the color in ~/.gtkrc-2.0)
          o Fix a crash occuring when a custom smiley is deleted and re-added and used in an open conversation after being re-added.

    * Finch
          o A new 'Nested Grouping' option in the 'Grouping' plugin. Group hierarchies are defined by the '/' character in the group names.
          o A bug was fixed where some key-bindings wouldn't work with some TERMs (e.g. xterm-color, screen-linux etc.)

    * MSN
          o Operations (such as moving to a new group) on contacts that were added in the same session should now complete correctly, and not cause synchronization errors at next login.
          o Minor fixes to login process during a server transfer.
          o Restored the "Has You" feature to the MSN protocol tooltips.
          o ADL 205/214/etc errors should no longer prevent login.

    * XMPP
          o Sending and receiving custom smileys using the specification in XEP-0231 (bits of binary) and XHTML-IM

    * Yahoo
          o Only send a Ping once every hour. This prevents the account from being disconnected from the server periodically.
2008-12-22 18:47:43 +00:00
ahoka
08a594ade4 Move the avahi option to libpurple where it belongs.
Bump.
2008-12-21 14:08:39 +00:00
ahoka
dff3c66a65 Add dbus, gstreamer and avahi (new) to default options.
This will enable better gnome integration and cooperation with
other freedesktop software.
Bump revision.
2008-12-21 00:12:10 +00:00
abs
2e70f9e2c1 Updated chat/pidgin to 2.5.1
libpurple:
    * In the Join/Part plugin, add the ability to apply the rules to
      buddies.  By default, joins and parts for buddies are still shown.
    * Support SOCKS proxies specified in GNOME or Windows proxy settings.
    * Fix some possible crashes in MSNP15.
    * Enable a default SSL trust relationship for MSN servers.
    * Avoid disconnecting from XMPP servers on parse errors that are
      non-fatal.
    * Include some perl files that were mistakenly omitted in 2.5.0.

  Pidgin:
    * Prevent use of custom smilies without "shortcuts."
    * Fix a crash that could appear with AIM buddy tooltips.

  Artwork:
    * General refresh of many icons in the interface.
    * Many cleanups to artwork source are now included in the distribution.
    * A new "throbber" animation has been added to indicate when accounts
      are connecting.
2008-09-16 19:59:46 +00:00
bjs
c67329ffbf Welcome to libpurple, finch, and pidgin version 2.5.0.
Bump PKGREVISION of non-bundled plug-ins.

Changes for 2.5.0 (08/17/2008) since 2.4.3:
	libpurple + pidgin:

 - Lots of bug fixes and improvements for the MSN protocol
   (MSNP15 support) and MSN "bunny icon" (?).
 - Miscellaneous bug fixes, a few new icons, etc.

 - The following API changes:

	libpurple:
  Added:
  * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate
    that the connection supports sending and receiving custom smileys.
  * PurpleSmiley and the Smiley API.
  * purple_serv_got_join_chat_failed
  * chat-join-failed signal (see conversation-signals.dox)
  * chat-invite-blocked and blocked-im-msg signals (see
    converation-signals.dox) (Thanks to Stefan Ott)
  * purple_blist_update_node_icon
  * purple_buddy_icons_node_has_custom_icon
  * purple_buddy_icons_node_find_custom_icon
  * purple_buddy_icons_node_set_custom_icon
  * purple_buddy_icons_node_set_custom_icon_from_file
  * purple_notify_user_info_prepend_section_break
  * purple_notify_user_info_prepend_section_header
  * "website" and "dev_website" items to the ui_info hash table
  * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit
  * cmd-added and cmd-removed signals
  * purple_get_host_name
  * purple_util_fetch_url_len (temporary function overload to add max_len
    param)
  * purple_util_fetch_url_request_len
  * purple_prpl_send_attention
  * purple_prpl_got_attention
  * purple_prpl_got_attention_in_chat

  Deprecated:
  * purple_blist_update_buddy_icon
  * purple_buddy_icons_has_custom_icon
  * purple_buddy_icons_find_custom_icon
  * purple_buddy_icons_set_custom_icon
  * pidgin_set_custom_buddy_icon
  * purple_util_fetch_url_len
  * purple_util_fetch_url_request_len
  * serv_send_attention
  * serv_got_attention

  Changed:
  * xmlnode_copy now copies the prefix and namespace map for nodes.

	pidgin:
  Added:
  * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
    gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
  * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
    PurpleStoredImage.
  * pidgin_themes_smiley_themeize_custom to associate custom smileys to
    a GtkIMHtml widget.
  * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
  * GTK+ Custom Smiley API.
2008-08-19 18:18:10 +00:00
tnn
5908229cb6 Update pidgin and friends to 2.4.3. Done during pkgsrc freeze because of:
i) CVE-2008-2927 fix
ii) the previous version was being rejected from the ICQ network.
version 2.4.3 (07/01/2008):
libpurple:
* Yahoo! Japan now uses UTF-8, matching the behavior of official clients
  and restoring compatibility with the web messenger (Yusuke Odate)
* Setting your buddy icon once again works for Yahoo! accounts.
* Fixes in the Yahoo! protocol to prevent a double free, crashes on
  aliases, and alias functionality
* Fix crashes in the bonjour protocol
* Always use UTF-8 for Yahoo! (#5973)
* Fix a crash when the given jabber id is invalid.
* Make the IRC "unknown message" debugging messages UTF-8 safe.
* Fix connecting to ICQ
* Fix a memleak when handling jabber xforms.
Pidgin:
* Include the send button plugin in the win32 build
* Various memory leak fixes
2008-07-11 07:39:20 +00:00
wiz
db0d6ac3f5 Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
tnn
e904333ebc Update to pidgin-2.4.2.
* 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
2008-05-17 23:45:47 +00:00
jmmv
ce69f44e73 Fix build when dbus is installed
Add an option to select whether dbus support should be enabled or not and
use it to control the installation of the musicmessaging plugin.  Fixes the
package when dbus is already installed.  Bump PKGREVISION to 2.

Ew.  Conditional builds.
2008-04-29 12:35:10 +00:00
tnn
e1fab35b89 PR pkg/38381: jmcneill: Install pidgin.desktop.
Also depend on intltool. Bump rev.
2008-04-14 05:45:23 +00:00
tnn
29e9d2d65b Update to 2.4.1.
* Remove a workaround for older versions gstreamer that was causing crashes
  on some non-Linux systems such as HPUX
* Fix some cases of the conversation input entry area being 1 pixel high
* Fix for displaying channel & buddy names in conversation window when they
  have '&' in them
* Some memory leak fixes, especially in the Text Replacement plugin
* Rectangular but non-square buddy icons have rounded corners in the buddy list
2008-04-05 02:27:53 +00:00
tnn
2653cab917 version 2.4.0 (02/29/2008):
Pidgin:
* Added the ability to theme conversation name colors (red and blue)
  through your GTK+ theme, and exposed those theme settings to the
  Pidgin GTK+ Theme Control plugin (Dustin Howett)
* Fixed having multiple alias edit areas in the infopane (Elliott Sales
  de Andrade)
* Save the conversation "Enable Logging" option per-contact (Moos
  Heintzen)
* Typing notifications are now shown in the conversation area
2008-03-04 17:25:36 +00:00
gdt
5f2c81fc6c Most TODO items are now ok, and remaining ones noted in Makefile comments. 2008-02-02 21:52:52 +00:00
tnn
87d38fcc11 Update to pidgin-2.3.1.
Various minor protocol bugfixes and compile fixes for FreeBSD & Solaris.
2007-12-10 11:33:58 +00:00
tnn
3c96d09b7f Update the pidgin IM suite to version 2.3.0.
version 2.3.0 (11/24/2007):
	http://developer.pidgin.im/query?status=closed&milestone=2.3.0
Some highlights from ChangeLog:

Pidgin:
* Connection errors are now reported in mini-dialogs inside the buddy
  list, rather than as buttons in the buddy list and with dialog
  boxes.  If several accounts are disabled when you sign on elsewhere,
  you can now re-enable them all with a single click.
* If you alias a buddy to an alias that is already present within
  a particular group, we now offer to merge the buddies into the
  same contact.
* A music emblem is now displayed in the buddy list for a buddy if we
  know she is listening to some soothing music.
* Added a 'Move to' menu in buddy list context menu for moving buddies
  to other groups as an alternative to dragging.
* It is now possible to mark a chat on your buddy list as "Persistent"
  so you do not leave the chat when the window or tab is closed.
* The auto-join option for chats is now listed in the "Add Chat"
  dialog along with the new persistence option.
* Closing an IM no longer immediately closes your conversation.  It
  will now remain active for a short time so that if the conversation
  resumes, the history will be retained.  A preference has been added
  to toggle this behavior.
* The "Smiley" menu has been moved to the top-level of the toolbar.
* Pidgin's display is now saved with the command line for session
  restoration.  (David Mohr)
* ICQ Birthday notifications are shown as buddy list emblems.
* Plugin actions are now available from the docklet context menu
  in addition to the Tool menu of the buddy list.
* The manual page has been heavily rewritten to bring it in line
  with current functionality.

Finch:
* It's possible to bind key-strokes to specific menuitems in the windows.
  Read the 'Menus' section in the man-page for details.
* 'transpose-chars' operation for the entry boxes. The default key-binding
  is ctrl+t.
* 'yank' operation for the entry boxes. The default binding is ctrl+y.
2007-12-02 04:17:54 +00:00
tnn
50ca83c5e9 Update pidgin IM suite to 2.2.2 for the CVE-2007-4999 fix.
(A remote user can cause a DoS by sending a message with invalid HTML.)

version 2.2.2 (10/23/2007):
 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
 NOTE: Due to the way this release was made, it is possible that
 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
 until the next release.
 * Various bug and memory leak fixes
2007-11-03 15:59:17 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
ebf8ba4a7d ln -> ${LN}. 2007-09-25 08:31:52 +00:00
tnn
656481a20a Update the pidgin IM suite to version 2.2.0.
The intltool that comes bundled with libpurple doesn't like NetBSD's
/usr/bin/iconv, so switch libpurple to use intltool from pkgsrc.

ChangeLog:

Version 2.2.0 (09/13/2007):
http://developer.pidgin.im/query?status=closed&milestone=2.2.0

Libpurple:
* New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
  Code)
* XMPP enhancements. See
	  http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
  Monitzer, Google Summer of Code for Adium)
* Certificate management. Libpurple will validate certificates on
  SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
* Some adjustments were made to fix sending messages when using
  the MSN HTTP method. (Laszlo Pandy)
* Yahoo! Chat is fixed.
* Some AIM file transfer issues between Pidgin and other clients
  have been fixed. (Kyryll A Mirnenko)
* Properly restore idle status and time for AIM and ICQ accounts
  when they reconnect after being disconnected.

Pidgin:
* Insert Horizontal Rules and Strikethrough text from toolbar.
* Option to show protocol icons in the buddy list, from the
  Buddies > Show menu. (Justin Heiner)
* Ability to build with native, non-X11 GTK+ on OSX. (Anders
  Hasselqvist)
* Remember the 'Enable Sounds' setting for a conversation.
* Right-clicking the empty space in the formatting toolbar
  allows you to toggle back to the old "ungrouped" version.
* Protocols supporting account registration via Pidgin now show
  a descriptive checkbox instead of a vague "Register" button.
* Fixed a bug where a tab would be shown on single conversations
  when tabs were disabled.

Finch:
* Per-conversation mute and logging options (accessible from the menu).

Version 2.1.1 (08/20/2007):
Yahoo:
* Added an account action to open your inbox in the yahoo prpl.
* Added support for Unicode status messages in Yahoo.
* Server-stored aliases for Yahoo. (John Moody)
* Fixed support for Yahoo! doodling.
* Limited support for MSN Messenger contacts

Bonjour:
* Bonjour plugin uses native Avahi instead of Howl
* Bonjour plugin supports Buddy Icons

XMPP:
* Only report conversation close when 'send typing notifications'
  preference is turned on (Bob Rossi)

Pidgin:
* Show current outgoing conversation formatting on the font label on
  the toolbar
* Slim new redesign of conversation tabs to maximize number of
  conversations that can fit in a window
* Tab bar is not visible when only one conversation is open. You can
  drag and drop conversations from the infopane.
* Moved "Reset Formatting" toolbar button to Font menu.
* Double click on the infopane to alias buddies and set topics
  on chats
* New smiley style

Finch:
* Sound support (Eric Polino)
2007-09-15 14:55:01 +00:00
gdt
41594ba91b bl3 on gettext-lib, PKGREVISION++ 2007-08-30 17:20:06 +00:00
tnn
469df87117 Update to pidgin-2.1.0:
version 2.1.0 (07/28/2007):
Pidgin:
 * Ensure only one copy of Pidgin is running with a given configuration
   directory.  The net effect of this is that trying to start Pidgin a
   second time will raise the buddy list.  (Gabriel Schulhof)
 * Undo capability in the conversation window
 * The formatting toolbar has been reorganized to be more concise.
 * A new status area has been added to the top of conversations to
   provide additional detail about the buddy, including buddy icon,
   protocol and status message.
 * Show idle times in the buddy list as days, hours, seconds

version 2.0.2 (06/14/2007):
Pidgin:
 * Added a custom conversation font option to preferences
 * Fixed smiley ordering in the insert smiley popup to be more intuitive
 * Conversation->More menu items work for Chats as well as Buddies,
   including those not on your buddy list
 * newline plugin should work better with conversation colors plugin now
 * Get Info on users now provides immediate feedback that something is
   happening
 * Aliasing a buddy will not be interrupted by other buddy list activity
 * Using the -l option to log in to a specific account works better
2007-08-13 13:22:23 +00:00
tnn
535e6a87cc de-lint 2007-08-04 14:01:01 +00:00
gdt
8344543a1c Fix stray wip references. 2007-07-28 12:32:17 +00:00
gdt
b192955c66 pidgin 2.0.1.
From Jan Danielsson via pkgsrc-wip.
2007-07-28 12:12:33 +00:00