1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-24 11:55:43 +00:00

Fix charset of changelog.

This commit is contained in:
Brenden Matthews 2009-03-29 23:17:56 -06:00
parent 595b22fcce
commit 9f6c13e16a
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -10,7 +10,7 @@ f = sys.argv[1]
blah = 0
print '<html><body>'
print '<html><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /></head><body>'
for i in open(f).read().splitlines():
# ignore empty lines