1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Added the changes from this week to Changelog

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1188 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Nikolas Garofil 2008-06-21 15:04:49 +00:00
parent c1c34ae443
commit 25ef59dc09

View File

@ -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