From cf90b2fdbc70aa73ac01b8202f263cadfe916ab1 Mon Sep 17 00:00:00 2001 From: "bugzilla%arlen.demon.co.uk" Date: Fri, 13 May 2005 22:01:44 +0000 Subject: [PATCH] Bug 291799 Implement Spell as you Type for mailnews p=me r=neil.parkwaycc.co.uk/mnyromyr sr=bienvenu a=asa git-svn-id: svn://10.0.0.236/trunk@173406 18797224-902f-48f8-a5cc-f745e15eee43 --- .../resources/locale/en-US/mail_help.xhtml | 5 ++ .../content/pref-composing_messages.xul | 25 +++--- .../locale/en-US/pref-composing_messages.dtd | 2 + .../resources/content/MsgComposeCommands.js | 80 ++++++++++++++++++- .../content/addressingWidgetOverlay.js | 19 ++++- .../resources/content/messengercompose.xul | 16 +++- .../locale/en-US/messengercompose.dtd | 9 ++- mozilla/mailnews/mailnews.js | 1 + 8 files changed, 142 insertions(+), 15 deletions(-) diff --git a/mozilla/extensions/help/resources/locale/en-US/mail_help.xhtml b/mozilla/extensions/help/resources/locale/en-US/mail_help.xhtml index d4f136b325c..2530d66ebc3 100644 --- a/mozilla/extensions/help/resources/locale/en-US/mail_help.xhtml +++ b/mozilla/extensions/help/resources/locale/en-US/mail_help.xhtml @@ -783,6 +783,8 @@ address your message.
  • Check Spelling: Checks the spelling of the message text before you send it. You can also click Spell.
  • +
  • Spellcheck As You Type: Choose this option to have the + spelling of the message text checked as you type.
  • Rewrap: If you are composing a message using the plain-text editor, you can use the Rewrap command to rewrap long lines of quoted text to fit the Compose window. This command rewraps selected quoted @@ -4524,6 +4526,9 @@ to filter unwanted mail.

  • Check spelling before sending: Select this option to have Mail & Newsgroups always check the spelling of your message before you send it.
  • +
  • Check spelling as you type: Select this option to have + Mail & Newsgroups always check the spelling of your message as you type + it.
  • For messages that contain 8-bit characters, use 'quoted printable' MIME encoding: Choose to have Mail & Newsgroups use quoted printable MIME encoding when sending regular diff --git a/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul b/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul index c23ce40b260..1a2641850b5 100644 --- a/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul +++ b/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul @@ -16,7 +16,7 @@