diff --git a/ChangeLog b/ChangeLog index 5e1d5046..4ed8211a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -180,7 +180,7 @@ 2008-06-28 * Added sysfs AC adapter support patch (thanks Byron) - * Added support for EVE-Online skill monitoring (thanks Asbjørn) + * Added support for EVE-Online skill monitoring (thanks Asbjørn) 2008-06-25 * new variables smapi_bat_temp and smapi_bat_power @@ -250,7 +250,7 @@ 2008-04-29 * own_window_type dock patch (thanks Morgan). - * Fix for $if_up memleak (thanks Micha¿). + * Fix for $if_up memleak (thanks Micha¿). 2008-04-12 * Added patch for the following (thanks larsko): @@ -1218,10 +1218,10 @@ * Version 0.17 released 2004-05-23 - * battery number for ACPI battery (thanks Leszek Krupiñski) + * battery number for ACPI battery (thanks Leszek Krupiñski) * default battery is now BAT0 instead of BAT1, set ${battery 1} if the old battery thing worked - * bug fix on load average reporting (thanks Leszek Krupiñski) + * bug fix on load average reporting (thanks Leszek Krupiñski) * outlines to text, draw_outline and default_outline_color configurations and $outlinecolor (thanks adi) * $acpifan, $acpiacadapter, $uptime_short (thanks adi) @@ -1277,5 +1277,5 @@ * Version 0.15 released 2004-05-06 - * SIGHUP reloads config file (thanks Jørgen P. Tjernø) + * SIGHUP reloads config file (thanks Jørgen P. Tjernø) * Some other stuff diff --git a/changelog2html.py b/changelog2html.py index 67ccb114..5a6632ca 100755 --- a/changelog2html.py +++ b/changelog2html.py @@ -10,7 +10,7 @@ f = sys.argv[1] blah = 0 -print '' +print '' for i in open(f).read().splitlines(): # ignore empty lines