indicator-applet (12.10.2+17.04.20161202-0ubuntu1) zesty; urgency=medium

  * Update panel-applet files locations for gnome-panel 3.22.

 -- Dmitry Shachnev <mitya57@ubuntu.com>  Fri, 02 Dec 2016 13:26:45 +0000

indicator-applet (12.10.2+17.04.20161122.2-0ubuntu1) zesty; urgency=medium

  * Convert from out-of-process applet to in-process applet:
    - Do not call methods that change the global state, such as
      g_log_set_default_handler().
    - Refactor src/Makefile.am, reuse some flags for different builds.
    - Drop the D-Bus services files, no longer needed.
  * Do not call panel_applet_set_background_widget(), this call is not
    needed with libpanel-applet ≥ 3.16.
  * Update the install files according to in-process switch.
  * Remove the apport hook, not useful without log files.

 -- Dmitry Shachnev <mitya57@ubuntu.com>  Tue, 22 Nov 2016 11:03:08 +0000

indicator-applet (12.10.2+15.04.20141127.2-0ubuntu1) vivid; urgency=low

  [ Dmitry Shachnev ]
  * Build against gnome-panel 3.14.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 27 Nov 2014 11:45:58 +0000

indicator-applet (12.10.2+15.04.20141111-0ubuntu1) vivid; urgency=low

  [ Alberts Muktupāvels ]
  * Update for new libpanel-applet version.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Nov 2014 17:53:08 +0000

indicator-applet (12.10.2+14.04.20140403-0ubuntu1) trusty; urgency=low

  [ Dimitri John Ledkov ]
  * Drop indicator-sync recommendation and references. (LP: #1300916)
    (LP: #1300916)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 03 Apr 2014 01:11:06 +0000

indicator-applet (12.10.2+14.04.20140320.1-0ubuntu1) trusty; urgency=low

  [ Dmitry Shachnev ]
  * Fix assertion error which prevented indicator-applet-appmenu from
    functioning.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 20 Mar 2014 19:07:58 +0000

indicator-applet (12.10.2+14.04.20140320-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Use the correct signal_spec syntax when calling
    g_object_disconnect(). (LP: #1284840)

  [ Dmitry Shachnev ]
  * Allow Gtk deprecations, to workaround FTBFS.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 20 Mar 2014 09:03:53 +0000

indicator-applet (12.10.2+13.10.20130924.2-0ubuntu1) saucy; urgency=low

  [ Alberts Muktupāvels ]
  * Don't load all indicators for indicator-applet-appmenu, indicator-
    applet-session... LP: (#1215337). (LP: #1215337)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 421

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 24 Sep 2013 08:58:23 +0000

indicator-applet (12.10.2+13.10.20130913-0ubuntu1) saucy; urgency=low

  [ Alistair Buxton ]
  * Fix the loaded indicators count. The addition of support for
    indicator-ng means that there are now two ways to load indicators,
    but only those loaded by the second function are counted. Fix this
    by making the worker functions add to the counter variable instead
    of assigning to it.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 419

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 13 Sep 2013 15:15:33 +0000

indicator-applet (12.10.2+13.10.20130822.5-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * Have indicator-applet-complete also recommend indicator-keyboard.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 417

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 22 Aug 2013 20:29:07 +0000

indicator-applet (12.10.2+13.10.20130809-0ubuntu1) saucy; urgency=low

  [ Iain Lane ]
  * Only prioritise and invert new-style indicators.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 415

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 09 Aug 2013 02:02:21 +0000

indicator-applet (12.10.2+13.10.20130731-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * Have indicator-applet-complete also recommend the other default
    indicators (bluetooth, datetime, power, printers, and sync).

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 413

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 31 Jul 2013 02:01:59 +0000

indicator-applet (12.10.2+13.10.20130719-0ubuntu1) saucy; urgency=low

  [ Alberts Muktupāvels ]
  * Place old indicators first than new indicators from keyfiles.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 411

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 19 Jul 2013 02:02:43 +0000

indicator-applet (12.10.2+13.10.20130716-0ubuntu1) saucy; urgency=low

  [ Alberts Muktupavels ]
  * Load indicator objects from keyfiles in /usr/share/unity/indicators. (LP: #1197957)
  * Added ido_init() and restored datetime and power indicators position.
  * Added libido3-0.1 to configure.ac.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 409

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 16 Jul 2013 02:01:57 +0000

indicator-applet (12.10.2daily13.03.01-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/control:
    - Update style to match other indicator packages.
    - Reorganize Build-Depends for clarity.
    - Drop Build-Depends on cdbs.
    - Bump Build-Depends on debhelper to (>= 9)
    - Add a Build-Depends for gnome-common.
    - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
    - Drop outdated Conflicts/Replaces for old upgrade paths.
  * debian/compat: bump compat level to 9.
  * debian/rules:
    - Convert to using the dh sequencer.
    - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
    - Override dh_autoreconf to have it call autogen.sh and not run configure.
  * debian/*.install: update paths for multiarch.

  [ Didier Roche ]
  * Automatic snapshot from revision 406 (bootstrap)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 407

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Fri, 01 Mar 2013 02:01:57 +0000

indicator-applet (12.10.1-0ubuntu1) quantal; urgency=low

  * New upstream release.
    - Sync with libindicator requirements (LP: #1045372)
    - Add position hint for sync indicator (LP: #1049838)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 19 Sep 2012 15:52:42 -0400

indicator-applet (12.10.0-0ubuntu2) quantal; urgency=low

  * Backport a fix so that libroffice doesn't hang on on startup (LP: #1045372)

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 17 Sep 2012 11:13:15 +0200

indicator-applet (12.10.0-0ubuntu1) quantal; urgency=low

  * New upstream release.
  * Drop glib build fix included in the new version

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 22 Aug 2012 10:41:39 +0200

indicator-applet (0.5.0-0ubuntu3) quantal; urgency=low

  * debian/source_indicator-applet.py:
    - dropped deprecated indicator-me, network indiator is nm-applet
    
  [ Matthieu Baerts (matttbe) ]
  * debian/patches/01-fixed_compilation_error_with_glib_2.33.patch:
   - Fixed a compilation error if GLib 2.33 is used.
  * debian/control and debian/rules:
   - Added Quilt needed for the new patch.
  * debian/control:
   - Bump Standards-Version

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 13 Jul 2012 11:02:11 +0200

indicator-applet (0.5.0-0ubuntu2) quantal; urgency=low

  * debian/source_indicator-applet.py:
   - Update apport hook for python3 (LP: #1013171)
  * debian/control:
   - Added python3-xdg as new dependence (needed by its apport hook) 

 -- Matthieu Baerts (matttbe) <matttbe@gmail.com>  Mon, 02 Jul 2012 19:22:45 +0200

indicator-applet (0.5.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Fixing scroll mask (LP: #973538)

 -- Ted Gould <ted@ubuntu.com>  Wed, 04 Apr 2012 14:40:07 -0500

indicator-applet (0.4.92-0ubuntu3) precise; urgency=low

  * debian/indicator-applet.install:
    - install the translations (lp: #956937)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 16 Mar 2012 15:19:49 +0100

indicator-applet (0.4.92-0ubuntu2) precise; urgency=low

  * debian/control
    - Dropped depends for gnome-panel, anything that depends on 
      indicator-applet should already require a panel that can 
      use it (LP: #954939)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 16 Mar 2012 09:59:10 -0400

indicator-applet (0.4.92-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Remove unused code that was marked as risky (LP: #944220)

 -- Ted Gould <ted@ubuntu.com>  Fri, 09 Mar 2012 15:04:38 -0600

indicator-applet (0.4.91-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Fix unenforcable type (LP: #937435)
    * Show hidden parameter (LP: #937436)

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Feb 2012 23:51:38 -0600

indicator-applet (0.4.90-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Switch to work with GNOME3 Panel (LP: #829491)
  * debian/control: Adjusting depends to match new panel reality
  * debian/*install: Updating GNOME Panel applet install directory

  [ Ken VanDine ]
  * debian/control
    * dropped recommends for indicator-me
  * debian/rules
    * removed simple-patchsys.mk

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 08 Feb 2012 10:45:27 -0500

indicator-applet (0.4.12-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Adding in translations from Launchpad (LP: #760680)
    ∘ Handle updating accessible descriptions globally rather than
      once per entry (LP: #745115)

 -- Ted Gould <ted@ubuntu.com>  Thu, 14 Apr 2011 21:49:24 -0500

indicator-applet (0.4.10-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Set the environment for the indicator object (LP: #703555)
  * debian/control: libindicator to 0.3.22

 -- Ted Gould <ted@ubuntu.com>  Wed, 23 Mar 2011 14:14:36 -0500

indicator-applet (0.4.9-0ubuntu2) natty; urgency=low

  [Jeff Lane]
  * debian/source_indicator-applet.py:
    * Fixing a typo with from 'in' to 'is' in the menu

  [Ted Gould]
  * debian/source_indicator-applet.py:
    * Changing to be 'menus' where appropriate in the text

 -- Ted Gould <ted@ubuntu.com>  Wed, 16 Mar 2011 09:52:58 -0500

indicator-applet (0.4.9-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Support for accessible descriptions
  * debian/control: libindicator dep bump to 0.3.19

 -- Ted Gould <ted@ubuntu.com>  Thu, 17 Feb 2011 14:56:51 -0600

indicator-applet (0.4.8-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Close menus when asked nicely.

 -- Ted Gould <ted@ubuntu.com>  Thu, 03 Feb 2011 14:35:07 -0600

indicator-applet (0.4.7-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Use the new scroll-entry signal
  * debian/control: requiring the new libindicator

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Jan 2011 15:52:05 -0600

indicator-applet (0.4.6-0ubuntu3) natty; urgency=low

  * Force a rebuild for libindicator change

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 14 Jan 2011 16:53:01 -0600

indicator-applet (0.4.6-0ubuntu2) natty; urgency=low

  * Use the port to dbus done by Michael Terry (lp: #671477)
  * Updated the .install for the new version.
  * debian/control:
    - updated the build-depends
  * debian/rules:
    - use dh-autoreconf

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 06 Dec 2010 19:03:10 +0100

indicator-applet (0.4.6-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Send the activate signal down to libindicator (LP: #637692)
    * Generate AUTHORS and ChangeLog from Bazaar
  * debian/control: depends on latest libindicator-dev 

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 22 Sep 2010 18:08:32 +0200

indicator-applet (0.4.6-0ubuntu1~ppa1) maverick; urgency=low

  * New upstream release.
    * Send the activate signal down to libindicator (LP: #637692)
    * Generate AUTHORS and ChangeLog from Bazaar
  * debian/control: Upping the libindicator-dev dependency

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Sep 2010 10:50:22 -0500

indicator-applet (0.4.5-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Shifting text over by one pixel (LP: #625351)

 -- Ted Gould <ted@ubuntu.com>  Thu, 09 Sep 2010 12:26:04 -0500

indicator-applet (0.4.4-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Removing indicator-datetime from the indicator-applet

 -- Ted Gould <ted@ubuntu.com>  Thu, 26 Aug 2010 14:29:52 -0500

indicator-applet (0.4.3-0ubuntu1) maverick; urgency=low

  * New upstream release.
    ∘ Fix sensitivity handling (LP: #598524)
  * debian/source_indicator-applet.py, debian/indicator-applet-crashdb.conf,
    debian/indicator-applet.install: Adding ability to report bugs
    with non-Ubuntu packages.
  * debian/source_indicator-applet.py: Typo in filename 
  * debian/control: Removing indicator-renderer dependencies and
    making them provides.
  * debian/control: Removing dependency for indicator-applet-appmenu
    and indicator-applet-complete on indicator-applet.

  [Mitch Towner]
  * debian/source_indicator-applet.py
   - Add apport hook. (LP: #583174)

 -- Ted Gould <ted@ubuntu.com>  Thu, 08 Jul 2010 11:29:37 -0500

indicator-applet (0.4.2-0ubuntu3) UNRELEASED; urgency=low

  * debian/control: Add alternative dependencies to indicator-renderer, to
    avoid pulling in gnome-panel and indicator-applet when using unity.
    (LP: #595862)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 23 Jun 2010 12:05:51 +0200

indicator-applet (0.4.2-0ubuntu2) maverick; urgency=low

  * debian/control
    - Bump build dep version of libpanel-applet2-dev 
      to >= 2.30.0-2ubuntu2 to pick up a patched header
      needed to make sure gnome-panel and the applets 
      don't pick up menu proxies

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 17 Jun 2010 15:41:33 -0400

indicator-applet (0.4.2-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Support hiding of entries if their label and/or image hides

 -- Ted Gould <ted@ubuntu.com>  Fri, 04 Jun 2010 11:21:55 -0500

indicator-applet (0.4.1-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Fix build of Bonobo server files
    * Creating a new binary target indicator-applet-appmenu
  * debian/control, debian/indicator-applet-appmenu.install: Adding
    a new binary package for indicator-applet-appmenu

  [Ken VanDine]
  * debian/control
    - Change maintainer to ubuntu-desktop

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 May 2010 15:09:57 -0500

indicator-applet (0.3.7-0ubuntu1) lucid-proposed; urgency=low

  * New upstream release.
    * Fix shortcuts over remote connections (LP: #568401)
    * Compiler cleanups
    * Support for vertical panels (LP: #498182)

 -- Ted Gould <ted@ubuntu.com>  Tue, 04 May 2010 19:44:02 +0200

indicator-applet (0.3.6-0ubuntu2) lucid; urgency=low

  * Backport change to fix keyboard grabbing issues (lp: #553918)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 02 Apr 2010 19:35:18 +0200

indicator-applet (0.3.6-0ubuntu1) lucid; urgency=low

  * New upstream release.
    * Adds LGPL for TomboyBinder and EggAccelerators
  * debian/copyright: Updated for LGPL code in files above

 -- Ted Gould <ted@ubuntu.com>  Thu, 01 Apr 2010 15:44:06 -0500

indicator-applet (0.3.5-0ubuntu1) lucid; urgency=low

  * New upstream release.
    * Adding hotkey support.  Super+S.  (LP: #334544)

 -- Ted Gould <ted@ubuntu.com>  Thu, 01 Apr 2010 09:51:33 -0500

indicator-applet (0.3.4-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.4
    * Add in scrolling support (LP: #521046)
    * Fix autogen.sh to allow parameters (LP: #539767)
  * debian/control: libindicator requirement to 0.3.6

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Mar 2010 12:46:36 -0500

indicator-applet (0.3.3-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.3
    * Add libsoundmenu.so to the ordering to place it next
      to the messaging menu.

  [ Loïc Minier ]
  * Fix typo in description.

  [ Colin Watson ]
  * Conflict/replace fast-user-switch-applet, since they both ship
    /usr/lib/bonobo/servers/GNOME_FastUserSwitchApplet.server.

 -- Ted Gould <ted@ubuntu.com>  Thu, 11 Mar 2010 15:26:37 -0600

indicator-applet (0.3.2-0ubuntu3) lucid; urgency=low

  * debian/control:
    - Switching indicator-session and indicator-me to recommends
      of indicator-applet-session.
    - Switching indicator-applet-complete to recommend everything.
    - Adding indicator-application to indicator-applet recommends

 -- Ted Gould <ted@ubuntu.com>  Mon, 15 Feb 2010 11:58:15 -0600

indicator-applet (0.3.2-0ubuntu2) lucid; urgency=low

  * debian/control:
    - change the depends on indicator-messages to a recommends, 
      recommends indicator-sound too so it gets installed by default
    - updated the standards-version

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 12 Feb 2010 13:35:22 +0100

indicator-applet (0.3.2-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.2
    * Send debug information to a file
    * Adding support for sorting the indicators.
  * debian/control: Increasing libindicator required version to
    version 0.3.1 for the reordering functions.

 -- Ted Gould <ted@ubuntu.com>  Thu, 21 Jan 2010 13:31:03 -0600

indicator-applet (0.3.1-0ubuntu3) lucid; urgency=low

  * debian/control:
    - depends on the new indicator-me since it is in lucid now.

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 11 Jan 2010 16:48:08 +0100

indicator-applet (0.3.1-0ubuntu2) lucid; urgency=low

  * debian/control
    - drop the dependancy for indicator-applet-session on indicator-me
      until indicator-me gets uploaded

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 08 Jan 2010 16:57:52 -0500

indicator-applet (0.3.1-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.1
    * Add support for indicator-me in session applet
    * Change built to use one source
    * Unifing all of the code into one C file with defines
    * Adding an indicator-applet-complete build
    * Adding in handling of the me menu indicator.  It should go
      in indicator-applet-session.
  * debian/control: Adding package indicator-applet-complete
  * debian/control: Making indicator-applet-session depend on
    indicator-me.
  * Added debian/indicator-applet-complete.install

 -- Ted Gould <ted@ubuntu.com>  Fri, 08 Jan 2010 08:53:18 -0600

indicator-applet (0.3.0-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.0
    * Update to libindicator 0.3.0 API 
  * debian/control: Updating libindicator to 0.3.0 or greater.

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Dec 2009 11:34:33 -0600

indicator-applet (0.2.0-0ubuntu2) karmic; urgency=low

  * debian/rules: Enable simple-patchsys.
  * Add debian/patches/01_stracciatella.patch: Do not show up in stracciatella
    session. (LP: #444149)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 14 Oct 2009 20:38:39 +0200

indicator-applet (0.2.0-0ubuntu1) karmic; urgency=low

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 01 Sep 2009 16:18:35 +0200

indicator-applet (0.2.0~bzr326-0ubuntu2) karmic; urgency=low

  * debian/control:
    - Make session applet replace/conflict with gdm << 2.27.90-0ubuntu1
    - Added Depends on indicator-session

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 25 Aug 2009 15:07:35 +0200

indicator-applet (0.2.0~bzr326-0ubuntu1) karmic; urgency=low

  [ Ken VanDine ]
  * Upstream merge to match indicate-session instead of indicate-sus
  * debian/control: 
    - Added conflicts and replaces for indicator-applet-session with 
      indicator-applet-sus
    - Removed all lib* packages
    - Added a build dependency on libindicator-dev
    - Changing additional applet from SUS to session
    - Fixed Vcs-Bzr and added Vcs-Bzr-Browser
  * Merging in trunk which is now indicator-applet only.
  * Removed the file listings for these binary packages:
     debian/libindicate-dev.install
     debian/libindicate-doc.install
     debian/libindicate-gtk-dev.install
     debian/libindicate-gtk0.install
     debian/libindicate2.install
     debian/libindicator-dev.install
  * debian/copyright: Removing license information for the libraries
    that have been removed.
  * debian/rules: Removing build switches for library docs.
  * debian/indicator-applet-sus.install => debian/indicator-applet-session.install
    Renaming pacage from SUS to Session
  * debian/indicator-applet.install: Removing listen-and-print as
    it's no longer in this package.
  * Setting the icon path in the .pc file.
  * Merging onto the main packaging branch.
  * Renaming the second Bonobo server description file to match that
    of the FastUserSwitchApplet.
  * Upstream merge for better naming of the applet.
  * Updating from upstream with two (count them) two applets
    installed in the source.

  [ Martin Pitt ]
  * debian/control: Bump libindicator-dev build dependency.
  * debian/control: Fix Vcs-* fields.

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 25 Aug 2009 08:57:03 +0200

indicator-applet (0.2.0~bzr319-0ubuntu5) UNRELEASED; urgency=low

  * debian/control: Update Vcs-Bzr:, owner of the branch changed to
    ubuntu-desktop.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 24 Aug 2009 15:17:13 +0200

indicator-applet (0.2.0~bzr319-0ubuntu4) karmic; urgency=low

  * Add build-dep on gtk-doc-tools

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 11:28:57 +0100

indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low

  * debian/rules
    - added --enable-gtk-doc to build the docs

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 05 Aug 2009 09:50:17 +0100

indicator-applet (0.2.0~bzr319-0ubuntu2) karmic; urgency=low

  * Run ./autogen.sh before upload

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 00:40:52 +0100

indicator-applet (0.2.0~bzr319-0ubuntu1) karmic; urgency=low

  [ Ted Gould ]
  * Merging in upstream code to split out libindicate-gtk
  * debian/control:
    * Changing the version number of libindcate to 2 to match
      the .so numbering.
    * Creating packages for libindicate-gtk
  * Added libindicate-gtk-dev.install and libindicate-gtk0.install
    for the new library.
  * Renamed libindicate1.install to libindicate2.install to match
    the package name change.
  * Modified libindicate-dev to be more specific about the header
    files that it grabs.

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 00:22:54 +0100

indicator-applet (0.2.0~bzr309-0ubuntu3) karmic; urgency=low

  * Now moving on to Karmic

 -- Ted Gould <ted@ubuntu.com>  Fri, 17 Jul 2009 21:24:41 -0500

indicator-applet (0.2.0~bzr309-0ubuntu2) jaunty; urgency=low

  * debian/control, debian/libindicate-doc.install: Merging in Ken
    Vandine's work on making a -doc package for libindicate.

 -- Ted Gould <ted@ubuntu.com>  Fri, 17 Jul 2009 21:23:41 -0500

indicator-applet (0.2.0~bzr309-0ubuntu1) jaunty; urgency=low

  * Merge from upstream, includes documentation.

 -- Ted Gould <ted@ubuntu.com>  Tue, 05 May 2009 16:44:29 +0100

indicator-applet (0.2.0~bzr307-0ubuntu2) jaunty; urgency=low

  * Increment for PPA.  Forgot to autogen.sh

 -- Ted Gould <ted@ubuntu.com>  Mon, 27 Apr 2009 11:06:45 -0500

indicator-applet (0.2.0~bzr307-0ubuntu1) jaunty; urgency=low

  * Upstream Snapshot: Adding in a test suite.
  * debian/control: Adding a build-dep on dbus-test-runner

 -- Ted Gould <ted@ubuntu.com>  Mon, 27 Apr 2009 10:52:28 -0500

indicator-applet (0.2.0~bzr305-0ubuntu1) jaunty; urgency=low

  * Upstream snapshot
  * debian/control:
    * Add in package libindicator-dev
    * Add build depends on libxml2-dev for upstream dep
  * debian/libindicate-dev.install: Add greater specificity on what
    gets installed to not get confused with files from libindicator
  * debian/libindicator-dev.install: Specify which files should be
    put into the development package.

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Apr 2009 23:46:28 -0500

indicator-applet (0.1.6-0ubuntu1) jaunty; urgency=low

  * New upstream version
    * Applied the same fixes as Cody Russell's patch to indicator-messages
      to the finalize functions here.  Should fix LP: #359018 completely.
    * Minor warnings fixes in search of solution to above.

 -- Ted Gould <ted@ubuntu.com>  Tue, 14 Apr 2009 11:36:12 +0200

indicator-applet (0.1.5-0ubuntu1) jaunty; urgency=low

  * debian/control: Switching libindicate0 to libindicate1 to express
    the fact that the binary compatibility is broken.
  * debian/libindicate0.install changed to debian/libindicate1.install
  * New upstream version: 
    * Adds new API for detecting interests of various listeners.  Implemented
      on both client and server side.  (LP: #353112)
    * Makes it so that all objects down to the menu now use the gtkstyle
      naming from FUSA to ensure that they all pick up the theme hacks that
      are set for FUSA.  (LP: #334490)
    * Explicitly sets the about window's window icon.  (LP: #356437)

 -- Ted Gould <ted@ubuntu.com>  Fri, 03 Apr 2009 15:09:33 -0500

indicator-applet (0.1.4-0ubuntu1) jaunty; 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>  Mon, 30 Mar 2009 09:31:44 +0200

indicator-applet (0.1.3-0ubuntu2) jaunty; urgency=low

  * debian/control: Add dependency to indicator-messages; the applet is
    currently fairly useless without it. (LP: #346359)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 25 Mar 2009 11:25:29 +0100

indicator-applet (0.1.3-0ubuntu1) jaunty; urgency=low

  * New upstream version 0.1.3, makes the GObject introspection
    an optional build item.
  * debian/control: Removing GObject introspection
  * debian/*.install, remove all of GIR references

 -- Ted Gould <ted@ubuntu.com>  Wed, 18 Mar 2009 00:12:30 -0500

indicator-applet (0.1.2-0ubuntu2) UNRELEASED; urgency=low

  * Add debian/watch.
  * Add bzr-builddeb configuration (merge mode). Fortunately this doesn't
    insist on having *only* debian/ in bzr. This gives us the best of both
    worlds, bzd-bd auto-downloading orig.tar.gz and merging in the
    pre-generated autoconf stuff, and retaining the possibility of merging
    directly from trunk, since we keep the full upstream source in this branch.
  * debian/copyright: Fix download location.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 17 Mar 2009 10:51:46 +0100

indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low

  * New upstream version
    * Removes duplicate prototypes (LP: #338885)
    * Fixes background color to match them on dark themes when
      the panel color is not set (LP: #334490)
    * Removing the handle and replacing it with the ability to
      right click on the applet to get a panel menu (LP: #339818)
    * Various build fixes

 -- Ted Gould <ted@ubuntu.com>  Sun, 15 Mar 2009 08:58:20 -0500

indicator-applet (0.1.1-0ubuntu2) jaunty; urgency=low

  * src/applet-main.c, applet_fill_cb(): Do not show anything if we
    are running under a stracciatella GNOME session (i. e. without
    Ubuntu components). See UbuntuSpec:stracciatella-session.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 19 Feb 2009 17:24:04 +0100

indicator-applet (0.1.1-0ubuntu1) jaunty; urgency=low

  * New upstream release with some icon changes.
  * debian/control: Fix Vcs-Bzr.
  * debian/control: Update package descriptions; the messaging part is
    provided by indicator-messages.
  * debian/copyright: Fix leftover word "either" from the license
    description.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 19 Feb 2009 16:12:01 +0100

indicator-applet (0.1-0ubuntu1) jaunty; urgency=low

  * Initial release, based on DX team's PPA packaging branch.
    (lp:~indicator-applet-developers/indicator-applet/applet-packaging)
  * Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is
    under that license.
  * debian/control: Add Homepage:, Vcs-Bzr:, and proper package
    descriptions.
  * debian/copyright: Properly describe licenses.
  * configure.ac: Add missing gio-2.0 pkgconfig check (from DX team
    PPA packaging branch), and autoreconf to pick up the change.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 17 Feb 2009 10:28:14 +0100

