diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-08 03:46:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-08 03:46:38 +0800 |
commit | fd2588484f46784b87881626d598c7b6fe8712c7 (patch) | |
tree | dc1fb07f75e3763e36f9996913d561540085a153 /my-evolution/ChangeLog | |
parent | 36d9b4794e8e811b8f854d97dcc3f2dd946a7bf8 (diff) | |
download | gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.gz gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.zst gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.zip |
Add some escapes to the newly added locations so they get split properly.
* Locations (name): Add some escapes to the newly added locations
so they get split properly.
* e-summary-weather.c (e_summary_weather_init_locations): Fetch
the Locations file from the right path. If you find an invalid
entry in the Locations file, complain with an informative
g_warning() instead of just returning FALSE.
(e_summary_weather_fill_etable): Do the same thing here.
svn path=/trunk/; revision=20220
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index a7009c5a0e..67605633f9 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,20 @@ +2003-03-07 Ettore Perazzoli <ettore@ximian.com> + + * Locations (name): Add some escapes to the newly added locations + so they get split properly. + + * e-summary-weather.c (e_summary_weather_init_locations): Fetch + the Locations file from the right path. If you find an invalid + entry in the Locations file, complain with an informative + g_warning() instead of just returning FALSE. + (e_summary_weather_fill_etable): Do the same thing here. + +2003-03-06 Ettore Perazzoli <ettore@ximian.com> + + * e-summary-calendar.c (generate_html): Added the AM/PM part when + not in "wants24hr" mode; moved the date before the time instead of + vice versa. Also, do not check the boolean value against TRUE! + 2003-03-06 Ettore Perazzoli <ettore@ximian.com> * Locations: Added more Swedish locations, submitted by Marten |