summaryrefslogtreecommitdiff
path: root/chat/pidgin
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz1-1/+2
2008-05-17Update to pidgin-2.4.2.tnn4-14/+10
* 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-04-29Fix build when dbus is installedjmmv3-5/+18
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-14PR pkg/38381: jmcneill: Install pidgin.desktop.tnn2-3/+12
Also depend on intltool. Bump rev.
2008-04-05Update to 2.4.1.tnn1-2/+2
* 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-03-04version 2.4.0 (02/29/2008):tnn2-3/+4
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-02-02Most TODO items are now ok, and remaining ones noted in Makefile comments.gdt2-10/+3
2007-12-10Update to pidgin-2.3.1.tnn1-2/+2
Various minor protocol bugfixes and compile fixes for FreeBSD & Solaris.
2007-12-02Update the pidgin IM suite to version 2.3.0.tnn2-7/+11
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-11-03Update pidgin IM suite to 2.2.2 for the CVE-2007-4999 fix.tnn1-2/+2
(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-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-2/+2
2007-09-25ln -> ${LN}.hira1-2/+2
2007-09-15Update the pidgin IM suite to version 2.2.0.tnn3-14/+42
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-08-30bl3 on gettext-lib, PKGREVISION++gdt1-1/+3
2007-08-13Update to pidgin-2.1.0:tnn3-4/+33
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-04de-linttnn3-14/+6
2007-07-28Fix stray wip references.gdt1-3/+3
2007-07-28pidgin 2.0.1.gdt6-0/+663
From Jan Danielsson via pkgsrc-wip.