Smew [Thu, 13 May 2010 10:10:48 -0400] rev 2951
1.4b18
Smew [Thu, 13 May 2010 10:10:05 -0400] rev 2950
Updated copyright in the Get Info String to 2001-2010. Preparing to build 1.4b18
mathuaerknedam [Wed, 12 May 2010 22:35:45 -0500] rev 2949
Adding myself to Copyright.txt. I never took the time to update it when submitting previous patches, so it gets to be the test for my new push access. :)
alangh [Wed, 12 May 2010 20:38:35 -0600] rev 2948
Goodbye Pic.im image uploading service. It was fun while it lasted...
(Part of the demise of tr.im)
alangh [Wed, 12 May 2010 20:15:53 -0600] rev 2947
Added Moses Lei as a contributer, and realized that my name wasn't in there either. So I added myself and alphabetized the list while I was at it.
alangh [Wed, 12 May 2010 19:42:47 -0600] rev 2946
Patch to fix IRC tab completion with aliased names. Fixes #12728. Thanks mlei.
Evan Schoenberg [Wed, 12 May 2010 12:36:43 -0500] rev 2945
Don't allow spaces in the variant name when replacing %variant% keywords; replace them with an underscore (_). Fixes #12702
(transplanted from 41a9e7637f5bab5617946b8bf857f61c009656c7)
alangh [Wed, 12 May 2010 06:59:21 -0600] rev 2944
merge
alangh [Wed, 12 May 2010 06:57:21 -0600] rev 2943
Merge
Alan Humpherys [Wed, 12 May 2010 06:54:16 -0600] rev 2942
Fixed the easy part of 13870 by removing tr.im from the list of URL shorteners...
Still todo, removing it from the 2 places where adium uses tr.im as the url shortener for internal purposes.
Alan Humpherys [Thu, 29 Apr 2010 09:08:02 -0600] rev 2941
Fixed a missing bracket causing a build error.
Evan Schoenberg [Tue, 11 May 2010 21:32:52 -0500] rev 2940
When an AWEzvContact deallocates, it should set its stream's delegate to nil, as the delegate is an assigned, not retained, ivar, and there's no guarantee the stream will immediately deallocate. This should fix #13727
(transplanted from 68f0336e74f979d7d114f9f2192142f6676b99df)
Evan Schoenberg [Tue, 11 May 2010 20:37:20 -0500] rev 2939
Patch from astrange and kbotc which fixes cursor support for long Twitter follow lists. Fixes #13590.
(transplanted from 5871e3c08231e228131151a3c9a29d9b6dcf6835)
Evan Schoenberg [Tue, 11 May 2010 20:08:06 -0500] rev 2938
Updated preference names for Timeline and Replies Last ID, as old values are now corrupt
(transplanted from f246198667526302c85504beae4b90f0be657cf3)
Evan Schoenberg [Tue, 11 May 2010 19:26:13 -0500] rev 2937
Localization fix for fr_CA from bluenose. Fixes #13667
(transplanted from 06b05926bb6ac3fdb220566e6e587b537fba16b0)
Evan Schoenberg [Tue, 11 May 2010 19:20:40 -0500] rev 2936
Two string size fixes from bluenose. Fixes #13529
(transplanted from 0b07f7debc7eca7a9090552dd86fa5f83fc7d99e)
Evan Schoenberg [Mon, 10 May 2010 12:22:28 -0500] rev 2935
Improved Authorization Request Window toolbar icons from George Lambrou. Thanks :)
(transplanted from c6246b68b2b70c4221b21dba01365dc4d1d58692)
Evan Schoenberg [Mon, 10 May 2010 12:24:23 -0500] rev 2934
Added designable.nib
Smew [Mon, 03 May 2010 22:40:32 -0400] rev 2933
1.4b18
Evan Schoenberg [Mon, 03 May 2010 21:12:14 -0500] rev 2932
im.pidgin.adium.1-4 @ 1f5f812e500972cfb805d2cf0b3bc423cf2b7f3f which should fully fix the SASL authentication failure issues. Still to do at some point in the future is make the xmpp password request process not suck for if no password is entered; currently, it shows a request fields dialogue instead of going through our own proper password window.
Evan Schoenberg [Mon, 03 May 2010 15:35:58 -0500] rev 2931
Changes for building from current im.pidgin.adium.1-4
Evan Schoenberg [Mon, 03 May 2010 15:10:34 -0500] rev 2930
Need this header for current xmpp to compile:
Evan Schoenberg [Mon, 03 May 2010 13:38:58 -0500] rev 2929
Reworking of handling #8108 - workaround the iChat bug without always falling back on jabber:iq:auth. Hopefully. im.pidgin.adium.1-4 @ 2fcd834324b05d3becf6878db8ce1c474578e720
Evan Schoenberg [Mon, 03 May 2010 13:03:48 -0500] rev 2928
im.pidgin.adium.1-4 @ a3e535e42d78f3c plus a change to disable our 'fallback' to jabber:iq:auth if CYRUS-SASL fails after attempting GSSAPI, a hack which was put in place apparently to fix an incompatibility with iChat Server 10.5 with GSSAPI enabled but which also causes numerous inconsistencies in other settings.
I'll commit the change to im.pidgin.adium.1-4 and im.pidgin.adium itself if this still works in further testing.
Evan Schoenberg [Thu, 29 Apr 2010 14:35:29 -0500] rev 2927
Note the number of resolved addresses when doing a dns lookup. Refs #12632
(transplanted from daa5538570b42f343560b9e67f661a34213deaab)
Evan Schoenberg [Thu, 29 Apr 2010 10:12:29 -0500] rev 2926
Fixed a missing } from a merge error
Evan Schoenberg [Tue, 27 Apr 2010 11:09:33 -0500] rev 2925
If no password is set, use NULL, not "", as the password to send libpurple, as code in various places checks for NULL rather than a 0-length string. This, in turn, fixes prompting for the password if no password is entered for a Jabber account which needs one. The form-based request is ugly, but at least now it's functional.
(transplanted from bd12f98a66c31a0b5207303be6e02e1efced9724)
Evan Schoenberg [Mon, 26 Apr 2010 20:14:11 -0500] rev 2924
Catch and log exceptions when an error is encountered using LMX to parse a chat transcript. Fixes #13628 - the crash, at least. We'll now just skip messages from the error-causing transcript. The actual issue at hand is within LMX and is described in detail at [http://bitbucket.org/boredzo/lmx/issue/3/ LMX Issue #3].
(transplanted from d23b7f99e0d000237000577b2783cf9dc0e3ac9e)
Evan Schoenberg [Mon, 26 Apr 2010 18:55:40 -0500] rev 2923
Cleaned up and fixed up addition to the address book from contextual menus.
* Don't allow selecting 'Add to Address Book' if the contact isn't address-bookable (e.g. a Facebook contact)
* Properly handle (without crashing) a metacontact which can be added by virtue of one of its contained contacts but which has one or more contacts ineligible. Fixes #13609
* When adding a metacontact, add all contacts on each supported service, not just the last
* Documentation
(transplanted from 7e558d594125f564629560e0ea944604a9505787)
Evan Schoenberg [Mon, 26 Apr 2010 20:16:06 -0500] rev 2922
This Polish update has missed committing somehow
Evan Schoenberg [Mon, 26 Apr 2010 20:15:51 -0500] rev 2921
This Polish update has missed committing somehow
Frank Dowsett <wixardy@adium.im> [Sun, 25 Apr 2010 21:15:44 -0400] rev 2920
Updated de localizations from mwulftange. Fixes #13543 and #13927
Frank Dowsett <wixardy@adium.im> [Sun, 25 Apr 2010 20:13:42 -0400] rev 2919
Updated Greek localization from tzikis. Fixes #13813
Frank Dowsett <wixardy@adium.im> [Sun, 25 Apr 2010 20:08:51 -0400] rev 2918
Updated fr localization from Armas. Fixes #13690
Frank Dowsett <wixardy@adium.im> [Sun, 25 Apr 2010 20:07:29 -0400] rev 2917
Updated sv localization from Andune. Fixes #13761
Frank Dowsett <wixardy@adium.im> [Sun, 25 Apr 2010 19:55:09 -0400] rev 2916
Updated pl localization from toszcze. Fixes #13617
Frank Dowsett <wixardy@adium.im> [Sun, 25 Apr 2010 19:22:19 -0400] rev 2915
Updated nl localization from digistorm. Fixes #13527
Zachary West <zacw@adium.im> [Thu, 15 Apr 2010 19:05:21 -0400] rev 2914
Separate out <geo>, <coordinates>, and <place> tags in statuses so we don't override values. Fixes #13829.
We should probably look at updating the engine after 1.4 is released, since we're working with semi-out-of-date Twitter API things now.
Thanks for the investigative work kbotc and sam_.
Andreas Monitzer <am@adiumx.com> [Thu, 01 Apr 2010 22:41:37 +0200] rev 2913
Another font flag fix by kbotc. Refs #9594
Andreas Monitzer <am@adiumx.com> [Thu, 01 Apr 2010 22:27:02 +0200] rev 2912
Fix of long-standing bug in FONT-tag handling by kbotc. Fixes #9594
Frank Dowsett <wixardy@adium.im> [Tue, 16 Mar 2010 22:14:34 -0400] rev 2911
Enable the header control when there's a topic or a header and "Use regular chat style settings" is enabled. Fixes #13791
(transplanted from d7fe2ee7d9b1a0d3e83ed73053e8866c9cc958a2)
Frank Dowsett <wixardy@adium.im> [Tue, 16 Mar 2010 06:35:39 -0400] rev 2910
Don't enable the header control if there isn't a header or topic for regular or group chats respectively. Fixes #13791
(transplanted from 3629989a40f9c22595d5a7569d41e369729b3160)
Stephen Holt <sholt@adium.im> [Sun, 14 Mar 2010 00:55:15 -0500] rev 2909
Add a typeToFindEnabled iVar, type BOOL. Build fix-1.4 part The Only.
Evan Schoenberg [Sat, 13 Mar 2010 21:03:19 -0600] rev 2908
Added William Bowling and updated year
Evan Schoenberg [Sat, 21 Nov 2009 15:31:05 -0600] rev 2907
Added hidden preference AIDisableContactListTypeToFind which, if set to true, turns off automatic filter bar display when typing in the contact list
(transplanted from d3077a9b1875a87822046ef498e230537164c0e6)
Evan Schoenberg [Sat, 13 Mar 2010 20:30:05 -0600] rev 2906
CodingStyle
(transplanted from 8d3eb1d1acaf8135f1155ee27ff844a1d7c739a4)
William Bowling <will@wbowling.info> [Tue, 03 Nov 2009 15:33:33 +1100] rev 2905
Bookmarks should not be able to be invited to chats.
Removes the "Invite to Chat" menu for bookmarks as well as disabling drag and drop for bookmarks into group chats.
(transplanted from 4758aba8104ad44c683e987131e84fa3daddd9ba)
(transplanted from 049a102719256fd3fb0cdc67abd39f8520c79510)
Evan Schoenberg [Sat, 13 Mar 2010 20:25:36 -0600] rev 2904
Default nextMessageFocus to YES in AIWebKitMessageViewController so that the first content received, if the chat isn't in focus, will still be known to be first. Fixes #13793
Evan Schoenberg [Sat, 13 Mar 2010 20:12:33 -0600] rev 2903
Facebook contact list is not editable
Evan Schoenberg [Sat, 13 Mar 2010 20:09:47 -0600] rev 2902
Disable Facebook friend management, turning off that authorization request window for Faceboook entirely. This also prevents accidental deletion of Facebook friends from your list - it's not obvious to me, at least, that a deletion in Adium would completely remove the friend on Facebook. Fixes #13504
Evan Schoenberg [Sat, 13 Mar 2010 19:55:50 -0600] rev 2901
lmx-x86_64-currentindexfix without debug logging. Fixes #13499
(transplanted from 7c30672e8e1c635644a9286d4801b5e3a164cfe2)
Stephen Holt <sholt@adium.im> [Mon, 01 Mar 2010 11:06:59 -0500] rev 2900
Remove cookie handling from our message views.
This results in about a 10% savings in memory usage, according to ObjectAlloc, with about 5 IRC windows open. YMMV.
(transplanted from ce4a2a182037e907d9098466e7c96daa43571abd)
David Smith <catfish.man@gmail.com> [Mon, 08 Feb 2010 15:58:53 -0800] rev 2899
It turns out that aesthetic categories on Cocoa classes are not always safe...
Stephen Holt <sholt@adium.im> [Wed, 03 Feb 2010 13:05:37 -0500] rev 2898
Ignore fileTransfer events (and only fileTransfer events) when filtering for emoticons. Fixes #10927
jhildebr@cisco.com [Tue, 02 Feb 2010 19:35:42 -0700] rev 2897
Fix for Ticket #13731, Dueling Resources. Ensure that the real disconnect error is kept, and not over-ridden by subsequent socket errors.
Reviewed by Stephen Holt <sholt@adium.im>. Fixes #13731.
Andrew Wellington <proton@adium.im> [Mon, 14 Dec 2009 16:00:37 +1100] rev 2896
Fixes #12926 by setting the "First Run" preference correctly
Zachary West <zacw@adium.im> [Tue, 12 Jan 2010 14:11:40 -0500] rev 2895
Also disable pulling user pages when changing Twitter account preferences.
Smew [Tue, 12 Jan 2010 13:51:27 -0500] rev 2894
For releases, also clean designable.nib.
Smew [Tue, 12 Jan 2010 13:22:02 -0500] rev 2893
Version up to 1.4b18.
Smew [Tue, 12 Jan 2010 13:21:24 -0500] rev 2892
im.pidgin.adium.1-4 at 202724e8b2db59bbf4315c9e0a48069cf24b6881
Smew [Tue, 12 Jan 2010 13:20:15 -0500] rev 2891
Updated libjson-glib.framework
Zachary West <zacw@adium.im> [Mon, 11 Jan 2010 20:51:29 -0500] rev 2890
Temporarily disable pulling in user pages as followed-in-contact-list since I don't have the time to fix it.
Stephen Holt <sholt@adium.im> [Tue, 22 Dec 2009 14:07:15 -0500] rev 2889
Retaining this string here makes next to no sense. Removing the retain fixes a leak of a NSString object on every MUC user count update.
Zachary West <zacw@adium.im> [Sat, 12 Dec 2009 13:32:29 -0500] rev 2888
Compile with zlib so facebookchat compresses itself up the wazoo (upwards of 75%).
Evan Schoenberg [Tue, 08 Dec 2009 10:40:06 -0600] rev 2887
Russian localization update from Anton Sotkov
(transplanted from 3492b6f4b3c801dcd355f92307cb930597a86377)
Evan Schoenberg [Mon, 07 Dec 2009 22:35:22 -0600] rev 2886
Patch from Luca Motta ('''lucamot''') which fixes #13537 ("Dock icon not updating after system is put to sleep"). Thanks!
(transplanted from 179a22b315e7a7472bb95abb8ae603b371f544cc)
Evan Schoenberg [Mon, 07 Dec 2009 22:25:17 -0600] rev 2885
Added Luca Motta to the copyright file
(transplanted from 03fbcb47ee5f7b9ede4ae1f1080f54bc42508b82)
Evan Schoenberg [Mon, 07 Dec 2009 22:24:50 -0600] rev 2884
Patch from Luca Motta ('''lucamot''') which fixes dock icons with overlays randomly displaying as flipped upside down in the dock icon preview sheet. Thanks! The bug has existed as long as Adium has. Fixes #2812
(transplanted from b11b147bd3dba56f4327b3c65f50a8798aaabee2)
Evan Schoenberg [Mon, 07 Dec 2009 22:20:19 -0600] rev 2883
Properly update the displayed dock icon in the Appearance preferences if it is changed via the show all dock icons sheet before the menu was clicked (and therefore built)
(transplanted from 06259ef49a44907d65ce888e808d42fea30e65fe)
Evan Schoenberg [Mon, 07 Dec 2009 22:19:12 -0600] rev 2882
Indicate the currently selected dock icon when showing all dock icons via the Appearance preferences
(transplanted from 0c299ebf38cfc9b772822a19a47920ef47a2749f)
Zachary West <zacw@adium.im> [Mon, 07 Dec 2009 20:46:52 -0500] rev 2881
Updated Safari.scpt from '''dak180''' (sans unnecessary `if` clauses by me). Fixes #13559.
Zachary West <zacw@adium.im> [Sat, 05 Dec 2009 15:11:10 -0500] rev 2880
Add com.apple.package to the chatlist UTI declaration. Fixes #11106.
I guess comparing it to the other UTI and realizing package *and* bundle are both required is helpful.
(transplanted from d5d3cfb8fedadf03e300e51a1097ce22ce2d7f6f)
Zachary West <zacw@adium.im> [Sat, 05 Dec 2009 14:41:23 -0500] rev 2879
Actually use the method added. Fixes #13551.
Zachary West <zacw@adium.im> [Sat, 05 Dec 2009 13:09:19 -0500] rev 2878
Only check if a cached user icon exists, instead of reading it in. Fixes #13551.
This *significantly* speeds up Twitter accounts.
Evan Schoenberg [Fri, 04 Dec 2009 08:37:56 -0600] rev 2877
zh_TW updates from Jack Lin
(transplanted from d85214653b95a0952fb0a2da2668ef6e91034c08)