gnome-app-install (0+20051005) breezy; urgency=low

  * menu-data:
    - gksu.desktop: removed, title is 'open root terminal' and that
                    was removed from the menu too
    - datakiosk.desktop: removed double entry (only development now)
  * debian/control:
    - depend on firefox|mozilla-firefox

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Oct 2005 11:35:29 +0200

gnome-app-install (0+20051004) breezy; urgency=low

  * data/gnome-app-install.desktop.in:
    - add various desktop file translations (ubuntu #16943)
  * menu-data/gnome-terminal.desktop:
    - updated category to be in sync with ubuntu (ubuntu #16832)
  * menu-data/aegis-virus-scanner.desktop:
    - updated name (ubuntu #15703)
  * debian/control:
    - updated dependencies (ubuntu #16456)
  * src/gnome-app-install.in:
    - use explicit python path (ubuntu #16547)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Oct 2005 10:17:42 +0200

gnome-app-install (0+20050927) breezy; urgency=low

  * fix a incorrect variable name (ubuntu: #16453)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 27 Sep 2005 17:21:05 +0200

gnome-app-install (0+20050926) breezy; urgency=low

  * added locking support
  * added firefox|mozilla-browser to dependencies (for gtkmozembed) 
    (ubuntu #16306)
  * typo fix: 'Can not remove' -> 'Cannot remove' (ubuntu #16295)
  * fix a bug when multiple searches are executed (ubuntu #16346)
  * menu-data/gnome-screensaver-preferences.desktop
              kghostview.desktop, qdvdauthor.desktop:
    - fix components

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Sep 2005 22:55:47 +0200

gnome-app-install (0+20050921) breezy; urgency=low

  * added to menu-data/:
    - lbreakout2 (ubuntu #15703, thanks to Wouter Stomp)
  * debian/control:
    - added dependency to gnome-icon-theme (ubuntu: #15918)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Sep 2005 14:34:47 +0200

gnome-app-install (0+20050919) breezy; urgency=low

  * desktop file changes in menu-data/:
    - remove babytrans.desktop (uninstallable and unfixable)
    - remove smeg-kde.desktop (duplicate of smeg) (ubuntu #15704)
  * Fixed/added:
    banshee.desktop, cream.desktop, d4x.desktop, evince.desktop, 
    firestarter.desktop, gnome-art.desktop, gnome-breakout.desktop, 
    gnome-power-preferences.desktop, kmerlin.desktop, revelation.desktop,
    wifi-radar.desktop (ubuntu #15703)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2005 17:44:41 +0200

gnome-app-install (0+20050914) breezy; urgency=low

  * data/gnome-app-install.glade:
    - typo:"initalizing" -> "initializing"
  * desktop file changes in menu-data/:
    Changed (because X-AppInstall-Package was wrong):
    - GnomeICU.desktop: pkg is "gnomeicu"
    - MySqlAdministrator: pkg is "mysql-admin" (ubuntu #15304)
    - MySqlQueryBrowser: pkg is "mysql-query-browser" (ubuntu #15304)
    - anjuta.desktop: pkg is "anjuta"
    - conglomerate.desktop: pkg is "conglomerate"
    - galeon.desktop: pkg is "galeon"
    - gedit.desktop: pkg is "gedit"
    - startdict.desktop: pkg is "stardict"
    Corrected section:
    - totem, kiten, kbemusedsrv, kbluetoothd, kbtobexclient, kbtserialchat,
      kcm_btpaired, kcm_kbluetoothd
  * src/verifyDesktopFile.py:
    - catch "-common" packages as well
  

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2005 10:46:49 +0200

gnome-app-install (0+20050912) breezy; urgency=low

  * desktop file changes in menu-data/:
    Changed (because X-AppInstall-Package was wrong):
    - atomix.desktop: changed pkg to "atomix" (ubuntu #15207)
    - chinepaint.desktop: changed pkg to "chinepaint"
    - enigma.desktop: changed pkg to "enigma"
    - gcompris.desktop: changed pkg to "gcompris"
    - gcompris-edit.desktop: changed pkg to "gcompris"
    - gimp2.2.desktop: changed pkg to "gimp"
    - glabels.desktop: changed pkg to "glabel"
    - glade-2.desktop: changed pkg to "glade-gnome-2"
    - gnome-terminal.desktop: changed pkg to "gnome-terminal"
    - gnomecc.desktop: changed pkg to "gnome-control-center"
    - eclipse.desktop: change pkg to "eclipse-platform"
    - mplayer.desktop: changed pkg to "mplayer"
    - kdevelop3.desktop: changed pkg to "kdevelop3"
    - kdevdesigner.desktop: changed pkg to "kdevelop3"
    - kdevassisant.desktop: changed pkg to "kdevelop3"
    - kdevelop_c_cpp.desktop: changed pkg to "kdevelop3"
    - kdevelop_kde_cpp.desktop: changed pkg to "kdevelop3"
    - kdevelop_ruby.desktop: changed pkg to "kdevelop3"
    - kdevelop_scripting.desktop: changed pkg to "kdevelop3"  
    - totem.dekstop: changed pkg to "totem"
    - xchat.desktop: changed pkg to "xchat"
    Changed (other reasons):
    - gnome-phone-manager.desktop: fixed icon location
    Removed (because in gnome-control-center and no apps):
    - default-application.desktop, display-properties.desktop
      at-properties.desktop, font-properties.desktop,
      gnome-about-me.desktop, gnome-font-viewer.desktop
      gnome-network-preferences, gnome-settings-mouse.desktop
      gnome-settings-sound.desktop, gnome-ui-properties.desktop
      gtk-theme-selector.desktop, themus-theme-applie.desktop
      keybindings.desktop, window-properties.desktop
    Removed (other reasons):
    - acroread.desktop removed, we have "AdobeReader.desktop" already
    - kresources.desktop: part of kdelibs-data
    - lilo.desktop: not a application
    - ubuntu-about.desktop: part of the gnome-panel
    - kdevelop_c_cpp.desktop, kdevelop_ruby.desktop 
      kdevelop_kde_cpp.desktop, kdevelop_scripting.desktop: because
      they are all provided by kdevelop3.desktop already
  * src/AppInstall.py:
    - detect packages that are not availabe even when the needed
      component was added (e.g. helixplayer on amd64)
  * src/gnome-app-install.py.in:
    - fail if not started as root (ubuntu #15139)
  * src/verifyDesktopFile.py:
    - be smarter about common problems (e.g. -data packages)
  
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 12 Sep 2005 11:38:53 +0200

gnome-app-install (0+20050909) breezy; urgency=low

  * Changed the title and desktop file to "Add applications"

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  9 Sep 2005 14:20:02 +0200

gnome-app-install (0+20050908) breezy; urgency=low
  
  * maintain selection when changing repositories (ubuntu #14140)
  * added python-gnome2 dependency (ubuntu #14962)
  * small ui fixes for the progress window (half of ubuntu #14141)
  * typo fix (ubuntu #14857)
  * fix a incorrect eclipse menu entry (ubuntu #14858)
  * improve the program not availabe dialog a bit (spacing, image)
    (ubuntu #14859)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  7 Sep 2005 09:49:10 +0200
  
gnome-app-install (0+20050904) breezy; urgency=low

  * more fixes for the menu-data desktop files:
    - gaim.desktop: X-App-Install package is gaim (not gaim-data)
  * data/featured.txt:
    - added: evince, totem, gnome-games, gaim, glade-gnome-2
    - removed: gpdf, gnome-gv, sodipodi, glade-2, gaim-data, vlc

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  5 Sep 2005 13:59:00 +0200

gnome-app-install (0+20050903) breezy; urgency=low

  * make OpenOffice.org2 a featured application, removed OO1
  * fix the window title (ubuntu #14556)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  5 Sep 2005 11:37:45 +0200

gnome-app-install (0+20050831) breezy; urgency=low

  * fix error when enabling a repository (#14140)
  * updated the menu data desktop files to the current archive

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 31 Aug 2005 23:53:33 +0200

gnome-app-install (0+20050825) breezy; urgency=low

  * set apply only sensitive when there are actually actions to perform
  * added intro page (#13433)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 26 Aug 2005 01:17:12 +0200

gnome-app-install (0+20050824) breezy; urgency=low

  * improve the search (ubuntu #14022)
  * fix some incorrect desktop data files

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Aug 2005 11:09:19 +0200

gnome-app-install (0+20050823) breezy; urgency=low

  * minor ui improvments

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 23 Aug 2005 17:47:05 +0200

gnome-app-install (0+20050822) breezy; urgency=low

  * added LaunchpadIntegration support
  * wording improvments (ubuntu #13805, #13906)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 22 Aug 2005 16:18:39 +0200

gnome-app-install (0+20050816) breezy; urgency=low

  * conflicts with gnome-app-install-data
  * bugfixes:
    - "Quit" is in the file menu now (ubuntu #13434)
    - "Advanced" is in the File menu now (ubuntu #13432)
    - double clicking expands categories (ubuntu #13431)
    - check if a install operation can be done without breaking the 
      cache or removing anything already installed) (ubuntu #10009)
    - display correct utf-8 in the description (ubuntu #13476)
    - pending dialog improvments (ubuntu #13505)
    - don't show pending dialog when nothing is selected (ubuntu #13507)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 15 Aug 2005 11:13:44 +0200

gnome-app-install (0+20050810) breezy; urgency=low

  * mime-type search added
  * added missing icons
  * undid the split into pkg, pkg-data (pointless for a arch: all pkg)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Aug 2005 15:32:47 +0200

gnome-app-install (0+20050809) breezy; urgency=low

  * make it a native package 
  * update contains a reworked gui

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  9 Aug 2005 12:52:25 +0200

gnome-app-install (0+20050404a-5) breezy; urgency=low

  * fix a FTBFS (for real this time)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 26 Jul 2005 21:04:36 +0200

gnome-app-install (0+20050404a-4) breezy; urgency=low

  * fix a FTBFS

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 26 Jul 2005 19:45:37 +0200

gnome-app-install (0+20050404a-3) breezy; urgency=low

  * updated to the new pyXDG

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Jun 2005 09:36:51 +0200

gnome-app-install (0+20050404a-2) breezy; urgency=low

  * po/POTFILES.in: Remove nonexisting file data/gnome-app-install.desktop.in.
  * debian/rules: Automatically create a POT file.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 10 Jun 2005 12:46:51 +0000

gnome-app-install (0+20050404a-1) hoary; urgency=low

  * Freshen .desktop files

 -- LaMont Jones <lamont@ubuntu.com>  Wed,  6 Apr 2005 00:50:49 -0600

gnome-app-install (0+20050404-1) hoary; urgency=low

  * New snapshot, i18n updates only (fr.po, pl.po)
  * Re-Init the depcache after the PinFile was read (one-line change)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  4 Apr 2005 11:19:49 +0200

gnome-app-install (0+20050331-1) hoary; urgency=low
  
  * new snapshot, i18n update only (da.po) and removed a debug statement

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 31 Mar 2005 11:53:33 +0200

gnome-app-install (0+20050321-1) hoary; urgency=low

  * new snapshot, minimal fixes only:
    - #7892: duplicated entries
    - #6858: exception after removing some program

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Mar 2005 10:56:52 +0100

gnome-app-install (0+20050317-1) hoary; urgency=low
  
  * New snapshot, i18n updates, embedd synaptic
  * use the depcache and ignore non-installable packages (#7340) 
  * fix when packages are not found in the cache (#7595)
  * don't crash on unsupported locale (#7643)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 14 Mar 2005 14:52:41 +0100

gnome-app-install (0+20050217-1) hoary; urgency=low

  * New upstream release
    - Depend on python-glade2 (closes: #5800)
    - Hide the Synaptic main window (closes: #5995)

 -- Ross Burton <ross@debian.org>  Thu, 17 Feb 2005 15:20:46 +0000

gnome-app-install (0+20041111-1) unstable; urgency=low

  * Initial Release.

 -- Ross Burton <ross@debian.org>  Wed, 10 Nov 2004 14:09:00 +0000
