Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7594)
+++ /CKEditor/trunk/CHANGES.html	(revision 7595)
@@ -40,4 +40,5 @@
 			New features:</p>
 	<ul>
+		<li><a href="http://dev.ckeditor.com/ticket/9195">#9195</a> : It was not possible to remove contextmenu.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/9132">#9132</a> : [IE8] JS error thrown when closing paste dialog.</li>
 	</ul>
Index: /CKEditor/trunk/_source/plugins/tabletools/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/tabletools/plugin.js	(revision 7594)
+++ /CKEditor/trunk/_source/plugins/tabletools/plugin.js	(revision 7595)
@@ -772,5 +772,5 @@
 	CKEDITOR.plugins.tabletools =
 	{
-		requires : [ 'table', 'dialog', 'contextmenu' ],
+		requires : [ 'table', 'dialog' ],
 
 		init : function( editor )
