See ChangeLog

Monotone-Parent: 761144933c016dd4448ac0614c3937621750bda6
Monotone-Revision: e963d0d35abbc798444e616c5532ac4a7461c63a

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-01-12T19:43:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-01-12 19:43:47 +00:00
parent cade28b75c
commit 304a332d04
3 changed files with 10 additions and 0 deletions
+9
View File
@@ -1,3 +1,12 @@
2010-01-12 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/NSString+Utilities.m
We retain the autoreleased strings static variable
to avoir random issues with the -fromCSSIdentifier method
* Updated the Moz guide for the updateLink part of
the updates.php script.
2010-01-11 Ludovic Marcotte <lmarcotte@inverse.ca>
* UI/Contacts/UIxContactFolderActions.m (-importVcardData:):
+1
View File
@@ -317,6 +317,7 @@ static int cssEscapingCount;
strings = [NSArray arrayWithObjects: @"_U_", @"_D_", @"_H_", @"_A_", @"_S_",
@"_C_", @"_CO_", @"_SP_", nil];
[strings retain];
cssEscapingStrings = [strings asPointersOfObjects];
characters = [NSArray arrayWithObjects: @"_", @".", @"#", @"@", @"*", @":",