From: Thyamad c. <th...@us...> - 2005-08-23 13:14:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/_source/globals Modified Files: fck_constants.js fckeditorapi.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: fck_constants.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals/fck_constants.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_constants.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fck_constants.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 **** * globally available in the page where the editor is placed. * ! * Version: 2.0 RC2 * Modified: 2004-05-31 23:07:48 * --- 13,17 ---- * globally available in the page where the editor is placed. * ! * Version: 2.0 RC3 * Modified: 2004-05-31 23:07:48 * Index: fckeditorapi.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals/fckeditorapi.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fckeditorapi.js 28 Feb 2005 00:33:32 -0000 1.1.1.1 --- fckeditorapi.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 **** * the page where the editor is placed in. * ! * Version: 2.0 RC2 * Modified: 2004-05-31 23:07:48 * --- 13,17 ---- * the page where the editor is placed in. * ! * Version: 2.0 RC3 * Modified: 2004-05-31 23:07:48 * *************** *** 29,33 **** // Set the current version. ! FCKeditorAPI.Version = '2.0 RC2' ; // Function used to get a instance of an existing editor present in the --- 29,33 ---- // Set the current version. ! FCKeditorAPI.Version = '2.0 RC3' ; // Function used to get a instance of an existing editor present in the |