diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 91 |
1 files changed, 91 insertions, 0 deletions
@@ -1,5 +1,96 @@ # Generated by Makefile. Do not edit. +2012-07-12 Charles Kerr <charles.kerr@canonical.com> + + bump version to 12.10.0 + +2012-07-12 Charles Kerr <charles.kerr@canonical.com> + + cyphermox patch to support EDS 3.6's API + +2012-06-18 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~bobowen/indicator-datetime/fix-for-749847 to apply an 'en space' between the date string and time string. + +2012-05-25 Bob Owen <bobowen@spamcop.net> + + * src/utils.c + - generate_format_string_full - Changed space between date and time + to Unicode en space. Added using UTF-8 hex encoding (0xE28082) + to avoid the need to mess with CFLAGS to add std=c99. (LP: #749847) + +2012-05-21 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the sort order specified in https://wiki.ubuntu.com/TimeAndDate + +2012-05-17 Charles Kerr <charles.kerr@canonical.com> + + Modify the timezone location sorting to follow mpt's design at https://wiki.ubuntu.com/TimeAndDate + + - the auto-detected location, if enabled, is listed before user-specified locations + - Locations in the indicator always mirror the Locations Dialog's ordering + - Added sort-by-name and sort-by-time buttons in the Locations Dialog + +2012-05-17 Charles Kerr <charles.kerr@canonical.com> + + Add the "Time in auto-detected location" setting described in https://wiki.ubuntu.com/TimeAndDate + +2012-05-21 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-datetime/unnecessary-saves to fix a bug that caused the location settings to re-saved every time update_times() was called (which is periodically every 2 seconds). + +2012-05-17 Charles Kerr <charles.kerr@canonical.com> + + fix a bug that caused the location settings to re-saved every time update_times() was called (which is periodically every 2 seconds). + +2012-05-08 Charles Kerr <charles.kerr@canonical.com> + + raise the minimum gtk version to 3 + +2012-05-08 Charles Kerr <charles.kerr@canonical.com> + + remove AC_ARG_WITH + +2012-05-07 Charles Kerr <charles.kerr@canonical.com> + + require gtk3 + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + sync with lp:indicator-datetime + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-datetime/shush to silence a couple of console warnings when the calendar app is disabled. + +2012-04-22 Charles Kerr <charles.kerr@canonical.com> + + minor: silence two console warnings when the calendar app is disabled. + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/indicator-datetime/lp773987 to switch the parsing of the lat and long to be non-locale based as it's returned from the webservice in C, we want to parse it using the decimal instead of a comma. + +2012-04-18 Ted Gould <ted@gould.cx> + + Use the same function here as well, just to ensure we're consistent + +2012-04-18 Ted Gould <ted@gould.cx> + + Make it so that we parse the long and lat in a locale independent way + +2012-04-18 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-datetime/lp-986881 so that indicator_datetime_panel's dispose() method will call the superclass' dispose() method. + +2012-04-22 Charles Kerr <charles.kerr@canonical.com> + + indicator_datetime_panel's dispose() method needs to chain up to the superclass' dispose() method + 2012-04-04 Charles Kerr <charles.kerr@canonical.com> 0.3.94 |