]> git.pld-linux.org Git - packages/thunderbird.git/blob - icedove-branding.patch
- up to fit 2.0.0.21
[packages/thunderbird.git] / icedove-branding.patch
1 diff -burNp mozilla/configure mozilla-dud/configure
2 --- mozilla/configure   2008-10-19 18:21:23.000000000 +0200
3 +++ mozilla-dud/configure       2009-03-19 07:43:20.515129534 +0100
4 @@ -13073,8 +13073,8 @@ fi
5  
6  case "$MOZ_BUILD_APP" in
7  suite)
8 -  MOZ_APP_NAME=seamonkey
9 -  MOZ_APP_DISPLAYNAME=SeaMonkey
10 +  MOZ_APP_NAME=icedove
11 +  MOZ_APP_DISPLAYNAME=Icedove
12    MOZ_MAIL_NEWS=1
13    MOZ_LDAP_XPCOM=1
14    MOZ_COMPOSER=1
15 diff -burNp mozilla/configure.in mozilla-dud/configure.in
16 --- mozilla/configure.in        2008-10-19 18:14:06.000000000 +0200
17 +++ mozilla-dud/configure.in    2009-03-19 07:43:47.127624751 +0100
18 @@ -4305,8 +4305,8 @@ MOZ_ARG_ENABLE_STRING(application,
19  
20  case "$MOZ_BUILD_APP" in
21  suite)
22 -  MOZ_APP_NAME=seamonkey
23 -  MOZ_APP_DISPLAYNAME=SeaMonkey
24 +  MOZ_APP_NAME=icedove
25 +  MOZ_APP_DISPLAYNAME=Icedove
26    MOZ_MAIL_NEWS=1
27    MOZ_LDAP_XPCOM=1
28    MOZ_COMPOSER=1
29 diff -burNp mozilla/mail/app/nsMailApp.cpp mozilla-dud/mail/app/nsMailApp.cpp
30 --- mozilla/mail/app/nsMailApp.cpp      2009-01-01 04:44:17.000000000 +0100
31 +++ mozilla-dud/mail/app/nsMailApp.cpp  2009-03-19 07:44:29.744289595 +0100
32 @@ -48,7 +48,7 @@ static const nsXREAppData kAppData = {
33    sizeof(nsXREAppData),
34    nsnull,
35    nsnull,
36 -  "Thunderbird",
37 +  "Icedove",
38    NS_STRINGIFY(APP_VERSION),
39    NS_STRINGIFY(BUILD_ID),
40    "{3550f703-e582-4d05-9a08-453d09bdfdc6}",
41 diff -burNp mozilla/mail/app/profile/all-thunderbird.js mozilla-dud/mail/app/profile/all-thunderbird.js
42 --- mozilla/mail/app/profile/all-thunderbird.js 2008-06-03 11:31:22.000000000 +0200
43 +++ mozilla-dud/mail/app/profile/all-thunderbird.js     2009-03-19 07:48:38.883639809 +0100
44 @@ -35,7 +35,7 @@
45   *
46   * ***** END LICENSE BLOCK ***** */
47  
48 -#expand pref("general.useragent.extra.thunderbird", "Thunderbird/__APP_VERSION__");
49 +#expand pref("general.useragent.extra.thunderbird", "Icedove/__APP_VERSION__");
50  
51  #expand pref("general.useragent.locale", "__AB_CD__");
52  pref("general.skins.selectedSkin", "classic/1.0");
53 @@ -74,10 +74,10 @@ pref("app.update.vendorName.override", "
54  
55  // URL user can browse to manually if for some reason all update installation
56  // attempts fail.  TODO: Change this URL
57 -pref("app.update.url.manual", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/");
58 +pref("app.update.url.manual", "http://%LOCALE%.www.mozilla.com/%LOCALE%/thunderbird/");
59  // A default value for the "More information about this update" link
60  // supplied in the "An update is available" page of the update wizard. 
61 -pref("app.update.url.details", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/releases/");
62 +pref("app.update.url.details", "http://%LOCALE%.www.mozilla.com/%LOCALE%/thunderbird/releases/");
63  // User-settable override to app.update.url for testing purposes.
64  //pref("app.update.url.override", "");
65  
66 @@ -102,7 +102,7 @@ pref("app.update.timer", 600000);
67  pref("app.update.showInstalledUI", false);
68  
69  // Release notes URL
70 -pref("app.releaseNotesURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/%VERSION%/releasenotes/");
71 +pref("app.releaseNotesURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/thunderbird/%VERSION%/releasenotes/");
72  
73  // Blocklist preferences
74  pref("extensions.blocklist.enabled", true);
75 @@ -130,8 +130,8 @@ pref("extensions.update.url", "chrome://
76  pref("extensions.update.interval", 86400);  // Check for updates to Extensions and 
77                                              // Themes every week
78  // Non-symmetric (not shared by extensions) extension-specific [update] preferences
79 -pref("extensions.getMoreExtensionsURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/extensions/");
80 -pref("extensions.getMoreThemesURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/themes/");
81 +pref("extensions.getMoreExtensionsURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/extensions/");
82 +pref("extensions.getMoreThemesURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/themes/");
83  pref("extensions.dss.enabled", false);          // Dynamic Skin Switching                                               
84  pref("extensions.dss.switchPending", false);    // Non-dynamic switch pending after next
85  
86 diff -burNp mozilla/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in mozilla-dud/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in
87 --- mozilla/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in   2005-08-17 19:17:15.000000000 +0200
88 +++ mozilla-dud/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in       2009-03-19 07:49:56.700298615 +0100
89 @@ -20,7 +20,7 @@
90      </em:targetApplication>
91      
92      <!-- Front End MetaData -->
93 -    <em:name>Thunderbird (default)</em:name>
94 +    <em:name>Icedove (default)</em:name>
95      <em:description>The default theme</em:description>
96  
97      <!-- EXTENSION AUTHORS!
98 diff -burNp mozilla/mail/base/content/credits.xhtml mozilla-dud/mail/base/content/credits.xhtml
99 --- mozilla/mail/base/content/credits.xhtml     2009-01-01 04:44:18.000000000 +0100
100 +++ mozilla-dud/mail/base/content/credits.xhtml 2009-03-19 07:51:37.976955410 +0100
101 @@ -216,7 +216,7 @@
102      </div>
103  
104      <div id="creditsBox">
105 -        <h2 class="title">&brandFullName;&trade;
106 +        <h2 class="title">&brandFullName;
107            <div class="motto">&brandMotto;</div>
108          </h2>
109  
110 @@ -348,19 +348,13 @@
111          <p id="gecko" class="center">&credit.poweredByGecko;</p>
112  
113          <p class="footnote">
114 -          &brandFullName;&trade; &license.part0; &copy;1998-2009 &license.part1;
115 +          &brandFullName; &license.part0; &copy;1998-2009 &license.part1;
116            <a href="" link="http://www.mozilla.org/credits/" onclick="visitLink(event); event.preventDefault();">&license.contrib;</a>,
117            &license.part2;
118            <a href="" onclick="openLicense(); event.preventDefault();">license</a>
119            &license.part3;</p>
120  
121          <p class="footnote">
122 -          Mozilla Thunderbird&trade; and the Thunderbird logo are trademarks of the Mozilla
123 -          Foundation. You are not granted rights or licenses to the trademarks
124 -          of the Mozilla Foundation or any party, including without limitation the
125 -          Thunderbird name or logo.</p>
126 -
127 -        <p class="footnote">
128            U.S. GOVERNMENT END USERS. The Software is a &ldquo;commercial item,&rdquo;
129            as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of
130            &ldquo;commercial computer software&rdquo; and &ldquo;commercial computer software
131 diff -burNp mozilla/mail/base/content/mailWindowOverlay.xul mozilla-dud/mail/base/content/mailWindowOverlay.xul
132 --- mozilla/mail/base/content/mailWindowOverlay.xul     2008-05-10 08:36:09.000000000 +0200
133 +++ mozilla-dud/mail/base/content/mailWindowOverlay.xul 2009-03-19 07:54:01.656941108 +0100
134 @@ -1893,17 +1893,10 @@
135       <menupopup id="menu_HelpPopup" onpopupshowing="buildHelpMenu();">
136  #ifdef XP_MACOSX
137            <menuitem id="hintsAndTips" label="&hintsAndTips.label;" key="key_macHelp" oncommand="openRegionURL('mailnews.hints_and_tips.url');"/>
138 -          <menuitem id="releaseNotes" accesskey="&releaseCmd.accesskey;" label="&releaseCmd.label;" oncommand="openFormattedRegionURL('app.releaseNotesURL');"/>
139  #else
140 -          <menuitem id="releaseNotes" accesskey="&releaseCmd.accesskey;" label="&releaseCmd.label;" oncommand="openFormattedRegionURL('app.releaseNotesURL');"/>
141            <menuitem id="hintsAndTips" accesskey="&hintsAndTips.accesskey;" label="&hintsAndTips.label;" oncommand="openRegionURL('mailnews.hints_and_tips.url');"/>
142  #endif
143            <menuseparator id="menu_HelpAboutSeparator"/>
144 -          <menuitem id="checkForUpdates" accesskey="&updateCmd.accesskey;" class="menuitem-iconic"
145 -                    label="&updateCmd.label;" oncommand="checkForUpdates();"/>
146 -#ifndef XP_MACOSX
147 -          <menuseparator id="menu_HelpAfterUpdatesSeparator"/>
148 -#endif
149            <menuitem id="aboutName" accesskey="&aboutCmd.accesskey;"
150                      label="&aboutCmd.label;"
151  #ifdef XP_MACOSX
152 diff -burNp mozilla/mail/base/content/start.xhtml mozilla-dud/mail/base/content/start.xhtml
153 --- mozilla/mail/base/content/start.xhtml       2007-02-02 01:15:54.000000000 +0100
154 +++ mozilla-dud/mail/base/content/start.xhtml   2009-03-19 07:54:48.966936095 +0100
155 @@ -145,7 +145,6 @@ a:active, a:hover {
156  
157  <h2>&startpage.moreInfo;</h2>
158  <p>&startpage.helpInfo; <a href="&startpage.helpURL;">&startpage.help;</a>.</p>
159 -<p>&startpage.pageInfo; <a href="&startpage.pageURL;">&startpage.page;</a>.</p>
160  
161  <!-- Localization-specific information, i.e. how to download a dictionary. -->
162  &startpage.extra;
163 diff -burNp mozilla/mail/components/compose/content/messengercompose.xul mozilla-dud/mail/components/compose/content/messengercompose.xul
164 --- mozilla/mail/components/compose/content/messengercompose.xul        2007-05-01 02:40:55.000000000 +0200
165 +++ mozilla-dud/mail/components/compose/content/messengercompose.xul    2009-03-19 07:55:35.016931436 +0100
166 @@ -542,9 +542,7 @@
167          <menupopup id="menu_HelpPopup">
168  #ifdef XP_MACOSX
169            <menuitem id="hintsAndTips" label="&hintsAndTips.label;" key="key_macHelp" oncommand="openRegionURL('mailnews.hints_and_tips.url');"/>
170 -          <menuitem id="releaseNotes" accesskey="&releaseCmd.accesskey;" label="&releaseCmd.label;" oncommand="openFormattedRegionURL('app.releaseNotesURL');"/>
171  #else
172 -          <menuitem id="releaseNotes" accesskey="&releaseCmd.accesskey;" label="&releaseCmd.label;" oncommand="openFormattedRegionURL('app.releaseNotesURL');"/>
173            <menuitem id="hintsAndTips" accesskey="&hintsAndTips.accesskey;" label="&hintsAndTips.label;" oncommand="openRegionURL('mailnews.hints_and_tips.url');"/>
174            <menuseparator id="menu_HelpAboutSeparator"/>
175  #endif
176 diff -burNp mozilla/mail/components/preferences/advanced.xul mozilla-dud/mail/components/preferences/advanced.xul
177 --- mozilla/mail/components/preferences/advanced.xul    2006-12-04 06:43:32.000000000 +0100
178 +++ mozilla-dud/mail/components/preferences/advanced.xul        2009-03-19 07:56:17.306927413 +0100
179 @@ -200,11 +200,6 @@
180          <tabpanel orient="vertical" align="start">
181            <label>&autoCheck.label;</label>
182            <vbox class="indent">
183 -            <checkbox id="enableAppUpdate"
184 -                      label="&enableAppUpdate.label;"
185 -                      accesskey="&enableAppUpdate.accesskey;"
186 -                      preference="app.update.enabled"
187 -                      xhtml2:role="wairole:checkbox" aaa:describedby="updateInfo"/>
188              <checkbox id="enableAddonUpdate"
189                        label="&enableAddonsUpdate.label;"
190                        accesskey="&enableAddonsUpdate.accesskey;"
191 diff -burNp mozilla/mail/locales/en-US/chrome/messenger/aboutDialog.dtd mozilla-dud/mail/locales/en-US/chrome/messenger/aboutDialog.dtd
192 --- mozilla/mail/locales/en-US/chrome/messenger/aboutDialog.dtd 2009-01-01 04:44:18.000000000 +0100
193 +++ mozilla-dud/mail/locales/en-US/chrome/messenger/aboutDialog.dtd     2009-03-19 07:57:48.853584778 +0100
194 @@ -2,6 +2,4 @@
195  <!ENTITY credits                "Credits">
196  <!ENTITY aboutLink              "&lt; About &brandFullName;">
197  <!ENTITY aboutVersion           "version">
198 -<!ENTITY copyrightText          "&#169;1998-2009 Contributors. All Rights Reserved. Mozilla Thunderbird and the 
199 -                                 Thunderbird logos are trademarks of the Mozilla Foundation.  All rights 
200 -                                 reserved.">
201 +<!ENTITY copyrightText          "&#169;1998-2009 Contributors. All Rights Reserved.">
202 diff -burNp mozilla/mail/locales/en-US/chrome/messenger/credits.dtd mozilla-dud/mail/locales/en-US/chrome/messenger/credits.dtd
203 --- mozilla/mail/locales/en-US/chrome/messenger/credits.dtd     2005-06-25 00:43:00.000000000 +0200
204 +++ mozilla-dud/mail/locales/en-US/chrome/messenger/credits.dtd 2009-03-19 07:58:30.440247407 +0100
205 @@ -1,5 +1,5 @@
206  <!ENTITY credit.title     "&brandFullName; Credits">
207 -<!ENTITY brandMotto       "Thunderbirds Are Go!">
208 +<!ENTITY brandMotto       "Icedovers Are Free!">
209  <!ENTITY credit.leads     "Engineering Leads">
210  <!ENTITY credit.core      "Core Development Posse">
211  <!ENTITY credit.gecko     "Gecko Layout Engine">
212 diff -burNp mozilla/mail/locales/en-US/chrome/messenger/start.dtd mozilla-dud/mail/locales/en-US/chrome/messenger/start.dtd
213 --- mozilla/mail/locales/en-US/chrome/messenger/start.dtd       2005-07-27 22:20:36.000000000 +0200
214 +++ mozilla-dud/mail/locales/en-US/chrome/messenger/start.dtd   2009-03-19 07:59:21.473575429 +0100
215 @@ -19,11 +19,11 @@
216  
217  <!ENTITY startpage.moreInfo "More Information">
218  
219 -<!ENTITY startpage.help "Thunderbird Help">
220 +<!ENTITY startpage.help "Icedove Help">
221  <!ENTITY startpage.helpInfo "For frequently asked questions, tips and general help, visit">
222  <!ENTITY startpage.helpURL "http://www.mozilla.org/support/thunderbird/">
223  
224 -<!ENTITY startpage.page "Thunderbird Product Page">
225 +<!ENTITY startpage.page "Icedove Product Page">
226  <!ENTITY startpage.pageInfo "For product information, visit the">
227  <!ENTITY startpage.pageURL "http://www.mozilla.org/products/thunderbird/">
228  
229 diff -burNp mozilla/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties mozilla-dud/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties
230 --- mozilla/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties    2005-08-25 21:31:58.000000000 +0200
231 +++ mozilla-dud/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties        2009-03-19 08:00:15.153570170 +0100
232 @@ -9,8 +9,8 @@ subscribe-errorOpeningFile=Could not ope
233  
234  subscribe-OPMLImportTitle=Select OPML file to import
235  subscribe-OPMLExportTitle=Export feeds as an OPML file
236 -subscribe-OPMLExportFileTitle=Thunderbird OPML Export
237 -subscribe-OPMLExportFileName=MyThunderbirdFeeds.opml
238 +subscribe-OPMLExportFileTitle=Icedove OPML Export
239 +subscribe-OPMLExportFileName=MyIcedoveFeeds.opml
240  #LOCALIZATION NOTE: %S is the name of the OPML file the user tried to import.
241  subscribe-errorInvalidOPMLFile=Either %S is not a valid OPML file or there was an error importing the file.
242  
243 diff -burNp mozilla/mail/locales/en-US/installer/installer.inc mozilla-dud/mail/locales/en-US/installer/installer.inc
244 --- mozilla/mail/locales/en-US/installer/installer.inc  2006-02-28 22:09:08.000000000 +0100
245 +++ mozilla-dud/mail/locales/en-US/installer/installer.inc      2009-03-19 08:00:59.893566018 +0100
246 @@ -19,7 +19,7 @@ Type_SubTitle=Choose setup options.
247  Type_Message0=Choose the type of Setup you prefer, then click Next.
248  
249  Standard_Short=&Standard
250 -Standard_Long=Thunderbird will be installed with the most common options.
251 +Standard_Long=Icedove will be installed with the most common options.
252  
253  Custom_Short=&Custom
254  Custom_Long=You may choose individual options to be installed. Recommended for experienced users.
255 diff -burNp mozilla/mail/locales/en-US/updater/updater.ini mozilla-dud/mail/locales/en-US/updater/updater.ini
256 --- mozilla/mail/locales/en-US/updater/updater.ini      2006-09-25 20:36:18.000000000 +0200
257 +++ mozilla-dud/mail/locales/en-US/updater/updater.ini  2009-03-19 08:01:25.760229881 +0100
258 @@ -1,4 +1,4 @@
259  ; This file is in the UTF-8 encoding
260  [Strings]
261  Title=Software Update
262 -Info=Thunderbird is installing your updates and will start in a few moments...
263 +Info=Icedove is installing your updates and will start in a few moments...
264 diff -burNp mozilla/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties mozilla-dud/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties
265 --- mozilla/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties       2006-09-11 22:38:12.000000000 +0200
266 +++ mozilla-dud/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties   2009-03-19 08:03:14.483552087 +0100
267 @@ -32,8 +32,8 @@ disableWarningDependMessage=If you disab
268  disableQueryMessage=Do you want to disable %S?
269  
270  extensions.update.url=https://addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%
271 -extensions.getMoreExtensionsURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/extensions/
272 -extensions.getMoreThemesURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/themes/
273 +extensions.getMoreExtensionsURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/extensions/
274 +extensions.getMoreThemesURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/themes/
275  
276  themesTitle=Themes
277  extensionsTitle=Extensions
278 diff -burNp mozilla/toolkit/xre/nsAppRunner.cpp mozilla-dud/toolkit/xre/nsAppRunner.cpp
279 --- mozilla/toolkit/xre/nsAppRunner.cpp 2007-11-08 12:56:25.000000000 +0100
280 +++ mozilla-dud/toolkit/xre/nsAppRunner.cpp     2009-03-19 08:05:20.350206255 +0100
281 @@ -1121,7 +1121,7 @@ VerifyInstallation(nsIFile* aAppDir)
282  static void
283  DumpVersion()
284  {
285 -  printf("%s %s %s, %s\n", gAppData->vendor ? gAppData->vendor : "", gAppData->name, gAppData->version, gAppData->copyright);
286 +  printf("%s %s, %s\n", gAppData->name, gAppData->version, gAppData->copyright);
287  }
288  
289  #ifdef MOZ_ENABLE_XREMOTE
This page took 0.070738 seconds and 4 git commands to generate.