From bd1ad7113b92c9e81e295bce1e7e3184e20d526e Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 9 May 2003 01:07:00 +0000 Subject: [PATCH] add support for a spell checker if one is present in the build. --- mail/config/Makefile.in | 2 +- mail/config/basemail-win | 8 ++++++++ mail/config/en-US-jar.mn | 2 +- mail/config/mail-jar.mn | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/mail/config/Makefile.in b/mail/config/Makefile.in index 6f5cbf5267ab..12e02438e002 100644 --- a/mail/config/Makefile.in +++ b/mail/config/Makefile.in @@ -76,7 +76,7 @@ endif -$(RM) -f $(MOZILLA_DIR)/mail/config/mail-tmp.mn -$(RM) -f $(MOZILLA_DIR)/mail/config/qute-tmp.mn -$(RM) -f $(MOZILLA_DIR)/mail/config/en-US-tmp.mn -# -$(RM) -rf $(DIST)/$(APP_NAME)/tmpchrome + -$(RM) -rf $(DIST)/$(APP_NAME)/tmpchrome mail_copy:: $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/$(BASEMAIL) -o $(_PLATFORM) -v diff --git a/mail/config/basemail-win b/mail/config/basemail-win index aa8e2e0cc7d1..b355b3c7e0e1 100644 --- a/mail/config/basemail-win +++ b/mail/config/basemail-win @@ -88,6 +88,14 @@ components\nsHelperAppDlg.js components\nsDownloadProgressListener.js components\downloadmanager.xpt +; spellchecker (may not be present) +components\myspell.dll +components\spellchecker.xpt +components\spellchk.dll +;; XXX these two files are bogus, they should not be in components\myspell... +components\myspell\* + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Base Package Files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/mail/config/en-US-jar.mn b/mail/config/en-US-jar.mn index d07f2d6e1d59..0195b4761e5f 100644 --- a/mail/config/en-US-jar.mn +++ b/mail/config/en-US-jar.mn @@ -88,7 +88,7 @@ locale/en-US/editor/editor.properties, en-US/locale/en-US/edi locale/en-US/editor/EdNamedAnchorProperties.dtd, en-US/locale/en-US/editor/EdNamedAnchorProperties.dtd locale/en-US/editor/EdAdvancedEdit.dtd, en-US/locale/en-US/editor/EdAdvancedEdit.dtd locale/en-US/editor/EdDialogOverlay.dtd, en-US/locale/en-US/editor/EdDialogOverlay.dtd - +locale/en-US/editor/EditorSpellCheck.dtd, en-US/locale/en-US/editor/EditorSpellCheck.dtd ################################################################################################# # US diff --git a/mail/config/mail-jar.mn b/mail/config/mail-jar.mn index 28f7ece23702..cbb4e50c079a 100644 --- a/mail/config/mail-jar.mn +++ b/mail/config/mail-jar.mn @@ -39,6 +39,7 @@ content/communicator/platformBrowserBindings.xul, comm/content/communicator/ content/communicator/platformEditorBindings.xul, comm/content/communicator/platformEditorBindings.xul content/communicator/platformCommunicatorOverlay.xul, comm/content/communicator/platformCommunicatorOverlay.xul content/communicator/contentAreaUtils.js, comm/content/communicator/contentAreaUtils.js +content/communicator/builtinURLs.js, comm/content/communicator/builtinURLs.js content/communicator/contentAreaDD.js, comm/content/communicator/contentAreaDD.js content/communicator/contentAreaClick.js, comm/content/communicator/contentAreaClick.js content/communicator/contentAreaContextOverlay.xul, comm/content/communicator/contentAreaContextOverlay.xul