adium-1.4 3644:3cbc48d81439: Fixes inconsistency with "Get Info"...
commits at adium.im
commits at adium.im
Wed Oct 26 19:33:10 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/3cbc48d81439
revision: 3644:3cbc48d81439
branch: (none)
author: Ariel "yelly" Chinn <arielchinn at gmail.com>
date: Sun Aug 28 00:34:56 2011 +0300
Fixes inconsistency with "Get Info" and "Show Info". Refs #14072.
Subject: adium-1.4 3645:eb27108ac24a: 1.4.4b1
details: http://hg.adium.im/adium-1.4/rev/eb27108ac24a
revision: 3645:eb27108ac24a
branch: (none)
author: Robert Vehse
date: Wed Oct 26 21:32:55 2011 +0200
1.4.4b1
diffs (85 lines):
diff -r de5d40eec827 -r eb27108ac24a ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Mon Oct 24 11:22:48 2011 +0200
+++ b/ChangeLogs/Changes.txt Wed Oct 26 21:32:55 2011 +0200
@@ -1,12 +1,16 @@
Adium Version History
-----------------------
Version 1.4.4 (X/X/X)
- * Facebook: Fixed connectivity. (#15544)
- * Yahoo: Fixed avatars of contacts not updating correctly.
- * Gadu-Gadu: Fixed logging in on PPC Macs. (#15153)
+ Services
+ * Facebook: Fixed connectivity. (#15544)
+ * Yahoo: Fixed avatars of contacts not updating correctly.
+ * Gadu-Gadu: Fixed logging in on PPC Macs. (#15153)
- Contact List
- * Turned off rubber band scrolling for the contact list, as this looks bad when using a borderless window. (#15455)
+ Chat Window
+ * Renamed the "Show Info" toolbar item to "Get Info" for consistency. (Ariel Chinn) (#14072)
+
+ Contact List
+ * Turned off rubber band scrolling for the contact list, as this looks bad when using a borderless window. (#15455)
Version 1.4.3 (09/04/2011)
diff -r de5d40eec827 -r eb27108ac24a Plists/Info.plist
--- a/Plists/Info.plist Mon Oct 24 11:22:48 2011 +0200
+++ b/Plists/Info.plist Wed Oct 26 21:32:55 2011 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.4.3, Copyright 2001-2011 The Adium Team</string>
+ <string>1.4.4b1, Copyright 2001-2011 The Adium Team</string>
<key>CFBundleHelpBookFolder</key>
<string>AdiumHelp</string>
<key>CFBundleHelpBookName</key>
@@ -370,7 +370,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.4.3</string>
+ <string>1.4.4b1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.4.3</string>
+ <string>1.4.4b1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
diff -r de5d40eec827 -r eb27108ac24a Release/Makefile
--- a/Release/Makefile Mon Oct 24 11:22:48 2011 +0200
+++ b/Release/Makefile Wed Oct 26 21:32:55 2011 +0200
@@ -18,9 +18,9 @@
# - make all
###########
-VERSION=1.4.3
-BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=FALSE
+VERSION=1.4.4b1
+BUILD_IN_DEBUG_MODE?=TRUE
+BETA?=TRUE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
diff -r de5d40eec827 -r eb27108ac24a Source/AIContactInfoWindowPlugin.m
--- a/Source/AIContactInfoWindowPlugin.m Mon Oct 24 11:22:48 2011 +0200
+++ b/Source/AIContactInfoWindowPlugin.m Wed Oct 26 21:32:55 2011 +0200
@@ -30,8 +30,8 @@
#define GET_INFO_MASK (NSCommandKeyMask | NSShiftKeyMask)
#define ALTERNATE_GET_INFO_MASK (NSCommandKeyMask | NSShiftKeyMask | NSControlKeyMask)
-#define TITLE_SHOW_INFO AILocalizedString(@"Show Info",nil)
-#define TOOLTIP_SHOW_INFO AILocalizedString(@"Show information about this contact or group and change settings specific to it","Tooltip for the Show Info toolbar button")
+#define TITLE_SHOW_INFO AILocalizedString(@"Get Info",nil)
+#define TOOLTIP_SHOW_INFO AILocalizedString(@"Show information about this contact or group and change settings specific to it","Tooltip for the Get Info toolbar button")
@interface AIContactInfoWindowPlugin ()
- (void)prepareContactInfo;
More information about the commits
mailing list