From e42e19b9d5e36dab3f4be5fff37c6c5f31bdc034 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 8 Mar 2010 16:41:04 +0000 Subject: [PATCH] Monotone-Parent: 4fca67487156a8b01b5ee792e06e1df078519437 Monotone-Revision: e3d309fa0c25170ca568f73dc1467d549a6a3209 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-08T16:41:04 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ff2488d4..f1ce23190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2010-03-08 Wolfgang Sourdeau + + * UI/WebServerResources/UIxPreferences.js + (onComposeMessagesTypeChange): we now do the proper widget + wizardry via DOM methods to alternate between the text-based or + html-based editor for changing the user's signature when the + message format is switched between "text" and "html". + (onChoiceChanged): removed obsolete callback. + + * UI/PreferencesUI/UIxPreferences.m (-init): removed the + "hasChanged" and "composeMessageTypeHasChanged" ivars, as they are + no longer needed. + (-setHasChanged, -hasChanged): removed obsolete accessors. + (-defaultAction): simplified method as we no longer have to manage + the handling of the change of message format from here. + 2010-03-08 Ludovic Marcotte * Added SoObjects/SOGo/SOGoConstants.{h,m} - a new file