adium-1.3 365:5c4a28266d2c: im.pidgin.adium-1.3 @ f220b7a, which...
commits at adium.im
commits at adium.im
Thu Aug 20 02:03:37 UTC 2009
details: http://hg.adium.im/adium-1.3/rev/5c4a28266d2c
revision: 365:5c4a28266d2c
author: Evan Schoenberg
date: Wed Aug 19 21:09:31 2009 -0500
im.pidgin.adium-1.3 @ f220b7a, which includes pidgin-facebookchat [646], with fixes for 64-bit UIDs sending messages and to be able to disable groups. A huge thanks to eion for adding the ability to disable groups on short notice to let us upgrade to the current version of pidgin-facebookchat for adium 1.3.6.
Subject: adium-1.3 366:c7044979c5c4: Updated for libpurple 2.5.9
details: http://hg.adium.im/adium-1.3/rev/c7044979c5c4
revision: 366:c7044979c5c4
author: Evan Schoenberg
date: Wed Aug 19 21:10:05 2009 -0500
Updated for libpurple 2.5.9
Subject: adium-1.3 367:78cf23a61398: merge down the space dust
details: http://hg.adium.im/adium-1.3/rev/78cf23a61398
revision: 367:78cf23a61398
author: Evan Schoenberg
date: Wed Aug 19 21:10:17 2009 -0500
merge down the space dust
diffs (99 lines):
diff -r b2069940d048 -r 78cf23a61398 Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj
--- a/Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj Tue Aug 18 15:39:43 2009 -0500
+++ b/Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj Wed Aug 19 21:10:17 2009 -0500
@@ -617,6 +617,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_VERSION = 4.0;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
SYMROOT = ../../build;
};
diff -r b2069940d048 -r 78cf23a61398 Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj
--- a/Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj Tue Aug 18 15:39:43 2009 -0500
+++ b/Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj Wed Aug 19 21:10:17 2009 -0500
@@ -413,6 +413,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
+ GCC_VERSION = 4.0;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
SYMROOT = ../../build;
};
diff -r b2069940d048 -r 78cf23a61398 Frameworks/RBSplitView/RBSplitView.xcodeproj/project.pbxproj
--- a/Frameworks/RBSplitView/RBSplitView.xcodeproj/project.pbxproj Tue Aug 18 15:39:43 2009 -0500
+++ b/Frameworks/RBSplitView/RBSplitView.xcodeproj/project.pbxproj Wed Aug 19 21:10:17 2009 -0500
@@ -579,6 +579,7 @@
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
CURRENT_PROJECT_VERSION = 1.1.4;
GCC_PREFIX_HEADER = Source/RBSplitView_Prefix.pch;
+ GCC_VERSION = 4.0;
PRODUCT_NAME = RBSplitView;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
SYMROOT = ../../build;
diff -r b2069940d048 -r 78cf23a61398 Frameworks/libpurple.framework/Versions/0.5.9/libpurple
Binary file Frameworks/libpurple.framework/Versions/0.5.9/libpurple has changed
diff -r b2069940d048 -r 78cf23a61398 Other/Adium Spotlight Importer/AdiumSpotlightImporter.xcodeproj/project.pbxproj
--- a/Other/Adium Spotlight Importer/AdiumSpotlightImporter.xcodeproj/project.pbxproj Tue Aug 18 15:39:43 2009 -0500
+++ b/Other/Adium Spotlight Importer/AdiumSpotlightImporter.xcodeproj/project.pbxproj Wed Aug 19 21:10:17 2009 -0500
@@ -492,6 +492,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_VERSION = 4.0;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
SYMROOT = ../../build;
};
diff -r b2069940d048 -r 78cf23a61398 Plugins/Purple Service/PurpleFacebookAccount.m
--- a/Plugins/Purple Service/PurpleFacebookAccount.m Tue Aug 18 15:39:43 2009 -0500
+++ b/Plugins/Purple Service/PurpleFacebookAccount.m Wed Aug 19 21:10:17 2009 -0500
@@ -32,6 +32,9 @@
* to us.
*/
purple_account_set_bool(account, "facebook_get_notifications", FALSE);
+
+ // Disable this for 1.3 where we don't support multiple containers.
+ purple_account_set_bool(account, "facebook_use_groups", FALSE);
}
- (NSString *)host
diff -r b2069940d048 -r 78cf23a61398 Utilities/dep-build-scripts/framework_maker/frameworkize.py
--- a/Utilities/dep-build-scripts/framework_maker/frameworkize.py Tue Aug 18 15:39:43 2009 -0500
+++ b/Utilities/dep-build-scripts/framework_maker/frameworkize.py Wed Aug 19 21:10:17 2009 -0500
@@ -40,9 +40,9 @@
return (library_name, 'A')
# Note: these styles are named after where I noticed them, not necessarily
# where they originate. -RAF
- regexes = [r'([A-Za-z0-9_-]*)-([0-9.]*)$', #apr style
- r'([A-Za-z0-9_-]*[a-zA-Z])\.([0-9.]*)$', #gnu style
- r'([A-Za-z0-9_-]*[a-zA-Z])([0-9.]*)$', #sqlite style
+ regexes = [r'([A-Za-z0-9_-]*)-([0-9\.]*)$', #apr style
+ r'([A-Za-z0-9_-]*[a-zA-Z])\.([0-9\.]*)$', #gnu style
+ r'([A-Za-z0-9_-]*[a-zA-Z])([0-9\.]*)$', #sqlite style
]
for regex in regexes:
match = re.match(regex, library_name)
diff -r b2069940d048 -r 78cf23a61398 Utilities/dep-build-scripts/universalize.sh
--- a/Utilities/dep-build-scripts/universalize.sh Tue Aug 18 15:39:43 2009 -0500
+++ b/Utilities/dep-build-scripts/universalize.sh Wed Aug 19 21:10:17 2009 -0500
@@ -16,9 +16,9 @@
MEANWHILE=libmeanwhile.1
GADU=libgadu.3.7.0
SASL=libsasl2.2
-JSONGLIB=libjson-glib-1.0.0
+JSONGLIB=libjson-glib-1.0
-PURPLE_VERSION=0.5.7
+PURPLE_VERSION=0.5.9
LIBPURPLE=libpurple.$PURPLE_VERSION
PURPLE_FOLDER=libpurple-$PURPLE_VERSION
@@ -55,7 +55,7 @@
touch libgthread-2.0.0/no_headers_here.txt
mkdir libjson || true
-cp -R $TARGET_DIR_I386/include/json-glib-1.0/ $UNIVERSAL_DIR/include/libjson-glib/
+cp -R $TARGET_DIR_I386/include/json-glib-1.0/json-glib $UNIVERSAL_DIR/include/libjson-glib-1.0.0
rm -rf $UNIVERSAL_DIR/include/$PURPLE_FOLDER
cp -R $TARGET_DIR_I386/include/libpurple $UNIVERSAL_DIR/include/$PURPLE_FOLDER
More information about the commits
mailing list