Only in sites/all/modules/wysiwyg/: .DS_Store
diff -cr sites/all/modules/wysiwyg orig/editors/fckeditor.inc sites/all/modules/wysiwyg/editors/fckeditor.inc
*** sites/all/modules/wysiwyg orig/editors/fckeditor.inc	2009-06-08 20:18:11.000000000 -0400
--- sites/all/modules/wysiwyg/editors/fckeditor.inc	2010-03-03 15:56:06.000000000 -0500
***************
*** 101,112 ****
      'CustomConfigurationsPath' => base_path() . drupal_get_path('module', 'wysiwyg') . '/editors/js/fckeditor.config.js',
      'Width' => '100%',
      'Height' => 420,
!     'LinkBrowser' => FALSE,
!     'LinkUpload' => FALSE,
!     'ImageBrowser' => FALSE,
!     'ImageUpload' => FALSE,
!     'FlashBrowser' => FALSE,
!     'FlashUpload' => FALSE,
      // By default, FCKeditor converts most characters into HTML entities. Since
      // it does not support a custom definition, but Drupal supports Unicode, we
      // disable at least the additional character sets. FCKeditor always converts
--- 101,112 ----
      'CustomConfigurationsPath' => base_path() . drupal_get_path('module', 'wysiwyg') . '/editors/js/fckeditor.config.js',
      'Width' => '100%',
      'Height' => 420,
!     'LinkBrowser' => TRUE,
!     'LinkUpload' => TRUE,
!     'ImageBrowser' => TRUE,
!     'ImageUpload' => TRUE,
!     'FlashBrowser' => TRUE,
!     'FlashUpload' => TRUE,
      // By default, FCKeditor converts most characters into HTML entities. Since
      // it does not support a custom definition, but Drupal supports Unicode, we
      // disable at least the additional character sets. FCKeditor always converts

