aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-01-27 16:43:49 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-01-27 16:43:49 -0500
commit326b5bf46ccc31ce53355d2cdba88102e8d8ca64 (patch)
tree6ab08ab7aae36b4a845351111247b95a33c35d64 /ChangeLog
parent3814e3d2d075044d7a77d0e0ccd0989f32f15010 (diff)
parent1246174af6fb0750bf72455fd3d10f30425562d5 (diff)
downloadlibayatana-indicator-0.3.18-0ubuntu1.tar.gz
libayatana-indicator-0.3.18-0ubuntu1.tar.bz2
libayatana-indicator-0.3.18-0ubuntu1.zip
releasing version 0.3.18-0ubuntu10.3.18-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f992bb..8ce7055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,49 @@
# Generated by Makefile. Do not edit.
+2011-01-27 Ted Gould <ted@gould.cx>
+
+ 0.3.18
+
+2011-01-27 Ted Gould <ted@gould.cx>
+
+ Adding a signal for scrolling that includes the entry
+
+2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Removed typo in code.
+
+ Pasted a more SCROLL value :P
+
+2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Added support for "signal-entry" signal
+
+ libindicator support the new "scroll-entry" signal (which get called
+ using the target entry as parameter too) I think that maybe we could
+ simply rewrite the "scroll" signal, but I kept it there for
+ compatibility reasons; however, actually just the indicator-sound
+ should be fixed in case of switch...
+
+2011-01-14 Ted Gould <ted@gould.cx>
+
+ 0.3.17
+
+2011-01-13 Ted Gould <ted@gould.cx>
+
+ Use dbus name watches instead of g-owner-change signal for watching for restarts.
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ use actual DBus NameOwnerChanged interface rather than GDBus's higher level signal because that one only works for well-known names
+
+2011-01-13 Michael Terry <mike@mterry.name>
+
+ fix basename issue when make is given full path
+
+2011-01-13 Ted Gould <ted@gould.cx>
+
+ 0.3.16
+
2011-01-10 Ted Gould <ted@gould.cx>
Adding a signal for the menu being closed.