From: Thyamad c. <th...@us...> - 2005-08-23 13:14:27
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/_source/commandclasses Modified Files: fck_othercommands.js fcknamedcommand.js fckpasteplaintextcommand.js fckpastewordcommand.js fckstylecommand.js fcktablecommand.js fcktextcolorcommand.js Log Message: Commiting file additions and modification from SVN revision 1841 to 1842... Changes made by vinicius on 2005-08-23 15:49:13 +0200 (Tue, 23 Aug 2005) corresponding to SVN revision 1842 with message: License file included in thyapi Index: fcktablecommand.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fcktablecommand.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fcktablecommand.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fcktablecommand.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 13,17 **** * "Paste as Plain Text" command. * ! * Version: 2.0 RC2 * Modified: 2004-11-22 15:41:58 * --- 13,17 ---- * "Paste as Plain Text" command. * ! * Version: 2.0 RC3 * Modified: 2004-11-22 15:41:58 * Index: fckpastewordcommand.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fckpastewordcommand.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fckpastewordcommand.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 12,16 **** * FCKPasteWordCommand Class: represents the "Paste from Word" command. * ! * Version: 2.0 RC2 * Modified: 2004-08-30 23:20:46 * --- 12,16 ---- * FCKPasteWordCommand Class: represents the "Paste from Word" command. * ! * Version: 2.0 RC3 * Modified: 2004-08-30 23:20:46 * Index: fcknamedcommand.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fcknamedcommand.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fcknamedcommand.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fcknamedcommand.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 12,16 **** * FCKNamedCommand Class: represents an internal browser command. * ! * Version: 2.0 RC2 * Modified: 2004-08-17 15:05:35 * --- 12,16 ---- * FCKNamedCommand Class: represents an internal browser command. * ! * Version: 2.0 RC3 * Modified: 2004-08-17 15:05:35 * Index: fckstylecommand.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fckstylecommand.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fckstylecommand.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fckstylecommand.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 12,16 **** * FCKStyleCommand Class: represents the "Style" command. * ! * Version: 2.0 RC2 * Modified: 2004-11-22 11:07:24 * --- 12,16 ---- * FCKStyleCommand Class: represents the "Style" command. * ! * Version: 2.0 RC3 * Modified: 2004-11-22 11:07:24 * Index: fckpasteplaintextcommand.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fckpasteplaintextcommand.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fckpasteplaintextcommand.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 13,17 **** * "Paste as Plain Text" command. * ! * Version: 2.0 RC2 * Modified: 2004-08-20 23:08:23 * --- 13,17 ---- * "Paste as Plain Text" command. * ! * Version: 2.0 RC3 * Modified: 2004-08-20 23:08:23 * Index: fck_othercommands.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fck_othercommands.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_othercommands.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fck_othercommands.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 13,18 **** * browser (see FCKNamedCommand). * ! * Version: 2.0 RC2 ! * Modified: 2004-12-15 13:28:09 * * File Authors: --- 13,18 ---- * browser (see FCKNamedCommand). * ! * Version: 2.0 RC3 ! * Modified: 2005-01-04 18:39:05 * * File Authors: *************** *** 181,185 **** var FCKSourceCommand = function() { ! this.Name = "Source" ; } --- 181,185 ---- var FCKSourceCommand = function() { ! this.Name = 'Source' ; } Index: fcktextcolorcommand.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fcktextcolorcommand.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fcktextcolorcommand.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 13,17 **** * color selection panel. * ! * Version: 2.0 RC2 * Modified: 2004-11-19 08:16:00 * --- 13,17 ---- * color selection panel. * ! * Version: 2.0 RC3 * Modified: 2004-11-19 08:16:00 * |