<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -268,7 +268,8 @@
       
       a.reduce(function(){});
       this.assertErrorNotified('Array#reduce is no longer supported.\n' + 
-        'This is due to an infortunate naming collision with Mozilla\'s soon to be standardized (as of EcmaScript 3.1) Array#reduce implementation (whhich is similar to Prototype\'s Array#inject).')
+	      'This is due to an infortunate naming collision with Mozilla\'s own implementation of Array#reduce which differs completely from Prototype\'s implementation (it\'s in fact similar to Prototype\'s Array#inject).\n' + 
+	       'Mozilla\'s Array#reduce is already implemented in Firefox 3 (as part of JavaScript 1.8) and is about to be standardized in EcmaScript 3.1.')
     },
 
     testClass: function() {</diff>
      <filename>ext/update_helper/prototype_update_helper.html</filename>
    </modified>
    <modified>
      <diff>@@ -257,7 +257,8 @@ var prototypeUpdateHelper = new UpdateHelper([
     methodName: 'reduce',
     namespace: Array.prototype,
     message: 'Array#reduce is no longer supported.\n' + 
-      'This is due to an infortunate naming collision with Mozilla\'s soon to be standardized (as of EcmaScript 3.1) Array#reduce implementation (whhich is similar to Prototype\'s Array#inject).',
+      'This is due to an infortunate naming collision with Mozilla\'s own implementation of Array#reduce which differs completely from Prototype\'s implementation (it\'s in fact similar to Prototype\'s Array#inject).\n' + 
+       'Mozilla\'s Array#reduce is already implemented in Firefox 3 (as part of JavaScript 1.8) and is about to be standardized in EcmaScript 3.1.',
     type: 'error'
   },
   </diff>
      <filename>ext/update_helper/prototype_update_helper.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f44d0500d987384c73b81d191b4694ef190ba44d</id>
    </parent>
  </parents>
  <author>
    <name>Tobie Langel</name>
    <email>tobie.langel@gmail.com</email>
  </author>
  <url>http://github.com/staaky/prototype/commit/b8635ebddec443d3a7b6bf0156b4510e5ede5670</url>
  <id>b8635ebddec443d3a7b6bf0156b4510e5ede5670</id>
  <committed-date>2009-03-23T15:35:13-07:00</committed-date>
  <authored-date>2009-03-23T15:35:13-07:00</authored-date>
  <message>deprecation extension: Modified deprecation notice for Array#reduce.</message>
  <tree>71a3fe4618647f70695a2d54eb7458b08dbfe5ee</tree>
  <committer>
    <name>Tobie Langel</name>
    <email>tobie.langel@gmail.com</email>
  </committer>
</commit>
