diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2009-03-30 09:31:21 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2009-03-30 09:31:21 +0200 |
commit | 1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f (patch) | |
tree | f4cd9370370bc26a0ae2daff446c57dd3c9700fc /debian | |
parent | 9e0aabb84ac83a1f20c30756f268d1a06abbbc58 (diff) | |
parent | 9a1d935149a055969ae18dc5d80fb0ab11071f30 (diff) | |
download | libayatana-indicator-1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f.tar.gz libayatana-indicator-1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f.tar.bz2 libayatana-indicator-1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f.zip |
* New upstream version
* Changing the text in the license box to make sense. (LP: #346215)
* Call GNOME Program Init to initialize all of the ATK and gettext
stuff that needs to be initialized for it all to work. Patch from
Eitan Isaacson. (LP: #349031)
* Give the indicator applet an ATK name so it can be found by the
accessibility frameworks. Patch from Eitan Isaacson. (LP: #349031)
* Making it so the 'No Indicators' situation uses a label instead of a
desensitized menu item to allow right click through. (LP: #346359)
* Remove the making of 'Indicator Applet Factory' translatable.
(LP: #349540)
* Make sure translations get loaded and make the 'No Indicators' error
and the license translatable. Patch from Gabor Kelemen. (LP: #349998)
* debian/control: Adding libgnomeui-dev as a dependency as it was added
upstream.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f5dc0ba..7fc4bfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +indicator-applet (0.1.4-0ubuntu1) UNRELEASED; urgency=low + + * New upstream version + * Changing the text in the license box to make sense. (LP: #346215) + * Call GNOME Program Init to initialize all of the ATK and gettext + stuff that needs to be initialized for it all to work. Patch from + Eitan Isaacson. (LP: #349031) + * Give the indicator applet an ATK name so it can be found by the + accessibility frameworks. Patch from Eitan Isaacson. (LP: #349031) + * Making it so the 'No Indicators' situation uses a label instead of a + desensitized menu item to allow right click through. (LP: #346359) + * Remove the making of 'Indicator Applet Factory' translatable. + (LP: #349540) + * Make sure translations get loaded and make the 'No Indicators' error + and the license translatable. Patch from Gabor Kelemen. (LP: #349998) + * debian/control: Adding libgnomeui-dev as a dependency as it was added + upstream. + + -- Ted Gould <ted@ubuntu.com> Fri, 27 Mar 2009 23:41:21 -0500 + indicator-applet (0.1.3-0ubuntu2) jaunty; urgency=low * debian/control: Add dependency to indicator-messages; the applet is diff --git a/debian/control b/debian/control index 6ca0080..7fb1784 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0), libpanel-applet2-dev (>= 2.0.0), libdbus-glib-1-dev, gnome-doc-utils, + libgnomeui-dev, libtool, intltool Standards-Version: 3.8.0 |