See ChangeLog.

Monotone-Parent: 5a2446cca5cd90dd3efdec2eec1633c328178659
Monotone-Revision: 644609670a541ff95dd659a542db9e57b547301f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-23T13:06:08
maint-2.0.2
Francis Lachapelle 2012-03-23 13:06:08 +00:00
parent 6b9137fddd
commit 034ecc695a
3 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2012-03-23 Francis Lachapelle <flachapelle@inverse.ca>
* Tools/SOGoToolUserPreferences.m (-run): we now take the proper
argument when setting the user defaults from the command-line.
2012-03-22 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailFolderActions.m (-emptyTrashAction:): we now

6
NEWS
View File

@ -1,8 +1,5 @@
1.3.14 (2012-03-DD)
1.3.14 (2012-03-23)
-------------------
New Features
-
Enhancements
- when replying or inline-forwarding a message, we now prefer the HTML part
over the text part when composing HTML messages
@ -14,6 +11,7 @@ Bug Fixes
- fixed name of backup script in cronjob template
- fixed crash caused by contacts with multiple mail values
- fixed signal handlers to avoid possible hanging issues
- fixed the "user-preferences" command of sogo-tool
1.3.13 (2012-03-16)
-------------------

View File

@ -205,8 +205,6 @@ typedef enum
[value autorelease];
}
}
else
value = [arguments objectAtIndex: i];
}
}
else