banshee r3329 - in trunk/banshee: . src/Clients/Nereid/Nereid src/Core/Banshee.Core/Banshee.IO



Author: abock
Date: Tue Feb 26 16:58:10 2008
New Revision: 3329
URL: http://svn.gnome.org/viewvc/banshee?rev=3329&view=rev

Log:
2008-02-26  Aaron Bockover  <abock gnome org>

    * ChangeLog: Fixed all the improper formatting that has been committed
    to this file lately. Wrote a guide that describes the proper formatting
    procedure for this file

    http://banshee-project.org/ChangeLogForDevelopers

    * HACKING: Updated with above link



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/HACKING
   trunk/banshee/src/Clients/Nereid/Nereid/PlayerInterface.cs
   trunk/banshee/src/Core/Banshee.Core/Banshee.IO/IFile.cs

Modified: trunk/banshee/HACKING
==============================================================================
--- trunk/banshee/HACKING	(original)
+++ trunk/banshee/HACKING	Tue Feb 26 16:58:10 2008
@@ -2,6 +2,16 @@
 against Banshee. These guidelines will make the codebase more readable,
 extensible, and portable.
 
+ChangeLog Formatting Guidelines
+===============================
+
+Every change to source code must have an entry in the ChangeLog file. The
+formatting details of this file are described here:
+
+  http://banshee-project.org/ChangeLogForDevelopers
+
+Please review these guidelines separate to this document.
+
 
 C# Coding Style Guidelines
 ==========================

Modified: trunk/banshee/src/Clients/Nereid/Nereid/PlayerInterface.cs
==============================================================================
--- trunk/banshee/src/Clients/Nereid/Nereid/PlayerInterface.cs	(original)
+++ trunk/banshee/src/Clients/Nereid/Nereid/PlayerInterface.cs	Tue Feb 26 16:58:10 2008
@@ -478,3 +478,4 @@
         }
     }
 }
+blah

Modified: trunk/banshee/src/Core/Banshee.Core/Banshee.IO/IFile.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.Core/Banshee.IO/IFile.cs	(original)
+++ trunk/banshee/src/Core/Banshee.Core/Banshee.IO/IFile.cs	Tue Feb 26 16:58:10 2008
@@ -43,3 +43,4 @@
         System.IO.Stream OpenWrite (SafeUri uri, bool overwrite);
     }
 }
+blah



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]