diff --git a/htdocs/includes/scriptaculous/CHANGELOG b/htdocs/includes/scriptaculous/CHANGELOG
index 84a8a6a9355..b6d7b2f79d1 100644
--- a/htdocs/includes/scriptaculous/CHANGELOG
+++ b/htdocs/includes/scriptaculous/CHANGELOG
@@ -1,4 +1,16 @@
-*SVN*
+*V1.8.0* (November 6, 2007)
+
+* Update to Prototype 1.6.0 final
+
+* Ajax.InPlaceEditor now can deal with callbacks that return an object. Closes #10064. [tdd]
+
+* Fix a potential problem with the loader and Firefox 2.0 on the Mac. Closes #9951. [awaters]
+
+* Add duration and distance options to Effect.Shake. Closes #8637. [amiel, rmm5t]
+
+* Update code to use new Hash implemention in Prototype 1.6. Update InPlaceEditor to use new Class.create syntax. [tdd]
+
+*V1.8.0 preview 0* (October 12, 2007)
* Update to new Class.create syntax in Prototype 1.6; update to latest Prototype 1.6 trunk.
diff --git a/htdocs/includes/scriptaculous/lib/prototype.js b/htdocs/includes/scriptaculous/lib/prototype.js
index f193e81fb04..5c73462946b 100644
--- a/htdocs/includes/scriptaculous/lib/prototype.js
+++ b/htdocs/includes/scriptaculous/lib/prototype.js
@@ -1,4 +1,4 @@
-/* Prototype JavaScript framework, version 1.6.0_rc1
+/* Prototype JavaScript framework, version 1.6.0
* (c) 2005-2007 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
@@ -7,7 +7,7 @@
*--------------------------------------------------------------------------*/
var Prototype = {
- Version: '1.6.0_rc1',
+ Version: '1.6.0',
Browser: {
IE: !!(window.attachEvent && !window.opera),
@@ -21,8 +21,9 @@ var Prototype = {
XPath: !!document.evaluate,
ElementExtensions: !!window.HTMLElement,
SpecificElementExtensions:
+ document.createElement('div').__proto__ &&
document.createElement('div').__proto__ !==
- document.createElement('form').__proto__
+ document.createElement('form').__proto__
},
ScriptFragment: '');
+ document.write('