mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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:):
|
||||
|
||||
Binary file not shown.
@@ -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: @"_", @".", @"#", @"@", @"*", @":",
|
||||
|
||||
Reference in New Issue
Block a user