From: Thyamad c. <th...@us...> - 2005-09-29 19:50:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default/js Modified Files: common.js fckxml.js Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: common.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js/common.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** common.js 1 Sep 2005 18:15:43 -0000 1.4 --- common.js 29 Sep 2005 19:49:19 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * File Browser dialog window. * - * Version: 2.0 RC3 - * Modified: 2004-11-27 00:03:05 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function AddSelectOption( selectElement, optionText, optionValue ) --- 13,19 ---- * File Browser dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function AddSelectOption( selectElement, optionText, optionValue ) Index: fckxml.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js/fckxml.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckxml.js 1 Sep 2005 18:15:43 -0000 1.4 --- fckxml.js 29 Sep 2005 19:49:19 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 15,24 **** * File Browser frameset. * - * Version: 2.0 RC3 - * Modified: 2004-11-26 23:55:13 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ var FCKXml = function() --- 15,21 ---- * File Browser frameset. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ var FCKXml = function() |