See ChangeLog.

Monotone-Parent: e58e01ba23d307338c0721fcb30c8c45fb1a15f4
Monotone-Revision: 79d4612ae4a95206d934814a5aef8dd0eb18b3a5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-15T19:24:49
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2011-04-15 19:24:49 +00:00
parent 419de8d134
commit 264c1ff060
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-04-15 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/ckeditor/config.js: Changed the default
enter mode to use BR instead of P. This matches the behavior of Thunderbird.
2011-04-14 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxContactEditor.js

View File

@ -9,4 +9,5 @@ CKEDITOR.editorConfig = function( config )
config.skin = 'kama';
config.removePlugins = "elementspath,maximize,resize";
config.scayt_autoStartup = false;
config.enterMode = CKEDITOR.ENTER_BR;
};