log

age author description
Sat, 28 Apr 2007 22:38:16 +0000 Jeffrey Connelly Replace printf() in MySpaceIM prpl with purple_debug_info().
Sat, 28 Apr 2007 21:44:47 +0000 Jeffrey Connelly Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions).
Sat, 28 Apr 2007 21:19:40 +0000 Jeffrey Connelly Add MySpaceIM header file and reorganize functions.
Sat, 28 Apr 2007 20:46:31 +0000 Jeffrey Connelly Use g_convert for UTF-16LE conversion instead of converting manually.
Wed, 25 Apr 2007 06:16:29 +0000 Jeffrey Connelly Add Nathan Peterson to COPYRIGHT, for RC4 patch at https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1694487&group_id=235
Wed, 25 Apr 2007 04:12:40 +0000 Jeffrey Connelly Completely remove old RC4 code
Wed, 25 Apr 2007 03:54:22 +0000 Jeffrey Connelly Clean up old RC4 implementation.
Wed, 25 Apr 2007 03:46:17 +0000 Jeffrey Connelly Use Purple Cipher API for RC4.
Wed, 25 Apr 2007 03:42:32 +0000 Jeffrey Connelly Add rc4_get_key_size, to match purple_cipher_context_get_option(ctx, "key_len")
Wed, 25 Apr 2007 03:14:11 +0000 Jeffrey Connelly RC4 support in cipher.c - patch from Nathan Peterson (uvwarning)
Sat, 21 Apr 2007 04:58:13 +0000 Jeffrey Connelly Add stub for myim: URL handler.
Sat, 21 Apr 2007 04:18:16 +0000 Jeffrey Connelly Gaim -> Purple
Sat, 21 Apr 2007 03:59:37 +0000 Jeffrey Connelly Add MySpace prpl to configure.ac
Sat, 21 Apr 2007 03:15:48 +0000 Jeffrey Connelly Import msimprpl 0.4.
Sat, 21 Apr 2007 02:06:07 +0000 Jeffrey Connelly Create directory for MySpaceIM protocol
Thu, 19 Apr 2007 05:30:11 +0000 Jeffrey Connelly Document prpl_info->list_icon(NULL, NULL), and add my name to COPYRIGHT.
Sun, 22 Apr 2007 11:11:49 +0000 Michael Shkutkov COPYRIGHT file was changed
Wed, 25 Apr 2007 22:23:29 +0000 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Wed, 25 Apr 2007 01:19:24 +0000 Richard Laager I'm stupid. If an icon doesn't exist, it's a good idea to create it when we want to fill it with data, not when we don't.
Wed, 25 Apr 2007 01:19:01 +0000 Richard Laager There's no need to actually lookup the icon now, as the core ensures the checksum gets deleted if the file disappears.
Wed, 25 Apr 2007 00:57:53 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head efad0dfb8f3cfbe4b837192b16689470c201d03a)
Wed, 25 Apr 2007 00:56:13 +0000 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
Tue, 24 Apr 2007 20:23:50 +0000 Richard Laager Fix a bug with removing custom buddy icons.
Tue, 24 Apr 2007 19:58:14 +0000 Richard Laager Switch to using g_file_get_contents() instead of our own code.
Tue, 24 Apr 2007 19:12:48 +0000 Richard Laager Fix the memory leaking and improper calls to ref_filename(). Also, remove some debugging code.
Tue, 24 Apr 2007 17:00:51 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4aa2b7eeb61cd3d2c11632642e780a296bc0b779)
Tue, 24 Apr 2007 17:00:22 +0000 Richard Laager Fix the custom icon stuff, and various memory leaks. At this point, custom
Tue, 24 Apr 2007 16:20:01 +0000 Richard Laager Call the migrate code from Finch.
Tue, 24 Apr 2007 13:28:42 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c33cbe1ca040482d72c165cedf821bcedb280179)
Tue, 24 Apr 2007 13:27:42 +0000 Richard Laager If we're not caching icons, then don't save the filename.
Tue, 24 Apr 2007 04:39:07 +0000 Richard Laager Since I'm about to push this, I'm going to comment out the temp code that references my home directory.
Tue, 24 Apr 2007 04:35:38 +0000 Richard Laager Bug fixes! From my preliminary testing, the standard buddy icon stuff is working.
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Tue, 24 Apr 2007 03:56:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 6096404018084d5ea24f916c8e757d64e237dbd7)
Mon, 23 Apr 2007 17:39:58 +0000 Richard Laager The buddy icon code as it stands, with lots of bugs and design flaws.
Mon, 23 Apr 2007 17:19:27 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 05f7badcad9471084218e698a5c011908d17af90)
Mon, 23 Apr 2007 17:11:34 +0000 Richard Laager Call the core migrate code.
Mon, 23 Apr 2007 17:10:38 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head d42ad2da81f881b2fbd2fb080cc70a843bc70d02)
Mon, 23 Apr 2007 17:08:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 401f15786be56deb06ae79bf29c341bab26203d7)
Mon, 23 Apr 2007 17:06:43 +0000 Richard Laager There's no need to recalculate the home_dir on every call to
Mon, 23 Apr 2007 17:05:54 +0000 Richard Laager Use ~/.purple only, never ~/.gaim. This is a revert of the functional
Mon, 23 Apr 2007 17:00:08 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f20ceeff726ad3a9ee267225bb6e69f971d759bb)
Fri, 27 Apr 2007 05:18:14 +0000 Etan Reisner This is mostly moving Purple::GtkUI:: -> Pidgin:: which has the side effect of
Fri, 27 Apr 2007 04:25:21 +0000 Etan Reisner Kill the libpurpleperl hack library and move the init stuff to perl.so itself.
Wed, 25 Apr 2007 02:36:05 +0000 Ethan Blanton This looks like the last of the purplification for Tcl. Somebody done
Wed, 25 Apr 2007 02:23:29 +0000 Ethan Blanton merge of '0ad153fbef57439d42601681df47200b190f5306'
Wed, 25 Apr 2007 01:43:41 +0000 Daniel Atallah Fix #273 (Emoticons appearing in reverse order).
Wed, 25 Apr 2007 00:48:59 +0000 Daniel Atallah merge of '88a78587504cdd42570461a2b391b54b5c3d4aab'
Wed, 25 Apr 2007 00:31:07 +0000 Daniel Atallah Add missing mingw Makefiles to dist.
Wed, 25 Apr 2007 01:51:01 +0000 Sean Egan Use Tango colors on conversation tabs. Same colors, different tones.
Wed, 25 Apr 2007 00:45:17 +0000 Sean Egan New logo.png
Tue, 24 Apr 2007 22:40:54 +0000 Sean Egan Add Hylke's font face icon
Tue, 24 Apr 2007 21:56:09 +0000 Sadrul Habib Chowdhury merge of '71d55b79094812b06899c2bbe86ce7a8507ac80e'
Tue, 24 Apr 2007 21:44:13 +0000 Kevin Stange merge of '5a49fd68be5cffec6a2aae0c0cc312c64f67138d'
Tue, 24 Apr 2007 21:35:54 +0000 Kevin Stange Remove the XMPP section... it seems no one else uses XEP-0038 for a
Tue, 24 Apr 2007 19:51:09 +0000 Hylke Bons font-face icon, some please fix a link to this, i don't want to mess up.
Tue, 24 Apr 2007 19:21:18 +0000 Hylke Bons about icon
Tue, 24 Apr 2007 15:28:48 +0000 Luke Schierer a translation that nearly got lost as we migrated from sf's trackers to trac's
Tue, 24 Apr 2007 08:30:03 +0000 Hylke Bons Fixed some smileys in Yahoo!. I had these stored locally, glad I can commit now. :)
Tue, 24 Apr 2007 05:17:46 +0000 Kevin Stange Also, switch Jabber to XMPP so the jabber-specific smiley set works.
Tue, 24 Apr 2007 05:14:37 +0000 Kevin Stange merge of '6096404018084d5ea24f916c8e757d64e237dbd7'
Tue, 24 Apr 2007 03:56:03 +0000 Richard Laager merge of '05f7badcad9471084218e698a5c011908d17af90'
Mon, 23 Apr 2007 17:19:11 +0000 Richard Laager Death to // comments.
Mon, 23 Apr 2007 17:10:08 +0000 Richard Laager A comment in here mentions "untar", so I think it was copied from the
Mon, 23 Apr 2007 17:07:50 +0000 Richard Laager Add Simom's real name, Simo Mattila, to the COPYRIGHT file for his patch in
Mon, 23 Apr 2007 16:59:37 +0000 Richard Laager When initializing, the debug system is initialized before the prefs system, but
Mon, 23 Apr 2007 16:57:12 +0000 Richard Laager The core portion of the migration code. This is implemented as I described
Tue, 24 Apr 2007 05:13:40 +0000 Kevin Stange Sean told me to fix this, so I am. This makes several ICQ smileys work properly (escaping spaces), correct escapes all backslashes, and comments out four Yahoo smileys that conspicuously fail to exist. I'd make them, but I'm no artist.
Tue, 24 Apr 2007 03:32:09 +0000 Evan Schoenberg merge of 'ed8e54275ef886f687084411cbb9280b8a2e3111'
Tue, 24 Apr 2007 02:51:54 +0000 Evan Schoenberg merge of '6de71ef9e800c2eb8aabe863d98aa274379791e2'
Tue, 24 Apr 2007 02:51:53 +0000 Stu Tomlinson <elb> nosnilmot: those magic numbers should probably have been fixed to not
Tue, 24 Apr 2007 01:44:49 +0000 Stu Tomlinson Minor ChangeLog tweaks.
Mon, 23 Apr 2007 23:55:11 +0000 Gary Kramlich merge of '737a5f263d2401ffd63542586a1b261376ed022f'
Mon, 23 Apr 2007 22:01:28 +0000 Kevin Stange merge of 'ba1eb6457e947b8ab1bd5a6e3652e1e0a05bbd9c'
Mon, 23 Apr 2007 21:53:27 +0000 Hylke Bons test
Mon, 23 Apr 2007 21:51:06 +0000 Sean Egan For Luke. Fixes saved status selection
Mon, 23 Apr 2007 21:05:15 +0000 Sean Egan merge of '55f22d2ce30ce89352ce4b9c71f8f02875603aa2'
Tue, 24 Apr 2007 00:39:22 +0000 Evan Schoenberg The iTunes music store link makes sense to show on OS X, too
Mon, 23 Apr 2007 22:00:21 +0000 Kevin Stange Make note of purple-url-handler
Mon, 23 Apr 2007 21:46:16 +0000 Kevin Stange Missed an error...
Mon, 23 Apr 2007 21:37:17 +0000 Kevin Stange Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Mon, 23 Apr 2007 16:28:10 +0000 Richard Laager merge of 'c14c1a2f0a30615fa91d00b6f77a89b9b37d9bc9'
Tue, 24 Apr 2007 21:54:12 +0000 Sadrul Habib Chowdhury Make sure the blinking docklet has the same size. Fixes #174.
Mon, 23 Apr 2007 07:54:21 +0000 Mark Doliner merge of '2a2d4d6f656ef5ff272b086eb6eba1bee0c466de'
Mon, 23 Apr 2007 07:44:12 +0000 Mark Doliner merge of 'b2ed97746412540812181f94bcb3e2f077321052'
Mon, 23 Apr 2007 07:44:10 +0000 Mark Doliner merge of 'c04ec8c15e35618f8f52341ab439770d5630319d'
Mon, 23 Apr 2007 06:29:50 +0000 Sadrul Habib Chowdhury merge of '5227d53d05340b1c55335bc5ef30e1e63cd75b2c'
Mon, 23 Apr 2007 06:28:18 +0000 Sadrul Habib Chowdhury Gracefully do nothing if the WINDOWID is invalid. And plug a leak, thanks to deryni.
Mon, 23 Apr 2007 07:54:13 +0000 Mark Doliner Ok I couldn't resist. For iChat and Adium buddies who are advertising
Mon, 23 Apr 2007 07:42:57 +0000 Mark Doliner Add the iTunes Music Store url to the GaimPresence for buddies onyour
Mon, 23 Apr 2007 06:43:49 +0000 Mark Doliner Fix two minor compile warnings
Mon, 23 Apr 2007 06:21:38 +0000 Mark Doliner Get rid of two really minor warnings
Mon, 23 Apr 2007 03:02:37 +0000 Daniel Atallah Fix #248 (Control shouldn't steal focus from scrollback)
Mon, 23 Apr 2007 01:30:49 +0000 Daniel Atallah Allow include and lib paths to be overridden from local.ent
Mon, 23 Apr 2007 01:29:29 +0000 Daniel Atallah Add mingw makefile for 22px toolbar pixmaps.
Mon, 23 Apr 2007 01:06:06 +0000 Mark Doliner merge of '5ee6fd5ddac3a8e8920941dee8be3ae5a615c105'
Sun, 22 Apr 2007 23:56:41 +0000 Sadrul Habib Chowdhury merge of 'b24c89000da03300850bf984fbb737f993e763d5'
Sun, 22 Apr 2007 23:55:24 +0000 Sadrul Habib Chowdhury Implement the plugin-pref ui using the request api. The preferences for the core plugins can now be modified from Finch. And no new strings.
Mon, 23 Apr 2007 07:03:53 +0000 Sean Egan Fixes #213 This allows only 20 animated smileys to be animnating at a time
Sun, 22 Apr 2007 19:10:00 +0000 Sean Egan Don't show Available orb for 'New...' and 'Custom...'
Mon, 23 Apr 2007 01:05:27 +0000 Mark Doliner If anyone sees the "Unable to add buddy 1" message after
Sun, 22 Apr 2007 18:49:01 +0000 Mark Doliner Don't send a "transaction end" if we haven't sent a "transaction begin"
Sun, 22 Apr 2007 23:39:44 +0000 Richard Laager Ticket #246 from bjoernv
Sun, 22 Apr 2007 22:24:00 +0000 Ethan Blanton A quick architecture diagram for the Pidgin Way
Sun, 22 Apr 2007 22:23:10 +0000 Ethan Blanton merge of '0367c7ba68e12f430c7443660ff965ebdd118a75'
Sun, 22 Apr 2007 18:20:05 +0000 Mark Doliner merge of '1fec4b7f300a8ab8b7036a98e8ecc90808bbe5ca'
Sun, 22 Apr 2007 21:29:07 +0000 Stu Tomlinson New select-avatar image from hbons
Sun, 22 Apr 2007 17:59:19 +0000 Stu Tomlinson merge of '51e0efe487e61c55de88411e33a7da6b122c2cf0'
Sun, 22 Apr 2007 17:58:17 +0000 Stu Tomlinson Add virtual provides for gaim & gaim-devel
Sun, 22 Apr 2007 17:54:51 +0000 Stu Tomlinson Fedora has removed the Epoch from their RPM so we can do the same now.
Sat, 21 Apr 2007 18:54:36 +0000 Mark Doliner Only make sure the master group exists in the event we need to add an
Sun, 22 Apr 2007 03:37:11 +0000 Sean Egan Saved icon for saved statuses in statusbox
Sun, 22 Apr 2007 03:08:13 +0000 Sean Egan Remove the OSCAR rate limiting dialog, as the only time I've ever seen it
Sat, 21 Apr 2007 17:11:35 +0000 Stu Tomlinson mmm, magic numbers! strlen("purple-") != strlen("gaim-") ...
Sat, 21 Apr 2007 16:35:27 +0000 Stu Tomlinson More compatibility improvements. Now the majority of the plugin pack (before
Sat, 21 Apr 2007 15:54:42 +0000 Stu Tomlinson Fix a compat define
Sat, 21 Apr 2007 15:42:20 +0000 Stu Tomlinson Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Sat, 21 Apr 2007 14:50:19 +0000 Stu Tomlinson Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Sat, 21 Apr 2007 14:04:25 +0000 Stu Tomlinson merge of '8729bdb23df9db489717da7acedcec3ffe02469a'
Sat, 21 Apr 2007 14:00:19 +0000 Sadrul Habib Chowdhury merge of '8ec6be1457d557abe192a5fc4690884c2c98e164'
Sat, 21 Apr 2007 13:59:28 +0000 Sadrul Habib Chowdhury Line up the event-checkboxes in the pounce dialog.
Sat, 21 Apr 2007 14:02:48 +0000 Stu Tomlinson Fix ignore in chats when using right-click on a nick in the conversation
Sat, 21 Apr 2007 13:37:44 +0000 Stu Tomlinson Install and look for libpurple plugins in $libdir/purple instead of
Sat, 21 Apr 2007 12:29:49 +0000 Stu Tomlinson gaim.svg doesn't exist any more, no need to worry about accidentally
Fri, 20 Apr 2007 19:14:04 +0000 Sadrul Habib Chowdhury Debug is not necessary anymore, and don't crash on null text.
Fri, 20 Apr 2007 11:53:43 +0000 Stu Tomlinson merge of '5abe746924f21bc66bd85e71590c1f148ede2930'
Fri, 20 Apr 2007 08:02:57 +0000 Sadrul Habib Chowdhury Dialogs opened resulting from a mouse-click should fain focus.
Fri, 20 Apr 2007 06:23:32 +0000 Sadrul Habib Chowdhury merge of '984fe190c0e71bccab541e57a5c0b0a696789b38'
Fri, 20 Apr 2007 07:05:49 +0000 Mark Doliner Minor cleanup
Fri, 20 Apr 2007 06:51:33 +0000 Mark Doliner Fix that pesky ICQ "Unable to add buddy 1" error. Basically we were
Fri, 20 Apr 2007 06:34:10 +0000 Mark Doliner merge of 'eab57450eff9fe8f08a5a0c429d0f2727ce8d297'
Fri, 20 Apr 2007 06:21:52 +0000 Sadrul Habib Chowdhury Use 'alias' instead of 'rename' for non-group nodes. Thankfully, this does not introduce new strings.
Fri, 20 Apr 2007 05:58:57 +0000 Mark Doliner Patch #205, from SuperMMX. Fix a bug related to using F2 to alias
Fri, 20 Apr 2007 04:04:24 +0000 Daniel Atallah Remove old wingaim stuff from TODO file.
Fri, 20 Apr 2007 03:00:07 +0000 Stu Tomlinson Patch from khc to remove the typing notifcation callback when the window is
Fri, 20 Apr 2007 01:15:29 +0000 Daniel Atallah merge of '2d5bca78effdcf8445c4b744e6334fc2cf4fe083'
Fri, 20 Apr 2007 01:07:01 +0000 Daniel Atallah The Indonesian translation had some wacky \n and \t characters that were causing warnings from msgfmt - presumably these were also preventing the translation from actually working.
Fri, 20 Apr 2007 01:06:43 +0000 Stu Tomlinson References #219
Fri, 20 Apr 2007 00:47:30 +0000 Sean Egan merge of '6b7a5fb8f33d3f1801a33540b42b5fb01b69511a'
Fri, 20 Apr 2007 00:20:20 +0000 Stu Tomlinson None of our code references this toplevel pidgin.svg, and it was just
Fri, 20 Apr 2007 00:12:15 +0000 Stu Tomlinson - Fix pkgconfig Requires
Fri, 20 Apr 2007 00:07:35 +0000 Stu Tomlinson Don't install nullclient by default, it's probably not particularly useful
Thu, 19 Apr 2007 23:56:58 +0000 Stu Tomlinson Remove references to PIDGIN_STOCK_CONNECT from pidginstock.c
Thu, 19 Apr 2007 22:28:18 +0000 Daniel Atallah Don't flash the conv. window if it is in the foreground.
Thu, 19 Apr 2007 21:14:29 +0000 Luke Schierer merge of '13c739f1a978be3498fc3c3d87e0742ac3d8e320'
Thu, 19 Apr 2007 15:07:09 +0000 Luke Schierer merge of '02ca9d2b907e1c26510d22406d0e0128b5b911d1'
Thu, 19 Apr 2007 13:32:48 +0000 Daniel Atallah Fix use before initialization and use after freeing (This is still not being used, but I figured I'd fix the stuff that I noticed).
Thu, 19 Apr 2007 01:51:32 +0000 Richard Laager merge of 'b6685c2c4de3ffbc988659fbfff2356c0835d2e3'
Thu, 19 Apr 2007 01:48:46 +0000 Richard Laager merge of '2bb8a94e3208f809586faa1c96946e6d0c2b76a5'
Thu, 19 Apr 2007 01:38:48 +0000 Richard Laager Ari noticed that TracHeader.html and TracFooter.html should be in EXTRA_DIST.
Thu, 19 Apr 2007 01:38:00 +0000 Richard Laager Ari sent in a patch, saying:
Thu, 19 Apr 2007 01:44:29 +0000 Stu Tomlinson gaim? what's that? ... a latecomer to the s/gaim/purple/ party
Thu, 19 Apr 2007 01:22:55 +0000 Richard Nelson use the invisible icon
Thu, 19 Apr 2007 01:21:25 +0000 Richard Nelson If a plugin failed to load/unload, don't pretend that it worked
Fri, 20 Apr 2007 00:47:25 +0000 Sean Egan Pssst. It's not called "Gaim" anymore
Thu, 19 Apr 2007 18:44:40 +0000 Sean Egan merge of '11e98ca1cda1355288bb5f6144d3e8fe8797e35e'
Wed, 18 Apr 2007 22:57:07 +0000 Nathan Walp merge of '8fd567043fa0c33cc2d373ee5f6451b4b40331b4'
Wed, 18 Apr 2007 22:57:03 +0000 Nathan Walp merge of '2bafabcca7d12b1fb39369f54333c5309a7cead1'
Wed, 18 Apr 2007 22:05:18 +0000 Sadrul Habib Chowdhury Show the search string in the tree.
Wed, 18 Apr 2007 22:00:41 +0000 Daniel Atallah Fix win32 build for Jabber/XMPP split.
Wed, 18 Apr 2007 21:14:39 +0000 Sean Egan merge of '52f50d9c1ba2cedab7acbe195e3f223d70f1cc3d'
Wed, 18 Apr 2007 19:59:28 +0000 Stu Tomlinson merge of '671a629f1fa8bc5ce471e79f4df04b0bf57bda90'
Wed, 18 Apr 2007 19:48:37 +0000 Stu Tomlinson merge of '6f1c8b328654eaabb362aa93ab1a72177353111b'
Wed, 18 Apr 2007 19:34:37 +0000 Stu Tomlinson Remove execute attribute from yahoo_auth.c & yahoo_auth.h
Wed, 18 Apr 2007 19:19:08 +0000 Daniel Atallah Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Thu, 19 Apr 2007 18:44:33 +0000 Sean Egan Fixes ticket #211
Wed, 18 Apr 2007 21:14:34 +0000 Sean Egan Very important to add files \!
Wed, 18 Apr 2007 19:51:24 +0000 Sean Egan This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Wed, 18 Apr 2007 07:42:23 +0000 Mark Doliner When reading in substatuses from status.xml, ignore substatuses for
Wed, 18 Apr 2007 07:18:12 +0000 Mark Doliner Thanks to Peter Lawler for catching a place where we forgot to change
Wed, 18 Apr 2007 02:04:59 +0000 Sean Egan Whoops.
Thu, 19 Apr 2007 15:06:54 +0000 Luke Schierer remove some of the outdated todo stuff. most of the TODO file was handled as we worked on 2.0.0. Much of the .todo files was badly out of date, some of it completed, some of it no longer applies though not exactly completed, and other parts of it really rather debatable.
Tue, 17 Apr 2007 21:46:28 +0000 Sean Egan more icon updates
Tue, 17 Apr 2007 19:06:13 +0000 Sean Egan merge of '8099d2b88ecd036263e9ed44e1e6a3565cde621a'
Tue, 17 Apr 2007 14:59:35 +0000 Stu Tomlinson merge of '3956f53331764e51ab7d79a8de4310cb6a4c0e58'
Tue, 17 Apr 2007 14:11:56 +0000 Daniel Atallah Add cairo to the mingw build include path. Fixes #175 .
Tue, 17 Apr 2007 12:12:05 +0000 Stu Tomlinson Fix Gtk+ 2.0 support
Tue, 17 Apr 2007 11:40:13 +0000 Stu Tomlinson Don't error out of ./configure on older pango versions
Tue, 17 Apr 2007 11:14:50 +0000 Stu Tomlinson Fix for using Pango < 1.4, will not have complete RTL support with older
Tue, 17 Apr 2007 10:15:54 +0000 Stu Tomlinson s/purple/pidgin/
Tue, 17 Apr 2007 10:14:26 +0000 Stu Tomlinson A couple of missed s/purple/pidgin/'s
Tue, 17 Apr 2007 10:02:04 +0000 Stu Tomlinson - Add some Obsolete:s to help upgrades
Tue, 17 Apr 2007 09:57:35 +0000 Stu Tomlinson Make the check for "check" non-fatal
Tue, 17 Apr 2007 09:47:23 +0000 Stu Tomlinson merge of '0004c439d3a8b009b8c0a87116e04dd76541bd23'
Tue, 17 Apr 2007 09:47:00 +0000 Stu Tomlinson Remove binary relocation support stuff
Tue, 17 Apr 2007 15:30:16 +0000 Sean Egan Apparently this breaks some wm's badly. If it's useful on Windows, Daniel should feel free to re-add it with ifdefs
Tue, 17 Apr 2007 06:26:04 +0000 Mark Doliner Fix a typo that broke make dist
Tue, 17 Apr 2007 05:48:59 +0000 Mark Doliner Patch from SuperMMX, "I would like to be able to rename (alias)
Tue, 17 Apr 2007 04:22:49 +0000 Richard Laager merge of '115bf476eae0a7a06193664f17ba4a1a6d4c9294'
Tue, 17 Apr 2007 04:21:58 +0000 Richard Laager Remove the FAQ. Fixes #159.
Tue, 17 Apr 2007 02:22:46 +0000 Daniel Atallah Test for mtn commit message integration. Fixes #26 . References #50 (not really).
Tue, 17 Apr 2007 01:38:06 +0000 Daniel Atallah Fix a printf(%s, NULL) when opening a log for an buddy whose contact has no online buddies and no alias.
Mon, 16 Apr 2007 23:19:38 +0000 William Ehlhardt merge of '28b9b747c33511754217017badcbdf3fa96ad1ee'
Mon, 16 Apr 2007 22:03:31 +0000 Sean Egan merge of '04795a5f718916bd7e8435bca219850451a17c94'
Mon, 16 Apr 2007 22:03:26 +0000 Sean Egan Some icon improvements from hbons
Mon, 16 Apr 2007 21:42:19 +0000 Sadrul Habib Chowdhury merge of 'a0cdc54d9604b75f423f6a7858a809cd60a9fcff'
Mon, 16 Apr 2007 21:31:57 +0000 Warren Togami Rename a number of Perl functions which were munged at some point
Mon, 16 Apr 2007 21:02:51 +0000 Luke Schierer some translation updates. Also ticket 111 says that our zh_TW translation is also a zh_HK translation.
Mon, 16 Apr 2007 16:21:33 +0000 Daniel Atallah Fix win32 build after autoreply was moved back to the plugin pack.
Mon, 16 Apr 2007 06:37:20 +0000 Mark Doliner Port SVN revisions 18230 to 18232 from Mark Huetsch from sf SVN to
Mon, 16 Apr 2007 05:37:44 +0000 Richard Laager merge of '208954788ae2550f1dbc241cbca23eb02991dc5a'
Mon, 16 Apr 2007 05:37:27 +0000 Richard Laager Update .mtn-ignore to properly deal with things produced by make check
Mon, 16 Apr 2007 05:34:42 +0000 Mark Doliner merge of '6df34558fc23a634459555ee015c8d2b0acbe5e5'
Mon, 16 Apr 2007 05:27:50 +0000 Richard Laager merge of '870d6ea8b3a6295793acd9d484c77d4b72424a29'
Mon, 16 Apr 2007 05:19:07 +0000 Richard Nelson emit/handle gnttree signals appropriately
Mon, 16 Apr 2007 05:27:17 +0000 Richard Laager Word on the street is that we don't want things named pidginfoo_bar(), but
Mon, 16 Apr 2007 05:07:21 +0000 Richard Laager Doxygen updates. This eliminated all the warnings from Doxygen.
Mon, 16 Apr 2007 03:37:48 +0000 Richard Laager Fix Ticket #162
Mon, 16 Apr 2007 03:24:47 +0000 Richard Laager Effect the rename in the C-HOWTO and clean it up.
Mon, 16 Apr 2007 02:19:58 +0000 Richard Laager I don't like the pidginfoo_bar widget names that resulted from the sed.
Mon, 16 Apr 2007 02:09:17 +0000 Richard Laager Update some paths in the man pages.
Mon, 16 Apr 2007 02:08:42 +0000 Richard Laager More renaming.
Mon, 16 Apr 2007 02:08:18 +0000 Richard Laager Relabel the Doxygen group as libpurple
Mon, 16 Apr 2007 02:07:49 +0000 Richard Laager Rename the Doxygen group from gntui to finch and define the finch group
Mon, 16 Apr 2007 02:05:07 +0000 Richard Laager Rename the Doxygen group from gtkui to pidgin.
Mon, 16 Apr 2007 00:56:16 +0000 Richard Laager The Crazy Chat plugin doesn't need a configure.ac from a seriously out of date copy of Gaim.
Mon, 16 Apr 2007 00:55:43 +0000 Richard Laager The channel is #pidgin-win32, at least for now.
Mon, 16 Apr 2007 00:54:59 +0000 Richard Laager The channel is #pidgin-win32, at least for now.
Mon, 16 Apr 2007 00:54:57 +0000 Richard Laager Are we calling it Purple anywhere else? libpurple makes more sense to me.
Mon, 16 Apr 2007 00:54:03 +0000 Richard Laager Replace an instance of GAIM with "Pidgin, Finch, and libpurple"
Mon, 16 Apr 2007 00:53:13 +0000 Richard Laager s/GAIM/PURPLE/ in a comment.
Mon, 16 Apr 2007 00:52:52 +0000 Richard Laager Deal with Gaim in some error messages.
Mon, 16 Apr 2007 00:52:23 +0000 Richard Laager s/Gaim/Pidgin/
Mon, 16 Apr 2007 00:51:43 +0000 Richard Laager Point to the Pidgin website.
Mon, 16 Apr 2007 00:50:57 +0000 Richard Laager Update the Doxygen signals documentation to match the new struct names.
Mon, 16 Apr 2007 00:49:52 +0000 Richard Laager Point to the devel@pidgin.im list instead of gaim-devel.
Mon, 16 Apr 2007 00:49:29 +0000 Richard Laager I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Mon, 16 Apr 2007 00:48:49 +0000 Richard Laager Point to the Pidgin website.
Mon, 16 Apr 2007 00:48:13 +0000 Richard Laager s/Gaim/Pidgin/ since this file got missed somehow or something.
Mon, 16 Apr 2007 00:46:39 +0000 Richard Laager merge of '3ae1c2f29b72682bad3542b9c0175438dd3309c0'
Mon, 16 Apr 2007 00:44:33 +0000 Richard Laager merge of '07fc4db9a3c2c12596e0354b8e7959aa847f966b'
Sun, 15 Apr 2007 23:26:37 +0000 Richard Laager Beat some older documentation into submission.
Sun, 15 Apr 2007 23:16:27 +0000 Richard Laager The contents of this file don't seem very useful. This stuff either Just Works
Sun, 15 Apr 2007 23:06:52 +0000 Richard Laager Let's just have HACKING point to Trac, okay?
Sun, 15 Apr 2007 23:05:46 +0000 Richard Laager Killing the HACKING file, which is way out of date.
Sun, 15 Apr 2007 22:56:00 +0000 Richard Laager Adding achris to the COPYRIGHT file.
Sun, 15 Apr 2007 22:55:36 +0000 Richard Laager simple-crashfix.diff from achris in ticket #98. This is a fix for the crasher,
Sun, 15 Apr 2007 22:32:23 +0000 Richard Laager merge of '346cf9389391965a41f873cb9e225e49cb51362e'
Mon, 16 Apr 2007 21:40:15 +0000 Sadrul Habib Chowdhury This was causing problems with jabber in finch.
Sun, 15 Apr 2007 23:54:55 +0000 Sadrul Habib Chowdhury merge of '7c800719ac0b585a5b02eaeb188880c191d1da89'
Sun, 15 Apr 2007 23:53:36 +0000 Sadrul Habib Chowdhury merge of '8046b7a899d45a4d09e4c0cb3df20a01d7b134fe'
Sun, 15 Apr 2007 19:55:56 +0000 Stu Tomlinson Autoreply plugin was punted back to the plugin pack
Sun, 15 Apr 2007 19:52:06 +0000 Stu Tomlinson gaiminc.c was renamed to pidgininc.c
Sun, 15 Apr 2007 23:45:52 +0000 Sadrul Habib Chowdhury Include header files, not source files. Bah.
Thu, 19 Apr 2007 01:48:35 +0000 Richard Laager Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to
Wed, 18 Apr 2007 22:56:12 +0000 Nathan Walp This lets you rename entire trees of prefs. This should help with the migration
Sun, 15 Apr 2007 20:00:30 +0000 Nathan Walp ca.po update
Sun, 15 Apr 2007 19:58:43 +0000 Nathan Walp en_GB update
Sun, 15 Apr 2007 19:34:50 +0000 Stu Tomlinson Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Sun, 15 Apr 2007 19:26:30 +0000 Stu Tomlinson Add BUILT_SOURCES to libgnt's Makefile.am. Patch from sadrul to fix the
Sun, 15 Apr 2007 19:15:12 +0000 Stu Tomlinson merge of '818e92282383bd62cfd83d7cde9d0bad84e648ab'
Mon, 16 Apr 2007 05:33:13 +0000 Mark Doliner Minor fixes to get "make dist" to work
Sun, 15 Apr 2007 18:52:54 +0000 Mark Doliner merge of '495fbd738a23f24591f098b137d932381b6bc8ad'
Sun, 15 Apr 2007 18:52:28 +0000 Mark Doliner Sort smiley themes case-insensitively because I think that's what
Sun, 15 Apr 2007 18:51:11 +0000 Mark Doliner Call strtolower() so that we don't have to check against the
Sun, 15 Apr 2007 18:50:31 +0000 Mark Doliner Slightly more descriptive
Sun, 15 Apr 2007 18:42:50 +0000 Mark Doliner Change another 'append' to 'prepend', since the ordering doesn't matter
Sun, 15 Apr 2007 18:38:40 +0000 Mark Doliner Change a g_slist_append() to a g_slist_prepend() in one place, and
Sun, 15 Apr 2007 18:37:20 +0000 Mark Doliner merge of '97036f771347e3ba3136697bcb575ece5e5049a1'
Sun, 15 Apr 2007 18:44:44 +0000 Gary Kramlich Moving autoreply back to the plugin pack
Sun, 15 Apr 2007 18:28:56 +0000 Richard Laager simple-casepatch.diff from achris in ticket #98
Sun, 15 Apr 2007 18:19:33 +0000 Richard Laager Adding the real name for JensenDied.
Sun, 15 Apr 2007 18:15:18 +0000 Richard Laager Print decent error messages instead of stack traces if there's a problem.
Sun, 15 Apr 2007 18:13:53 +0000 Richard Laager The .service files for libpurple aren't necessary. Their only purpose is to
Sun, 15 Apr 2007 18:09:14 +0000 Richard Laager Trac Ticket #149 from JensenDied
Sun, 15 Apr 2007 18:06:49 +0000 Richard Laager merge of '52a3faed357c462274cac6f2f6359606dd4cdb3d'
Sun, 15 Apr 2007 16:05:47 +0000 Richard Laager Suppress useless gconf messages. Hopefully I haven't introduced a bashism here.
Sun, 15 Apr 2007 15:47:32 +0000 Richard Laager Rename pidgin/plugins/gaiminc.c to pidgin/plugins/pidgininc.c
Sun, 15 Apr 2007 15:47:12 +0000 Richard Laager Apparently the .mtn-ignore patterns are regular expressions. This means
Sun, 15 Apr 2007 15:45:48 +0000 Richard Laager Add a POTFILES.skip file to skip the crazychat plugin, which isn't built by
Sun, 15 Apr 2007 15:37:40 +0000 Richard Laager Realign some things after the rename.
Sun, 15 Apr 2007 15:33:55 +0000 Richard Laager Updated German translations, from ticket #154.
Sun, 15 Apr 2007 06:57:42 +0000 Richard Laager Fix Ticket #151
Sun, 15 Apr 2007 06:56:43 +0000 Richard Laager Fix Ticket #152
Sun, 15 Apr 2007 18:02:11 +0000 Mark Doliner Pull out the same block of code from two places and put it into
Sun, 15 Apr 2007 17:47:45 +0000 Mark Doliner Fix a memory leak that occurs when a smiley theme lists a filename,
Sun, 15 Apr 2007 17:06:53 +0000 Mark Doliner Free segfault_message when Pidgin exits abnormally
Sun, 15 Apr 2007 17:05:44 +0000 Mark Doliner Fix a compile warning
Sun, 15 Apr 2007 08:31:16 +0000 Richard Nelson Add this now so we don't break abi right after release
Sun, 15 Apr 2007 21:21:03 +0000 Sadrul Habib Chowdhury Allow adding information widgets in the conversation window.
Sun, 15 Apr 2007 20:25:40 +0000 Sadrul Habib Chowdhury These bindings are easier for changing window order.
Sun, 15 Apr 2007 06:54:54 +0000 Sadrul Habib Chowdhury alt-/ to get a list of keybindings for the focused widget.
Sun, 15 Apr 2007 05:49:27 +0000 Sadrul Habib Chowdhury Add a utility function to create widgets from an XML description.
Sun, 15 Apr 2007 05:42:14 +0000 Sadrul Habib Chowdhury Add a utility function to assist scrolling in a textview.
Sun, 15 Apr 2007 05:28:29 +0000 Sadrul Habib Chowdhury We don't need to do anything about the heights here.
Sun, 15 Apr 2007 01:26:57 +0000 Daniel Atallah The GdkWindow doesn't exist until after the window is realized, so the decorations can't be manipulated until after that. I bet this will work in a bunch of WMs now.
Sun, 15 Apr 2007 00:32:57 +0000 Sean Egan Set the disable maximize button hint on the blist. I couldn't find a window manager that supports this, but I bet win32 does.
Sun, 15 Apr 2007 00:15:32 +0000 Nathan Walp merge of 'aa2170e50c202539ea83f299b04eedf9a5d62178'
Sat, 14 Apr 2007 23:47:24 +0000 Mark Doliner sf patch #1622581, from Greg Taeger
Sat, 14 Apr 2007 19:38:21 +0000 Richard Laager merge of '01e42cca23c49f916ae6e003641408af389cf912'
Sat, 14 Apr 2007 19:38:19 +0000 Richard Laager merge of '1a3995ffd4f7ad079f6377453aed4c3823216afb'
Sun, 15 Apr 2007 19:13:25 +0000 Stu Tomlinson Fix for building RPMs without finch - fixes part of ticket 123, and add some
Sat, 14 Apr 2007 17:58:13 +0000 Stu Tomlinson Another ChangeLog entry. Anyone would think I was just trying to get CIA &
Sat, 14 Apr 2007 17:51:58 +0000 Stu Tomlinson I think this is ChangeLog-worthy. Someone might want to reword it though.
Sat, 14 Apr 2007 17:45:23 +0000 Stu Tomlinson Changelog the Bi-di/RTL text improvements. I bet there are a billion things
Sat, 14 Apr 2007 18:42:09 +0000 Richard Laager The musicmessaging plugin was installing to lib/gaim and share/pixmaps/gaim.
Sat, 14 Apr 2007 18:40:40 +0000 Richard Laager If we're going to keep this, let's not have default paths under /usr/local, k?
Sat, 14 Apr 2007 17:28:22 +0000 Stu Tomlinson Ignore tar.bz2's too
Sat, 14 Apr 2007 17:07:52 +0000 Stu Tomlinson Stop Yahoo sending SPAN tags, fixes Yahoo part of ticket 78
Sat, 14 Apr 2007 16:37:08 +0000 Stu Tomlinson Fix the HTML-on-IRC issues observed as a result of the bi-di text support
Sat, 14 Apr 2007 16:32:42 +0000 Stu Tomlinson Make non-standard mode characters support connection-specific instead of
Sat, 14 Apr 2007 13:20:05 +0000 Richard Nelson ...only for groups
Sat, 14 Apr 2007 12:39:33 +0000 Richard Nelson Remember the collapsed state of groups in the blist
Sat, 14 Apr 2007 12:38:31 +0000 Richard Nelson merge of '5f2da9b1c55764e371254bcde18f34bb07edcc03'
Sat, 14 Apr 2007 07:39:02 +0000 Sadrul Habib Chowdhury merge of '1eb0be7082a7d25b66cdd441b3fdb604ad46796f'
Sat, 14 Apr 2007 19:06:19 +0000 Sean Egan For a first time user, don't show the buddy list telling him to go to Accounts>Add/Edit, because Accounts->Add/Edit is already open with its own instructions. Show only one window with instructions and then present the Buddy List when you create your first account.
Sat, 14 Apr 2007 08:42:17 +0000 Sean Egan Fix a possible gstreamer crash
Sat, 14 Apr 2007 08:19:51 +0000 Sean Egan The things that C will allow to compile astound me. Removes an errant apostrophe.
Sat, 14 Apr 2007 07:23:05 +0000 Sean Egan Fix ticket #52
Sat, 14 Apr 2007 07:15:02 +0000 Sean Egan Death to Binreloc\!
Sat, 14 Apr 2007 04:23:30 +0000 Richard Laager Adding a note to ChangeLog.API to briefly document that API. I shamelessly
Sat, 14 Apr 2007 03:09:03 +0000 Stu Tomlinson Document my last spec file update. Revisionist history rules!
Sat, 14 Apr 2007 02:19:49 +0000 Stu Tomlinson merge of '68afd9ff77d030e589ee7972830cf2a91916240f'
Sat, 14 Apr 2007 00:04:49 +0000 Daniel Atallah merge of '748e70b43d9e828a79f3c72c9fbe484f9e893dbd'
Fri, 13 Apr 2007 21:35:30 +0000 Richard Laager Add shlomi to the COPYRIGHT file. He wrote the RTL patch, which is apparently
Sat, 14 Apr 2007 01:23:12 +0000 Sean Egan Add some padding between the emblem and the buddy icon
Sat, 14 Apr 2007 00:55:35 +0000 Sean Egan but only if it's in the buddy list\!
Sat, 14 Apr 2007 00:44:18 +0000 Sean Egan Hylke requested that we slightly round the corners of budy icons in the blist to better match the round status icons
Fri, 13 Apr 2007 21:20:51 +0000 Gary Kramlich Patch from Eoin Coffey to install the mono loader into the correct directory.
Fri, 13 Apr 2007 17:36:41 +0000 Luke Schierer esperanto!
Fri, 13 Apr 2007 16:34:57 +0000 Luke Schierer new es.po
Fri, 13 Apr 2007 12:23:24 +0000 Stu Tomlinson Bleeter thought it might be a good idea to actually put libpurple in the
Fri, 13 Apr 2007 04:54:08 +0000 Daniel Atallah Updates to .mtn-ignore
Fri, 13 Apr 2007 04:15:14 +0000 Richard Laager Patch cleanups:
Fri, 13 Apr 2007 04:13:24 +0000 Shlomi Loubaton Patch from shlomil in ticket #78.
Fri, 13 Apr 2007 02:43:11 +0000 Richard Nelson Add myself to help->about
Fri, 13 Apr 2007 02:42:53 +0000 Richard Nelson This is called Finch
Fri, 13 Apr 2007 02:37:56 +0000 Daniel Atallah Fix Bug #125 (Perl plugins using timeouts not having timeouts unregistered when plugin unloaded)
Fri, 13 Apr 2007 01:57:16 +0000 Daniel Atallah This should be called Purple.xs instead of Pidgin.xs
Thu, 12 Apr 2007 17:03:40 +0000 Stu Tomlinson MSN nexus servers seem to have started reporting HTTP 503 Service Unavailable
Thu, 12 Apr 2007 05:26:43 +0000 Mark Doliner merge of '2b84a8b2d83491cd54feb1e1d9ee5ce1a4c153af'
Thu, 12 Apr 2007 00:50:13 +0000 Stu Tomlinson Include pidgin.svg in the RPM
Thu, 12 Apr 2007 00:34:16 +0000 Stu Tomlinson pixmaps/pidgin.png is no more, there are probably more pixmaps changes to
Wed, 11 Apr 2007 20:07:21 +0000 Stu Tomlinson Whitespace
Wed, 11 Apr 2007 19:52:57 +0000 Stu Tomlinson Whitespace
Wed, 11 Apr 2007 19:45:20 +0000 Stu Tomlinson Whitespace
Wed, 11 Apr 2007 18:03:09 +0000 Luke Schierer merge of '6c54a71cc08e47f3b1498c61ee62d17107165817'
Wed, 11 Apr 2007 17:51:32 +0000 Sean Egan merge of 'c5609c3b315c4f56aeae24c2339c9b422280584a'
Wed, 11 Apr 2007 17:51:27 +0000 Sean Egan Had this hanging around. Put Pidgin in the docklet tooltip
Sun, 15 Apr 2007 00:14:34 +0000 Nathan Walp patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
Wed, 11 Apr 2007 18:02:18 +0000 Luke Schierer some doc changes
Wed, 11 Apr 2007 17:46:01 +0000 Luke Schierer merge of '61bd92273cfaf5b40f9f2dbedb86832dcf9ffda7'
Wed, 11 Apr 2007 15:45:48 +0000 Mark Doliner I noticed some places where we were doing the whole
Wed, 11 Apr 2007 15:21:47 +0000 Stu Tomlinson merge of '662dc38f3c156e501f9fa55b24a10bfcf82cc7ac'
Wed, 11 Apr 2007 14:46:04 +0000 Stu Tomlinson Hopefully prevent libpurple causing problems for 3rd party UIs if they also
Wed, 11 Apr 2007 13:38:05 +0000 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
Wed, 11 Apr 2007 13:35:46 +0000 Stu Tomlinson Make the -uninstalled.pc files work a bit better, I'm not sure this is 100%
Wed, 11 Apr 2007 13:34:40 +0000 Stu Tomlinson Avoid a possible NULL pointer dereference
Wed, 11 Apr 2007 13:34:17 +0000 Stu Tomlinson Avoid a possible NULL pointer dereference
Wed, 11 Apr 2007 13:32:57 +0000 Stu Tomlinson Remove some dead code
Wed, 11 Apr 2007 12:13:16 +0000 Stu Tomlinson Separate out libpurple, libpurple-devel and finch-devel RPMs
Wed, 11 Apr 2007 12:06:25 +0000 Stu Tomlinson Revert to internal UI name of gtk-gaim to preserve UI prefs on upgrade
Wed, 11 Apr 2007 12:02:45 +0000 Stu Tomlinson "delete" is a reserved word in C++, rename the "delete" member of
Wed, 11 Apr 2007 12:01:40 +0000 Stu Tomlinson I believe this automated changelog entry was accidentally committed and the
Wed, 11 Apr 2007 17:28:30 +0000 Luke Schierer Another update from Miles.
Wed, 11 Apr 2007 14:03:28 +0000 Daniel Atallah uvwarning noticed that this include was wrong
Tue, 10 Apr 2007 22:23:13 +0000 Luke Schierer merge of '774a6ad28dbf02d6b0679f993a68134a43be527d'
Tue, 10 Apr 2007 18:21:17 +0000 Luke Schierer translation update
Tue, 10 Apr 2007 16:54:51 +0000 Richard Laager merge of '4c3d720cd8cc6a8064bdb547b714b74160a7cd19'
Tue, 10 Apr 2007 15:45:07 +0000 Daniel Atallah Update doxygen to generate stuff that works in Trac
Tue, 10 Apr 2007 14:12:45 +0000 Daniel Atallah Fix some mingw makefile rename glitches.
Tue, 10 Apr 2007 12:26:58 +0000 Richard Nelson gntclipboard plugin needs X11
Tue, 10 Apr 2007 12:09:43 +0000 Richard Nelson merge of '8cbda621265a421cdd48fa7a90bb171ea98d3444'
Tue, 10 Apr 2007 09:32:52 +0000 Richard Nelson Only ascii keys can be bound, fixes a crash when inputting non-ascii chars
Tue, 10 Apr 2007 16:13:03 +0000 Luke Schierer translation update
Tue, 10 Apr 2007 11:44:45 +0000 Nathan Walp merge of '03ee719fb16c544fdcb92c50a84d1b3d000198b0'
Tue, 10 Apr 2007 07:25:26 +0000 Mark Doliner Fix a typo. This changes a string, but it changes it to something
Tue, 10 Apr 2007 07:19:20 +0000 Mark Doliner Fix the following compile error:
Tue, 10 Apr 2007 06:19:29 +0000 Kevin Stange This should get all the Win32 Makefiles in line with
Tue, 10 Apr 2007 16:48:20 +0000 Richard Laager Updated translation from Martin Srebotnjak <miles@filmsi.net>
Mon, 09 Apr 2007 22:54:39 +0000 Richard Laager merge of 'c1f8d61fea54568d7834a33e76ecb3d2cf4a022f'
Mon, 09 Apr 2007 22:09:51 +0000 Daniel Atallah Fix plugins compilation. I forgot to commit this.
Mon, 09 Apr 2007 21:54:19 +0000 Luke Schierer he.po update
Mon, 09 Apr 2007 20:29:31 +0000 Luke Schierer (16:27:44) Mirv: LSchiere2: actually, %s/Gaim/Pidgin/ , there's 5 instances
Mon, 09 Apr 2007 20:26:10 +0000 Luke Schierer (16:24:59) Mirv: LSchiere2: mm, about the fi.po you just downloaded, could you s/Gaim/Pidgin/ the ones in the comments and Project-Id-Version?
Mon, 09 Apr 2007 19:44:12 +0000 Luke Schierer an updated translation
Mon, 23 Apr 2007 16:28:04 +0000 Richard Laager Patch in Trac ticket #113 from Simom.
Mon, 09 Apr 2007 13:02:46 +0000 Luke Schierer I think I'm committing the more recent version of this translation
Tue, 10 Apr 2007 11:44:01 +0000 Nathan Walp new icons from hylke
Mon, 09 Apr 2007 12:30:27 +0000 Nathan Walp merge of 'd36941e443b528a93bedee123adfcef05776a8c4'
Mon, 09 Apr 2007 10:04:27 +0000 Richard Nelson merge of '649200ea9c6886cd157833a2ea5b596d48625a8b'
Mon, 09 Apr 2007 12:28:46 +0000 Nathan Walp fr.po update
Mon, 09 Apr 2007 12:25:57 +0000 Nathan Walp updated sl.po
Mon, 09 Apr 2007 03:20:40 +0000 Mark Doliner merge of 'ada29b7febfe2747e4e0a7178ca7dc11ae261d92'
Mon, 09 Apr 2007 02:27:05 +0000 Daniel Atallah Fix another refcount leak.
Mon, 09 Apr 2007 02:17:25 +0000 Daniel Atallah Fix #54 (weird blist overlay icons) and a refcount leak (which matters more since the image is being copied now).
Mon, 09 Apr 2007 02:04:03 +0000 Daniel Atallah Fix some overzealous s/gaim/purple/ stuff.
Mon, 09 Apr 2007 22:54:03 +0000 Richard Laager Remove some extraneous spaces from an e-mail address. If we're going to be linkifying these in the UI, they should work.
Mon, 09 Apr 2007 22:52:42 +0000 Richard Laager Updated translation from Martin Srebotnjak.
Mon, 09 Apr 2007 00:55:25 +0000 Richard Laager A one-line patch from Bleeter to fix an RPM build problem.
Mon, 09 Apr 2007 00:03:04 +0000 Richard Laager Use ~/.gaim if it exists, else ~/.purple. If you think you can make this code
Mon, 09 Apr 2007 00:02:14 +0000 Richard Laager When changes are made that require a re-autogen, it wasn't re-autogening. This seems to fix that, though I'm not sure it covers 100% of the issues there.
Sun, 08 Apr 2007 22:29:42 +0000 Mark Doliner sf patch #1694728, from Andrew Gaul
Sun, 08 Apr 2007 15:05:11 +0000 Nathan Walp pt_BR update
Sun, 08 Apr 2007 13:32:05 +0000 Nathan Walp translation updates
Sun, 08 Apr 2007 13:25:35 +0000 Nathan Walp more help for translators (I removed a few PIDGIN_NAME references
Mon, 09 Apr 2007 10:03:48 +0000 Richard Nelson word wrapping, fix \r\n newlines
Sat, 07 Apr 2007 22:46:39 +0000 Nathan Walp make things cleaner for translators
Sat, 07 Apr 2007 19:48:38 +0000 Nathan Walp merge of '6f088861a14e87600e0d324f5c4c994860b602af'
Sat, 07 Apr 2007 14:08:19 +0000 Luke Schierer one last pre-announcement translation update
Sat, 07 Apr 2007 19:47:35 +0000 Nathan Walp block and unblock have the right icons now
Sat, 07 Apr 2007 13:49:02 +0000 Nathan Walp we have a language that has an accent in the name, so we can't claim
Sat, 07 Apr 2007 12:28:29 +0000 Nathan Walp oops
Sat, 07 Apr 2007 04:43:50 +0000 Nathan Walp fix our string-to-time function, and add a couple tests for it
Fri, 06 Apr 2007 23:09:25 +0000 Nathan Walp merge of '29e959099ed390c625a35e7ea9cf98baa4cb53cb'
Fri, 06 Apr 2007 21:56:08 +0000 Nathan Walp new icons from hylke
Fri, 06 Apr 2007 14:59:53 +0000 Luke Schierer more translation updates
Fri, 06 Apr 2007 13:54:45 +0000 Nathan Walp (09:51:30 AM) hbons: i'm getting rid of all the chatbubbles, they're used too much
Fri, 06 Apr 2007 02:00:16 +0000 Daniel Atallah Fix dist
Thu, 05 Apr 2007 16:39:15 +0000 Luke Schierer translation update
Thu, 05 Apr 2007 04:25:11 +0000 Daniel Atallah 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Thu, 05 Apr 2007 03:00:48 +0000 Daniel Atallah Fix build
Wed, 04 Apr 2007 23:48:22 +0000 Richard Nelson Don't remember the position of transient windows
Wed, 04 Apr 2007 21:57:05 +0000 Daniel Atallah merge of '4b0f41a73b406685da6c053dbdd7dc909b4e4183'
Wed, 04 Apr 2007 20:22:19 +0000 Sadrul Habib Chowdhury merge of '015699f55d664f822a057b5980abe9f7317959b7'
Wed, 04 Apr 2007 20:20:59 +0000 Sadrul Habib Chowdhury "elb: g_build_pathv is Glib 2.8"
Wed, 04 Apr 2007 21:41:41 +0000 Nathan Walp new icon goodness (i may have screwed this up, someone check)
Wed, 04 Apr 2007 19:18:24 +0000 Nathan Walp these are 16x16 now
Wed, 04 Apr 2007 10:18:36 +0000 Nathan Walp merge of '437e6f11b1b4135556057db73061de861c27c862'
Wed, 04 Apr 2007 08:33:50 +0000 Sadrul Habib Chowdhury Allow using different methods for reading directory entries.
Wed, 04 Apr 2007 03:50:15 +0000 Sadrul Habib Chowdhury merge of 'a9451570b92d0f29b2e120ce02c4301e9ed3ced6'
Tue, 03 Apr 2007 06:30:22 +0000 Mark Doliner Check if debug_win is != NULL before checking the preference. This
Tue, 03 Apr 2007 06:26:20 +0000 Mark Doliner Add a whimpy ui op to the debug API that returns TRUE if debugging
Wed, 04 Apr 2007 10:18:17 +0000 Nathan Walp don't show the typing animation when the typing conversation isn't the active tab
Mon, 02 Apr 2007 00:38:21 +0000 Mark Doliner sf patch #1574238, from Ka-Hing Cheung
Sun, 01 Apr 2007 19:39:33 +0000 Daniel Atallah Avoid trying to unlock the mutex after it has been destroyed.
Sun, 01 Apr 2007 17:38:16 +0000 Mark Doliner sf patch #1691784, from William Ehlhardt
Sun, 01 Apr 2007 17:23:25 +0000 Mark Doliner sf patch #1689182, from Will Thompson
Wed, 04 Apr 2007 03:47:13 +0000 Sadrul Habib Chowdhury Add a way to get a list of bindings for a widget. This can be used by, eg, a window-manager to show helpful messages to the user.
Sun, 01 Apr 2007 08:05:59 +0000 Sadrul Habib Chowdhury More fixes for resizing when shadow is turned on.
Sun, 01 Apr 2007 03:47:50 +0000 Sadrul Habib Chowdhury merge of 'e23bc35af900cf0925d85813b5896e19f73645d2'
Sun, 01 Apr 2007 02:17:06 +0000 Evan Schoenberg I commonly see a crash in which socket_ready_cb(), shortly after a laptop wakes from sleep, is passed invalid (previously freed) connect_data. It looks like this:
Sat, 31 Mar 2007 21:48:11 +0000 Daniel Atallah fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
Sat, 31 Mar 2007 20:33:54 +0000 Evan Schoenberg The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.
Sat, 31 Mar 2007 04:36:05 +0000 Ethan Blanton merge of '1370ba94afc8d4c4413b3887e5f31622dd02e8be'
Sun, 01 Apr 2007 03:46:58 +0000 Sadrul Habib Chowdhury Backspace to jump to parent.
Fri, 30 Mar 2007 06:47:54 +0000 Sadrul Habib Chowdhury Fine tune column hiding.
Fri, 30 Mar 2007 05:32:40 +0000 Sadrul Habib Chowdhury Allow making some columns invisible.
Thu, 29 Mar 2007 20:30:46 +0000 Sadrul Habib Chowdhury merge of '6e4582fc95533cc15bf3eca89208732cd23286c7'
Thu, 29 Mar 2007 20:30:00 +0000 Sadrul Habib Chowdhury check-items are wider.
Thu, 29 Mar 2007 17:41:06 +0000 Luke Schierer (13:18:55) LSchiere2: nosnilmot: I've been unable to compile most of the week
Fri, 30 Mar 2007 15:01:58 +0000 Stu Tomlinson Something about this looked wrong to me:
Thu, 29 Mar 2007 17:19:57 +0000 Stu Tomlinson Remove references to pidgin.png - it's been removed from the repository,
Thu, 29 Mar 2007 02:35:54 +0000 Richard Nelson plug some leaks
Thu, 29 Mar 2007 01:27:40 +0000 Sadrul Habib Chowdhury merge of '8234b7410814fdf12ae818767f1901acf28e565c'
Wed, 28 Mar 2007 17:39:17 +0000 Luke Schierer new nb.po, which I cannot fully test if my changes compile because I still cannot compile pidgin at all.
Wed, 28 Mar 2007 14:12:06 +0000 Luke Schierer merge of 'ee2473f71341ef0bbbc782c3f43a8842b164b543'
Tue, 27 Mar 2007 21:16:56 +0000 Luke Schierer make syncing to svn easier by having uniform line endings
Thu, 29 Mar 2007 01:26:24 +0000 Sadrul Habib Chowdhury Update the tab completion a little bit. The binding for suggest-show will perform suggest-next if the suggest-dropdown is already showing. If there's just one suggestion, then complete with that suggestion.
Wed, 28 Mar 2007 05:37:29 +0000 Sadrul Habib Chowdhury merge of '83e14c03d3957ab1b26da6d2893e252cd421ffa8'
Wed, 28 Mar 2007 02:32:03 +0000 Nathan Walp fix prompting to add a buddy after authorization if they're already on our list
Wed, 28 Mar 2007 01:03:14 +0000 Richard Laager merge of '0085ab4270a2c3e855d09e04044376efb74433e1'
Tue, 27 Mar 2007 21:01:08 +0000 Luke Schierer translation updates. I would see if they compile, but I can't compile at all right now.
Tue, 27 Mar 2007 04:34:02 +0000 Evan Schoenberg merge of '94ae02f3a29e8da49d90cf447907e2c07735c9cd'
Tue, 27 Mar 2007 04:21:53 +0000 Evan Schoenberg merge of '7172b457b2254aea4fdb335f5cb8b43dcbb127f5'
Wed, 28 Mar 2007 05:35:01 +0000 Sadrul Habib Chowdhury move to the next entry after (un)tagging an item.
Tue, 27 Mar 2007 03:51:42 +0000 Sadrul Habib Chowdhury merge of '58f408c6a0eb5c8b0411d8ac4754a14bef441062'
Tue, 27 Mar 2007 04:33:51 +0000 Evan Schoenberg Using rt_msghdr instead of rt_msghdr2 compiles on a greater number of systems -- specifically Mac OS X 10.3.x, in addition to the previous compilation on OS X 10.4.x and above -- and seems to work just as well. If anyone knows how the use of these seemingly very similar structs differs, enlightenment would be appreciated.
Tue, 27 Mar 2007 04:20:55 +0000 Evan Schoenberg purple_pmp_create_map() returns a gboolean now, not a pointer
Tue, 27 Mar 2007 03:08:31 +0000 Evan Schoenberg merge of '343dc2d52b5a1cb204359ecc11a1b4d98b984dd0'
Tue, 27 Mar 2007 03:07:14 +0000 Evan Schoenberg Added Zac West to the COPYRIGHT
Tue, 27 Mar 2007 03:06:35 +0000 Evan Schoenberg Patch from Zac West which (1) adds a message flag, PURPLE_MESSAGE_NOTIFY, used to indicate that a message is a protocol-level notification from a user ('buzz' in yahoo, 'nudge' in msn, for example) and (2) uses it along with improving the text displayed when sending/receiving buzzes and nudges. The addition of this flag means that a plugin could implement custom behavior, such as playing a sound or triggerring some other event, reliably and easily.
Tue, 27 Mar 2007 03:50:04 +0000 Sadrul Habib Chowdhury A few more fixes for resizing.
Tue, 27 Mar 2007 01:38:37 +0000 Sadrul Habib Chowdhury merge of '7e96b2a5202c1dd624ba497a2713aec816233996'
Tue, 27 Mar 2007 01:36:24 +0000 Sadrul Habib Chowdhury Do not crash when resizing with shadows turned on.
Tue, 27 Mar 2007 00:52:19 +0000 Richard Nelson allow cancellation of transfers waiting to be accepted
Tue, 27 Mar 2007 00:50:51 +0000 Richard Nelson typos
Tue, 27 Mar 2007 00:46:44 +0000 Richard Nelson merge of '3373e976438182796e93bab7ded908eba4db04ed'
Tue, 27 Mar 2007 00:46:18 +0000 Richard Nelson fix file saving
Mon, 26 Mar 2007 15:33:26 +0000 Daniel Atallah Some pixmap path fixes and win32 fixes
Mon, 26 Mar 2007 05:42:33 +0000 Mark Doliner More gaim->whatever isms
Mon, 26 Mar 2007 05:28:57 +0000 Mark Doliner A little doxygen love and some tiny gaim->purpleisms
Mon, 26 Mar 2007 04:59:53 +0000 Mark Doliner Minor cleanup
Mon, 26 Mar 2007 04:51:25 +0000 Sadrul Habib Chowdhury Update readme
Mon, 26 Mar 2007 04:50:24 +0000 Sadrul Habib Chowdhury makefile
Mon, 26 Mar 2007 04:19:35 +0000 Sadrul Habib Chowdhury python bindings for libgnt. dbus-gnt is a gnt-ui (sort of) for gaim over dbus. It allows continuing with the currently opened conversations. pygnt/README.txt explains what to do. Use at your own risk.
Mon, 26 Mar 2007 04:10:39 +0000 Sadrul Habib Chowdhury Some define changes. This helps in generating the python bindings.
Mon, 26 Mar 2007 04:06:15 +0000 Sadrul Habib Chowdhury use file select dialog
Mon, 26 Mar 2007 03:58:42 +0000 Sadrul Habib Chowdhury merge of 'af97194f292b3a82f2a36fc3094f579a3dfc2841'
Mon, 26 Mar 2007 01:55:33 +0000 Sadrul Habib Chowdhury merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
Mon, 26 Mar 2007 03:01:33 +0000 Richard Laager merge of '479ec3bc42bb56e872fb1e8d5975ee5cc73f9cb8'
Mon, 26 Mar 2007 02:48:09 +0000 Mark Doliner merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
Mon, 26 Mar 2007 01:19:59 +0000 Sadrul Habib Chowdhury Allow selecting multiple files from the file-select dialog.
Mon, 26 Mar 2007 00:44:09 +0000 Sadrul Habib Chowdhury merge of '639aeb100fb910f3edcaf8b015a77e8d49ef250c'
Sun, 25 Mar 2007 20:22:52 +0000 Evan Schoenberg These should return FALSE, not NULL, when NET_RT_DUMP2 isn't available; they return a gboolean, not a pointer.
Sun, 25 Mar 2007 17:04:27 +0000 Mark Doliner Fix some reads of invalid memory when shutting down bonjour when there
Sun, 25 Mar 2007 07:34:51 +0000 Mark Doliner Fix a small tooltip-related memleak
Sun, 25 Mar 2007 07:20:01 +0000 Mark Doliner Fix a one time memleak of 24 bytes. purple_log_init() was passing
Sun, 25 Mar 2007 07:07:29 +0000 Mark Doliner Minor code cleanup
Sun, 25 Mar 2007 07:01:57 +0000 Mark Doliner Correctly handle the Jabber disconnection error for signing onto the
Sun, 25 Mar 2007 06:43:10 +0000 Mark Doliner Get rid of some unused comments
Sun, 25 Mar 2007 06:24:04 +0000 Mark Doliner Don't advertise that we support the adverts, invite and translate
Sun, 25 Mar 2007 06:16:56 +0000 Mark Doliner Minor 'make dist' fix and check for installed versions of pidgin, not gaim
Sun, 25 Mar 2007 06:01:18 +0000 Mark Doliner Get rid of gaim.png. We already have a pidgin.png. Not sure where
Sun, 25 Mar 2007 05:57:32 +0000 Mark Doliner Rename some gaim icons to pidgin icons. These should probably change
Sun, 25 Mar 2007 04:51:43 +0000 Mark Doliner Rename our schemas file and update the url handler to point to the
Sun, 25 Mar 2007 03:30:58 +0000 Mark Doliner This was giving me a warning saying the function wasn't previously declared
Sun, 25 Mar 2007 01:45:25 +0000 Evan Schoenberg merge of '1173b4c1787e5dff1b7103c46ca71ed23f199be7'
Sun, 25 Mar 2007 01:45:10 +0000 Evan Schoenberg Whitespace fixes
Sun, 25 Mar 2007 01:30:50 +0000 Evan Schoenberg merge of '07e7dc60c6d454ea53b2d205797d1d823fef5567'
Sun, 25 Mar 2007 01:29:58 +0000 Evan Schoenberg Cleanup and fixes for nat-pmp. We no longer do the whole 'try 10 times, doubling the delay in a blocking manner' ttempt from the original code; as I note in the comments above where the attempt is made a single time, this leads to about 8 minutes of nonresponsiveness if the router both doesn't support nat-pmp and doesn't send back a response to let the program know.
Sun, 25 Mar 2007 01:33:12 +0000 Mark Doliner Wow, how old was this thing?
Sun, 25 Mar 2007 01:28:40 +0000 Mark Doliner Change some stuff from gaim to pidgin
Sun, 25 Mar 2007 01:05:56 +0000 Mark Doliner Changes that give crazychat a better chance of compiling with purple and pidgin
Sun, 25 Mar 2007 01:01:22 +0000 Mark Doliner Rename gaim.m4 to purple.m4. This is for other applications that
Sun, 25 Mar 2007 00:50:43 +0000 Mark Doliner Whitespace and make sure stuff is #defined to an actual value.
Sun, 25 Mar 2007 00:45:40 +0000 Mark Doliner Get rid of an unnecessary strdup
Sun, 25 Mar 2007 00:41:31 +0000 Mark Doliner More complete namespacing of nat-pmp
Sat, 24 Mar 2007 23:28:25 +0000 Mark Doliner Go back to using ~/.gaim/ until we decide what to do.
Sat, 24 Mar 2007 23:11:15 +0000 Mark Doliner Trying to find a pref with the name NULL or a name that doesn't
Sat, 24 Mar 2007 22:55:24 +0000 Mark Doliner merge of 'a023355644afe1706072f39dcd9311b6bbef8156'
Sat, 24 Mar 2007 21:16:21 +0000 Stu Tomlinson <SimGuy> hey, someone should fix :-L in yahoo to point to the right file
Sat, 24 Mar 2007 21:14:12 +0000 Stu Tomlinson Silence a warning about purple_network_finish_pmp_map_cb being defined but
Sat, 24 Mar 2007 20:53:19 +0000 Stu Tomlinson Include ciphertest.c in EXTRA_DIST
Sat, 24 Mar 2007 20:41:40 +0000 Stu Tomlinson Build gntclipboard plugin by default. If we don't want this, at least
Sat, 24 Mar 2007 20:08:30 +0000 Stu Tomlinson Update #includes to match changes in jabber
Sat, 24 Mar 2007 20:06:21 +0000 Stu Tomlinson Re-arrange #includes so 'make check' stands a chance of passing during
Sat, 24 Mar 2007 20:25:01 +0000 Richard Laager A small fix to the patch from ecoffey: Gary pointed out that the strcmp()
Sat, 24 Mar 2007 19:51:48 +0000 Stu Tomlinson Fix compiler warnings and errors in tests resulting from using DEBUG_CFLAGS
Sat, 24 Mar 2007 19:11:55 +0000 Stu Tomlinson One step towards passing "make distcheck"
Sat, 24 Mar 2007 17:59:26 +0000 Stu Tomlinson A couple more gaims bite the dust
Sat, 24 Mar 2007 17:55:55 +0000 Stu Tomlinson s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Sat, 24 Mar 2007 17:51:05 +0000 Stu Tomlinson More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Sat, 24 Mar 2007 17:07:17 +0000 Stu Tomlinson Include window-icon.png in make dist
Sat, 24 Mar 2007 17:00:25 +0000 Stu Tomlinson Include tray icons in make dist
Sat, 24 Mar 2007 16:54:40 +0000 Stu Tomlinson Update POTFILES.in to reflect filename changes
Sat, 24 Mar 2007 16:51:45 +0000 Stu Tomlinson Include defines.h in make dist
Sat, 24 Mar 2007 15:57:35 +0000 Stu Tomlinson Fix a compile warning so that statusbox_got_url() might actually work
Sat, 24 Mar 2007 06:27:57 +0000 Richard Laager Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
Sat, 24 Mar 2007 06:26:04 +0000 Richard Laager The Message Timestamp Formats plugin lacked an ID before.
Sat, 24 Mar 2007 06:24:59 +0000 Richard Laager SF Patch #1686400 from Eoin Coffey ("ecoffey")
Fri, 23 Mar 2007 14:45:11 +0000 Mark Doliner Fix the Yahoo! :-L smiley. Kevin Stange found this. Thanks mon ami
Fri, 23 Mar 2007 01:47:09 +0000 Daniel Atallah move internal stuff to libc_internal.h to fix warnings
Fri, 23 Mar 2007 01:31:10 +0000 Daniel Atallah missing comma
Thu, 22 Mar 2007 12:52:25 +0000 Evan Schoenberg merge of '2ece6994d58f95af39f4e36b5e5b58116198188a'
Wed, 21 Mar 2007 18:33:13 +0000 Daniel Atallah merge of '22407f95a65ee080c4c0d31e326d1f94e91fa5b3'
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Wed, 21 Mar 2007 08:56:23 +0000 Richard Laager Install pixmaps to the right directories and make them load properly.
Wed, 21 Mar 2007 08:50:24 +0000 Richard Laager The last s/purple.sourceforge.net/pidgin.im/ in my local copy. This changes PURPLE_WEBSITE, so stuff should change in the UI all over the place.
Wed, 21 Mar 2007 08:49:12 +0000 Richard Laager More s/purple.sourceforge.net/pidgin.im/, this time for the release notification plugin.
Wed, 21 Mar 2007 08:48:35 +0000 Richard Laager I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
Wed, 21 Mar 2007 08:46:00 +0000 Richard Laager disapproval of revision 'e3e969c26f10e201035feb11d97774f43ab7c3d4'
Wed, 21 Mar 2007 08:43:05 +0000 Richard Laager I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
Wed, 21 Mar 2007 08:41:56 +0000 Richard Laager Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).
Wed, 21 Mar 2007 08:40:43 +0000 Richard Laager Make sounds work by correcting the path.
Wed, 21 Mar 2007 08:40:17 +0000 Richard Laager With this change, IRC Helper builds without changes to the source (only the Makefile).
Wed, 21 Mar 2007 08:39:34 +0000 Richard Laager gaim.h doesn't have a purpose, does it? I don't know the history of the joke therein, so I hope nobody is offended by its removal. Let's install gaim-compat.h instead!
Wed, 21 Mar 2007 08:38:19 +0000 Richard Laager Install sounds to the right directory: s/gaim/pidgin/
Tue, 20 Mar 2007 23:31:02 +0000 Sean Egan Better 16px xa icons
Tue, 20 Mar 2007 19:17:42 +0000 Sean Egan Fix smileys
Tue, 20 Mar 2007 15:28:29 +0000 Luke Schierer merge of '508b969eb6b11cc64db8eb5e17f1699479731ef3'
Thu, 22 Mar 2007 12:51:33 +0000 Evan Schoenberg nat-pmp is now functional with a compatible router. I'm not enabling this code yet because it hasn't been tested with a router which doesn't support nat-pmp.
Tue, 20 Mar 2007 15:21:05 +0000 Evan Schoenberg gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Tue, 20 Mar 2007 14:59:06 +0000 Evan Schoenberg Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Tue, 20 Mar 2007 14:37:22 +0000 Evan Schoenberg merge of '31ed92ba1b530f050510b4958686e3013ba4176c'
Tue, 20 Mar 2007 14:37:16 +0000 Evan Schoenberg Fixed connection errors; this logical check on 'text' was reversed.
Mon, 26 Mar 2007 01:11:46 +0000 Sadrul Habib Chowdhury disapproval of revision '88322be73f5336575c98479b2270ab9fcf2a8a75'
Tue, 20 Mar 2007 11:52:46 +0000 Sadrul Habib Chowdhury Use the file selector for request-file.
Tue, 20 Mar 2007 02:09:46 +0000 Sadrul Habib Chowdhury Directory only selection.
Tue, 20 Mar 2007 01:17:35 +0000 Sadrul Habib Chowdhury merge of '36e65545c68cbe4b96476b945c9ae5fd60f34c9d'
Tue, 20 Mar 2007 01:16:35 +0000 Sadrul Habib Chowdhury File selector dialog. Still in an experimental state. When properly complete, this can be used for file/folder-request etc.
Mon, 19 Mar 2007 18:44:36 +0000 Daniel Atallah merge of '0a663b4559fccaac525563fa419332507e4a0475'
Mon, 19 Mar 2007 23:51:24 +0000 Richard Nelson Rename/update finch man page
Mon, 19 Mar 2007 23:49:30 +0000 Richard Nelson Group autocomplete for buddy adding
Tue, 20 Mar 2007 15:22:03 +0000 Luke Schierer Bj«Órn noticed several errors in the ta.po
Mon, 19 Mar 2007 19:06:57 +0000 Luke Schierer merge of 0a663b4559fccaac525563fa419332507e4a0475
Mon, 19 Mar 2007 18:26:14 +0000 Luke Schierer (14:19:21) Geddeth: lschiere: in the recent translation update, kn.po is an HTML document
Mon, 19 Mar 2007 17:48:56 +0000 Daniel Atallah merge of '74177ab1f5003a87ec15dcfda14924e5ea2ba0ec'
Mon, 19 Mar 2007 17:37:34 +0000 Daniel Atallah merge of '86166d6c6bbbb2db3ad947a061bfb6f4f13d9d1c'
Mon, 19 Mar 2007 17:37:17 +0000 Daniel Atallah Pidgin perl fixes for s/gaim/purple/.
Mon, 19 Mar 2007 17:34:54 +0000 Daniel Atallah .mtn-ignore updates
Mon, 19 Mar 2007 17:35:41 +0000 Daniel Atallah merge of '4f3716fabe4921140f734b988e908d44142507e0'
Mon, 19 Mar 2007 17:03:02 +0000 Daniel Atallah merge of 'b832e269fb7a739638e43b6d96e1b5fa46f3a64c'
Mon, 19 Mar 2007 17:02:24 +0000 Daniel Atallah Perl fixes for s/gaim/purple/. This hasn't really been tested yet.
Mon, 19 Mar 2007 17:01:28 +0000 Daniel Atallah win32 fixes for s/gaim/purple/ stuff.
Mon, 19 Mar 2007 16:59:58 +0000 Daniel Atallah Pidgin updates for hungarian win32 installer translation
Mon, 19 Mar 2007 16:56:26 +0000 Daniel Atallah win32 fixes for s/gaim/purple/ stuff.
Mon, 19 Mar 2007 15:52:43 +0000 Sadrul Habib Chowdhury s/gaim/purple/
Mon, 19 Mar 2007 13:31:34 +0000 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
Mon, 19 Mar 2007 06:35:51 +0000 Sadrul Habib Chowdhury merge of '9d227438376255715d0d778ce0a57734aed4c99a'
Mon, 19 Mar 2007 06:34:51 +0000 Sadrul Habib Chowdhury Add auto-complete support in request-entries that have 'screenname' hint set. This can be useful in, for example, 'send im' dialog etc.
Mon, 19 Mar 2007 00:20:29 +0000 Nathan Walp merge of '04fd9089e93e64f81bc6caafb8bd7805037cd3ad'
Sun, 18 Mar 2007 22:56:57 +0000 Daniel Atallah merge of '5d82380976ddbe6635550905c1fac7198a445809'
Mon, 19 Mar 2007 10:03:36 +0000 Sean Egan who knew that --disable-plugins still worked?! Also, some completely untested support for aim:buddyicon, which I'll look at more tomorrow
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 19 Mar 2007 06:11:46 +0000 Sean Egan According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Mon, 19 Mar 2007 06:01:29 +0000 Sean Egan More Gaim to Pidgin stuff
Sun, 18 Mar 2007 21:12:40 +0000 Sean Egan More Gaim to Pidgin changes
Mon, 19 Mar 2007 00:19:58 +0000 Nathan Walp update POTFILES.in for finch
Sun, 18 Mar 2007 19:38:15 +0000 Sean Egan renamed gaim-text to finch
Sun, 18 Mar 2007 18:17:14 +0000 Sadrul Habib Chowdhury Allow non-alt non-ctrl bindings. I broke this with me last few changes.
Sun, 18 Mar 2007 17:29:49 +0000 Stu Tomlinson merge of '78927bbb5efcb0b6518b037923d9b2049e4f892d'
Sun, 18 Mar 2007 17:28:21 +0000 Stu Tomlinson Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and
Mon, 19 Mar 2007 19:06:35 +0000 Luke Schierer I know I wrote different things here. The gtkdialogs.c is what the submitter requested be put. The changelog has the addition for me, to help me remember who to accept from.
Sun, 18 Mar 2007 16:01:00 +0000 Luke Schierer merge of '26a511ef6be2c20a09d0fd93527980c97169c67e'
Sat, 17 Mar 2007 17:55:22 +0000 Stu Tomlinson plug some memory leaks
Sat, 17 Mar 2007 17:48:34 +0000 Stu Tomlinson Mark "Away" for translation
Sat, 17 Mar 2007 17:40:19 +0000 Stu Tomlinson This is tidier
Sat, 17 Mar 2007 17:38:12 +0000 Stu Tomlinson Protection against missing SHA1C
Sat, 17 Mar 2007 17:34:32 +0000 Stu Tomlinson Only use gnutls and nss CFLAGS for the relevant plugins, not for all SSL
Sat, 17 Mar 2007 17:31:06 +0000 Stu Tomlinson minor cleanups, and make 'make check' work with older versions of Check
Sat, 17 Mar 2007 17:29:40 +0000 Stu Tomlinson libpurplify the 'make check' tests so they work again
Sat, 17 Mar 2007 16:55:51 +0000 Stu Tomlinson g_unichar_iswide_cjk() is only in glib 2.12 and newer, and I suspect
Sat, 17 Mar 2007 16:50:35 +0000 Stu Tomlinson Move the tooltip window before showing the tooltip to avoid a transient
Sat, 17 Mar 2007 16:49:03 +0000 Stu Tomlinson internal.h is a private, uninstalled, header that should not be used by
Sat, 17 Mar 2007 16:48:25 +0000 Stu Tomlinson Re-order includes to fix this compile error:
Fri, 16 Mar 2007 20:53:24 +0000 Sadrul Habib Chowdhury Make sure unbound key-combinations are handled properly.
Sat, 17 Mar 2007 17:47:40 +0000 Daniel Atallah Minor cleanup.
Sat, 17 Mar 2007 17:41:14 +0000 Daniel Atallah Fix reversed NULL check.
Sun, 18 Mar 2007 02:23:48 +0000 Luke Schierer one more to the many I neglected and committed a commit ago. hopefully I did not forget to mtn add any of the new files or forget to put them in configure.ac
Sun, 18 Mar 2007 01:13:36 +0000 Luke Schierer lots of translation updates. Some of these I neglected for way too long.
Fri, 16 Mar 2007 03:43:20 +0000 Daniel Atallah Default the URI Handler checkboxes in the installer appropriately (if pidgin is the current handler or if there is no current handler). Also, don't use the previous Gaim installation directory as the default new directory for Pidgin (perhaps it would be smart to use something like ...\blah\Pidgin if gaim was installed in ...\blah\Gaim, but I'm not sure it is worth the effort).
Fri, 16 Mar 2007 02:10:25 +0000 Daniel Atallah Add support for registering URI handlers to the windows installer.
Fri, 16 Mar 2007 00:02:55 +0000 Nathan Walp merge of '781d0a4beb5fa7b8916127b6e322aa96419230ce'
Fri, 16 Mar 2007 00:02:19 +0000 Nathan Walp *sigh*
Thu, 15 Mar 2007 01:52:21 +0000 Sadrul Habib Chowdhury This takes way too much memory, especially with ncursesw. I hadn't noticed, because apparently I was using ncurses.
Wed, 14 Mar 2007 07:56:48 +0000 Richard Nelson fix extraneous char being added when gntentry's buffer grows
Tue, 13 Mar 2007 10:28:03 +0000 Evan Schoenberg merge of '1e5814c18dbd7349240ceeec8f3d25583e42a7bd'
Mon, 12 Mar 2007 23:00:01 +0000 Evan Schoenberg Fixed whitespace and variable naming issues with the patch I accepted in 66925c4a3abff28f8826399d55051c6c40ffbe42
Mon, 12 Mar 2007 22:58:03 +0000 Evan Schoenberg Patch from plivesey, submitted in Adium Trac #5753 (http://trac.adiumx.com/ticket/5753), which fixes a memory stomper which occurred if the msn prpl were passed HTML with multiple style tags of the same type. This doesn't happen in pidgin, because the gtkhtml widget knows that msn can only have one all-or-none instance of each style, but libpurple should be able to handle being passed any sort of HTML. This therefore fixes an Adium crash.
Tue, 13 Mar 2007 07:33:08 +0000 Mark Doliner Change connection.c:gaim_connection_error() to still work even if the
Tue, 13 Mar 2007 07:19:06 +0000 Mark Doliner Don't use g_list_length() and g_slist_length() when all you want to
Tue, 13 Mar 2007 06:53:43 +0000 Mark Doliner There were a few problems here
Sat, 10 Mar 2007 17:24:53 +0000 Mark Doliner Thanks to Ka-Hing Cheung for catching this
Sat, 10 Mar 2007 17:23:46 +0000 Mark Doliner These aren't errors in Gaim--they happen under normal operation
Fri, 09 Mar 2007 07:04:37 +0000 Sadrul Habib Chowdhury Fork\!
Fri, 09 Mar 2007 01:44:18 +0000 Sadrul Habib Chowdhury Do some funky stuff with the escape key.
Wed, 07 Mar 2007 15:38:44 +0000 Sadrul Habib Chowdhury Typing notifications are relevant only for IMs.
Wed, 07 Mar 2007 13:29:54 +0000 Sadrul Habib Chowdhury Some changes to the last change. People should really test this thing out.
Wed, 07 Mar 2007 12:58:34 +0000 Sadrul Habib Chowdhury Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Tue, 06 Mar 2007 07:17:27 +0000 Mark Doliner Get rid of some minor C99isms
Tue, 06 Mar 2007 03:01:59 +0000 Richard Nelson Display selected double-width cell chars properly and select the correct number of bytes when these characters are on a selection line.
Tue, 06 Mar 2007 00:06:58 +0000 Sean Egan change icon on resize
Mon, 05 Mar 2007 21:39:55 +0000 Sean Egan spurious printf
Mon, 05 Mar 2007 21:36:57 +0000 Sean Egan 16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Mon, 05 Mar 2007 01:58:25 +0000 Mark Doliner merge of '8d1175446aba95222f38c31207ca29c492f9d0fb'
Sun, 04 Mar 2007 16:52:25 +0000 Nathan Walp merge of '01e79f9c7ec957a574f7f14ad3c02de473d744b9'
Sun, 04 Mar 2007 07:54:43 +0000 Richard Nelson merge of '12db4a9e09675b5127f1f310972303177d1b2ca8'
Sun, 04 Mar 2007 16:52:02 +0000 Nathan Walp merge of '12db4a9e09675b5127f1f310972303177d1b2ca8'
Sun, 04 Mar 2007 16:51:57 +0000 Nathan Walp l10n updates
Sat, 03 Mar 2007 19:18:47 +0000 Nathan Walp merge of '2b313747a0b3a95319fb19451b6848937518b2ad'
Sat, 03 Mar 2007 19:18:38 +0000 Nathan Walp pass the correct domain to cyrus sasl (sf patch 1663064)
Mon, 05 Mar 2007 01:26:31 +0000 Sadrul Habib Chowdhury Fix a crash when selecting text in an empty TV.
Sat, 03 Mar 2007 23:12:11 +0000 Richard Nelson Add request_authorize to gaim-text's account ui ops
Sat, 03 Mar 2007 04:06:19 +0000 Sadrul Habib Chowdhury Use a checkbox for 'toggle offline buddies' menuitem in the buddylist.
Fri, 02 Mar 2007 06:57:53 +0000 Sadrul Habib Chowdhury Cute little mod.
Fri, 02 Mar 2007 05:19:44 +0000 Sadrul Habib Chowdhury merge of '6a30dbf33836f81c571b03ba69c58dc16dcbaea1'
Fri, 02 Mar 2007 05:18:23 +0000 Sadrul Habib Chowdhury Make 'last message sent' idleness work. Should we be doing gaim_idle_touch from somewhere inside libpurple instead?
Fri, 02 Mar 2007 03:50:03 +0000 Richard Nelson gnttree can have a size of 1. This fixes <sadrul> meh. gntcombobox crashes if it has only one item in it
Fri, 02 Mar 2007 03:35:44 +0000 Sadrul Habib Chowdhury Preference for idleness. Someone was looking for this thing.
Fri, 02 Mar 2007 03:32:05 +0000 Sadrul Habib Chowdhury merge of '411e418a42e55f0172848f59e851983dad1bf9a9'
Fri, 02 Mar 2007 02:00:04 +0000 Daniel Atallah Installer updates
Fri, 02 Mar 2007 01:40:38 +0000 Daniel Atallah merge of '1af9edac4ef10d94b0471bbe6205d52e420b0d0e'
Thu, 01 Mar 2007 02:42:20 +0000 Daniel Atallah More installer stuff.
Thu, 01 Mar 2007 01:45:53 +0000 Daniel Atallah merge of '0bbdd897525969f1b481b593dad32050b57f9033'
Wed, 28 Feb 2007 17:27:30 +0000 Daniel Atallah Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Fri, 02 Mar 2007 01:48:11 +0000 Richard Nelson Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Thu, 01 Mar 2007 21:52:57 +0000 Sean Egan Don't format ICQ UINs
Thu, 01 Mar 2007 21:48:46 +0000 Sean Egan Fix a small leak
Thu, 01 Mar 2007 21:46:50 +0000 Sean Egan Fix that bug with the tab icons
Thu, 01 Mar 2007 20:13:45 +0000 Sean Egan don't treat presence errors from MUC members as if they were from the MUC itself
Thu, 01 Mar 2007 08:33:21 +0000 Mark Doliner Fix a memory leak found by Peter Tang. Thanks man!
Thu, 01 Mar 2007 08:26:07 +0000 Mark Doliner Comments
Thu, 01 Mar 2007 08:00:19 +0000 Mark Doliner Disable Yahoo! web authentication. It's failing right now because
Wed, 28 Feb 2007 11:24:59 +0000 Sadrul Habib Chowdhury Sort the plugin list.
Tue, 27 Feb 2007 09:06:05 +0000 Sadrul Habib Chowdhury Better handle large windows that don't fit into the screen (eg. the preference
Tue, 27 Feb 2007 04:58:18 +0000 Richard Nelson gntcombobox: lost_focus fix, tidy tree size
Tue, 27 Feb 2007 04:11:46 +0000 Richard Nelson gntgaim idle reporting, this fixes idle return
Mon, 26 Feb 2007 16:29:05 +0000 Daniel Atallah add new mingw makefile for 48px icons
Mon, 26 Feb 2007 09:41:38 +0000 Sean Egan Change some old, busted status icon stuff to use the new hotness
Mon, 26 Feb 2007 07:50:01 +0000 Sean Egan merge of '27e68d8507710ccb8b38fc058029e663654dc591'
Mon, 26 Feb 2007 06:24:41 +0000 Sean Egan merge of '943e1b86728490e22c089e8aba18e950e8a726c2'
Mon, 26 Feb 2007 06:34:08 +0000 Sadrul Habib Chowdhury Fix the last change.
Mon, 26 Feb 2007 06:27:51 +0000 Sadrul Habib Chowdhury Set the URGENT hint for the mail window when new mails come in and the window is open.
Mon, 26 Feb 2007 05:46:45 +0000 Sadrul Habib Chowdhury merge of '2dd816030b55d7b1bd8f58209657ef2fb54bc1d0'
Mon, 26 Feb 2007 04:40:28 +0000 Daniel Atallah merge of '8d6fe33f7eb88ec8510ddd2cbededff339256a04'
Mon, 26 Feb 2007 04:33:46 +0000 Mark Doliner merge of '3de02ea0a320455a7d89aa8dc2ff11b30d9db1ae'
Mon, 26 Feb 2007 04:39:42 +0000 Daniel Atallah Leak fix and printf removal.
Mon, 26 Feb 2007 04:21:41 +0000 Daniel Atallah Simon Wilkinson noticed that this check was invalid and caused authentications to hang.
Mon, 26 Feb 2007 03:19:35 +0000 Daniel Atallah I forgot to add the new mingw makefiles.
Mon, 26 Feb 2007 05:44:06 +0000 Sadrul Habib Chowdhury Add a 'Reconnect' button in the 'account was disconnected.' dialog.
Mon, 26 Feb 2007 01:11:44 +0000 Sadrul Habib Chowdhury Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Mon, 26 Feb 2007 07:49:51 +0000 Sean Egan Typing notification icon
Mon, 26 Feb 2007 06:24:18 +0000 Sean Egan multi-sized prpl icons
Mon, 26 Feb 2007 03:54:08 +0000 Sean Egan multiple-sized status icons for window icons. Still need to do prpl icons
Mon, 26 Feb 2007 02:46:39 +0000 Sean Egan forgot this icon
Mon, 26 Feb 2007 02:44:00 +0000 Sean Egan make rtl icons work: http://gaim.sf.net/sean/rtl.png
Mon, 26 Feb 2007 01:48:18 +0000 Sean Egan the 48px icons are generated from the 32px svgs
Mon, 26 Feb 2007 01:41:36 +0000 Sean Egan 48px status icons (for window icons), and (seriously) rtl versions of chat.png and the 16px extended-away.png
Mon, 26 Feb 2007 00:30:23 +0000 Sean Egan Use ~/.face (or ~/.face.icon) as the default avatar. GDM and KDM both use these. Daniel should make it use the default Windows icon too. Evan can probably do OS X if he wants.
Mon, 26 Feb 2007 00:11:58 +0000 Sean Egan merge of '5dbdd56be5ea06c466608c3daa50388cd6c013a8'
Sun, 25 Feb 2007 23:52:12 +0000 Evan Schoenberg merge of '1e97f0047cd3e2b4639f29469969dc699089ba1c'
Sun, 25 Feb 2007 23:32:45 +0000 Sean Egan Recrop docket icons to consistent sizes. Realize that they're all actually 22px. A request is out for 16px icons for Windows
Sun, 25 Feb 2007 22:14:24 +0000 Daniel Atallah merge of '0cf86336325db7dcb5ba69d37d700ab7cb957224'
Sun, 25 Feb 2007 23:50:54 +0000 Evan Schoenberg Patch from Graham Booker which ensures that a process forked by dnsserv cleans up afterwards, calling waitpid() to make sure no zombies are left over.
Sun, 25 Feb 2007 23:02:25 +0000 Evan Schoenberg No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
Mon, 26 Feb 2007 04:30:10 +0000 Mark Doliner sf patch #1655707, from David Everly
Sun, 25 Feb 2007 21:41:59 +0000 Evan Schoenberg Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_port() return an unsigned short and return 0 if query_data is NULL, and fixed a whitespace mistake
Sun, 25 Feb 2007 22:13:58 +0000 Daniel Atallah Cache the converted docklet HICONs. Sean noticed that there are actually .ico files in pixmaps/tray/16 (something that I missed). I'm not sure if I should just use those and eliminate the stock pixmap to HICON conversion hackery or if we can just get rid of those and avoid the duplication.
Sun, 25 Feb 2007 21:40:40 +0000 Daniel Atallah Fix asserts when there is no buddy icon
Sun, 25 Feb 2007 19:19:12 +0000 Evan Schoenberg merge of '45666c61a140448a2974f59f1bee801bdc8a4ab2'
Sun, 25 Feb 2007 19:18:12 +0000 Evan Schoenberg Return -1 as 'invalid port' if passed NULL in gaim_dnsquery_get_port()
Sun, 25 Feb 2007 18:43:25 +0000 Evan Schoenberg The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if this is done, the platform-specific DNS query code won't be used. This will be used in Adium to use an efficient threads-based DNS resolve (since Adium is already multithreaded, this is significantly cheaper than fork()).
Sun, 25 Feb 2007 19:12:01 +0000 Daniel Atallah merge of '0f78eae62180df08349a7bebac400b35c8af75b8'
Sun, 25 Feb 2007 18:35:08 +0000 Mark Doliner Credit the OpenQ developers a bit
Sun, 25 Feb 2007 19:11:00 +0000 Daniel Atallah Add plugins stock icon to docklet menu
Sun, 25 Feb 2007 18:41:53 +0000 Daniel Atallah Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
Sun, 25 Feb 2007 10:32:34 +0000 Richard Nelson recursively remove child nodes. This fixes a crash (often caused by going offline)
Sun, 25 Feb 2007 09:07:43 +0000 Sean Egan docklet pending status
Sun, 25 Feb 2007 03:22:37 +0000 Ethan Blanton Missed one line from Dossy's patches -- binding the actual savedstatus command.
Sun, 25 Feb 2007 02:48:52 +0000 Ethan Blanton Tcl savedstatus command, again from Dossy Shiobara. Dossy is on fire.
Sun, 25 Feb 2007 01:09:40 +0000 Sean Egan merge of 'e57f2c0fb5b3a764c079b6991a8e68e23230b016'
Sat, 24 Feb 2007 20:39:05 +0000 Mark Doliner errno is a global thingy, and using it in this header seems to make
Sat, 24 Feb 2007 20:25:07 +0000 Mark Doliner Fix the following compiler warning:
Sat, 24 Feb 2007 20:22:50 +0000 Mark Doliner Evan, was this line necessary? It causes the following warning
Sat, 24 Feb 2007 20:10:02 +0000 Mark Doliner I think this is what Sean intended
Fri, 23 Feb 2007 21:46:52 +0000 Richard Nelson small leak/fix
Fri, 23 Feb 2007 17:20:33 +0000 Evan Schoenberg merge of '7c02d9741848a5265c0dce9fcd9f222c4bdb13b9'
Fri, 23 Feb 2007 13:50:17 +0000 Evan Schoenberg merge of '29edb52ee278b20f6e1569192934bd2f83482536'
Sun, 25 Feb 2007 01:09:27 +0000 Sean Egan More icons and icon improvements
Fri, 23 Feb 2007 16:49:32 +0000 Ethan Blanton gaim::plugin Tcl command, thanks to Dossy Shiobara
Fri, 23 Feb 2007 16:45:42 +0000 Ethan Blanton evands seems to have spuriously changed this return value
Fri, 23 Feb 2007 16:26:47 +0000 Ethan Blanton merge of '29edb52ee278b20f6e1569192934bd2f83482536'
Fri, 23 Feb 2007 16:25:32 +0000 Ethan Blanton Sean didn't clean up some merge gunk, it looks like
Fri, 23 Feb 2007 05:16:50 +0000 Sean Egan merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785'
Fri, 23 Feb 2007 05:17:20 +0000 Evan Schoenberg Added a new GaimEventLoopUiOps item, input_get_error(). This function allows the UI to return the current error status on a socket/input. If the UI does not implement it (as Pidgin and gntgaim do not, since glib's handling of sockets is sane), it is just a wrapper around getsockopt(). Implemented or not, its return values should match those of getsockopt() with a level of SOL_SOCKET and an option of SO_ERROR. For curious souls, Adium will be using this to provide a working version of getsockopt(); the CoreFoundation CFSocket class which is used for socket read/write calls getsockopt() with SO_ERROR itself, thereby clearing the error flag [as documented in getsockopt()'s behavior], so depending upon it for determining if an error occurred leads to significant misbehavior.
Fri, 23 Feb 2007 05:12:54 +0000 Evan Schoenberg merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785'
Thu, 22 Feb 2007 23:32:39 +0000 Sean Egan Automatically format screenname to account->username
Thu, 22 Feb 2007 20:33:51 +0000 Sean Egan Remove a few unneeded strings, per evans's recommendation
Thu, 22 Feb 2007 20:01:17 +0000 Sean Egan remove old tray icon stock items
Thu, 22 Feb 2007 19:54:17 +0000 Sean Egan this way
Thu, 22 Feb 2007 19:50:08 +0000 Sean Egan new window icon
Thu, 22 Feb 2007 19:46:47 +0000 Sean Egan throbber for a connecting icon
Thu, 22 Feb 2007 03:59:35 +0000 Sean Egan also missing pidgin.png (this is absolutely temporary)
Thu, 22 Feb 2007 03:57:23 +0000 Sean Egan I forgot to add voice.png to mtn
Wed, 21 Feb 2007 21:54:38 +0000 Sean Egan New chatlist icons. founder and ignored still needed.
Wed, 21 Feb 2007 21:25:37 +0000 Sean Egan one more new icon
Wed, 21 Feb 2007 21:24:41 +0000 Sean Egan docklet update
Wed, 21 Feb 2007 19:48:11 +0000 Sean Egan more icon updates.
Tue, 20 Feb 2007 19:36:08 +0000 Mark Doliner Change out source_remove and input_remove eventloop functions to return
Tue, 20 Feb 2007 19:35:37 +0000 Mark Doliner Fix compilation of the gtk perl plugin
Mon, 19 Feb 2007 16:09:25 +0000 Daniel Atallah Don't access the list element after it has been freed.
Mon, 19 Feb 2007 16:08:43 +0000 Daniel Atallah Merge fix and build fix for win32
Mon, 19 Feb 2007 15:31:32 +0000 Daniel Atallah merge of '2f881bb7bad3beb5ec8384245c1350050d4b73a1'
Mon, 19 Feb 2007 04:55:48 +0000 Evan Schoenberg merge of '2f881bb7bad3beb5ec8384245c1350050d4b73a1'
Mon, 19 Feb 2007 04:52:43 +0000 Evan Schoenberg SIGEMT is not available on non-POSIX systems; SIGPOLL is present, instead. Thanks to Richard for catching this.
Mon, 19 Feb 2007 01:45:11 +0000 Evan Schoenberg Change this printf to a gaim_debug_info()
Mon, 19 Feb 2007 04:34:32 +0000 Richard Laager Include the user's name/alias in the XEP 85 "gone" messages.
Mon, 19 Feb 2007 04:32:50 +0000 Richard Laager I don't have a SIGEMT.
Sun, 18 Feb 2007 22:02:34 +0000 Sadrul Habib Chowdhury merge of '0edb29833b61d110a417ab177036ce31e11dac2f'
Sun, 18 Feb 2007 20:27:25 +0000 Evan Schoenberg Include util.h to fix a warning I introduced
Sun, 18 Feb 2007 18:28:47 +0000 Evan Schoenberg merge of '3b293c5fd1cd7d68449469b92376535eb45e90c9'
Sun, 18 Feb 2007 22:00:44 +0000 Sadrul Habib Chowdhury Fix bug #1662186: "gaim-remote --help doesn't work" by showing the help for any invalid command.
Sun, 18 Feb 2007 04:49:56 +0000 Sadrul Habib Chowdhury The rest of Richard 'wabz' Nelson's patch for adding file-transfer ui.
Sat, 17 Feb 2007 23:44:17 +0000 Sadrul Habib Chowdhury Allow reordering windows from the window list. I find it much easier and faster.
Sat, 17 Feb 2007 02:59:35 +0000 Nathan Walp and...done
Sat, 17 Feb 2007 02:25:29 +0000 Nathan Walp more compat header
Fri, 16 Feb 2007 16:25:26 +0000 Luke Schierer I like being able to compile :-)
Fri, 16 Feb 2007 00:53:06 +0000 Sean Egan Receiving XEP 85 'gone' messages. Doesn't do anything because of the string freeze. This is akin to the MSN 'so-and-so has closed the conversation window' messages. Rlaager made a strong point to me that they're not altogether stalky, but can be useful.
Fri, 16 Feb 2007 00:40:35 +0000 Sean Egan Sending XEP 85 'gone' messages
Sun, 18 Feb 2007 18:26:55 +0000 Evan Schoenberg Added nat-pmp implementation and #ifdef'd out changes to network.c which would utilize it.
Sun, 18 Feb 2007 18:16:57 +0000 Evan Schoenberg Restore default signal handlers in fork()'d children. This adds a gaim_restore_default_signal_handlers() utility function since children are made in multiple places.
Thu, 15 Feb 2007 23:25:50 +0000 Sean Egan Some updated emblem icons
Thu, 15 Feb 2007 23:15:34 +0000 Sean Egan Looks like someone had a sed accident
Thu, 15 Feb 2007 23:06:25 +0000 Sean Egan Better statusbar icons
Thu, 15 Feb 2007 23:05:44 +0000 Sean Egan merge of '2155bccb10577fa20eb47ac96a4912c91545a540'
Thu, 15 Feb 2007 22:43:24 +0000 Sadrul Habib Chowdhury Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
Thu, 15 Feb 2007 19:25:28 +0000 Sadrul Habib Chowdhury Suppress debug messages from libgnt.
Thu, 15 Feb 2007 18:59:16 +0000 Daniel Atallah merge of '0118224968af798e258158653762d557de01c916'
Thu, 15 Feb 2007 18:19:51 +0000 Daniel Atallah winpidgin warning fixes
Thu, 15 Feb 2007 00:45:01 +0000 Nathan Walp more compat header
Thu, 15 Feb 2007 19:08:18 +0000 Evan Schoenberg Suppress name changed messages when it would print 'X is now known as X' ('evands@pidgin.im is now known as evands@pidgin.im')
Thu, 15 Feb 2007 15:21:27 +0000 Evan Schoenberg Patch from MatsMattsson (Adium Trac #6429) which fixes a leak of attrib for any attribute that isn't 'id' or 'version'.
Wed, 14 Feb 2007 04:26:10 +0000 Evan Schoenberg Fix problem with the previous leak fix pointed out by Etan.
Wed, 14 Feb 2007 04:24:48 +0000 Evan Schoenberg merge of '46383975a415a7c7a37796205fd5ee523d5bc5e6'
Wed, 14 Feb 2007 02:35:35 +0000 Daniel Atallah Some more pidgininfication
Wed, 14 Feb 2007 00:12:27 +0000 Evan Schoenberg s/Gaim/Pidgin
Wed, 14 Feb 2007 02:28:44 +0000 Daniel Atallah merge of '12df03445c45ddd504a76c52aa7a78e633426dbe'
Tue, 13 Feb 2007 07:03:51 +0000 Mark Doliner merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
Tue, 13 Feb 2007 06:58:13 +0000 Mark Doliner Allow setting of the iTunes Music Store URL for AIM accounts. It's
Tue, 13 Feb 2007 22:19:26 +0000 Evan Schoenberg Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
Tue, 13 Feb 2007 05:02:05 +0000 Evan Schoenberg merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
Mon, 12 Feb 2007 08:43:04 +0000 Mark Doliner Combine two functions that did similar things. This is a little
Sun, 11 Feb 2007 21:58:50 +0000 Daniel Atallah uri-handler support for AIM/ICQ, Yahoo and MSN
Sun, 11 Feb 2007 19:34:43 +0000 Mark Doliner Whitespace
Sun, 11 Feb 2007 19:34:27 +0000 Mark Doliner Minor warning fix
Sun, 11 Feb 2007 19:34:07 +0000 Mark Doliner I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
Sun, 11 Feb 2007 19:28:23 +0000 Mark Doliner merge of 'cf12e304d75ad46da438f94ffdd3f9f722cfa2ec'
Sun, 11 Feb 2007 03:06:08 +0000 Daniel Atallah merge of 'dd2102690e56e010006c8c94b8a7760a34eb4299'
Sun, 11 Feb 2007 04:22:22 +0000 Sadrul Habib Chowdhury Add the example nullclient here.
Sun, 11 Feb 2007 04:01:36 +0000 Sadrul Habib Chowdhury "Oopsy daisy"
Sun, 11 Feb 2007 03:54:22 +0000 Sadrul Habib Chowdhury Add stuff for pkg-config
Sun, 11 Feb 2007 01:40:04 +0000 Sadrul Habib Chowdhury Let's use the core function instead of using the uiops function directly when
Sun, 11 Feb 2007 03:05:41 +0000 Daniel Atallah A double click on the conv. area was getting through to the middle-click parting code. What is worse is that it wasn't necessarily choosing the correct tab. I didn't want to change pidgin_conv_get_tab_at_xy() to only deal with being actually over a tab, so we will ignore double clicks here.
Sun, 11 Feb 2007 00:46:43 +0000 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
Sun, 11 Feb 2007 00:30:48 +0000 Daniel Atallah Suppress warnings about unused variables in the generated perl bindings
Sun, 11 Feb 2007 00:27:46 +0000 Daniel Atallah Unused variables
Sun, 11 Feb 2007 00:17:12 +0000 Daniel Atallah This should prevent the dll resources from being regenerated each time.
Sun, 11 Feb 2007 00:10:55 +0000 Daniel Atallah Update dll and exe version resources for pidgin stuff.
Sat, 10 Feb 2007 01:14:57 +0000 Richard Laager merge of '12c5fcf0819724b3304461672fc4bd1ebf0a8287'
Tue, 13 Feb 2007 05:00:49 +0000 Evan Schoenberg If jabber_ssl_connect_failure() is called because a connect attempt fails, but the user has already canceled the attempt by signing the account offline, this would previously crash. It now does not.
Sat, 10 Feb 2007 01:10:15 +0000 Evan Schoenberg merge of '1fa1dadf668ed5dd23b01cd69adc1d9ce23640a8'
Sat, 10 Feb 2007 01:10:06 +0000 Evan Schoenberg Patch 1638469, which fixes 1467348: Yahoo Japan profiles are now retrieved properly
Fri, 09 Feb 2007 18:30:54 +0000 Luke Schierer make dist works now.
Fri, 09 Feb 2007 15:21:58 +0000 Luke Schierer one more
Fri, 09 Feb 2007 17:23:47 +0000 Richard Laager SF Patch #1653845 from Matt Perry
Fri, 09 Feb 2007 17:18:48 +0000 Richard Laager Rename the toolkit to the new name Sadrul mentioned. :) Hopefully this is okay.
Fri, 09 Feb 2007 17:15:41 +0000 Richard Laager SF Patch #1643233 from Brian Cameron
Fri, 09 Feb 2007 17:08:26 +0000 Richard Laager We're getting warnings about not honoring datarootdir, so I figured I'd add it. I'm not sure what that might break, but this stuff will be getting reviewed when it's renamed anyway.
Fri, 09 Feb 2007 16:55:06 +0000 Richard Laager merge of '8f483f61f048cc605240bf7c848d0ffb7aebf70e'
Fri, 09 Feb 2007 13:56:36 +0000 Luke Schierer merge of '48855cd0fe89a3001e41fdf08de38526fcf3c113'
Fri, 09 Feb 2007 13:43:36 +0000 Luke Schierer commit these updated translations here also
Fri, 09 Feb 2007 13:42:33 +0000 Luke Schierer commit these updated translations here also
Fri, 09 Feb 2007 07:42:01 +0000 Mark Doliner sf patch #1655057, from Peter Tang
Fri, 09 Feb 2007 07:34:51 +0000 Mark Doliner Fix a few small compile warnings:
Fri, 09 Feb 2007 07:25:03 +0000 Mark Doliner Get rid of some minor compile errors related to the consitifcation
Fri, 09 Feb 2007 07:22:19 +0000 Mark Doliner Get rid of a minor compile warning
Fri, 09 Feb 2007 02:21:08 +0000 Luke Schierer merge of 'efde7d02b602348f7af4ff6a3c8364f9aabea9df'
Thu, 08 Feb 2007 17:33:09 +0000 Mark Doliner merge of '09557f5d54029e4f7eba17eeb15d55717fb43382'
Thu, 08 Feb 2007 17:32:27 +0000 Mark Doliner sf patch #1651457, from Paul-Christiaan Spruijtenburg
Thu, 08 Feb 2007 22:10:30 +0000 Sadrul Habib Chowdhury Patch from Richard 'wabz' Nelson. This fixes some possible crashes/exploits.
Thu, 08 Feb 2007 16:29:26 +0000 Richard Laager Add some braces to eliminate a compiler warning about an ambiguous else.
Thu, 08 Feb 2007 12:35:14 +0000 Ethan Blanton merge of 'a55d39e9c7d6bfdb22fd82eaa1510ba558caa72b'
Thu, 08 Feb 2007 03:33:44 +0000 Daniel Atallah Work around gdk-pixbuf brokenness when dealing with unrecognized parameters. Also, improve the error handling so we don't get a confusing error message.
Thu, 08 Feb 2007 00:39:29 +0000 Sean Egan RTL Tooltips.
Wed, 07 Feb 2007 16:54:26 +0000 Daniel Atallah Delete VERSION in the mingw 'clean' target since it is a generated file.
Tue, 06 Feb 2007 20:14:36 +0000 Sean Egan merge of '775b7904558492c380903ec245b6f172ac850039'
Tue, 06 Feb 2007 19:23:19 +0000 Evan Schoenberg merge of '4ef29c4e2bea9c0635008afc35f12402d7a87bbf'
Tue, 06 Feb 2007 19:22:34 +0000 Evan Schoenberg Moved linkification of incoming messages to pidgin_conv_write_conv()
Tue, 06 Feb 2007 20:14:31 +0000 Sean Egan Use person icon for Person log viewer
Mon, 05 Feb 2007 22:16:35 +0000 Sean Egan typo fix
Mon, 05 Feb 2007 19:06:25 +0000 Sean Egan merge of '71bbd0bd3449d503142a4a48f440f8e96b255feb'
Mon, 05 Feb 2007 15:47:54 +0000 Daniel Atallah keeping the win32 build working...
Mon, 05 Feb 2007 19:06:20 +0000 Sean Egan Never show horizontal scrollbars on imhtmls.
Mon, 05 Feb 2007 12:13:45 +0000 Sean Egan merge of '017eca04bf34860761af5c6fe3ff1c1ea28f0fc3'
Mon, 05 Feb 2007 06:45:32 +0000 Gary Kramlich Patch from Kevin Stange to allow autogen to run successfully. Yeah just look at the diff...
Mon, 05 Feb 2007 06:10:07 +0000 Richard Laager Do the rename in the man page, and make a few updates. The man page still
Mon, 05 Feb 2007 06:05:54 +0000 Richard Laager merge of '2d32a9c498d38385bb58409a4ba3ac235a915bc5'
Mon, 05 Feb 2007 05:49:03 +0000 Mark Doliner merge of '27c17e92071c391b099220ce5cac417ea8695587'
Mon, 05 Feb 2007 05:46:02 +0000 Richard Laager Add missing developers.
Mon, 05 Feb 2007 05:45:32 +0000 Richard Laager Switching to my pidgin.im e-mail address, which I think fits nicely and seems professional.
Mon, 05 Feb 2007 05:38:09 +0000 Richard Laager I had this brilliant idea to deal with join/part notices "intelligently".
Mon, 05 Feb 2007 05:28:54 +0000 Richard Laager With the refactoring I did, it's now possible to reach timestamp_cb_common
Mon, 05 Feb 2007 03:37:35 +0000 Richard Laager merge of '0d5d80abe3087a1a7c7e47fb7b0c226936a3e5e5'
Mon, 05 Feb 2007 03:37:27 +0000 Richard Laager merge of '491b12f6ff9efa13852cc40405bac9bd52b6a8b9'
Thu, 08 Feb 2007 06:15:28 +0000 Sadrul Habib Chowdhury s/gtk/gnt/g
Sun, 04 Feb 2007 23:14:06 +0000 Sadrul Habib Chowdhury Patch from Richard 'wabz' Nelson: Make sure selection-changed signal is emitted if selected item is removed.
Mon, 05 Feb 2007 12:13:18 +0000 Sean Egan toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Mon, 05 Feb 2007 10:04:31 +0000 Sean Egan context menu cleanup
Mon, 05 Feb 2007 08:42:21 +0000 Sean Egan Make group background colors update when the theme changes.
Mon, 05 Feb 2007 08:28:45 +0000 Sean Egan remove references to removed menu items
Sun, 04 Feb 2007 21:14:41 +0000 Sean Egan merge of '0cdb5a41899b72694b4b3e0d18af5185cec3dc30'
Sun, 04 Feb 2007 21:01:34 +0000 Sadrul Habib Chowdhury Hide the unblock menuitem for chats.
Sun, 04 Feb 2007 21:14:34 +0000 Sean Egan merge of 'ded290b2f629a25e757ee9bb1601dc2dabc38f4c'
Sun, 04 Feb 2007 21:12:19 +0000 Sean Egan Remove excess menu item icon clutter, especialy where our icons made no sense. The Redo icon for Buddy Pounces?! Come on.
Mon, 05 Feb 2007 03:37:10 +0000 Richard Laager If you delete the last log for a month, delete the month header as well.
Mon, 05 Feb 2007 03:06:25 +0000 Richard Laager After the log is deleted, remove the entry from the log viewer.
Sun, 04 Feb 2007 19:43:33 +0000 Richard Laager SF Patch #1637687 from Damien Carbery
Mon, 05 Feb 2007 05:48:07 +0000 Mark Doliner Make NetworkManager support disabled by default, add an "--enable-nm" option
Sun, 04 Feb 2007 19:42:39 +0000 Mark Doliner sf patch #1647731, from Markus Elfring
Sun, 04 Feb 2007 18:33:44 +0000 Mark Doliner Rename this function to something that makes more sense to me
Sun, 04 Feb 2007 18:27:07 +0000 Nathan Walp compat header, done up through sound.h
Sun, 04 Feb 2007 10:17:59 +0000 Sean Egan Perhaps a 22px icon is better in the tooltip
Sun, 04 Feb 2007 09:51:11 +0000 Sean Egan merge of '600cfd77bdb8554e712ba04da84518976cd80b86'
Sun, 04 Feb 2007 08:48:08 +0000 Mark Doliner merge of '4af83de031df5affbcf7e43099e6223f252d3deb'
Sun, 04 Feb 2007 09:45:53 +0000 Sean Egan prpl icons in Send To menu
Sun, 04 Feb 2007 09:36:33 +0000 Sean Egan This is my attempt at MSN mobile status, but I suspect MSN mobile status doesn't exist. If it's confirmed that it doesn't, I'll revert this. But I want to keep it for posterity, in case it does exist
Sun, 04 Feb 2007 08:25:43 +0000 Sean Egan merge of 'da0538e2883464dc803b72262e19be90b9612288'
Sun, 04 Feb 2007 08:46:24 +0000 Mark Doliner sf patch #1640011, from Celso Pinto
Sun, 04 Feb 2007 08:45:07 +0000 Mark Doliner Fix compilation of the perl plugin when using session management
Sun, 04 Feb 2007 08:31:49 +0000 Mark Doliner Get rid of some unnecessary string duping
Sun, 04 Feb 2007 08:22:06 +0000 Mark Doliner Allow localization of the xmpp console plugin
Sun, 04 Feb 2007 08:17:47 +0000 Mark Doliner Comment out the "beta" flag in our spec file. I committed this
Sun, 04 Feb 2007 07:18:02 +0000 Richard Laager The log-timestamp and conversation-timestamp signals return a string. I found
Sun, 04 Feb 2007 06:46:31 +0000 Richard Laager Fix SF Bug #1644796
Sun, 04 Feb 2007 05:55:54 +0000 Richard Laager merge of '3cc3e42c54c15c5f925d8bba46eedd73967a104e'
Sun, 04 Feb 2007 05:51:03 +0000 Richard Laager Implement the UI for deleting logs. This allows users to right-click on
Sun, 04 Feb 2007 05:48:15 +0000 Richard Laager I had the wrong arguments for gaim_log_logger_new(). It didn't work, but
Sat, 03 Feb 2007 21:43:29 +0000 Richard Laager This is the core code to support log deletion. It's untested.
Sun, 04 Feb 2007 08:10:50 +0000 Sean Egan I think this is proper mobile support for QQ. Mark, do you want to check that out?
Sun, 04 Feb 2007 04:58:39 +0000 Sean Egan merge of '650236458e73bfde2553d41dbb4797e1cf53974c'
Sun, 04 Feb 2007 04:47:06 +0000 Daniel Atallah Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Sun, 04 Feb 2007 04:58:33 +0000 Sean Egan Yahoo mobile status
Sun, 04 Feb 2007 02:31:04 +0000 Sean Egan Use the status API to handle mobileness, and convert AIM to use it. This makes mobile buddies prioritze lower in Perons, and ensures the UI is notified of changes in mobileness. Other protocols to follow.
Sat, 03 Feb 2007 23:32:43 +0000 Sean Egan Google Talk uses structured text formatting where *this* is bold
Sat, 03 Feb 2007 21:16:07 +0000 Nathan Walp merge of '0ee68b34a5a1c39e266bdcf32ceaf6c7d1496aae'
Sat, 03 Feb 2007 20:55:52 +0000 Richard Laager merge of '1019b585a198fbfe443c4aedbe484316366f2db3'
Sat, 03 Feb 2007 20:38:06 +0000 Richard Laager merge of '0718a1ec2cdb82d57ffe1e70ffafe3f5a06732c2'
Sat, 03 Feb 2007 20:28:41 +0000 Richard Laager In Pidgin, display a full date on the timestamp of the first message to
Sat, 03 Feb 2007 21:15:51 +0000 Nathan Walp fix the compile
Sat, 03 Feb 2007 21:00:04 +0000 Nathan Walp merge of '40a66b5db866526b5419657ce8971745e4c8baa5'
Sat, 03 Feb 2007 20:36:01 +0000 Daniel Atallah merge of '5640aed5456a4805ad88daaba5fbb055024d2c46'
Sat, 03 Feb 2007 18:46:49 +0000 Daniel Atallah Win32 de-gaimification of pidgin
Sat, 03 Feb 2007 19:08:27 +0000 Sean Egan More pidgin changes
Sat, 03 Feb 2007 18:57:23 +0000 Sean Egan Tango colors for chats. I'm slightly ashamed to say we use 'butter' and 'plum.'
Sat, 03 Feb 2007 20:59:56 +0000 Nathan Walp more compat header...getting close to being done with the libpurple half
Sat, 03 Feb 2007 09:24:33 +0000 Sean Egan headers to pidgin
Sat, 03 Feb 2007 09:03:46 +0000 Sean Egan dialogs
Sat, 03 Feb 2007 08:56:16 +0000 Sean Egan stock to pidgin
Sat, 03 Feb 2007 08:52:00 +0000 Sean Egan gtkblist changes to pidgin
Sat, 03 Feb 2007 08:45:32 +0000 Sean Egan gtkutils changes
Sat, 03 Feb 2007 08:24:09 +0000 Sean Egan A few gaims in gtkmain.c. Daniel, I don't want to screw with any windows stuff. Could you take care of all that?
Sat, 03 Feb 2007 08:19:27 +0000 Sean Egan GAIM_UNSEEN to PIDGIN_UNSEEN
Sat, 03 Feb 2007 08:13:34 +0000 Sean Egan merge of '06e221e7ba1b9991d934d6c69e7d29d821d2e567'
Sat, 03 Feb 2007 05:55:41 +0000 Sadrul Habib Chowdhury Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
Sat, 03 Feb 2007 07:55:15 +0000 Sean Egan pidginconv to pidgin_conv
Sat, 03 Feb 2007 07:23:11 +0000 Sean Egan gaim_gtk to pidgin. I hope
Sat, 03 Feb 2007 01:08:41 +0000 Sean Egan Blocked emblem
Sat, 03 Feb 2007 00:59:07 +0000 Sean Egan merge of '09ff3dbbbf318127fa55c593466b381a9f4114b3'
Fri, 02 Feb 2007 23:14:20 +0000 Nathan Walp clean up some compile warnings
Sat, 03 Feb 2007 00:59:00 +0000 Sean Egan Restore 'hidden convo' status icon in blist. Additionally, make the name text bold when you have a hidden convo
Fri, 02 Feb 2007 23:07:47 +0000 Sean Egan More forgotten files
Fri, 02 Feb 2007 22:16:10 +0000 Sean Egan Didn't mean to ci that
Fri, 02 Feb 2007 21:38:52 +0000 Sean Egan Add the icons
Fri, 02 Feb 2007 21:24:46 +0000 Sean Egan Faded idle status icons
Fri, 02 Feb 2007 21:21:58 +0000 Sean Egan The last AIM smiley
Fri, 02 Feb 2007 20:57:35 +0000 Sean Egan dim buddy icons on idle and offline. Still need to do status icons.
Fri, 02 Feb 2007 20:10:17 +0000 Sean Egan Remove separator again, and use the 16px prpl icon instead of the 22
Fri, 02 Feb 2007 06:09:03 +0000 Sadrul Habib Chowdhury A small memory leak in the tooltip.
Fri, 02 Feb 2007 04:38:35 +0000 Sadrul Habib Chowdhury merge of '02579a62368e29abc96596d62ad6d418fc23ddda'
Fri, 02 Feb 2007 03:25:50 +0000 Nathan Walp fix the display bug a bit smarter
Fri, 02 Feb 2007 03:01:58 +0000 Nathan Walp really fix that tooltip display glitch
Fri, 02 Feb 2007 00:37:31 +0000 Sean Egan prpl icons in the contact context menu instead of worthless status icons
Thu, 01 Feb 2007 15:40:19 +0000 Evan Schoenberg merge of '58dbe55ff36353bfd03159879f62e91c76714530'
Thu, 01 Feb 2007 15:35:57 +0000 Evan Schoenberg Port [18179] from markhuetsch: I believe there's a bug in the get_buddies_levels() code that I don't have time to find. Temporarily disable it.
Thu, 01 Feb 2007 15:34:55 +0000 Evan Schoenberg Port [18176] from markhuetsch: Apparently GBK is old and we should be using GB18030.
Thu, 01 Feb 2007 05:47:08 +0000 Nathan Walp fix a weird tooltip rendering bug when the second buddy in a contact tooltip
Thu, 01 Feb 2007 00:37:13 +0000 Nathan Walp fix overlapping in tooltips w/ large avatars
Thu, 01 Feb 2007 00:30:21 +0000 Nathan Walp rename the .desktop file
Wed, 31 Jan 2007 18:31:31 +0000 Evan Schoenberg The accounts request API now keeps track of a returned ui_handle for authorization requests, which can be closed on demand individually or all-at-once by account. When a connection is destroyed, its associated requests are closed.
Wed, 31 Jan 2007 06:59:45 +0000 Sadrul Habib Chowdhury merge of '921d892371d1bd4b52a6f589936628d8a8c4ed72'
Wed, 31 Jan 2007 05:47:22 +0000 Sean Egan merge of '10550177dfd838a0e39858988adee426a7f6ac2b'
Tue, 30 Jan 2007 07:56:37 +0000 Sean Egan tooltip tweaks
Tue, 30 Jan 2007 07:48:57 +0000 Sean Egan prpl icons as emblems on chats (needs work to make it less ugly) and expanded persons
Wed, 31 Jan 2007 04:53:52 +0000 Nathan Walp merge of 'c2ca8d77fad6142251001c2545c83a2f56eb3660'
Wed, 31 Jan 2007 04:53:48 +0000 Nathan Walp merge of '4c75dce7720664ff3945c7a5382e99133a96839d'
Wed, 31 Jan 2007 04:31:12 +0000 Daniel Atallah Some more changes to the win32 build to support cross-compiling.
Wed, 31 Jan 2007 01:51:58 +0000 Sadrul Habib Chowdhury merge of '9047f755d6c146b4f110727b63ed0f3dacbbe398'
Wed, 31 Jan 2007 04:53:32 +0000 Nathan Walp more compat goodness
Wed, 31 Jan 2007 04:52:41 +0000 Nathan Walp fix the compile
Tue, 30 Jan 2007 21:04:04 +0000 Sean Egan Make deleting Google Talk buddies work
Tue, 30 Jan 2007 17:29:00 +0000 Luke Schierer %s/libgaim/libpurple/g to make it compile
Tue, 30 Jan 2007 15:45:55 +0000 Daniel Atallah Avoid allocating and freeing the color string excessively.
Tue, 30 Jan 2007 15:43:16 +0000 Daniel Atallah Warning fix
Tue, 30 Jan 2007 06:53:23 +0000 Sean Egan Emblems in the blist
Tue, 30 Jan 2007 05:27:44 +0000 Sean Egan This renames the binary to 'pidgin', and I think it properly
Mon, 29 Jan 2007 03:45:21 +0000 Daniel Atallah convert a user-visible string from "Gaim" to PIDGIN_NAME
Mon, 29 Jan 2007 03:42:15 +0000 Daniel Atallah More win32 pixmap build fixes.
Mon, 29 Jan 2007 03:36:59 +0000 Daniel Atallah merge of 'b8682f66d35fb704bcd0ec3b4f06caaf002b7906'
Mon, 29 Jan 2007 03:15:08 +0000 Daniel Atallah Avoid scaling the global buddy icon for each account when populating the Accounts dialog list.
Mon, 29 Jan 2007 01:05:34 +0000 Daniel Atallah Add support for win32 makefile variable overriding using a "local.mak" file in the build root directory. This makes maintaining a custom build environment or cross-compiling easier.
Sun, 28 Jan 2007 21:48:58 +0000 Ethan Blanton This makes IRC /names handling generally more robust, as well as
Mon, 29 Jan 2007 03:22:42 +0000 Sean Egan Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sun, 28 Jan 2007 21:40:32 +0000 Sean Egan merge of '53ec0f43994bc2a1adb7671f7f52c365475ff97a'
Sun, 28 Jan 2007 21:25:36 +0000 Daniel Atallah dist fixes
Sun, 28 Jan 2007 20:21:08 +0000 Nathan Walp merge of '704ad318e326940d16a5890ba527b24330ffbe47'
Sun, 28 Jan 2007 20:20:51 +0000 Nathan Walp more compat header work
Sun, 28 Jan 2007 19:49:07 +0000 Daniel Atallah more win32 build fixes for build changes
Sun, 28 Jan 2007 19:41:21 +0000 Daniel Atallah merge of '455e51ab9e24c5d45359486b57621e8ab68ac266'