Added the changes from this week to Changelog
authorNikolas Garofil <ngarofil@users.sourceforge.net>
Sat, 21 Jun 2008 15:04:49 +0000 (15:04 +0000)
committerNikolas Garofil <ngarofil@users.sourceforge.net>
Sat, 21 Jun 2008 15:04:49 +0000 (15:04 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1188 7f574dfc-610e-0410-a909-a81674777703

ChangeLog

index 66b1837..216bb99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
 # $Id$
 
+2008-06-21
+       * Replaced the global text_object array and count with a
+       text_object_list
+       * Renamed various vars
+       * Removed redundancy in various parts
+
+2008-06-20
+       * Made some functions non-inline to compile with gcc 4.2 and higher
+
+2008-06-19
+       * Fixed compilation issues with --enable-testing
+       * Refactored format_seconds and format_seconds_short
+       * Changed addr to print "No Address" when there is no address
+       * Removed redundancy in various parts
+       * Split help output into a separate function
+
+2008-06-17
+       * Made defines of magic numbers
+
 2008-06-16
+       * Moved audacious defs into header
        * Fixed 3 bufferoverflows in a struct utmp in users.c
 
 2008-06-08