? .cache
? .project
? .settings
? drupal-remove-crufty-themes-315533-27.patch
? drupal-remove-crufty-themes-315533-30.patch
? drupal-remove-crufty-themes-315533.patch
? recreate.sh
? recreate_db.sql
? misc/error.png
? misc/info.png
? misc/warning.png
? sites/drupal7x.hedwig.albin.net
? sites/default/files
Index: .htaccess
===================================================================
RCS file: /cvs/drupal/drupal/.htaccess,v
retrieving revision 1.99
diff -u -p -r1.99 .htaccess
--- .htaccess	9 Jan 2009 02:49:01 -0000	1.99
+++ .htaccess	11 Mar 2009 19:41:57 -0000
@@ -80,7 +80,7 @@ DirectoryIndex index.php
   #
   # If your site is running in a VirtualDocumentRoot at http://example.com/,
   # uncomment the following line:
-  # RewriteBase /
+  RewriteBase /
 
   # Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
   RewriteCond %{REQUEST_FILENAME} !-f
Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v
retrieving revision 1.298
diff -u -p -r1.298 CHANGELOG.txt
--- CHANGELOG.txt	9 Mar 2009 20:41:25 -0000	1.298
+++ CHANGELOG.txt	11 Mar 2009 19:41:58 -0000
@@ -75,7 +75,10 @@ Drupal 7.0, xxxx-xx-xx (development vers
       allowing Drupal to lazy-load code as needed, resulting in significant performance
       and memory improvements.
 - Theme system:
-    * Converted the 'bluemarine' theme to a tableless layout.
+    * Replaced the bluemarine, chameleon and pushbutton themes with Stark. The
+      old themes live on as contributed themes
+      (http://drupal.org/project/bluemarine, http://drupal.org/project/chameleon
+      and http://drupal.org/project/pushbutton).
 - File handling:
     * Files are now first class Drupal objects with file_load(), file_save(),
       and file_validate() functions and corresponding hooks.
