diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-06-14 15:51:26 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-06-14 15:51:26 +0800 |
commit | ea1261df41c42eb68d84adf6a8ade6eda87d9388 (patch) | |
tree | 172b20e162a66e04a5ce281c878cf67ed78aaf96 /widgets/ChangeLog | |
parent | 53fa137f38eb9dc07ee21b89dbc2495fd0737142 (diff) | |
download | gsoc2013-evolution-ea1261df41c42eb68d84adf6a8ade6eda87d9388.tar.gz gsoc2013-evolution-ea1261df41c42eb68d84adf6a8ade6eda87d9388.tar.zst gsoc2013-evolution-ea1261df41c42eb68d84adf6a8ade6eda87d9388.zip |
Committed fix for bug #204798 , #235691 , #229132
svn path=/trunk/; revision=32132
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index f563b60caf..123ae16b72 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,14 @@ +2006-06-14 Srinivasa Ragavan <sragavan@novell.com> + + ** Fixes bug #204798 , #235691 , #229132 + * e-timezone-dialog/e-timezone-dialog.c: + (e_timezone_dialog_add_timezones), (get_local_offset), + (get_local_timezone), (format_utc_offset), + (zone_display_name_with_offset), (zone_display_name), + (on_map_motion), (e_timezone_dialog_set_timezone): Added code to set + the timezone as default to local timezone and show the time offset in + the map motion. + 2006-06-02 Srinivasa Ragavan <sragavan@novell.com> ** Added a new hbox cell renderer and a new Sort By menu to e-table to |