aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 16:42:22 -0600
committerTed Gould <ted@gould.cx>2011-01-27 16:42:22 -0600
commit28f84ee512a35e2b04b211b7c1705a6eef4368ab (patch)
treec4594e72d714db7fd1d688844f3b3f63b3cbc1c7 /ChangeLog
parent8e1fbde30cfce799b64477113b404d5cda3306aa (diff)
parentaaae5863299681153898d4e701f44aed85c780e9 (diff)
downloadayatana-indicator-datetime-28f84ee512a35e2b04b211b7c1705a6eef4368ab.tar.gz
ayatana-indicator-datetime-28f84ee512a35e2b04b211b7c1705a6eef4368ab.tar.bz2
ayatana-indicator-datetime-28f84ee512a35e2b04b211b7c1705a6eef4368ab.zip
Import upstream version 0.1.91
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog106
1 files changed, 106 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a241c6..0589a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,111 @@
# Generated by Makefile. Do not edit.
+2011-01-27 Ted Gould <ted@gould.cx>
+
+ 0.1.91
+
+2011-01-27 Ted Gould <ted@gould.cx>
+
+ Fixing type callback prototype and bumping dbusmenu version
+
+2011-01-26 Ted Gould <ted@gould.cx>
+
+ Change to com.canonical and adding a log domain.
+
+2011-01-17 Ted Gould <ted@gould.cx>
+
+ Adding a log domain
+
+2011-01-17 Ted Gould <ted@gould.cx>
+
+ Switching the file name around
+
+2011-01-17 Ted Gould <ted@gould.cx>
+
+ Changing the interface and path for the settings
+
+2011-01-17 Ted Gould <ted@gould.cx>
+
+ Changing the GSettings interface
+
+2011-01-17 Ted Gould <ted@gould.cx>
+
+ Switching dbus names and interfaces
+
+2011-01-17 Ted Gould <ted@gould.cx>
+
+ Switching service to canonical.com
+
+2011-01-14 Ted Gould <ted@gould.cx>
+
+ Switching over to dbusmenu 0.4 and GDBus
+
+2011-01-11 Michael Terry <mike@mterry.name>
+
+ use dbusmenu 0.4 (no actual code changes)
+
+2011-01-10 Michael Terry <mike@mterry.name>
+
+ fix signal emission; g-signal receiver parameter definition
+
+2011-01-10 Michael Terry <mike@mterry.name>
+
+ first, untested pass at gdbus port
+
+2011-01-14 Ted Gould <ted@gould.cx>
+
+ Allowing more custom strings for formatting time and making sure they update correctly.
+
+2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Add markup support to clock label
+
+ This adds exactly the same markup support to the indicator-datetime
+ label respect to the clock gnome panel applet.
+
+ Now formats like the ones below can be correctly set:
+
+ <span weight="Bold">%I:%M %p</span>
+ <sup><span rise="3000" font_desc="ubuntu 7.5" color="#DFD8C8" weight="normal">%a %d %b</span></sup>%n<sub><span font_desc="ubuntu 7.5" color="#DFD8C8" weight="bold">%I:%M %p</span></sub>
+ %a <b>%I:%M %p</b>
+
+2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Reset the label max width when guessing it.
+
+ This should reduce the indicator size when a smaller (custom) text has
+ been added.
+
+2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Set label justification to center, and connect to "screen-changed" signal
+
+ Update gravity on screen change!
+
+2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Check if the custom time format string shows seconds
+
+ If it happens, update the label each second, not only every minute.
+ So now you can also put any custom string showing seconds, getting
+ correctly updated.
+
+2011-01-06 Ted Gould <ted@gould.cx>
+
+ A couple of slight cleanups
+
+2011-01-06 Ted Gould <ted@gould.cx>
+
+ Fixing time to be taken from time settings instead of message settings.
+
+2010-12-15 Michael Terry <mike@mterry.name>
+
+ use LC_TIME to look up date-related translations
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ 0.1.90
+
2010-12-03 Ted Gould <ted@gould.cx>
Merging in support for GTK3