log

age author description
2007-04-28 Luke Schierer sadrul fixed the next but not last crash
2007-04-28 Luke Schierer this patch from sadrul fixes the first crash I hit
2007-04-29 Richard Laager Fix a bug with the bugfix for empty icons. The logic was backwards here.
2007-04-28 Richard Laager merge of '45acf7a629de79f67b489f696c7915cd9984f33e'
2007-04-28 Richard Laager Minor whitespace tweak.
2007-04-28 Richard Laager nosnilmot had a problem with empty icon files.
2007-04-28 Richard Laager Typo fix in documentation.
2007-04-28 Richard Laager merge of '2f0c460433a1e198af1a0f225b83bce2c201ab32'
2007-04-28 Luke Schierer <Bleeter> hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
2007-04-28 Richard Laager 19:10:05 Peter Lawler (Bleeter): hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
2007-04-27 Sadrul Habib Chowdhury merge of '051db257b4f90ae0b989a3bd72aa69f0a6a55693'
2007-04-27 Kevin Stange merge of '617923c6ea3c67578626f15d89a2c820a833e700'
2007-04-27 Richard Laager merge of 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
2007-04-27 Richard Laager Update the compatibility layer to g_memdup() stuff, so we don't end up with
2007-04-27 Daniel Atallah Remove unused strings cruft from the installer that were left over from when it dealt with the GTK+ theme (It seems like I already did this before). Also, make installing GTK+ optional if it is already installed.
2007-04-27 Daniel Atallah merge of '3470d9c0747eae8c926e33748f29f946efd419b0'
2007-04-27 Richard Laager Removing the PROGRAMMING_NOTES file, which has been merged into the wiki by
2007-04-27 Richard Laager Fix the name of the parameter for purple_imgstore_get_size() so that Doxygen will stop crying.
2007-04-28 Richard Laager disapproval of revision 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
2007-04-27 Daniel Atallah Prevent sprintf(%s, NULL) when the icon type isn't recognized.
2007-04-27 Richard Laager Fix the g_return_if_fail() guards that prevent setting more than one data
2007-04-27 Richard Laager Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.
2007-04-27 Richard Laager Use fatal asserts unconditionally in the test code. Perhaps this could be better integrated in some way, but this works.
2007-04-27 Richard Laager Add the fatal asserts enabling code to Finch. I'm uneasy about putting this in libpurple, because then a fatal-asserts-enabled libpurple would kill any UI that had a glib debug error, which might not even be in libpurple. I'm not sure we want that, though it may not matter since this is for debugging only.
2007-04-27 Richard Laager Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.
2007-04-27 Richard Laager Passing --enable-mcheck or --enable-debug will add "-lmcheck", which
2007-04-27 Sadrul Habib Chowdhury Thanks to Bleeter, yahoo will not crash for non-existent buddyicons anymore.
2007-04-27 Richard Laager merge of '66dbfed4928f15efc83fab8cd71b27c9ee2670f6'
2007-04-27 Richard Laager merge of '58f0224296247fea130a53f723d74fc0e6bab65a'
2007-04-27 Richard Laager Re-add the Jabber error checking part of 2f959ba8a0fdac370ac610e60f6a4cd09525d928. This is why it's important to commit things separately.
2007-04-27 Sadrul Habib Chowdhury Move the toggle-clipboard operation to the default wm.
2007-04-27 Hylke Bons ***LSchiere shakes head. That text in there was very carefully chosen. I wouldn't mess with it
2007-04-27 Hylke Bons Remove small glitch.
2007-04-27 Hylke Bons Replace that ugly lock.
2007-04-27 Hylke Bons Changed the .desktop file to display "Pidgin IM",
2007-04-27 Hylke Bons Windows bitmaps.
2007-04-27 Hylke Bons You can't just take a CC image and make it GPL. :)
2007-04-27 Richard Laager merge of '2f959ba8a0fdac370ac610e60f6a4cd09525d928'
2007-04-27 Richard Laager A patch from khc in ticket #87
2007-04-23 Tim Ringenbach merge of 'c303a7c8b23b07ec77b907c286f1f7eb37ffb076'
2007-04-27 Etan Reisner merge of '51225ceda9e11936f9f4096708fcb8a6db7e957f'
2007-04-27 Richard Laager disapproval of revision 'a999246dfcbd33c9494afa445d9562aee5e5457c'
2007-04-27 Richard Laager disapproval of revision '2f959ba8a0fdac370ac610e60f6a4cd09525d928'
2007-04-27 Sean Egan GINT_TO_POINTER is not the same thing as &. Also, add some error checking to jabber/buddy.c
2007-04-27 Daniel Atallah merge of '419acaddea48001a61de3599d3b48005b3860373'
2007-04-27 Daniel Atallah merge of '9e36044d9ae4d6c8a734ad3961483c66893a8898'
2007-04-27 Richard Laager I really shouldn't commit before compiling.
2007-04-27 Luke Schierer merge of '012f6cfe7072a61275149348ae162f197fc38dfe'
2007-04-27 Richard Laager This is probably needed to compile.
2007-04-27 Sadrul Habib Chowdhury merge of '3915457bd0530d71d2a7240c102329dfd261794c'
2007-04-27 Richard Laager Fix a small-but-serious bug with the code to ref the buddy icons at load.
2007-04-27 Richard Laager Ref the filenames for account buddy icons on load.
2007-04-27 Daniel Atallah Fix jabber sasl build.
2007-04-27 Daniel Atallah missing newline
2007-04-27 Daniel Atallah merge of 'a6417c7aa009c9ca29dad662ec2127e07f871574'
2007-04-27 Daniel Atallah merge of '723918ad23d423582cf7442116a810b6a2eb16d4'
2007-04-27 Ethan Blanton merge of '3ee86d1e423ebfd391c26b73ae7ed1b75353d2cf'
2007-04-27 Daniel Atallah Add HAVE_SILCMIME_H to the mingw config.h
2007-04-27 Daniel Atallah Finally fix SILC fully, now that i have HAVE_SILCMIME_H defined.
2007-04-23 Tim Ringenbach merge of '53e71fc52c4d4be3947b2404fe6332ae8d52dc55'
2007-04-27 Daniel Atallah merge of '11e5b1fa24c811784613e66b0a9e73aa3b2a82ca'
2007-04-27 Daniel Atallah Fix purple_util_get_image_extension()'s data param. to be correctly marked as constant.
2007-04-27 Daniel Atallah merge of '69c8aa9ab909c877e64f34aba095717eeb55e448'
2007-04-27 Daniel Atallah Update SILC for imgstore changes.
2007-04-23 Tim Ringenbach merge of 'b40bd1885046f301b11610cd406822e5d32968f7'
2007-04-27 Sadrul Habib Chowdhury Never change the orders of chats or the groups.
2007-04-27 Sean Egan Proper error checking on fwrite() call
2007-04-27 Sadrul Habib Chowdhury merge of '58d962c82219fc41a3ae1310386b9f340b233116'
2007-04-27 Sadrul Habib Chowdhury I think this fixes #331.
2007-04-27 Sean Egan rlaager should install libperl-dev ;)
2007-04-27 Sadrul Habib Chowdhury Fix perl compile.
2007-04-27 Daniel Atallah merge of '18631760bee4d073adc9d9f976d7655b5d0671d4'
2007-04-27 Sean Egan Make sure you back up your .gaim directoy. And fix a compile error in perl. I think it's the right way.
2007-04-27 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
2007-04-25 Richard Laager Kill some compiler warnings and TODOs of mine.
2007-04-25 Richard Laager merge of 'd28268688d1a93e76907a1ef18ed186bf31fabf3'
2007-04-25 Richard Laager propagate from branch 'im.pidgin.pidgin' (head ace53c6cc80b256fff29f021ab5b80805deb253b)
2007-04-25 Richard Laager merge of 'd7d0a64f6106322f89cd6f19e0a0a3488e5dc1a8'
2007-04-25 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4d02676110c034e401f4d42ed7304a7507d96929)
2007-04-22 Tim Ringenbach whitespace
2007-04-25 Mark Doliner Clean up a wee bit of oscar code. No functionality change.
2007-04-27 Ethan Blanton Sean
2007-04-27 Daniel Atallah Don't install the pidgin icon on win32 since we use pidgin.ico.
2007-04-27 Daniel Atallah Fix rtl icons on win32. Also remove unneeded rtl chat.png and update 16px xa icon.
2007-04-27 Daniel Atallah merge of 'ca40214f7a10f0e15d7bd32bed84b177889ca02d'
2007-04-26 Gary Kramlich merge of 'c65d07a2cae7269a05604304bc897121643ffa92'
2007-04-26 Gary Kramlich Fix a warning introduced with the request api changes.
2007-04-27 Daniel Atallah merge of '5b7c6ae7f0cb97a61a77ede61bfd12e531b875ae'
2007-04-27 Daniel Atallah Tweak some of the scaled icons to look a little better.
2007-04-26 Daniel Atallah merge of '6fbb4c1c8ba90a2d5933505006f63216f010d5b9'
2007-04-26 Daniel Atallah merge of 'ec129c50da7fd4797d6e40c252757ec447551611'
2007-04-26 Sean Egan Hacked together installer ico for Daniel to fix
2007-04-26 Sean Egan Win32 install bmps. I did this. Hylke will do it *good* before 2.0.0.
2007-04-26 Sean Egan hbons: launch gimp,open the png, save as .ico:)
2007-04-26 Sean Egan Add the SVG to the default window icon list for really big window icons
2007-04-26 Luke Schierer merge of 'a236381404a31c3fc3022f03ec28de22f6fd1258'
2007-04-26 Richard Laager Ticket #320 from ltm
2007-04-26 Luke Schierer merge of '49d1ed52eed181ce385858122ed018d2f2aa4246'
2007-04-26 Ethan Blanton Hooks call callbacks, not the other way around. Duh.
2007-04-26 Sean Egan fix botched merge
2007-04-26 Sean Egan merge of 'd1933818a76d2d05c8161d9aa1491e1b46b6d92f'
2007-04-26 Sean Egan merge of '92afc84de7fa4035c42fad7bfb05c642b526522f'
2007-04-26 Stu Tomlinson Look for the new icons in the new directory and update the RPM spec file to
2007-04-26 Sean Egan Update window icons to point to new path
2007-04-26 Sean Egan Install app icons to proper directories
2007-04-26 Sean Egan remove debug statement
2007-04-26 Stu Tomlinson Update SILC to match resent request API changes
2007-04-26 Evan Schoenberg merge of 'bc433d038b1fddbbe4f2a9141421831c5cdf72ac'
2007-04-29 Richard Laager Whitespace fixes to Evan's ChangeLog.API entry.
2007-04-26 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
2007-04-26 Hylke Bons pidgin.png -> pidgin, to always find appropriate sizes.
2007-04-26 Hylke Bons Improved Pidgin application icons.
2007-04-26 Hylke Bons New applications icons and revert IRC back to bubbles.
2007-04-26 Hylke Bons Pidgin icon @ 48x48.
2007-04-26 Sean Egan Stu didn't like that 'new messages on this tab' red, but likes this one
2007-04-26 Sean Egan Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
2007-04-26 Sean Egan Remove ifdef 0 block
2007-04-26 Sean Egan Use menu emblem for saved statuses in preferences also.
2007-04-26 Sean Egan Fix GTK Plugin prefs
2007-04-26 Luke Schierer merge of '0b7fa990cc064a8d716ba2a8700c6a8786b9f65e'
2007-04-25 Ethan Blanton The compiler is really smart enough to catch this, but let's make it explicit.
2007-04-25 Richard Laager merge of '1d4d484c73a0770b9f9616808d7d00a3de9d21f4'
2007-04-26 Sean Egan merge of '1d4d484c73a0770b9f9616808d7d00a3de9d21f4'
2007-04-25 Stu Tomlinson These files are no longer in the repository, remove them from EXTRA_DIST so
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-04-25 Sean Egan fixes #280
2007-04-25 Ethan Blanton /whowas for IRC. Thanks, achris.
2007-04-25 Stu Tomlinson Update RPM spec file to reflect libpurple plugins are now installed in
2007-04-25 Stu Tomlinson another s/Purple/Pidgin/ - how many years until we've found all of these?
2007-04-25 Stu Tomlinson insert-image.png is still used on the formatting toolbar
2007-04-25 Hylke Bons Update authors file.
2007-04-25 Hylke Bons Forgot to update Makefile.am.
2007-04-25 Hylke Bons Fix icon inconsistency and remove some unused icons.
2007-04-25 Hylke Bons New tray connecting icon.
2007-04-25 Hylke Bons Better plugin icon by Andreas Nilsson.
2007-04-25 Sean Egan I noticed Rob's e-mail address got accidentally mis-sedded. Rob, let me know if you want something else put there.
2007-04-25 Kevin Stange I have apparently nominated myself to make sure the smiley theme keeps working. I don't even use any of these smileys! Add the new icons from Hylke to Makefile.am.
2007-04-25 Mark Doliner Sean proposed changing ICQ's "do not disturb" status from being
2007-04-25 Richard Laager merge of '5a1b790556f2372c9cfc080af4a11e3c3d19b2ce'
2007-04-30 Jeffrey Connelly Add escaping and unescaping functions (for /1 and /2).
2007-04-30 Jeffrey Connelly Add note about Monotone.
2007-04-28 Jeffrey Connelly Replace printf() in MySpaceIM prpl with purple_debug_info().
2007-04-28 Jeffrey Connelly Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions).
2007-04-28 Jeffrey Connelly Add MySpaceIM header file and reorganize functions.
2007-04-28 Jeffrey Connelly Use g_convert for UTF-16LE conversion instead of converting manually.
2007-04-25 Jeffrey Connelly Add Nathan Peterson to COPYRIGHT, for RC4 patch at https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1694487&group_id=235
2007-04-25 Jeffrey Connelly Completely remove old RC4 code
2007-04-25 Jeffrey Connelly Clean up old RC4 implementation.
2007-04-25 Jeffrey Connelly Use Purple Cipher API for RC4.
2007-04-25 Jeffrey Connelly Add rc4_get_key_size, to match purple_cipher_context_get_option(ctx, "key_len")
2007-04-25 Jeffrey Connelly RC4 support in cipher.c - patch from Nathan Peterson (uvwarning)
2007-04-21 Jeffrey Connelly Add stub for myim: URL handler.
2007-04-21 Jeffrey Connelly Gaim -> Purple
2007-04-21 Jeffrey Connelly Add MySpace prpl to configure.ac
2007-04-21 Jeffrey Connelly Import msimprpl 0.4.
2007-04-21 Jeffrey Connelly Create directory for MySpaceIM protocol
2007-04-19 Jeffrey Connelly Document prpl_info->list_icon(NULL, NULL), and add my name to COPYRIGHT.
2007-04-25 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
2007-04-25 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
2007-04-25 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.
2007-04-25 Richard Laager There's no need to actually lookup the icon now, as the core ensures the checksum gets deleted if the file disappears.
2007-04-25 Richard Laager propagate from branch 'im.pidgin.pidgin' (head efad0dfb8f3cfbe4b837192b16689470c201d03a)
2007-04-25 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
2007-04-24 Richard Laager Fix a bug with removing custom buddy icons.
2007-04-24 Richard Laager Switch to using g_file_get_contents() instead of our own code.
2007-04-24 Richard Laager Fix the memory leaking and improper calls to ref_filename(). Also, remove some debugging code.
2007-04-24 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 4aa2b7eeb61cd3d2c11632642e780a296bc0b779)
2007-04-24 Richard Laager Fix the custom icon stuff, and various memory leaks. At this point, custom
2007-04-24 Richard Laager Call the migrate code from Finch.
2007-04-24 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c33cbe1ca040482d72c165cedf821bcedb280179)
2007-04-24 Richard Laager If we're not caching icons, then don't save the filename.
2007-04-24 Richard Laager Since I'm about to push this, I'm going to comment out the temp code that references my home directory.
2007-04-24 Richard Laager Bug fixes! From my preliminary testing, the standard buddy icon stuff is working.
2007-04-24 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
2007-04-24 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 6096404018084d5ea24f916c8e757d64e237dbd7)
2007-04-23 Richard Laager The buddy icon code as it stands, with lots of bugs and design flaws.
2007-04-23 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 05f7badcad9471084218e698a5c011908d17af90)
2007-04-23 Richard Laager Call the core migrate code.
2007-04-23 Richard Laager propagate from branch 'im.pidgin.pidgin' (head d42ad2da81f881b2fbd2fb080cc70a843bc70d02)
2007-04-23 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 401f15786be56deb06ae79bf29c341bab26203d7)
2007-04-23 Richard Laager There's no need to recalculate the home_dir on every call to
2007-04-23 Richard Laager Use ~/.purple only, never ~/.gaim. This is a revert of the functional
2007-04-23 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f20ceeff726ad3a9ee267225bb6e69f971d759bb)
2007-04-27 Etan Reisner This is mostly moving Purple::GtkUI:: -> Pidgin:: which has the side effect of
2007-04-27 Etan Reisner Kill the libpurpleperl hack library and move the init stuff to perl.so itself.
2007-04-25 Ethan Blanton This looks like the last of the purplification for Tcl. Somebody done
2007-04-25 Ethan Blanton merge of '0ad153fbef57439d42601681df47200b190f5306'
2007-04-25 Daniel Atallah Fix #273 (Emoticons appearing in reverse order).
2007-04-25 Daniel Atallah merge of '88a78587504cdd42570461a2b391b54b5c3d4aab'
2007-04-25 Daniel Atallah Add missing mingw Makefiles to dist.
2007-04-25 Sean Egan Use Tango colors on conversation tabs. Same colors, different tones.
2007-04-25 Sean Egan New logo.png
2007-04-24 Sean Egan Add Hylke's font face icon
2007-04-24 Sadrul Habib Chowdhury merge of '71d55b79094812b06899c2bbe86ce7a8507ac80e'
2007-04-24 Kevin Stange merge of '5a49fd68be5cffec6a2aae0c0cc312c64f67138d'
2007-04-24 Kevin Stange Remove the XMPP section... it seems no one else uses XEP-0038 for a
2007-04-24 Hylke Bons font-face icon, some please fix a link to this, i don't want to mess up.
2007-04-24 Hylke Bons about icon
2007-04-24 Luke Schierer a translation that nearly got lost as we migrated from sf's trackers to trac's
2007-04-24 Hylke Bons Fixed some smileys in Yahoo!. I had these stored locally, glad I can commit now. :)
2007-04-24 Kevin Stange Also, switch Jabber to XMPP so the jabber-specific smiley set works.
2007-04-24 Kevin Stange merge of '6096404018084d5ea24f916c8e757d64e237dbd7'
2007-04-24 Richard Laager merge of '05f7badcad9471084218e698a5c011908d17af90'
2007-04-23 Richard Laager Death to // comments.
2007-04-23 Richard Laager A comment in here mentions "untar", so I think it was copied from the
2007-04-23 Richard Laager Add Simom's real name, Simo Mattila, to the COPYRIGHT file for his patch in
2007-04-23 Richard Laager When initializing, the debug system is initialized before the prefs system, but
2007-04-23 Richard Laager The core portion of the migration code. This is implemented as I described
2007-04-24 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.
2007-04-24 Evan Schoenberg merge of 'ed8e54275ef886f687084411cbb9280b8a2e3111'
2007-04-24 Evan Schoenberg merge of '6de71ef9e800c2eb8aabe863d98aa274379791e2'
2007-04-24 Stu Tomlinson <elb> nosnilmot: those magic numbers should probably have been fixed to not
2007-04-24 Stu Tomlinson Minor ChangeLog tweaks.
2007-04-23 Gary Kramlich merge of '737a5f263d2401ffd63542586a1b261376ed022f'
2007-04-23 Kevin Stange merge of 'ba1eb6457e947b8ab1bd5a6e3652e1e0a05bbd9c'
2007-04-23 Hylke Bons test
2007-04-23 Sean Egan For Luke. Fixes saved status selection
2007-04-23 Sean Egan merge of '55f22d2ce30ce89352ce4b9c71f8f02875603aa2'
2007-04-24 Evan Schoenberg The iTunes music store link makes sense to show on OS X, too
2007-04-23 Kevin Stange Make note of purple-url-handler
2007-04-23 Kevin Stange Missed an error...
2007-04-23 Kevin Stange Pidgin/Finch/purplified the ChangeLog and corrected some errors.
2007-04-23 Richard Laager merge of 'c14c1a2f0a30615fa91d00b6f77a89b9b37d9bc9'
2007-04-24 Sadrul Habib Chowdhury Make sure the blinking docklet has the same size. Fixes #174.
2007-04-23 Mark Doliner merge of '2a2d4d6f656ef5ff272b086eb6eba1bee0c466de'
2007-04-23 Mark Doliner merge of 'b2ed97746412540812181f94bcb3e2f077321052'
2007-04-23 Mark Doliner merge of 'c04ec8c15e35618f8f52341ab439770d5630319d'
2007-04-23 Sadrul Habib Chowdhury merge of '5227d53d05340b1c55335bc5ef30e1e63cd75b2c'
2007-04-23 Sadrul Habib Chowdhury Gracefully do nothing if the WINDOWID is invalid. And plug a leak, thanks to deryni.
2007-04-23 Mark Doliner Ok I couldn't resist. For iChat and Adium buddies who are advertising
2007-04-23 Mark Doliner Add the iTunes Music Store url to the GaimPresence for buddies onyour
2007-04-23 Mark Doliner Fix two minor compile warnings
2007-04-23 Mark Doliner Get rid of two really minor warnings
2007-04-23 Daniel Atallah Fix #248 (Control shouldn't steal focus from scrollback)
2007-04-23 Daniel Atallah Allow include and lib paths to be overridden from local.ent
2007-04-23 Daniel Atallah Add mingw makefile for 22px toolbar pixmaps.
2007-04-23 Mark Doliner merge of '5ee6fd5ddac3a8e8920941dee8be3ae5a615c105'
2007-04-22 Sadrul Habib Chowdhury merge of 'b24c89000da03300850bf984fbb737f993e763d5'
2007-04-22 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.
2007-04-23 Sean Egan Fixes #213 This allows only 20 animated smileys to be animnating at a time
2007-04-22 Sean Egan Don't show Available orb for 'New...' and 'Custom...'
2007-04-23 Mark Doliner If anyone sees the "Unable to add buddy 1" message after
2007-04-22 Mark Doliner Don't send a "transaction end" if we haven't sent a "transaction begin"
2007-04-22 Richard Laager Ticket #246 from bjoernv
2007-04-22 Ethan Blanton A quick architecture diagram for the Pidgin Way
2007-04-22 Ethan Blanton merge of '0367c7ba68e12f430c7443660ff965ebdd118a75'
2007-04-22 Mark Doliner merge of '1fec4b7f300a8ab8b7036a98e8ecc90808bbe5ca'
2007-04-22 Stu Tomlinson New select-avatar image from hbons
2007-04-22 Stu Tomlinson merge of '51e0efe487e61c55de88411e33a7da6b122c2cf0'
2007-04-22 Stu Tomlinson Add virtual provides for gaim & gaim-devel
2007-04-22 Stu Tomlinson Fedora has removed the Epoch from their RPM so we can do the same now.
2007-04-21 Mark Doliner Only make sure the master group exists in the event we need to add an
2007-04-22 Sean Egan Saved icon for saved statuses in statusbox
2007-04-22 Sean Egan Remove the OSCAR rate limiting dialog, as the only time I've ever seen it
2007-04-21 Stu Tomlinson mmm, magic numbers! strlen("purple-") != strlen("gaim-") ...
2007-04-21 Stu Tomlinson More compatibility improvements. Now the majority of the plugin pack (before
2007-04-21 Stu Tomlinson Fix a compat define
2007-04-21 Stu Tomlinson Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
2007-04-21 Stu Tomlinson Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
2007-04-21 Stu Tomlinson merge of '8729bdb23df9db489717da7acedcec3ffe02469a'
2007-04-21 Sadrul Habib Chowdhury merge of '8ec6be1457d557abe192a5fc4690884c2c98e164'
2007-04-21 Sadrul Habib Chowdhury Line up the event-checkboxes in the pounce dialog.
2007-04-21 Stu Tomlinson Fix ignore in chats when using right-click on a nick in the conversation
2007-04-21 Stu Tomlinson Install and look for libpurple plugins in $libdir/purple instead of
2007-04-21 Stu Tomlinson gaim.svg doesn't exist any more, no need to worry about accidentally
2007-04-20 Sadrul Habib Chowdhury Debug is not necessary anymore, and don't crash on null text.
2007-04-20 Stu Tomlinson merge of '5abe746924f21bc66bd85e71590c1f148ede2930'
2007-04-20 Sadrul Habib Chowdhury Dialogs opened resulting from a mouse-click should fain focus.
2007-04-20 Sadrul Habib Chowdhury merge of '984fe190c0e71bccab541e57a5c0b0a696789b38'
2007-04-20 Mark Doliner Minor cleanup
2007-04-20 Mark Doliner Fix that pesky ICQ "Unable to add buddy 1" error. Basically we were
2007-04-20 Mark Doliner merge of 'eab57450eff9fe8f08a5a0c429d0f2727ce8d297'
2007-04-20 Sadrul Habib Chowdhury Use 'alias' instead of 'rename' for non-group nodes. Thankfully, this does not introduce new strings.
2007-04-20 Mark Doliner Patch #205, from SuperMMX. Fix a bug related to using F2 to alias
2007-04-20 Daniel Atallah Remove old wingaim stuff from TODO file.
2007-04-20 Stu Tomlinson Patch from khc to remove the typing notifcation callback when the window is
2007-04-20 Daniel Atallah merge of '2d5bca78effdcf8445c4b744e6334fc2cf4fe083'
2007-04-20 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.
2007-04-20 Stu Tomlinson References #219
2007-04-20 Sean Egan merge of '6b7a5fb8f33d3f1801a33540b42b5fb01b69511a'
2007-04-20 Stu Tomlinson None of our code references this toplevel pidgin.svg, and it was just
2007-04-20 Stu Tomlinson - Fix pkgconfig Requires
2007-04-20 Stu Tomlinson Don't install nullclient by default, it's probably not particularly useful
2007-04-19 Stu Tomlinson Remove references to PIDGIN_STOCK_CONNECT from pidginstock.c
2007-04-19 Daniel Atallah Don't flash the conv. window if it is in the foreground.
2007-04-19 Luke Schierer merge of '13c739f1a978be3498fc3c3d87e0742ac3d8e320'
2007-04-19 Luke Schierer merge of '02ca9d2b907e1c26510d22406d0e0128b5b911d1'
2007-04-19 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).
2007-04-19 Richard Laager merge of 'b6685c2c4de3ffbc988659fbfff2356c0835d2e3'
2007-04-19 Richard Laager merge of '2bb8a94e3208f809586faa1c96946e6d0c2b76a5'
2007-04-19 Richard Laager Ari noticed that TracHeader.html and TracFooter.html should be in EXTRA_DIST.
2007-04-19 Richard Laager Ari sent in a patch, saying:
2007-04-19 Stu Tomlinson gaim? what's that? ... a latecomer to the s/gaim/purple/ party
2007-04-19 Richard Nelson use the invisible icon
2007-04-19 Richard Nelson If a plugin failed to load/unload, don't pretend that it worked
2007-04-20 Sean Egan Pssst. It's not called "Gaim" anymore
2007-04-19 Sean Egan merge of '11e98ca1cda1355288bb5f6144d3e8fe8797e35e'
2007-04-18 Nathan Walp merge of '8fd567043fa0c33cc2d373ee5f6451b4b40331b4'
2007-04-18 Nathan Walp merge of '2bafabcca7d12b1fb39369f54333c5309a7cead1'
2007-04-18 Sadrul Habib Chowdhury Show the search string in the tree.
2007-04-18 Daniel Atallah Fix win32 build for Jabber/XMPP split.
2007-04-18 Sean Egan merge of '52f50d9c1ba2cedab7acbe195e3f223d70f1cc3d'
2007-04-18 Stu Tomlinson merge of '671a629f1fa8bc5ce471e79f4df04b0bf57bda90'
2007-04-18 Stu Tomlinson merge of '6f1c8b328654eaabb362aa93ab1a72177353111b'
2007-04-18 Stu Tomlinson Remove execute attribute from yahoo_auth.c & yahoo_auth.h
2007-04-18 Daniel Atallah Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
2007-04-19 Sean Egan Fixes ticket #211
2007-04-18 Sean Egan Very important to add files \!
2007-04-18 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
2007-04-18 Mark Doliner When reading in substatuses from status.xml, ignore substatuses for
2007-04-18 Mark Doliner Thanks to Peter Lawler for catching a place where we forgot to change
2007-04-18 Sean Egan Whoops.
2007-04-19 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.
2007-04-17 Sean Egan more icon updates
2007-04-17 Sean Egan merge of '8099d2b88ecd036263e9ed44e1e6a3565cde621a'
2007-04-17 Stu Tomlinson merge of '3956f53331764e51ab7d79a8de4310cb6a4c0e58'
2007-04-17 Daniel Atallah Add cairo to the mingw build include path. Fixes #175 .
2007-04-17 Stu Tomlinson Fix Gtk+ 2.0 support
2007-04-17 Stu Tomlinson Don't error out of ./configure on older pango versions
2007-04-17 Stu Tomlinson Fix for using Pango < 1.4, will not have complete RTL support with older
2007-04-17 Stu Tomlinson s/purple/pidgin/
2007-04-17 Stu Tomlinson A couple of missed s/purple/pidgin/'s
2007-04-17 Stu Tomlinson - Add some Obsolete:s to help upgrades
2007-04-17 Stu Tomlinson Make the check for "check" non-fatal
2007-04-17 Stu Tomlinson merge of '0004c439d3a8b009b8c0a87116e04dd76541bd23'
2007-04-17 Stu Tomlinson Remove binary relocation support stuff
2007-04-17 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
2007-04-17 Mark Doliner Fix a typo that broke make dist
2007-04-17 Mark Doliner Patch from SuperMMX, "I would like to be able to rename (alias)
2007-04-17 Richard Laager merge of '115bf476eae0a7a06193664f17ba4a1a6d4c9294'
2007-04-17 Richard Laager Remove the FAQ. Fixes #159.
2007-04-17 Daniel Atallah Test for mtn commit message integration. Fixes #26 . References #50 (not really).
2007-04-17 Daniel Atallah Fix a printf(%s, NULL) when opening a log for an buddy whose contact has no online buddies and no alias.
2007-04-16 William Ehlhardt merge of '28b9b747c33511754217017badcbdf3fa96ad1ee'
2007-04-16 Sean Egan merge of '04795a5f718916bd7e8435bca219850451a17c94'
2007-04-16 Sean Egan Some icon improvements from hbons
2007-04-16 Sadrul Habib Chowdhury merge of 'a0cdc54d9604b75f423f6a7858a809cd60a9fcff'
2007-04-16 Warren Togami Rename a number of Perl functions which were munged at some point
2007-04-16 Luke Schierer some translation updates. Also ticket 111 says that our zh_TW translation is also a zh_HK translation.
2007-04-16 Daniel Atallah Fix win32 build after autoreply was moved back to the plugin pack.
2007-04-16 Mark Doliner Port SVN revisions 18230 to 18232 from Mark Huetsch from sf SVN to
2007-04-16 Richard Laager merge of '208954788ae2550f1dbc241cbca23eb02991dc5a'
2007-04-16 Richard Laager Update .mtn-ignore to properly deal with things produced by make check
2007-04-16 Mark Doliner merge of '6df34558fc23a634459555ee015c8d2b0acbe5e5'
2007-04-16 Richard Laager merge of '870d6ea8b3a6295793acd9d484c77d4b72424a29'
2007-04-16 Richard Nelson emit/handle gnttree signals appropriately
2007-04-16 Richard Laager Word on the street is that we don't want things named pidginfoo_bar(), but
2007-04-16 Richard Laager Doxygen updates. This eliminated all the warnings from Doxygen.
2007-04-16 Richard Laager Fix Ticket #162
2007-04-16 Richard Laager Effect the rename in the C-HOWTO and clean it up.
2007-04-16 Richard Laager I don't like the pidginfoo_bar widget names that resulted from the sed.
2007-04-16 Richard Laager Update some paths in the man pages.
2007-04-16 Richard Laager More renaming.
2007-04-16 Richard Laager Relabel the Doxygen group as libpurple
2007-04-16 Richard Laager Rename the Doxygen group from gntui to finch and define the finch group
2007-04-16 Richard Laager Rename the Doxygen group from gtkui to pidgin.
2007-04-16 Richard Laager The Crazy Chat plugin doesn't need a configure.ac from a seriously out of date copy of Gaim.
2007-04-16 Richard Laager The channel is #pidgin-win32, at least for now.
2007-04-16 Richard Laager The channel is #pidgin-win32, at least for now.
2007-04-16 Richard Laager Are we calling it Purple anywhere else? libpurple makes more sense to me.
2007-04-16 Richard Laager Replace an instance of GAIM with "Pidgin, Finch, and libpurple"
2007-04-16 Richard Laager s/GAIM/PURPLE/ in a comment.
2007-04-16 Richard Laager Deal with Gaim in some error messages.
2007-04-16 Richard Laager s/Gaim/Pidgin/
2007-04-16 Richard Laager Point to the Pidgin website.
2007-04-16 Richard Laager Update the Doxygen signals documentation to match the new struct names.
2007-04-16 Richard Laager Point to the devel@pidgin.im list instead of gaim-devel.
2007-04-16 Richard Laager I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
2007-04-16 Richard Laager Point to the Pidgin website.
2007-04-16 Richard Laager s/Gaim/Pidgin/ since this file got missed somehow or something.
2007-04-16 Richard Laager merge of '3ae1c2f29b72682bad3542b9c0175438dd3309c0'
2007-04-16 Richard Laager merge of '07fc4db9a3c2c12596e0354b8e7959aa847f966b'
2007-04-15 Richard Laager Beat some older documentation into submission.
2007-04-15 Richard Laager The contents of this file don't seem very useful. This stuff either Just Works
2007-04-15 Richard Laager Let's just have HACKING point to Trac, okay?
2007-04-15 Richard Laager Killing the HACKING file, which is way out of date.
2007-04-15 Richard Laager Adding achris to the COPYRIGHT file.
2007-04-15 Richard Laager simple-crashfix.diff from achris in ticket #98. This is a fix for the crasher,
2007-04-15 Richard Laager merge of '346cf9389391965a41f873cb9e225e49cb51362e'
2007-04-16 Sadrul Habib Chowdhury This was causing problems with jabber in finch.
2007-04-15 Sadrul Habib Chowdhury merge of '7c800719ac0b585a5b02eaeb188880c191d1da89'
2007-04-15 Sadrul Habib Chowdhury merge of '8046b7a899d45a4d09e4c0cb3df20a01d7b134fe'
2007-04-15 Stu Tomlinson Autoreply plugin was punted back to the plugin pack
2007-04-15 Stu Tomlinson gaiminc.c was renamed to pidgininc.c
2007-04-15 Sadrul Habib Chowdhury Include header files, not source files. Bah.
2007-04-19 Richard Laager Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to
2007-04-18 Nathan Walp This lets you rename entire trees of prefs. This should help with the migration
2007-04-15 Nathan Walp ca.po update
2007-04-15 Nathan Walp en_GB update
2007-04-15 Stu Tomlinson Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
2007-04-15 Stu Tomlinson Add BUILT_SOURCES to libgnt's Makefile.am. Patch from sadrul to fix the
2007-04-15 Stu Tomlinson merge of '818e92282383bd62cfd83d7cde9d0bad84e648ab'
2007-04-16 Mark Doliner Minor fixes to get "make dist" to work
2007-04-15 Mark Doliner merge of '495fbd738a23f24591f098b137d932381b6bc8ad'
2007-04-15 Mark Doliner Sort smiley themes case-insensitively because I think that's what
2007-04-15 Mark Doliner Call strtolower() so that we don't have to check against the
2007-04-15 Mark Doliner Slightly more descriptive
2007-04-15 Mark Doliner Change another 'append' to 'prepend', since the ordering doesn't matter
2007-04-15 Mark Doliner Change a g_slist_append() to a g_slist_prepend() in one place, and
2007-04-15 Mark Doliner merge of '97036f771347e3ba3136697bcb575ece5e5049a1'
2007-04-15 Gary Kramlich Moving autoreply back to the plugin pack
2007-04-15 Richard Laager simple-casepatch.diff from achris in ticket #98
2007-04-15 Richard Laager Adding the real name for JensenDied.
2007-04-15 Richard Laager Print decent error messages instead of stack traces if there's a problem.
2007-04-15 Richard Laager The .service files for libpurple aren't necessary. Their only purpose is to
2007-04-15 Richard Laager Trac Ticket #149 from JensenDied
2007-04-15 Richard Laager merge of '52a3faed357c462274cac6f2f6359606dd4cdb3d'
2007-04-15 Richard Laager Suppress useless gconf messages. Hopefully I haven't introduced a bashism here.
2007-04-15 Richard Laager Rename pidgin/plugins/gaiminc.c to pidgin/plugins/pidgininc.c
2007-04-15 Richard Laager Apparently the .mtn-ignore patterns are regular expressions. This means
2007-04-15 Richard Laager Add a POTFILES.skip file to skip the crazychat plugin, which isn't built by
2007-04-15 Richard Laager Realign some things after the rename.
2007-04-15 Richard Laager Updated German translations, from ticket #154.
2007-04-15 Richard Laager Fix Ticket #151
2007-04-15 Richard Laager Fix Ticket #152
2007-04-15 Mark Doliner Pull out the same block of code from two places and put it into
2007-04-15 Mark Doliner Fix a memory leak that occurs when a smiley theme lists a filename,
2007-04-15 Mark Doliner Free segfault_message when Pidgin exits abnormally
2007-04-15 Mark Doliner Fix a compile warning
2007-04-15 Richard Nelson Add this now so we don't break abi right after release
2007-04-15 Sadrul Habib Chowdhury Allow adding information widgets in the conversation window.
2007-04-15 Sadrul Habib Chowdhury These bindings are easier for changing window order.
2007-04-15 Sadrul Habib Chowdhury alt-/ to get a list of keybindings for the focused widget.
2007-04-15 Sadrul Habib Chowdhury Add a utility function to create widgets from an XML description.
2007-04-15 Sadrul Habib Chowdhury Add a utility function to assist scrolling in a textview.
2007-04-15 Sadrul Habib Chowdhury We don't need to do anything about the heights here.
2007-04-15 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.
2007-04-15 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.
2007-04-15 Nathan Walp merge of 'aa2170e50c202539ea83f299b04eedf9a5d62178'
2007-04-14 Mark Doliner sf patch #1622581, from Greg Taeger
2007-04-14 Richard Laager merge of '01e42cca23c49f916ae6e003641408af389cf912'
2007-04-14 Richard Laager merge of '1a3995ffd4f7ad079f6377453aed4c3823216afb'
2007-04-15 Stu Tomlinson Fix for building RPMs without finch - fixes part of ticket 123, and add some
2007-04-14 Stu Tomlinson Another ChangeLog entry. Anyone would think I was just trying to get CIA &
2007-04-14 Stu Tomlinson I think this is ChangeLog-worthy. Someone might want to reword it though.
2007-04-14 Stu Tomlinson Changelog the Bi-di/RTL text improvements. I bet there are a billion things
2007-04-14 Richard Laager The musicmessaging plugin was installing to lib/gaim and share/pixmaps/gaim.
2007-04-14 Richard Laager If we're going to keep this, let's not have default paths under /usr/local, k?
2007-04-14 Stu Tomlinson Ignore tar.bz2's too
2007-04-14 Stu Tomlinson Stop Yahoo sending SPAN tags, fixes Yahoo part of ticket 78
2007-04-14 Stu Tomlinson Fix the HTML-on-IRC issues observed as a result of the bi-di text support
2007-04-14 Stu Tomlinson Make non-standard mode characters support connection-specific instead of
2007-04-14 Richard Nelson ...only for groups
2007-04-14 Richard Nelson Remember the collapsed state of groups in the blist
2007-04-14 Richard Nelson merge of '5f2da9b1c55764e371254bcde18f34bb07edcc03'
2007-04-14 Sadrul Habib Chowdhury merge of '1eb0be7082a7d25b66cdd441b3fdb604ad46796f'
2007-04-14 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.
2007-04-14 Sean Egan Fix a possible gstreamer crash
2007-04-14 Sean Egan The things that C will allow to compile astound me. Removes an errant apostrophe.
2007-04-14 Sean Egan Fix ticket #52
2007-04-14 Sean Egan Death to Binreloc\!
2007-04-14 Richard Laager Adding a note to ChangeLog.API to briefly document that API. I shamelessly
2007-04-14 Stu Tomlinson Document my last spec file update. Revisionist history rules!
2007-04-14 Stu Tomlinson merge of '68afd9ff77d030e589ee7972830cf2a91916240f'
2007-04-14 Daniel Atallah merge of '748e70b43d9e828a79f3c72c9fbe484f9e893dbd'
2007-04-13 Richard Laager Add shlomi to the COPYRIGHT file. He wrote the RTL patch, which is apparently
2007-04-14 Sean Egan Add some padding between the emblem and the buddy icon
2007-04-14 Sean Egan but only if it's in the buddy list\!
2007-04-14 Sean Egan Hylke requested that we slightly round the corners of budy icons in the blist to better match the round status icons
2007-04-13 Gary Kramlich Patch from Eoin Coffey to install the mono loader into the correct directory.
2007-04-13 Luke Schierer esperanto!
2007-04-13 Luke Schierer new es.po
2007-04-13 Stu Tomlinson Bleeter thought it might be a good idea to actually put libpurple in the
2007-04-13 Daniel Atallah Updates to .mtn-ignore
2007-04-13 Richard Laager Patch cleanups:
2007-04-13 Shlomi Loubaton Patch from shlomil in ticket #78.
2007-04-13 Richard Nelson Add myself to help->about
2007-04-13 Richard Nelson This is called Finch
2007-04-13 Daniel Atallah Fix Bug #125 (Perl plugins using timeouts not having timeouts unregistered when plugin unloaded)
2007-04-13 Daniel Atallah This should be called Purple.xs instead of Pidgin.xs
2007-04-12 Stu Tomlinson MSN nexus servers seem to have started reporting HTTP 503 Service Unavailable
2007-04-12 Mark Doliner merge of '2b84a8b2d83491cd54feb1e1d9ee5ce1a4c153af'
2007-04-12 Stu Tomlinson Include pidgin.svg in the RPM
2007-04-12 Stu Tomlinson pixmaps/pidgin.png is no more, there are probably more pixmaps changes to
2007-04-11 Stu Tomlinson Whitespace
2007-04-11 Stu Tomlinson Whitespace
2007-04-11 Stu Tomlinson Whitespace
2007-04-11 Luke Schierer merge of '6c54a71cc08e47f3b1498c61ee62d17107165817'
2007-04-11 Sean Egan merge of 'c5609c3b315c4f56aeae24c2339c9b422280584a'
2007-04-11 Sean Egan Had this hanging around. Put Pidgin in the docklet tooltip
2007-04-15 Nathan Walp patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
2007-04-11 Luke Schierer some doc changes
2007-04-11 Luke Schierer merge of '61bd92273cfaf5b40f9f2dbedb86832dcf9ffda7'
2007-04-11 Mark Doliner I noticed some places where we were doing the whole
2007-04-11 Stu Tomlinson merge of '662dc38f3c156e501f9fa55b24a10bfcf82cc7ac'
2007-04-11 Stu Tomlinson Hopefully prevent libpurple causing problems for 3rd party UIs if they also
2007-04-11 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
2007-04-11 Stu Tomlinson Make the -uninstalled.pc files work a bit better, I'm not sure this is 100%
2007-04-11 Stu Tomlinson Avoid a possible NULL pointer dereference
2007-04-11 Stu Tomlinson Avoid a possible NULL pointer dereference
2007-04-11 Stu Tomlinson Remove some dead code
2007-04-11 Stu Tomlinson Separate out libpurple, libpurple-devel and finch-devel RPMs
2007-04-11 Stu Tomlinson Revert to internal UI name of gtk-gaim to preserve UI prefs on upgrade
2007-04-11 Stu Tomlinson "delete" is a reserved word in C++, rename the "delete" member of
2007-04-11 Stu Tomlinson I believe this automated changelog entry was accidentally committed and the
2007-04-11 Luke Schierer Another update from Miles.
2007-04-11 Daniel Atallah uvwarning noticed that this include was wrong
2007-04-10 Luke Schierer merge of '774a6ad28dbf02d6b0679f993a68134a43be527d'
2007-04-10 Luke Schierer translation update
2007-04-10 Richard Laager merge of '4c3d720cd8cc6a8064bdb547b714b74160a7cd19'
2007-04-10 Daniel Atallah Update doxygen to generate stuff that works in Trac
2007-04-10 Daniel Atallah Fix some mingw makefile rename glitches.
2007-04-10 Richard Nelson gntclipboard plugin needs X11
2007-04-10 Richard Nelson merge of '8cbda621265a421cdd48fa7a90bb171ea98d3444'
2007-04-10 Richard Nelson Only ascii keys can be bound, fixes a crash when inputting non-ascii chars
2007-04-10 Luke Schierer translation update
2007-04-10 Nathan Walp merge of '03ee719fb16c544fdcb92c50a84d1b3d000198b0'
2007-04-10 Mark Doliner Fix a typo. This changes a string, but it changes it to something
2007-04-10 Mark Doliner Fix the following compile error:
2007-04-10 Kevin Stange This should get all the Win32 Makefiles in line with
2007-04-10 Richard Laager Updated translation from Martin Srebotnjak <miles@filmsi.net>
2007-04-09 Richard Laager merge of 'c1f8d61fea54568d7834a33e76ecb3d2cf4a022f'
2007-04-09 Daniel Atallah Fix plugins compilation. I forgot to commit this.
2007-04-09 Luke Schierer he.po update
2007-04-09 Luke Schierer (16:27:44) Mirv: LSchiere2: actually, %s/Gaim/Pidgin/ , there's 5 instances
2007-04-09 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?
2007-04-09 Luke Schierer an updated translation
2007-04-23 Richard Laager Patch in Trac ticket #113 from Simom.
2007-04-09 Luke Schierer I think I'm committing the more recent version of this translation
2007-04-10 Nathan Walp new icons from hylke
2007-04-09 Nathan Walp merge of 'd36941e443b528a93bedee123adfcef05776a8c4'
2007-04-09 Richard Nelson merge of '649200ea9c6886cd157833a2ea5b596d48625a8b'
2007-04-09 Nathan Walp fr.po update
2007-04-09 Nathan Walp updated sl.po
2007-04-09 Mark Doliner merge of 'ada29b7febfe2747e4e0a7178ca7dc11ae261d92'
2007-04-09 Daniel Atallah Fix another refcount leak.
2007-04-09 Daniel Atallah Fix #54 (weird blist overlay icons) and a refcount leak (which matters more since the image is being copied now).
2007-04-09 Daniel Atallah Fix some overzealous s/gaim/purple/ stuff.
2007-04-09 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.
2007-04-09 Richard Laager Updated translation from Martin Srebotnjak.
2007-04-09 Richard Laager A one-line patch from Bleeter to fix an RPM build problem.
2007-04-09 Richard Laager Use ~/.gaim if it exists, else ~/.purple. If you think you can make this code
2007-04-09 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.
2007-04-08 Mark Doliner sf patch #1694728, from Andrew Gaul
2007-04-08 Nathan Walp pt_BR update
2007-04-08 Nathan Walp translation updates
2007-04-08 Nathan Walp more help for translators (I removed a few PIDGIN_NAME references
2007-04-09 Richard Nelson word wrapping, fix \r\n newlines
2007-04-07 Nathan Walp make things cleaner for translators
2007-04-07 Nathan Walp merge of '6f088861a14e87600e0d324f5c4c994860b602af'
2007-04-07 Luke Schierer one last pre-announcement translation update
2007-04-07 Nathan Walp block and unblock have the right icons now
2007-04-07 Nathan Walp we have a language that has an accent in the name, so we can't claim
2007-04-07 Nathan Walp oops
2007-04-07 Nathan Walp fix our string-to-time function, and add a couple tests for it
2007-04-06 Nathan Walp merge of '29e959099ed390c625a35e7ea9cf98baa4cb53cb'
2007-04-06 Nathan Walp new icons from hylke
2007-04-06 Luke Schierer more translation updates
2007-04-06 Nathan Walp (09:51:30 AM) hbons: i'm getting rid of all the chatbubbles, they're used too much
2007-04-06 Daniel Atallah Fix dist
2007-04-05 Luke Schierer translation update
2007-04-05 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.
2007-04-05 Daniel Atallah Fix build
2007-04-04 Richard Nelson Don't remember the position of transient windows
2007-04-04 Daniel Atallah merge of '4b0f41a73b406685da6c053dbdd7dc909b4e4183'
2007-04-04 Sadrul Habib Chowdhury merge of '015699f55d664f822a057b5980abe9f7317959b7'
2007-04-04 Sadrul Habib Chowdhury "elb: g_build_pathv is Glib 2.8"
2007-04-04 Nathan Walp new icon goodness (i may have screwed this up, someone check)
2007-04-04 Nathan Walp these are 16x16 now
2007-04-04 Nathan Walp merge of '437e6f11b1b4135556057db73061de861c27c862'
2007-04-04 Sadrul Habib Chowdhury Allow using different methods for reading directory entries.
2007-04-04 Sadrul Habib Chowdhury merge of 'a9451570b92d0f29b2e120ce02c4301e9ed3ced6'
2007-04-03 Mark Doliner Check if debug_win is != NULL before checking the preference. This
2007-04-03 Mark Doliner Add a whimpy ui op to the debug API that returns TRUE if debugging
2007-04-04 Nathan Walp don't show the typing animation when the typing conversation isn't the active tab
2007-04-02 Mark Doliner sf patch #1574238, from Ka-Hing Cheung
2007-04-01 Daniel Atallah Avoid trying to unlock the mutex after it has been destroyed.
2007-04-01 Mark Doliner sf patch #1691784, from William Ehlhardt
2007-04-01 Mark Doliner sf patch #1689182, from Will Thompson
2007-04-04 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.
2007-04-01 Sadrul Habib Chowdhury More fixes for resizing when shadow is turned on.
2007-04-01 Sadrul Habib Chowdhury merge of 'e23bc35af900cf0925d85813b5896e19f73645d2'
2007-04-01 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:
2007-03-31 Daniel Atallah fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
2007-03-31 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.
2007-03-31 Ethan Blanton merge of '1370ba94afc8d4c4413b3887e5f31622dd02e8be'
2007-04-01 Sadrul Habib Chowdhury Backspace to jump to parent.
2007-03-30 Sadrul Habib Chowdhury Fine tune column hiding.
2007-03-30 Sadrul Habib Chowdhury Allow making some columns invisible.
2007-03-29 Sadrul Habib Chowdhury merge of '6e4582fc95533cc15bf3eca89208732cd23286c7'
2007-03-29 Sadrul Habib Chowdhury check-items are wider.
2007-03-29 Luke Schierer (13:18:55) LSchiere2: nosnilmot: I've been unable to compile most of the week
2007-03-30 Stu Tomlinson Something about this looked wrong to me:
2007-03-29 Stu Tomlinson Remove references to pidgin.png - it's been removed from the repository,
2007-03-29 Richard Nelson plug some leaks
2007-03-29 Sadrul Habib Chowdhury merge of '8234b7410814fdf12ae818767f1901acf28e565c'
2007-03-28 Luke Schierer new nb.po, which I cannot fully test if my changes compile because I still cannot compile pidgin at all.
2007-03-28 Luke Schierer merge of 'ee2473f71341ef0bbbc782c3f43a8842b164b543'
2007-03-27 Luke Schierer make syncing to svn easier by having uniform line endings
2007-03-29 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.
2007-03-28 Sadrul Habib Chowdhury merge of '83e14c03d3957ab1b26da6d2893e252cd421ffa8'
2007-03-28 Nathan Walp fix prompting to add a buddy after authorization if they're already on our list
2007-03-28 Richard Laager merge of '0085ab4270a2c3e855d09e04044376efb74433e1'
2007-03-27 Luke Schierer translation updates. I would see if they compile, but I can't compile at all right now.
2007-03-27 Evan Schoenberg merge of '94ae02f3a29e8da49d90cf447907e2c07735c9cd'
2007-03-27 Evan Schoenberg merge of '7172b457b2254aea4fdb335f5cb8b43dcbb127f5'
2007-03-28 Sadrul Habib Chowdhury move to the next entry after (un)tagging an item.
2007-03-27 Sadrul Habib Chowdhury merge of '58f408c6a0eb5c8b0411d8ac4754a14bef441062'
2007-03-27 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.
2007-03-27 Evan Schoenberg purple_pmp_create_map() returns a gboolean now, not a pointer
2007-03-27 Evan Schoenberg merge of '343dc2d52b5a1cb204359ecc11a1b4d98b984dd0'
2007-03-27 Evan Schoenberg Added Zac West to the COPYRIGHT
2007-03-27 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.
2007-03-27 Sadrul Habib Chowdhury A few more fixes for resizing.
2007-03-27 Sadrul Habib Chowdhury merge of '7e96b2a5202c1dd624ba497a2713aec816233996'
2007-03-27 Sadrul Habib Chowdhury Do not crash when resizing with shadows turned on.
2007-03-27 Richard Nelson allow cancellation of transfers waiting to be accepted
2007-03-27 Richard Nelson typos
2007-03-26 Richard Laager merge of '479ec3bc42bb56e872fb1e8d5975ee5cc73f9cb8'
2007-03-24 Richard Laager A small fix to the patch from ecoffey: Gary pointed out that the strcmp()
2007-04-16 Richard Laager Commit a proper copy of this binary file. The old one was corrupted,
2007-03-27 Richard Nelson merge of '3373e976438182796e93bab7ded908eba4db04ed'
2007-03-27 Richard Nelson fix file saving
2007-03-26 Daniel Atallah Some pixmap path fixes and win32 fixes
2007-03-26 Mark Doliner More gaim->whatever isms
2007-03-26 Mark Doliner A little doxygen love and some tiny gaim->purpleisms
2007-03-26 Mark Doliner Minor cleanup
2007-03-26 Sadrul Habib Chowdhury Update readme
2007-03-26 Sadrul Habib Chowdhury makefile
2007-03-26 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.
2007-03-26 Sadrul Habib Chowdhury Some define changes. This helps in generating the python bindings.
2007-03-26 Sadrul Habib Chowdhury use file select dialog
2007-03-26 Sadrul Habib Chowdhury merge of 'af97194f292b3a82f2a36fc3094f579a3dfc2841'
2007-03-26 Sadrul Habib Chowdhury merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
2007-03-26 Mark Doliner merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
2007-03-26 Sadrul Habib Chowdhury Allow selecting multiple files from the file-select dialog.
2007-03-26 Sadrul Habib Chowdhury merge of '639aeb100fb910f3edcaf8b015a77e8d49ef250c'
2007-03-25 Evan Schoenberg These should return FALSE, not NULL, when NET_RT_DUMP2 isn't available; they return a gboolean, not a pointer.
2007-03-25 Mark Doliner Fix some reads of invalid memory when shutting down bonjour when there
2007-03-25 Mark Doliner Fix a small tooltip-related memleak
2007-03-25 Mark Doliner Fix a one time memleak of 24 bytes. purple_log_init() was passing
2007-03-25 Mark Doliner Minor code cleanup
2007-03-25 Mark Doliner Correctly handle the Jabber disconnection error for signing onto the
2007-03-25 Mark Doliner Get rid of some unused comments
2007-03-25 Mark Doliner Don't advertise that we support the adverts, invite and translate
2007-03-25 Mark Doliner Minor 'make dist' fix and check for installed versions of pidgin, not gaim
2007-03-25 Mark Doliner Get rid of gaim.png. We already have a pidgin.png. Not sure where
2007-03-25 Mark Doliner Rename some gaim icons to pidgin icons. These should probably change
2007-03-25 Mark Doliner Rename our schemas file and update the url handler to point to the
2007-03-25 Mark Doliner This was giving me a warning saying the function wasn't previously declared
2007-03-25 Evan Schoenberg merge of '1173b4c1787e5dff1b7103c46ca71ed23f199be7'
2007-03-25 Evan Schoenberg Whitespace fixes
2007-03-25 Evan Schoenberg merge of '07e7dc60c6d454ea53b2d205797d1d823fef5567'
2007-03-25 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.
2007-03-25 Mark Doliner Wow, how old was this thing?
2007-03-25 Mark Doliner Change some stuff from gaim to pidgin
2007-03-25 Mark Doliner Changes that give crazychat a better chance of compiling with purple and pidgin
2007-03-25 Mark Doliner Rename gaim.m4 to purple.m4. This is for other applications that
2007-03-25 Mark Doliner Whitespace and make sure stuff is #defined to an actual value.
2007-03-25 Mark Doliner Get rid of an unnecessary strdup
2007-03-25 Mark Doliner More complete namespacing of nat-pmp
2007-03-24 Mark Doliner Go back to using ~/.gaim/ until we decide what to do.
2007-03-24 Mark Doliner Trying to find a pref with the name NULL or a name that doesn't
2007-03-24 Mark Doliner merge of 'a023355644afe1706072f39dcd9311b6bbef8156'
2007-03-24 Stu Tomlinson <SimGuy> hey, someone should fix :-L in yahoo to point to the right file
2007-03-24 Stu Tomlinson Silence a warning about purple_network_finish_pmp_map_cb being defined but
2007-03-24 Stu Tomlinson Include ciphertest.c in EXTRA_DIST
2007-03-24 Stu Tomlinson Build gntclipboard plugin by default. If we don't want this, at least
2007-03-24 Stu Tomlinson Update #includes to match changes in jabber
2007-03-24 Stu Tomlinson Re-arrange #includes so 'make check' stands a chance of passing during
2007-03-24 Stu Tomlinson Fix compiler warnings and errors in tests resulting from using DEBUG_CFLAGS
2007-03-24 Stu Tomlinson One step towards passing "make distcheck"
2007-03-24 Stu Tomlinson A couple more gaims bite the dust
2007-03-24 Stu Tomlinson s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
2007-03-24 Stu Tomlinson More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
2007-03-24 Stu Tomlinson Include window-icon.png in make dist
2007-03-24 Stu Tomlinson Include tray icons in make dist
2007-03-24 Stu Tomlinson Update POTFILES.in to reflect filename changes
2007-03-24 Stu Tomlinson Include defines.h in make dist
2007-03-24 Stu Tomlinson Fix a compile warning so that statusbox_got_url() might actually work
2007-03-24 Richard Laager Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
2007-03-24 Richard Laager The Message Timestamp Formats plugin lacked an ID before.
2007-03-24 Richard Laager SF Patch #1686400 from Eoin Coffey ("ecoffey")
2007-03-23 Mark Doliner Fix the Yahoo! :-L smiley. Kevin Stange found this. Thanks mon ami
2007-03-23 Daniel Atallah move internal stuff to libc_internal.h to fix warnings
2007-03-23 Daniel Atallah missing comma
2007-03-22 Evan Schoenberg merge of '2ece6994d58f95af39f4e36b5e5b58116198188a'
2007-03-21 Daniel Atallah merge of '22407f95a65ee080c4c0d31e326d1f94e91fa5b3'
2007-03-21 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
2007-03-21 Richard Laager Install pixmaps to the right directories and make them load properly.
2007-03-21 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.
2007-03-21 Richard Laager More s/purple.sourceforge.net/pidgin.im/, this time for the release notification plugin.
2007-03-21 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).
2007-03-21 Richard Laager disapproval of revision 'e3e969c26f10e201035feb11d97774f43ab7c3d4'
2007-03-21 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).
2007-03-21 Richard Laager Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).
2007-03-21 Richard Laager Make sounds work by correcting the path.
2007-03-21 Richard Laager With this change, IRC Helper builds without changes to the source (only the Makefile).
2007-03-21 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!
2007-03-21 Richard Laager Install sounds to the right directory: s/gaim/pidgin/
2007-03-20 Sean Egan Better 16px xa icons
2007-03-20 Sean Egan Fix smileys
2007-03-20 Luke Schierer merge of '508b969eb6b11cc64db8eb5e17f1699479731ef3'
2007-03-22 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.
2007-03-20 Evan Schoenberg gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
2007-03-20 Evan Schoenberg Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
2007-03-20 Evan Schoenberg merge of '31ed92ba1b530f050510b4958686e3013ba4176c'
2007-03-20 Evan Schoenberg Fixed connection errors; this logical check on 'text' was reversed.
2007-03-26 Sadrul Habib Chowdhury disapproval of revision '88322be73f5336575c98479b2270ab9fcf2a8a75'
2007-03-20 Sadrul Habib Chowdhury Use the file selector for request-file.
2007-03-20 Sadrul Habib Chowdhury Directory only selection.
2007-03-20 Sadrul Habib Chowdhury merge of '36e65545c68cbe4b96476b945c9ae5fd60f34c9d'
2007-03-20 Sadrul Habib Chowdhury File selector dialog. Still in an experimental state. When properly complete, this can be used for file/folder-request etc.
2007-03-19 Daniel Atallah merge of '0a663b4559fccaac525563fa419332507e4a0475'
2007-03-19 Richard Nelson Rename/update finch man page
2007-03-19 Richard Nelson Group autocomplete for buddy adding
2007-03-20 Luke Schierer Björn noticed several errors in the ta.po
2007-03-19 Luke Schierer merge of 0a663b4559fccaac525563fa419332507e4a0475
2007-03-19 Luke Schierer (14:19:21) Geddeth: lschiere: in the recent translation update, kn.po is an HTML document
2007-03-19 Daniel Atallah merge of '74177ab1f5003a87ec15dcfda14924e5ea2ba0ec'
2007-03-19 Daniel Atallah merge of '86166d6c6bbbb2db3ad947a061bfb6f4f13d9d1c'
2007-03-19 Daniel Atallah Pidgin perl fixes for s/gaim/purple/.
2007-03-19 Daniel Atallah .mtn-ignore updates
2007-03-19 Daniel Atallah merge of '4f3716fabe4921140f734b988e908d44142507e0'
2007-03-19 Daniel Atallah merge of 'b832e269fb7a739638e43b6d96e1b5fa46f3a64c'
2007-03-19 Daniel Atallah Perl fixes for s/gaim/purple/. This hasn't really been tested yet.
2007-03-19 Daniel Atallah win32 fixes for s/gaim/purple/ stuff.
2007-03-19 Daniel Atallah Pidgin updates for hungarian win32 installer translation
2007-03-19 Daniel Atallah win32 fixes for s/gaim/purple/ stuff.
2007-03-19 Sadrul Habib Chowdhury s/gaim/purple/
2007-03-19 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
2007-03-19 Sadrul Habib Chowdhury merge of '9d227438376255715d0d778ce0a57734aed4c99a'
2007-03-19 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.
2007-03-19 Nathan Walp merge of '04fd9089e93e64f81bc6caafb8bd7805037cd3ad'
2007-03-18 Daniel Atallah merge of '5d82380976ddbe6635550905c1fac7198a445809'
2007-03-19 Sean Egan who knew that --disable-plugins still worked?! Also, some completely untested support for aim:buddyicon, which I'll look at more tomorrow
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-03-19 Sean Egan According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
2007-03-19 Sean Egan More Gaim to Pidgin stuff
2007-03-18 Sean Egan More Gaim to Pidgin changes
2007-03-19 Nathan Walp update POTFILES.in for finch
2007-03-18 Sean Egan renamed gaim-text to finch
2007-03-18 Sadrul Habib Chowdhury Allow non-alt non-ctrl bindings. I broke this with me last few changes.
2007-03-18 Stu Tomlinson merge of '78927bbb5efcb0b6518b037923d9b2049e4f892d'
2007-03-18 Stu Tomlinson Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and
2007-03-19 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.
2007-03-18 Luke Schierer merge of '26a511ef6be2c20a09d0fd93527980c97169c67e'
2007-03-17 Stu Tomlinson plug some memory leaks
2007-03-17 Stu Tomlinson Mark "Away" for translation
2007-03-17 Stu Tomlinson This is tidier
2007-03-17 Stu Tomlinson Protection against missing SHA1C
2007-03-17 Stu Tomlinson Only use gnutls and nss CFLAGS for the relevant plugins, not for all SSL
2007-03-17 Stu Tomlinson minor cleanups, and make 'make check' work with older versions of Check
2007-03-17 Stu Tomlinson libpurplify the 'make check' tests so they work again
2007-03-17 Stu Tomlinson g_unichar_iswide_cjk() is only in glib 2.12 and newer, and I suspect
2007-03-17 Stu Tomlinson Move the tooltip window before showing the tooltip to avoid a transient
2007-03-17 Stu Tomlinson internal.h is a private, uninstalled, header that should not be used by
2007-03-17 Stu Tomlinson Re-order includes to fix this compile error:
2007-03-16 Sadrul Habib Chowdhury Make sure unbound key-combinations are handled properly.
2007-03-17 Daniel Atallah Minor cleanup.
2007-03-17 Daniel Atallah Fix reversed NULL check.
2007-03-18 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
2007-03-18 Luke Schierer lots of translation updates. Some of these I neglected for way too long.
2007-03-16 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).
2007-03-16 Daniel Atallah Add support for registering URI handlers to the windows installer.
2007-03-16 Nathan Walp merge of '781d0a4beb5fa7b8916127b6e322aa96419230ce'
2007-03-16 Nathan Walp *sigh*
2007-03-15 Sadrul Habib Chowdhury This takes way too much memory, especially with ncursesw. I hadn't noticed, because apparently I was using ncurses.
2007-03-14 Richard Nelson fix extraneous char being added when gntentry's buffer grows
2007-03-13 Evan Schoenberg merge of '1e5814c18dbd7349240ceeec8f3d25583e42a7bd'
2007-03-12 Evan Schoenberg Fixed whitespace and variable naming issues with the patch I accepted in 66925c4a3abff28f8826399d55051c6c40ffbe42
2007-03-12 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.
2007-03-13 Mark Doliner Change connection.c:gaim_connection_error() to still work even if the
2007-03-13 Mark Doliner Don't use g_list_length() and g_slist_length() when all you want to
2007-03-13 Mark Doliner There were a few problems here
2007-03-10 Mark Doliner Thanks to Ka-Hing Cheung for catching this
2007-03-10 Mark Doliner These aren't errors in Gaim--they happen under normal operation
2007-03-09 Sadrul Habib Chowdhury Fork\!