Index: browser/base/content/browser-menubar.inc
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/browser-menubar.inc,v
retrieving revision 1.57.2.40
diff -r1.57.2.40 browser-menubar.inc
83a84
>         key="key_quit"
Index: browser/base/content/browser-sets.inc
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/browser-sets.inc,v
retrieving revision 1.51.2.29
diff -r1.51.2.29 browser-sets.inc
104a105
>     <command id="cmd_quitApplication" oncommand="goQuitApplication()"/>
277a279
>     <key id="key_quit" key="&quitApplicationCmd.key;" command="cmd_quitApplication" modifiers="accel"/>
Index: browser/base/content/browser.js
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/browser.js,v
retrieving revision 1.479.2.208
diff -r1.479.2.208 browser.js
2023c2023
<   if (aTriggeringEvent && aTriggeringEvent.altKey) {
---
>   if (aTriggeringEvent && aTriggeringEvent.ctrlKey) {
2371a2372
> #ifdef STUPID_IE_BEHAVIOR
2414a2416
> #endif
5623,5628d5624
<         openNewWindowWith(href, docURL, null, false);
<         event.stopPropagation();
<         return true;
<       }
< 
<       if (event.altKey) {
Index: browser/base/content/browser.xul
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/browser.xul,v
retrieving revision 1.268.2.68
diff -r1.268.2.68 browser.xul
220,221d219
<                      autocompletesearch="history" 
<                      autocompletepopup="PopupAutoComplete"
Index: browser/locales/en-US/chrome/branding/brand.dtd
===================================================================
RCS file: /cvsroot/mozilla/browser/locales/en-US/chrome/branding/brand.dtd,v
retrieving revision 1.3.2.4
diff -r1.3.2.4 brand.dtd
1,2c1,2
< <!ENTITY  brandShortName        "Bon Echo">
< <!ENTITY  brandFullName         "Bon Echo">            
---
> <!ENTITY  brandShortName        "Kitfox">
> <!ENTITY  brandFullName         "Kitfox Bon Echo">
Index: browser/locales/en-US/chrome/branding/brand.properties
===================================================================
RCS file: /cvsroot/mozilla/browser/locales/en-US/chrome/branding/brand.properties,v
retrieving revision 1.3.2.2
diff -r1.3.2.2 brand.properties
1,2c1,2
< brandShortName=Bon Echo
< brandFullName=Bon Echo
---
> brandShortName=Kitfox
> brandFullName=Kitfox Bon Echo
Index: browser/locales/en-US/chrome/browser/browser.dtd
===================================================================
RCS file: /cvsroot/mozilla/browser/locales/en-US/chrome/browser/browser.dtd,v
retrieving revision 1.25.2.26
diff -r1.25.2.26 browser.dtd
331a332
> 
335a337
> <!ENTITY quitApplicationCmd.key         "Q">
Index: toolkit/content/widgets/browser.xml
===================================================================
RCS file: /cvsroot/mozilla/toolkit/content/widgets/browser.xml,v
retrieving revision 1.70.2.15
diff -r1.70.2.15 browser.xml
377c377
<           if (!this.mFormFillAttached && this.hasAttribute("autocompletepopup")) {
---
>           if (0 && !this.mFormFillAttached && this.hasAttribute("autocompletepopup")) {
