metacity (1:2.34.1-1ubuntu11) precise; urgency=low

  * debian/patches/19_add_unity_hud_configuration.patch:
    - expose the HUD key configuration for unity 2D (LP: #969256)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 12 Apr 2012 14:00:56 +0200

metacity (1:2.34.1-1ubuntu10) precise; urgency=low

  * debian/metacity-common.gconf-defaults:
    - change the shortcuts as per design request: (LP: #969235)
      Ctrl + Super + D Minimises all windows
      Ctrl + Super + Cursor up Maximises the current window
      Ctrl + Super + Cursor down Restores or minimises current window

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 03 Apr 2012 15:46:50 +0200

metacity (1:2.34.1-1ubuntu9) precise; urgency=low

  * debian/patches/104_workarea_union.patch:
    - Ensure each screen_region generated by
      meta_rectangle_get_minimal_spanning_set_for_region is not outside
      the xinerama screens

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 19 Mar 2012 13:54:48 +0100

metacity (1:2.34.1-1ubuntu8) precise; urgency=low

  * debian/patches/102_workarea.patch,
    debian/patches/103_struts_in_the_middle.patch,
    debian/patches/104_workarea_union.patch:
    - FFe/UIFe: add barriers and multimonitor strut support for unity-2d
      (LP: #798156, #947249, #950774, #954175)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 15 Mar 2012 11:09:17 +0100

metacity (1:2.34.1-1ubuntu7) precise; urgency=low

  * debian/metacity-common.gconf-defaults:
    - remove the new ws keybinding as in compiz for unity-2d and some upgrade
      race thanks to compiz (LP: #940085)

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 28 Feb 2012 14:19:59 +0100

metacity (1:2.34.1-1ubuntu6) precise; urgency=low

  * debian/metacity-common.gconf-defaults:
    toggling keybindings value as per design request (metacity and integration
    with gnome-control-center part for compiz): (LP: #891757)
    - Show desktop is <Super>d
    - Maximize is <Super>Up
    - UnMaximize is <Super>Down
    - Toggle Maximize is <Control><Alt>KP_5
    - Minimize is <Control><Alt>KP_0
    - Navigate to ws is <Super><Shift> + cursor keys
    - Move focus window to a different workspace is <Super><Alt>Cursor Keys

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 22 Feb 2012 16:15:27 +0100

metacity (1:2.34.1-1ubuntu5) precise; urgency=low

  * Make sure the patch to dodge the launcher area for newly created windows
    gets applied. (LP: #900063)

 -- Omer Akram <om26er@ubuntu.com>  Tue, 17 Jan 2012 13:41:21 -0500

metacity (1:2.34.1-1ubuntu4) oneiric; urgency=low

  * Fix LP: #797078 - metacity crashed with SIGABRT due to unhandled X error.
    Update previous patch to trap errors when accessing properties whilst
    handling an UnmapNotify event, just in case the window has already
    been destroyed
    - update debian/patches/16-capture-before-unmap.patch

 -- Chris Coulson <chris.coulson@canonical.com>  Fri, 16 Sep 2011 21:21:58 +0100

metacity (1:2.34.1-1ubuntu3) oneiric; urgency=low

  * debian/patches/21_fix_compositing_startup.patch:
    Fix some weird rendering effect at startup with compositing activated
    (LP: #820553)

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 14 Sep 2011 07:51:11 +0200

metacity (1:2.34.1-1ubuntu2) oneiric; urgency=low

  * debian/patches/101_override_gconf_settings.patch:
    - gives a way to override gconf settings by a keyfile. This is
      useful in case of late fallback (after the logging manager)
      (LP: #791205)

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 02 Sep 2011 11:52:00 +0200

metacity (1:2.34.1-1ubuntu1) oneiric; urgency=low

  * Resync with Debian & refresh patches. Remaining changes:
  * debian/control:
    - Depend on gnome-icon-theme
    - Suggest gnome-themes-standard instead of gnome-themes
    - Add Vcs-Bzr link
  * debian/metacity-common.gconf-defaults: Set some useful defaults
  * debian/metacity.install: Strip debian/tmp
  * debian/rules: Use autoreconf
  * debian/metacity-common.gconf-defaults:
    - Default to four workspaces
    - Fix default keybinding for shift-alt-tab
  * debian/patches/03_strict_focus.patch:
    - Strict focus
  * debian/patches/04_support_drag_drop_with_alt_tab.patch:
    - Support alt-tab during drag and drop.
  * debian/patches/05_raise_on_click_for_click_mode.patch:
    - Use raise on click option.
  * debian/patches/06_Add_UXD_shadows_and_borders.patch:
    - patch for a new key in the ubuntu theme for shows and borders
  * debian/patches/10_no-ws-switcher.patch:
    - Don't show the workspace switcher if we only have one.
  * debian/patches/11_hide_tooltip_on_decorator.patch
    - Disable tooltip in decorator bar.
  * debian/patches/12_dont-show-as-user.patch:
    - Don't show "as user" in title bar.
  * debian/patches/13_better_support_for_button_layout.patch:
    - Corrected support for buttons backgrounds with transparency
  * debian/patches/14_wrong_colormap.patch:
    - Use correct colormap to avoid crash with client side decorations
  * debian/patches/15_show_maximized_titlebars.patch:
    - Make decorations work properly with unity-2d.
  * debian/patches/16-capture-before-unmap.patch:
    - Only retrieve scaling down of all the windows' pixmaps when compositor
      is active.
  * debian/patches/17-workspace-switcher-cycle.patch:
    - Wrap-around workspace switcher
  * debian/patches/18-auto-maximize-windows.patch:
    - Automatically maximize windows when they appear on the screen if they
      cover most of the screen.
  * debian/patches/20_do-not-place-windows-over-the-launcher.patch:
    - Try to avoid an already visible launcher in intellihide mode when
      initially positioning new windows.
  * debian/patches/100_fade_on_long_title.patch:
    - Fade on the end if the title is too long.

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 17 Aug 2011 23:15:01 -0400

metacity (1:2.34.1-1) unstable; urgency=low

  * New upstream release.
  * debian/watch:
    - Don't run uupdate.
    - Switch to .bz2 tarballs.
  * Bump debhelper compatibility level to 8.
    - Update Build-Depends on debhelper.
    - Strip debian/tmp/ from .install files.
  * debian/control.in:
    - Bump Standards-Version to 3.9.2. No further changes.
    - Remove old Conflicts and Replaces which are no longer necessary.
  * Remove debian/patches/01_Wcast-align.patch and dh-autoreconf usage. The
    package no longer builds with -Werror so this is not necessary anymore.

 -- Michael Biebl <biebl@debian.org>  Wed, 20 Jul 2011 12:52:05 +0200

metacity (1:2.34.0-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Depend on libgnome2-common for the GConf schemas. This will be 
    necessary until metacity is ported to GSettings.

  [ Martin Pitt ]
  * debian/control.in: Add missing Vcs-* fields.

  [ Josselin Mouette ]
  * New upstream release.
    + Fixes interaction with Java/Tk applications. Closes: #512401.
  * Bump GTK+ build-dependency.
  * 02_restart_hint.patch, 04_gdk_grab_tracking.patch, 
    05_36_workspaces.patch: dropped, merged upstream.
  * 90_autotools.patch, 99_ltmain_as-needed.patch: dropped.
  * Use dh-autoreconf instead.

 -- Josselin Mouette <joss@debian.org>  Thu, 02 Jun 2011 17:42:02 +0200

metacity (1:2.34.0-0ubuntu2) oneiric; urgency=low

  * debian/patches/16-capture-before-unmap.patch:
    only retrieve scaling down of all the windows' pixmaps when compositor
    is in effect (LP: #794080). Thanks Kaleo

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 04 Jul 2011 18:12:58 +0200

metacity (1:2.34.0-0ubuntu1) oneiric; urgency=low

  * New upstream release (LP: #784838)
  * debian/patches:
    - 02_restart_hint.patch, 19_initialise_all_workspace_names.patch
      dropped, are upstream

 -- Rico Tzschichholz <ricotz@ubuntu.com>  Sat, 09 Apr 2011 20:21:07 +0200

metacity (1:2.30.3-0ubuntu9) oneiric; urgency=low

  [Olivier Tilloy]
  * debian/patches/20_do-not-place-windows-over-the-launcher.patch: try to
    avoid an alrealdy visible launcher in intellihide mode when initially
    positioning new windows. (LP: #723878)

  [Ugo Riboni]
  * debian/patches/16-capture-before-unmap: Update the patch so that it
    uses the compositor to grab the pixmaps, but add an option to
    disable the most expensive effects in the compositor. Fix some
    other patches so that they still apply correctly on top of it.

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 23 May 2011 17:03:13 +0200

metacity (1:2.30.3-0ubuntu8) natty; urgency=low

  * merge lp:~uriboni/unity-2d/metacity-capture-before-unmap-not-default
    to set the default for "capture-before-unmap" to false (LP: #759646)

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 14 Apr 2011 13:14:47 +0200

metacity (1:2.30.3-0ubuntu7) natty; urgency=low

  [Omer Akram]
  * debian/patches/100_fade_on_long_title.patch:
   - Fade on the end if the title is too long. (LP: #717216)

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 24 Mar 2011 12:18:49 +0100

metacity (1:2.30.3-0ubuntu6) natty; urgency=low

  * debian/patches/19_initialise_all_workspace_names.patch
    Added patch from upstream. (Closes LP: #583847)

 -- Jan Brinkmann <lucky@the-luckyduck.de>  Sun, 06 Mar 2011 12:54:45 +0000

metacity (1:2.30.3-0ubuntu5) natty; urgency=low

  * debian/patches/18-auto-maximize-windows.patch:
    add an option to automatically maximize windows when they appear on the
    screen if they cover most of the screen.

 -- Aurélien Gâteau <aurelien.gateau@canonical.com>  Tue, 01 Mar 2011 12:00:23 +0100

metacity (1:2.30.3-0ubuntu4) natty; urgency=low

  [ Bill Filler ]
  * debian/patches/17-workspace-switcher-cycle.patch: added patch
    to cause workspace switcher to cycle from last workspace to
    first workspace and vice versa when using arrow keys. This
    allows functionality similar to workspace switcher in compiz 
    (off via gconf by default)

  [ Ugo Riboni ]
  * debian/patches/16-capture-before-unmap: add an option to capture a
    pixmap of each window before it's unmapped (e.g. minimized or moved
    to another workspace. This is saved in a property of the window and
    can be retrieved by clients that want to display previews of these
    windows.

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 23 Feb 2011 17:28:50 +0100

metacity (1:2.30.3-0ubuntu3) natty; urgency=low

  * debian/patches/15_show_maximized_titlebars.patch:
    needed to make decorations work properly with the new unity-2d
  * debian/control:
    add Breaks: entry to libmetacity-private0 for the current compiz version,
    since we need a compiz rebuild for the new ABI

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 19 Jan 2011 13:20:50 +0100

metacity (1:2.30.3-0ubuntu2) natty; urgency=low

  * debian/patches/06_Add_UXD_shadows_and_borders.patch:
    - patch for a new key in the ubuntu theme for shows and borders

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 13 Jan 2011 17:55:35 +0100

metacity (1:2.30.3-0ubuntu1) natty; urgency=low

  * New upstream release
  * debian/control:
  * debian/rules:
    - Use dh-autoreconf
  * debian/patches/06_drop_Werror.patch:
    - Dropped, -Werror is only used when maintainer mode is enabled
  * debian/patches/90_autotools.patch:
    - Dropped, autotools is run on build

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 02 Nov 2010 16:00:36 +1100

metacity (1:2.30.2-0ubuntu1) maverick; urgency=low

  * New upstream version:
    - Replace GDK drawing API with cairo (Florian)
    - Removes usage of gdk_display (Matthias)
    - Stop confusing GDK's grab tracking (Owen)
    - Allow building with Gtk+-3.0 (Florian)
    - Replace deprecated GDK symbols (Florian)
    - Fixes for compiling with GSeal (Andre)
    - Fix crash with --sync option (Owen)
    - Fix very unlikely crasher (Paul)
    - Remove deprecated Encoding key from desktop files (Frédéric)
    - Fix memory leak in theme optimisation (Lin Ma)
    - Use correct timestamp for focus stealing prevention (Tomas)
    - Don't warn about a missing session file (Tomislav)
  * debian/control.in:
    - build-dep on libgtk2.0-dev
  * update debian/patches/11_hide_tooltip_on_decorator.patch
  * refresh debian/patches/90_autotools.patch

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 20 Sep 2010 14:37:24 +0200

metacity (1:2.30.1-2ubuntu3) maverick; urgency=low

  * Set show desktop key binding to <Super>+D. (LP: #515682)

 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Sat, 21 Aug 2010 23:34:31 +0200

metacity (1:2.30.1-2ubuntu2) maverick; urgency=low

  * remove debian/patches/04_worspaces_default_name.patch:
    - drop "Desk" term
  * add debian/patches/04_support_drag_drop_with_alt_tab.patch:
    - support alt-tab during drag and drop operation (LP: #11939)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 24 Jun 2010 10:53:11 +0200

metacity (1:2.30.1-2ubuntu1) maverick; urgency=low

  * Merge with debian unstable, remaining changes:
  * debian/control:
    - Build-depend on gnome-common for autotools
    - Add Vcs-Bzr link
  * debian/rules:
    - Run autotools on build
  * debian/metacity-common.gconf-defaults:
    - Default to four workspaces
    - Fix default keybinding for shift-alt-tab
  * debian/patches/03_strict_focus.patch:
    - Strict focus
  * debian/patches/04_worspaces_default_name.patch:
    - Use "Desk" instead of "Workspace" for default workspaces naming.
  * debian/patches/05_raise_on_click_for_click_mode.patch:
    - Use raise on click option
  * debian/patches/06_drop_Werror.patch
    - Build without -Werror in CFLAGS which fixes FTBFS on armel
  * debian/patches/10_no-ws-switcher.patch
    - Don't show the ws switcher if we only have one
  * debian/patches/11_hide_tooltip_on_decorator.patch
    - Disable tooltip in decorator bar
  * debian/patches/12_dont-show-as-user.patch
    - Don't show "as user" in title bar
  * debian/patches/13_better_support_for_button_layout.patch
    - Corrected support for buttons backgrounds with transparency
  * debian/patches/14_wrong_colormap.patch:
    - Use correct colormap, causes crash with client side decorations
  * debian/watch:
    - Watch unstable versions

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 23 Jun 2010 16:39:43 +1000

metacity (1:2.30.1-2) unstable; urgency=low

  * Refresh 02_restart_hint.patch.
  * 03_gtop_error.patch: patch from Tomaž Šolc to handle libgtop errors.
    Closes: #549290.
  * Switch to 3.0 source format.
  * 04_gdk_grab_tracking.patch: patch from Owen Taylor to prevent events 
    from being transmitted to the wrong window. Closes: #559576.

 -- Josselin Mouette <joss@debian.org>  Wed, 16 Jun 2010 23:32:32 +0200

metacity (1:2.30.1-1ubuntu2) maverick; urgency=low

  * debian/patches/14_wrong_colormap.patch:
    - Use correct colormap, causes crash with client side decorations. Patch
      from Fabien Tassin (LP: #584287)

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 02 Jun 2010 09:49:43 +1000

metacity (1:2.30.1-1ubuntu1) maverick; urgency=low

  * Merge with debian unstable, remaining changes:
    + debian/metacity-common.gconf-defaults:
      - Default to four workspaces
      - Fix default keybinding for shift-alt-tab
    + debian/patches/03_strict_focus.patch:
      - Strict focus
    + debian/patches/04_worspaces_default_name.patch:
      - Use "Desk" instead of "Workspace" for default workspaces naming.
    + debian/patches/05_raise_on_click_for_click_mode.patch:
      - Use raise on click option
    + debian/patches/06_drop_Werror.patch
      - Build without -Werror in CFLAGS which fixes FTBFS on armel
    + debian/patches/10_no-ws-switcher.patch
      - Don't show the ws switcher if we only have one
    + debian/patches/11_hide_tooltip_on_decorator.patch
      - disable tooltip in decorator bar
    + debian/patches/12_dont-show-as-user.patch
      - don't show "as user" in title bar
    + debian/patches/13_better_support_for_button_layout.patch
      - Corrected support for buttons backgrounds with transparency
    + debian/watch: take unstable version

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 31 May 2010 14:09:38 +0200

metacity (1:2.30.1-1) unstable; urgency=low

  * New upstream stable release:
    + debian/patches/90_autotools.patch:
      - Updated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 12 Apr 2010 17:43:11 +0200

metacity (1:2.30.1-0ubuntu1) lucid; urgency=low

  * New upsteam release:
    - Fix crash when right-clicking on window frame (Edward)
      (LP: #559368, #559111, #559004, #558893)
  * debian/patches/90_autotools.patch:
    - refreshed

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 09 Apr 2010 20:26:31 +0200

metacity (1:2.30.0-0ubuntu1) lucid; urgency=low

  [ Nicolas Desfontaine ]
  * debian/patches/13_better_support_for_button_layout.patch: (LP: #535088)
    - Fixed support for buttons backgrounds with transparency
      + Added 'no background' if there is only one button
      + Backgrounds no more overlap if transparency used
    - Fixed bug with left button clickable region when window is
      maximized
    - Fixed first left button was activable by clicking on it's left
      (Out of the button) when window is maximized

  [ Didier Roche ]
  * New upstream release:
    - Fix typo when checking the result of getpwuid (Owen)
    - Revert new default cycle_group keybinding to Alt-grave (Didier)
    - Fix build with gcc 4.5 (Dominique)
    - Updated translations
  * debian/patches/12_dont-show-as-user.patch: refreshed 
  * debian/patches/90_autotools.patch: refreshed
  * debian/control: add breaks to compiz-gnome if < new rebuild

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 01 Apr 2010 11:48:10 +0200

metacity (1:2.28.1-1) unstable; urgency=low

  * New upstream release:
    + debian/patches/10_remove_sigchld_handler.patch:
      - Dropped, merged upstream.
    + debian/patches/90_autotools.patch:
      - Regenerated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 25 Mar 2010 22:29:27 +0100

metacity (1:2.28.1-0ubuntu7) lucid; urgency=low

  [ Michael Vogt ]
  * debian/metacity-common.gconf-defaults:
    - fix backward setting gconf path (LP: #150702)

  [ Didier Roche ]
  * debian/patches/12_dont-show-as-user.patch:
    - don't show the "as another user" as compiz doesn't show it as well
      and some user find it tech-speak (LP: #519035)
  * debian/control.in: remove libgtop2-dev unnecessary now
  * debian/patches/90_autotools.patch: refreshed

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 24 Mar 2010 15:29:03 +0100

metacity (1:2.28.1-0ubuntu5) lucid; urgency=low

  * debian/metacity-common.gconf-defaults:
    - set 4 ws as a default (same key for metacity/compiz/mutter)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 04 Mar 2010 18:36:28 +0100

metacity (1:2.28.1-0ubuntu4) lucid; urgency=low

  * debian/metacity-common.gconf-defaults: Bring back terminal keyboard
    shortcut, but spell it right this time (compiz does not get along with
    <Ctrl>).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 03 Mar 2010 09:21:35 +0100

metacity (1:2.28.1-0ubuntu3) lucid; urgency=low

  * Revert terminal keybinding from previous upload, it triggers a compiz
    keybinding bug. (LP: #529852)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 02 Mar 2010 17:43:08 +0100

metacity (1:2.28.1-0ubuntu2) lucid; urgency=low

  * debian/metacity-common.gconf-defaults: Set Ctrl+Alt+T to launch
    a terminal.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 19 Feb 2010 12:50:16 +0100

metacity (1:2.28.1-0ubuntu1) lucid; urgency=low

  * New upstream release
    - default cycle-group binding is alt-grave (Ray)
    - XFCE terminal is a terminal (Owen)
    - signal handling fixes (Dan, Ray, Frederic)
    - fix bell timeout (Lennart)
    - self-drawn tooltips are tooltips (Lennart)
    - fix session handling close (Owen)
    - replace deprecated symbols (Luis)
    - split MetaSide from MetaDirection (Owen)
    - updated translation
  * drop debian/patches/07_fix_wm_cm_selection_timestamp.patch
    (integrated upstream)
  * drop debian/patches/08_bz598231.patch: from upstream
  * debian/patches/90_autotools.patch: regenerated
  * add debian/patches/11_hide_tooltip_on_decorator.patch: (LP: #519856)
    add a gconf key (/desktop/gnome/interface/hide_decorator_tooltip)
    to disable tooltip in decorator bar. If key not present, show the tooltip.

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 10 Feb 2010 15:43:02 +0100

metacity (1:2.28.0-3) unstable; urgency=low

  * debian/patches/10_remove_sigchld_handler.patch:
    - Patch from upstream git, remove a global SIGCHLD handler that could
      cause deadlocks. It also allows metacity to build on GNU/Hurd again
      as the patch removes the SA_SIGINFO usage.
  * debian/control.in:
    - Standards-Version is 3.8.3, no changes needed.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 06 Dec 2009 17:26:31 +0100

metacity (1:2.28.0-2ubuntu5) lucid; urgency=low

  * debian/patches/10_no-ws-switcher.patch:
    - Don't show the ws switcher if we only have one ws. (LP: #506944)
  * debian/control:
    - bump Standards-Version

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 10 Feb 2010 10:54:40 +0100

metacity (1:2.28.0-2ubuntu4) lucid; urgency=low

  * debian/metacity-common.gconf-defaults:
    - use the correct gconf key for the backward setting
      (LP: #150702)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 25 Jan 2010 15:59:40 +0100

metacity (1:2.28.0-2ubuntu3) lucid; urgency=low

  * debian/patches/08_bz598231.patch:
    - Apply patch from https://bugzilla.gnome.org/show_bug.cgi?id=598231
      fixing the bell assert triggered by Chromium

 -- Fabien Tassin <fta@ubuntu.com>  Fri, 15 Jan 2010 15:34:26 +0100

metacity (1:2.28.0-2ubuntu2) lucid; urgency=low

  * metacity Replaces: metacity-common (<< 1:2.28.0-2ubuntu1) due to the
    move of /usr/share/applications/metacity.desktop (LP: #500386).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 05 Jan 2010 13:32:54 +0000

metacity (1:2.28.0-2ubuntu1) lucid; urgency=low

  * Sync with Debian unstable, remaining changes: (LP: #490214)
  * debian/metacity-common.gconf-defaults:
    - Default to two workspaces
    - Fix default keybinding for shift-alt-tab
  * debian/patches/03_strict_focus.patch:
    - Strict focus
  * debian/patches/04_worspaces_default_name.patch:
    - Use "Desk" instead of "Workspace" for default workspaces naming.
  * debian/patches/05_raise_on_click_for_click_mode.patch:
    - Use raise on click option
  * debian/patches/06_drop_Werror.patch
    - Build without -Werror in CFLAGS which fixes FTBFS on armel
  * debian/patches/07_fix_wm_cm_selection_timestamp.patch
    - Fix metacity to give up the compositing manager
  * debian/watch:
    - Watch for unstable versions

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 03 Dec 2009 00:32:57 +0100

metacity (1:2.28.0-2) unstable; urgency=low

  * 02_restart_hint.patch: patch from Owen Taylor. Don’t restart 
    metacity unconditionnally if there is another WM running.
    Closes: #553342, #551512.

 -- Josselin Mouette <joss@debian.org>  Tue, 03 Nov 2009 19:43:29 +0100

metacity (1:2.28.0-1) unstable; urgency=low

  * New upstream release.
  * Add build-dependencies on gtop and canberra.
  * 10_ignore_callbacks.patch: dropped, merged upstream.
  * 90_autotools.patch: updated for the new version.
  * Update list of files to install.

 -- Josselin Mouette <joss@debian.org>  Sat, 26 Sep 2009 02:08:59 +0200

metacity (1:2.28.0-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #434933)
    - Translation updates

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 23 Sep 2009 09:46:49 +1000

metacity (1:2.27.1-0ubuntu1) karmic; urgency=low

  [ Robert Ancell ]
  * New upstream version (LP: #427195):
    - Unset _NET_SUPPORTING_WM_CHECK when shutting down
    - Add a switch to disable autofullscreen'ing maximized windows without
      decorations
    - Translation updates

  [ Martin Pitt ]
  * debian/control.in: Update Vcs-Bzr: for updated branch owner
    (~ubuntu-desktop now).

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 10 Sep 2009 20:15:44 +0200

metacity (1:2.27.0-0ubuntu4) karmic; urgency=low

  * debian/patches/015_set_restartifrunning_on_replace.patch:
    - Make sure that RestartStyleHint is set to RestartIfRunning
      when replaced (LP: #389686). 
    - Only display warning dialog for clients that don't implement session 
      saving during a "Local" or "Both" SaveYourself request when the user
      wants to save their session state, rather than at the end of every 
      session (LP: #35316). 
    - Patch taken from GNOME Bug #588119.

 -- Chris Coulson <chrisccoulson@ubuntu.com>  Wed, 09 Sep 2009 08:59:29 +0200

metacity (1:2.27.0-0ubuntu3) karmic; urgency=low

  * debian/patches/014_fix_wm_cm_selection_timestamp.patch:
    - get timestamp when starting and use it to get and release
      the _NET_WM_CM_SX selection (LP: #178953)

 -- Travis Watkins <amaranth@ubuntu.com>  Mon, 24 Aug 2009 05:11:47 -0500

metacity (1:2.27.0-0ubuntu2) karmic; urgency=low

  * debian/control.in:
  * debian/control:
    - Change build dependency from libcanberra-dev to libcanberra-gtk-dev to fix FTBFS (LP: #388713)

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 18 Jun 2009 09:03:13 +1000

metacity (1:2.27.0-0ubuntu1) karmic; urgency=low

  * New upstream version (LP: #388196):
    - Remove deprecated GTK symbols (Thomas A, Matt) (#572332)
    - fix window properties bug which showed up as ignoring struts (Ori) (#572573) (LP: #341487)
    - include "as <username>" in window title (Thomas T) (#549389)
    - Use zenity for dialogues (Thomas T) (#521914)
    - Use libcanberra for sound effects (Matthias) (#557921)
    - Don't define meta_spew_event unless verbose mode is on (Matt) (#571126)
    - Fix README to give correct switch names (Matt) (#571210)
    - Windows which couldn't appear in alt-tab don't get there by being urgent (Thomas T)
    - Skip the first window in alt-tab only if it's actually current (Matt) (#535887)
    - Optimise line coordinate storage (Thomas)
    - Queue resize on window undecorate (Neil)
    - Fix description of "show desktop" (Luca) (#569649)
    - Wrap g_error calls in braces (Matt)
  * debian/control.in:
  * debian/control:
    - Add build dependency on libcanberra-dev
  * debian/patches/014_fix_panel_behaviour.patch: Obsolete
  * debian/metacity.install: No longer have /usr/lib/metacity/metacity-dialog

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 17 Jun 2009 10:23:16 +0200

metacity (1:2.26.0-3) unstable; urgency=high

  * 10_ignore_callbacks.patch: stolen upstream. Fix a bug leading to 
    some callbacks being ignored. Closes: #533917.

 -- Josselin Mouette <joss@debian.org>  Wed, 24 Jun 2009 12:04:26 +0200

metacity (1:2.26.0-2) unstable; urgency=low

  * Use patchsys-quilt; build-depend on quilt.
  * 01_Wcast-align.patch: don’t use -Wcast-align, it gives incorrect 
    warnings (errors thanks to -Werror) when some pointers are converted 
    back and forth to XPointers. Closes: #532655.
  * 90_autotools.patch: relibtoolize the whole package.

 -- Josselin Mouette <joss@debian.org>  Wed, 10 Jun 2009 21:52:35 +0200

metacity (1:2.26.0-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Fix typo in changelog entry.

  [ Loic Minier ]
  * Let metacity suggest gnome-themes as it attempts to use the Clearlooks
    Metacity theme by default and logs a warning when it can't be used.
  * Let metacity suggest xdg-user-dirs as it fails creating the
    .config/metacity sub-directory and logs a warning if .config isn't created
    by xdg-user-dirs.

  [ Josselin Mouette ]
  * Set the team as primary maintainer. Closes: #523545.
  * Fixup in the descriptions.
  * New upstream release.
  * Update build-dependencies.
  * Bump shlibs for libmetacity-private0.

 -- Josselin Mouette <joss@debian.org>  Tue, 09 Jun 2009 20:36:03 +0200

metacity (1:2.26.0-0ubuntu1) karmic; urgency=low

  * New upstream stable release; bug fixes and translation updates.
    - Properly resize windows after maximizing them; LP: #283447.

 -- Loic Minier <lool@dooz.org>  Mon, 11 May 2009 23:01:21 +0200

metacity (1:2.25.144-0ubuntu2) jaunty; urgency=low

  * debian/patches/014_fix_panel_behavior.patch
   - From upstream, fix windows behavior with various panels situations 
     like autohide mode for gnome-panel or "don't cover the bar" option of 
     avant-window-navigator. (LP: #341487)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 30 Mar 2009 10:58:21 +0200

metacity (1:2.25.144-0ubuntu1) jaunty; urgency=low

  * New upstream version (LP: #324110):
    - Optimise the window property lookup.
    - Several memory leaks fixed.
    - Fix longstanding crasher about colormaps.
    - Alt+middle/right buttons can be switched.
  * 99_ltmain_as-needed.patch:
    - New version update.

 -- Chris Coulson <chrisccoulson@googlemail.com>  Sun, 01 Feb 2009 22:05:17 +0000

metacity (1:2.25.89-0ubuntu1) jaunty; urgency=low

    * New upstream version (LP: #312522)
      - The maximisation key is a toggle.
      - "Unmaximise" is now called "restore".
      - New thread handling call for gconf
      - Add screenshot commands back which had been removed
      - move_to_corner_se keybinding fixed (LP: #305695)
      - Windows on other workspaces which attempt to present themselves are
      marked as needing attention
      - End the grab op when the user clicks the titlebar 
    * debian/patches/011_gnome_482354_attachment_104591.patch:
      - dropped, applied upstream
    * debian/patches/013_drop_Werror.patch
      - updated patch

 -- Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>  Mon, 12 Jan 2009 23:53:34 +0100

metacity (1:2.25.34-0ubuntu1) jaunty; urgency=low

  * New upstream release
    - Fixes to Thomas's earlier fixes (Matt) (#562939)
    - Fixes to allow building without compositor again (Thomas)
    - Fixes for -Wall problems (Thomas)
    - Various tool updates (Thomas)
  * debian/control.in:
    - Downgrade gnome-doc-tools to 0.8.0

 -- Pedro Fragoso <ember@ubuntu.com>  Thu, 04 Dec 2008 16:27:04 +0000

metacity (1:2.25.13-0ubuntu2) jaunty; urgency=low

  * add 013_drop_Werror.patch to build without -Werror in CFLAGS which
    fixes FTBFS on armel

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 03 Dec 2008 14:27:05 +0100

metacity (1:2.25.13-0ubuntu1) jaunty; urgency=low

  * New upstream release
    - Add casts to fix failure to build from source on 
       64bit hosts (Thomas) (#562106)
    - Added script to produce annoucements (Thomas)

 -- Pedro Fragoso <ember@ubuntu.com>  Wed, 26 Nov 2008 13:48:07 +0000

metacity (1:2.25.8-0ubuntu1) jaunty; urgency=low

  * New upstream release
    - Ignore mouse button modifier if it's missing (Thomas)
      (LP: #258054, LP: #266929)
    - Merge screen and window keybindings files; fix minor alt-tab bug
      in the process (Thomas) (LP: #217989)
  * debian/control.in:
    - Build-dep and Depend on zenity for dialogs
  * debian/rules:
    - Bump shlibs to 2.25.8

 -- Pedro Fragoso <ember@ubuntu.com>  Tue, 25 Nov 2008 12:17:25 +0000

metacity (1:2.25.5-0ubuntu1) jaunty; urgency=low

  * New upstream release
    - Build-dep on gnome-doc-utils

 -- Pedro Fragoso <ember@ubuntu.com>  Fri, 07 Nov 2008 23:28:05 +0000

metacity (1:2.24.0-2) unstable; urgency=low

  * Rename libmetacity0 to libmetacity-private0 because of an 
    unexpected ABI change. Closes: #510096.
  * Remove trailing -1's in build-depends.
  * debian/copyright: write complete list of copyright holders.
  * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Mon, 16 Feb 2009 18:03:57 +0100

metacity (1:2.24.0-1) experimental; urgency=low

  * New upstream release.
    + Implements one-way maximisation. Closes: #450837.
    + Fixes issues when disabling the compositor. Closes: #476492.
  * Bump shlibs version to 1:2.24.0.
  * Standards version is 3.8.0.
  * 01_doublefree_maximize.patch: dropped, merged upstream.
  * Install the .desktop in the metacity package.

 -- Josselin Mouette <joss@debian.org>  Sat, 22 Nov 2008 15:57:58 +0100

metacity (1:2.24.0-0ubuntu1) intrepid; urgency=low

  * New upstream release
    - Small memory leak fixed (Thomas) (#549952)

 -- Pedro Fragoso <ember@ubuntu.com>  Mon, 22 Sep 2008 21:16:22 +0100

metacity (1:2.23.610-0ubuntu2) intrepid; urgency=low

  * re-add /usr/share/gnome/wm-properties/metacity-wm.desktop
    so that the gnome-window-preferences works again (LP: #269805)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 17 Sep 2008 12:44:29 +0200

metacity (1:2.23.610-0ubuntu1) intrepid; urgency=low

  * New upstream release
    - Fixes to desktop files (Thomas, Vincent) (#549479)
    - Removed invalid "Window Manager" group at request of Matthias Clasen.
    - Move desktop file according to policy change (Thomas) (#549479)
    - Update default icon to a Tango style pixmap (Baptiste) (#548377)
  * debian/metacity-common.install:
    - Move desktop from usr/share/gnome to usr/share/applications 

 -- Pedro Fragoso <ember@ubuntu.com>  Tue, 09 Sep 2008 19:55:23 +0100

metacity (1:2.23.144-0ubuntu1) intrepid; urgency=low

  * New upstream release
    - Fix memory allocation problem in struts (Eric) (probably #468075)
    - Ensure windows which start maximised know where to jump back
      to, so they don't warp to other screens (Ted) (#504692)
    - Added DOAP file
            
 -- Pedro Fragoso <ember@ubuntu.com>  Mon, 18 Aug 2008 16:13:55 +0100

metacity (1:2.23.55-0ubuntu1) intrepid; urgency=low

  * New upstream release
    - Add some extra null checks (LP: #92502)
    - Check for double-freeing at the time of workspace freeing (LP: #64818)
  * debian/control:
    - Add Vcs-Bzr header
    - Bump Standards-Version to 3.8.0

 -- Pedro Fragoso <ember@ubuntu.com>  Tue, 15 Jul 2008 01:17:00 +0100

metacity (1:2.23.34-0ubuntu1) intrepid; urgency=low

  * New upstream release
    - Fix possible compositor crash (LP: #178953)

 -- Pedro Fragoso <emberez@gmail.com>  Tue, 17 Jun 2008 17:17:05 +0100

metacity (1:2.23.21-0ubuntu1) intrepid; urgency=low

  * New upstream development release
    - Re-enable cascading (Erwann) (LP: #157497)
    - Window decoration updates colour when GTK theme changes (LP: #192684)
  * Sync on Debian
  * debian/libmetacity0.preinst, debian/libmetacity-dev.preinst,
    debian/metacity.preinst: On upgrades from Gutsy, remove the symlinks to
    entire /usr/share/doc/<package>/ directories which got in troduced in Gutsy.
    They break upgrades all over, and current cdbs just
    symlinks individual files.
  * debian/metacity-common.gconf-defaults: 2 workspaces.
  * debian/patches/001_strict_focus.patch: strict focus.
  * debian/patches/006_raise_on_click_for_click_mode.patch: use raise on
    click option.
  * debian/patches/003_workspaces_default_name.patch: use "Desk" instead of
    "Workspace" for default workspaces naming.
  * debian/patches/011_gnome_482354_attachment_104591.patch: (Gnome: #482354)
    fix firefox-3.0 bug (LP: #175904) - "Firefox-3.0 window moves to
    current workspace" by applying patch for metacity bug
    "gtk_window_present() causes full applications to move workspaces"
  * debian/patches/012_default_keybinding.patch:
    Fix default keybinding for shift-alt-tab 

 -- Pedro Fragoso <emberez@gmail.com>  Tue, 03 Jun 2008 18:36:06 +0100

metacity (1:2.22.0-2) unstable; urgency=low

  [ Sven Arvidsson ]
  * Add README.Debian, describing how to enable the compositor.
    (Closes: #471442)

  [ Josselin Mouette ]
  * 01_doublefree_maximize.patch: stolen upstream (r3817). Fixes 
    vertical maximisation bug caused by an invalid free.
    Closes: #452139.
  * control.in: make metacity the first package so that it gets the 
    README.Debian.

 -- Josselin Mouette <joss@debian.org>  Thu, 18 Sep 2008 16:53:19 +0200

metacity (1:2.22.0-1) unstable; urgency=low

  [ Bradley Smith ]
  * New upstream development release.

  [ Sam Morris ]
  * Build-depend on libxcomposite-dev for composite manager.

  [ Sebastian Dröge ]
  * New upstream stable release:
    + debian/rules:
      - Drop check-dist include.
      - Update shlibs to >= 2.22.0 because of new API.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 14 Mar 2008 13:54:19 +0100

metacity (1:2.21.5-1) experimental; urgency=low

  [ Riccardo Setti ]
  * New metacity package.
  * build with compositor extension.

  [ Bradley Smith ]
  * Update Standards Version to 3.7.3. (No changes)
  * Add check-dist.

 -- Riccardo Setti <giskard@debian.org>  Thu, 20 Dec 2007 02:29:13 +0100

metacity (1:2.20.1-2) UNRELEASED; urgency=low

  * Let metacity-common replace metacity instead of conflicting to ease
    upgrades.

 -- Loic Minier <lool@dooz.org>  Wed, 28 Nov 2007 19:00:45 +0100

metacity (1:2.20.1-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Recommend gnome-session | x-session-manager. Closes: #225640.
  * Remove metacity.menu. Closes: #397645.

  [ Sebastian Dröge ]
  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 19 Nov 2007 13:57:21 +0100

metacity (1:2.20.0-1) unstable; urgency=low

  * New upstream release:
    + debian/patches/01_session_tolerate_missing_file.patch,
      debian/patches/02_fix_crash_on_session_saving.patch:
      - Dropped, merged upstream.
    + debian/rules:
      - Bump shlibs to >= 2.19.5.
    + debian/metacity-common.install:
      - Ship keybinding stuff.
  * debian/control.in:
    + Drop duplicated libxinerama-dev build dependency.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 Sep 2007 10:46:36 +0200

metacity (1:2.18.5-1) unstable; urgency=low

  * New upstream stable release; no API change.

 -- Loic Minier <lool@dooz.org>  Tue, 19 Jun 2007 12:07:17 +0200

metacity (1:2.18.3-2) unstable; urgency=low

  * 99_ltmain_as-needed.patch: make --as-needed work for the library
    too.

 -- Josselin Mouette <joss@debian.org>  Wed, 06 Jun 2007 23:40:52 +0200

metacity (1:2.18.3-1) unstable; urgency=low

  * Drop metacity-common postinst as it was scheduled to be dropped post-etch.
  * Rewrite metacity postinst and prerm to use safer individual if tests
    instead of trying to list all possible args in a case; reported by
    Lior Kaplan; closes: #421206.
  * New upstream stable release; no API change.

 -- Loic Minier <lool@dooz.org>  Mon, 28 May 2007 17:48:18 +0200

metacity (1:2.18.2-3) unstable; urgency=low

  * New patch 02_fix_crash_on_session_saving.patch, taken from Ubuntu.
    Fix a crash that would occur when the current session is saved and would
    corrupt ~/.gnome2/session. Gnome bug #433253

 -- Sebastian Dröge <slomo@debian.org>  Thu, 26 Apr 2007 15:44:10 +0200

metacity (1:2.18.2-2) unstable; urgency=low

  * Add -z defs to LDFLAGS; cleanups.
  * Upload to unstable; drop check-dist include.
  * Add a ${misc:Depends}.
  * Drop useless --enable-xsync=yes from configure flags.
  * Wrap build-deps and deps.
  * Bump dep on libgtk2.0-dev to >= 2.10.0-1.

 -- Loic Minier <lool@dooz.org>  Sat, 14 Apr 2007 15:12:50 +0200

metacity (1:2.18.2-1) experimental; urgency=low

  * New upstream stable release.

 -- Loic Minier <lool@dooz.org>  Mon, 09 Apr 2007 08:47:47 +0200

metacity (1:2.18.1-1) experimental; urgency=low

  * New upstream stable release; no API change; bug fixes and translations.
  * Drop obsolete README.Debian; misc cleanups.

 -- Loic Minier <lool@dooz.org>  Sun, 08 Apr 2007 09:23:44 +0200

metacity (1:2.18.0-1) experimental; urgency=low

  [ Marco Cabizza ]
  * New upstream release: not enabling compositor, too unstable, and libcm
    seems dead upstream.

  [ Riccardo Setti ]
  * Updated debhelper compatibility to 5

  [ Loic Minier ]
  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
    cdbs >= 0.4.41.
  * Fix metacity-common.install to list the correct dirs.

 -- Loic Minier <lool@dooz.org>  Mon, 26 Mar 2007 22:27:08 +0200

metacity (1:2.16.5-1) experimental; urgency=low

  [ Loic Minier ]
  * Add a get-orig-source target to retrieve the upstream tarball.
  * Include the new check-dist Makefile to prevent accidental uploads to
    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.

  [ Josselin Mouette ]
  * 01_session_tolerate_missing_file.patch: register differently to the
    session, in order to handle gracefully the case where a session file
    is missing on the disk (closes: #315169, #391287).
  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Sun,  4 Mar 2007 10:29:40 +0100

metacity (1:2.16.3-1) experimental; urgency=low

  [ Marco Cabizza ]
  * New upstream release.

  [ Loic Minier ]
  * Merge 1:2.14.5-2.

  [ Josselin Mouette ]
  * Use ${gnome:Version} and ${gnome:NextVersion} to loosen the 
    dependencies.
  * Build-depend on gnome-pkg-tools 0.6.
  * Call gnome-version.mk.
  * Replace the x-dev build-dependency by x11proto-core-dev.

 -- Josselin Mouette <joss@debian.org>  Tue, 21 Nov 2006 20:50:05 +0100

metacity (1:2.16.2-1) experimental; urgency=low

  * New upstream release, with backwards incompatible changes in internal API.

 -- Loic Minier <lool@dooz.org>  Mon, 25 Sep 2006 17:47:56 +0200

metacity (1:2.16.1-1) experimental; urgency=low
  
  [ Loïc Minier ]
  * Remove superfluous dh_installcatalogs call and bump cdbs build-dep to
    >= 0.4.37, thanks Peter Eisentraut. (Closes: #361156)
    [debian/control, debian/control.in, debian/rules]
  * Don't mention non-existing Info documentation in the metacity and
    metacity-message man pages, thanks Piotr Engelking. (Closes: #365450)
    [debian/metacity.1, debian/metacity-message.1]
  * Fix watch file.

  [ Marco Cabizza ]
  * New upstream release, target experimental:
    - Bumping up libgtk2.0-dev build-dep to 2.10
  * Setting myself as the maintainer.
  
 -- Marco Cabizza <marco87@gmail.com>  Wed, 13 Sep 2006 18:46:45 +0200

metacity (1:2.14.5-2) unstable; urgency=low

  * Remove superfluous dh_installcatalogs call and bump cdbs build-dep to
    >= 0.4.37, thanks Peter Eisentraut. (Closes: #361156)
    [debian/control, debian/control.in, debian/rules]
  * Don't mention non-existing Info documentation in the metacity and
    metacity-message man pages, thanks Piotr Engelking. (Closes: #365450)
    [debian/metacity.1, debian/metacity-message.1]
  * Fix watch file.
  * Fix typo in debian/metacity-message.1; thanks Per Bojsen; closes: #397864.

 -- Loic Minier <lool@dooz.org>  Fri, 10 Nov 2006 09:38:49 +0100

metacity (1:2.14.5-1) unstable; urgency=low

  * New upstream release.

 -- Loic Minier <lool@dooz.org>  Tue, 30 May 2006 15:47:36 +0200

metacity (1:2.14.3-1) unstable; urgency=low

  [ Gustavo Noronha Silva ]
  * New upstream release.
    + Doesn't steal focus (closes: #361273).

  [ Josselin Mouette ]
  * Make the package binNMU-safe.
    + Build-depend on dpkg-dev 1.13.19.
    + Use ${source:Version} and ${binary:Version}.
  * Standards version is 3.7.2.
  * Bump shlibs version to 2.14.

  [ Loic Minier ]
  * Stop shipping /usr/lib/*.la files in libmetacity-dev.
    [debian/libmetacity-dev.install]

 -- Josselin Mouette <joss@debian.org>  Sun, 14 May 2006 23:30:56 +0200

metacity (1:2.14.1-2) unstable; urgency=low

  * Simple rebuild to get rid of references to Xcursor.la / Xrender.la.

 -- Loic Minier <lool@dooz.org>  Tue,  2 May 2006 16:45:22 +0200

metacity (1:2.14.1-1) unstable; urgency=low

  * New upstram version.
    * Adds edge resistance. Closes: #191649.
  * patches/000_raise-on-click.patch: Fixed upstream; dropped.

 -- Dafydd Harries <daf@debian.org>  Thu, 30 Mar 2006 19:50:23 +0100

metacity (1:2.12.3-3) unstable; urgency=low

  * Also explicitely remove catalogs installed by past metacity packages.
    [debian/metacity-common.preinst]
  * Move these clenaups to postinst.
    [debian/metacity-common.preinst, debian/metacity-common.postinst]

 -- Loic Minier <lool@dooz.org>  Sun, 12 Feb 2006 16:53:48 +0100

metacity (1:2.12.3-2) unstable; urgency=low

  * Clean up metacity's postinst.
    [debian/metacity.postinst]
  * Clean up /etc/sgml/metacity.cat and .old left over by metacity.
    [debian/metacity-common.preinst]

 -- Loic Minier <lool@dooz.org>  Sun, 12 Feb 2006 16:35:07 +0100

metacity (1:2.12.3-1) unstable; urgency=low

  * New upstream release.
  * Update patch to support a new raise on click mode and choice of this mode
    to apply without fuzz.  Also note this patch has been rejected upstream.
    [debian/patches/000_raise-on-click.patch]
  * New metacity-common package holds arch-independent files and registers
    schemas. (Closes: #218365, #234665, #240211)
    [debian/metacity.dirs, debian/metacity-common.links,
    debian/metacity.install, debian/control, debian/control.in,
    debian/metacity-common.postinst, debian/metacity.catalog,
    debian/metacity-common.manpages, debian/metacity.postrm,
    debian/metacity-common.dirs, debian/metacity-common.install,
    debian/metacity-common.catalog, debian/changelog,
    debian/metacity-common.postrm, debian/rules, debian/metacity.links,
    debian/metacity.postinst, debian/metacity.manpages]
  * Actually ship license information.
    [debian/copyright]
  * Version the metacity and libmetacity dependency on metacity-common with
    Source-Version.
    [debian/control, debian/control.in]
  * Install SGML catalogs with dh_installcatalogs, move them below
    /usr/share/sgml/metacity-common, in the metacity-common package.
    [debian/control, debian/control, debian/metacity-common.catalog,
    debian/metacity-common.postinst, debian/metacity-common.postrm,
    debian/metacity-common.sgmlcatalogs, debian/rules]
  * Drop the /usr/share/metacity/dtd symlink.
    [debian/metacity-common.links]
  * Drop /usr/share/sgml/dtd creation.
    [debian/metacity-common.dirs]
  * Drop useless /usr/share/metacity from metacity-common.
    [debian/metacity-common.install]
  * Drop obsolete cleanup "rm -rf".
    [debian/rules]
  * Give .dtd installation to dh_install.
    [debian/metacity-common.install, debian/rules]

 -- Loic Minier <lool@dooz.org>  Sat, 11 Feb 2006 21:10:40 +0100

metacity (1:2.12.2-3) unstable; urgency=high

  * Add xorg build-deps (libice-dev, libsm-dev, libx11-dev, libxext-dev,
    libxinerama-dev, libxrandr-dev, x-dev) thanks to "xlibs-split".
    (Closes: #347000)
    [debian/control, debian/control.in]
  * Relibtoolizing would get Debian's AC_PATH_XTRA, but I add a libxt-dev
    build-dep and pass --as-needed because the patch was like uh 1.1 MB.
    [debian/control, debian/control.in, debian/rules]

 -- Loic Minier <lool@dooz.org>  Mon,  9 Jan 2006 22:47:36 +0100

metacity (1:2.12.2-2) unstable; urgency=low

  * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Sun,  8 Jan 2006 01:49:55 +0100

metacity (1:2.12.2-1) experimental; urgency=low

  * New upstream release.

 -- Jordi Mallach <jordi@debian.org>  Sun, 25 Dec 2005 23:20:10 +0100

metacity (1:2.12.1-1) experimental; urgency=low

  * New upstream release.
  * watch: update for 2.12.
  * 000_raise-on-click.patch: update to make patch apply cleanly.
  * rules: bump shlibs for new symbols.

 -- Josselin Mouette <joss@debian.org>  Sun,  9 Oct 2005 16:50:22 +0200

metacity (1:2.10.3-2) unstable; urgency=low

  * debian/control.in:
    - don't Build-Depends on xlibs-pic, Build-Depend on libxinerama-dev 
      (Closes: #320589).
  * debian/patches/000_metacity-debian-xinerama-pic.patch:
    - not useful with xorg.

 -- Sebastien Bacher <seb128@debian.org>  Tue,  2 Aug 2005 17:40:43 +0200

metacity (1:2.10.3-1) unstable; urgency=low

  * New upstream version.
  * Bump Standards-Version to 3.6.2.
  * Add CDBS' utils to rules.

 -- Loic Minier <lool@dooz.org>  Fri, 29 Jul 2005 10:56:05 +0200

metacity (1:2.10.2-1) unstable; urgency=low

  * New upstream version.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 28 Jun 2005 23:09:14 +0200

metacity (1:2.10.1-2) unstable; urgency=low

  * Upload to unstable.

 -- Jordi Mallach <jordi@debian.org>  Sun, 12 Jun 2005 19:03:18 +0200

metacity (1:2.10.1-1) experimental; urgency=low

  * New upstream version.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 13 Apr 2005 17:35:20 +0200

metacity (1:2.10.0-1) experimental; urgency=low

  * New upstream version.
  * debian/patches/000_raise-on-click.patch:
    - updated.
  * debian/watch:
    - updated.

 -- Sebastien Bacher <seb128@debian.org>  Fri,  8 Apr 2005 21:33:44 +0200

metacity (1:2.8.8-1) unstable; urgency=low

  * GNOME team upload.
  * New upstream release.

 -- Jordi Mallach <jordi@debian.org>  Wed, 29 Dec 2004 17:18:05 +0100

metacity (1:2.8.6-1) unstable; urgency=low

  * New upstream release.
  * Upload to unstable.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 18 Nov 2004 13:23:27 +0100

metacity (1:2.8.5-2) experimental; urgency=low

  * debian/metacity.postinst:
    - removed the static gconf registration.
  * debian/metacity-theme-viewer.1:
    - manpage written by Jose M. Moya" <josem@die.upm.es> (Closes: #252108).
  * debian/metacity-window-demo.1:
    - manpage written by Jose M. Moya" <josem@die.upm.es> (Closes: #252110).
  * debian/metacity.manpages:
    - updated.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 17 Sep 2004 22:11:51 +0200

metacity (1:2.8.5-1) experimental; urgency=low

  * GNOME team upload.
  * New upstream release.
  * Sebastien Bacher:
    - Switched to CDBS.
    - debian/rules: converted to CDBS
    - debian/*.files: replaced with .install files.
  * J.H.M. Dassen (Ray):
    - [debian/control.in] Bumped libstartup-notification0-dev as
      configure requires 0.7.
  * Jordi Mallach:
    - debian/control.in: add cdbs to build-deps.

 -- Jordi Mallach <jordi@debian.org>  Tue, 14 Sep 2004 20:30:36 +0200

metacity (1:2.8.1-4) unstable; urgency=low

  * debian/rules:
    - added a dh_gconf call.
  * debian/metacity.postinst:
    - removed the static schemas registration, dh_gconf handles that right.

 -- Sebastien Bacher <seb128@debian.org>  Fri,  6 Aug 2004 18:17:03 +0200

metacity (1:2.8.1-3) unstable; urgency=low

  * GNOME Team Upload.
  * Upload in unstable.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 26 May 2004 14:28:32 +0200

metacity (1:2.8.1-2) experimental; urgency=low

  * debian/patches/000_raise-on-click.patch:
    + patch from bugzilla to choose to raise or not the window which has
      the focus in mouse and sloppy modes. (Closes: #228768).
      The gconf key to use is /apps/metacity/general/raise_on_click.
  * Gnome Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 26 May 2004 14:19:51 +0200

metacity (1:2.8.1-1) experimental; urgency=low

  * New upstream release.
  * debian/patches/000_metacity-debian-xinerama-pic.patch:
    + updated
  * GNOME Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Wed,  5 May 2004 21:17:15 +0200

metacity (1:2.8.0-3) experimental; urgency=low

  * GNOME team upload.
  * debian/rules: get the epoch included in the shlib version for
    libmetacity0.

 -- Jordi Mallach <jordi@debian.org>  Tue,  6 Apr 2004 14:04:36 +0200

metacity (1:2.8.0-2) experimental; urgency=low

  * Added Build-Depends on gnome-pkg-tools and libxml-parser-perl 
    (Closes: #240639).

 -- Sebastien Bacher <seb128@debian.org>  Sat,  3 Apr 2004 23:46:56 +0200

metacity (1:2.8.0-1) experimental; urgency=low

  * New upstream release:
    + converts "show desktop mode" to "all windows are minimized" when 
      you open a new window (Closes: #217467).    
    + fixes bug with panel not listed before clicking on them 
      (Closes: #224054).  
    + fixes multi-tab handling (Closes: #227708).  
    + includes always on top menu entry (Closes: #204212).
    + includes wireframes support (Closes: #184849).
    + should fix bug with applications changing workspace 
      (Closes: #224156, #230782).
    + switches window truncates title (Closes: #186324).
  * debian/control.in, debian/rules:
    + adapted for the Gnome Team.
  * debian/patches/000_metacity-debian-xinerama-pic.patch:
    + updated.
  * debian/patches/001_metacity-focus.patch:
    + removed since the changes are included in the new version.
  * debian/watch:
    + updated to 2.8 branch.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 28 Mar 2004 12:26:22 +0200

metacity (1:2.6.3-2) unstable; urgency=low

  * debian/patches/001_metacity-focus.patch :
    + new patch to fix focus problem with panels in mouse and sloppy modes
      (Closes: #224858).
  * Gnome Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 18 Jan 2004 19:31:49 +0100

metacity (1:2.6.3-1) unstable; urgency=low

  * New upstream release.
  * Gnome Team Upload.
  
 -- Sebastien Bacher <seb128@debian.org>  Sat, 20 Dec 2003 23:17:21 +0100

metacity (1:2.6.2-2) unstable; urgency=low

  * debian/patches/000_metacity-debian-xinerama-pic.patch: 
    - updated to fix a link problem (Closes: #216693).    

 -- Sebastien Bacher <seb128@debian.org>  Tue, 21 Oct 2003 13:56:24 +0200

metacity (1:2.6.2-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/:
    - 000_metacity-2.4.34-usage.patch: removed.
    - 000_metacity-debian-xinerama-pic.patch: updated.
    - 001_metacity-2.4.55-non-weak-symbols.patch: removed.   
  * Update Build-Depends.
  * Gnome Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 18 Oct 2003 19:33:23 +0200

metacity (1:2.4.55-3) unstable; urgency=low

  * debian/metacity.1:
    - fixed the incorrect option. (closes: Bug#209159)
  * debian/metacity.prerm:
    - fixed removing alternatives issue. (closes: Bug#211502)

 -- Akira TAGOH <tagoh@debian.org>  Wed,  8 Oct 2003 18:44:56 +0900

metacity (1:2.4.55-2) unstable; urgency=low

  * debian/patches/000_metacity-debian-xinerama-pic.patch:
    - update to fix the unnecessary library dependencies in .la.
      (closes: Bug#195774)

 -- Akira TAGOH <tagoh@debian.org>  Thu, 12 Jun 2003 01:25:45 +0900

metacity (1:2.4.55-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/:
    - 000_metacity-2.4.34-save-workspace.patch: removed.
    - 001_metacity-2.4.55-non-weak-symbols.patch: updated.

 -- Akira TAGOH <tagoh@debian.org>  Mon,  2 Jun 2003 02:50:50 +0900

metacity (1:2.4.34-3) unstable; urgency=low

  * debian/control:
    - suggests gnome-control-center instead of metacity-properties.
      (closes: Bug#192752)
    - bumped Standards-Version to 3.5.10.0.
  * debian/patches/001_metacity-2.4.34-non-weak-symbols.patch:
    - applied a backported patch to fix undefined non-weak symbols.
      (closes: Bug#187347)
  * debian/metacity.postinst:
    - set a priority to 60 for x-window-manager according to the latest
      policy.

 -- Akira TAGOH <tagoh@debian.org>  Mon, 19 May 2003 06:30:37 +0900

metacity (1:2.4.34-2) unstable; urgency=low

  * Revert to 2.4.34 to use stable release.
    - should works now. (closes: Bug#187749, Bug#187387, Bug#187982) 
  * debian/README.Debian:
    - described NVidia drivers issue. (closes: Bug#181056)
  * debian/patches/:
    - 000_metacity-2.4.34-usage.patch: applied it again.
    - 000_metacity-2.4.34-save-workspace.patch: applied a backported patch
      from CVS to really fix Bug#186033 in 2.4.34.
    - 000_metacity-2.5.0-noframe-window.patch: removed.

 -- Akira TAGOH <tagoh@debian.org>  Mon, 14 Apr 2003 00:29:52 +0900

metacity (2.5.0-2) unstable; urgency=low

  * debian/patches/:
    - 000_metacity-debian-xinerama-pic.patch:
      use libXinerama_pic.a instead of libXinerama.a.
    - 000_metacity-2.5.0-noframe-window.patch:
      applied a backported patch from CVS to work no frame window.
      (closes: Bug#187316)
  * debian/control:
    - requires xlibs-pic >= 4.2.1-6.

 -- Akira TAGOH <tagoh@debian.org>  Fri,  4 Apr 2003 04:26:49 +0900

metacity (2.5.0-1) unstable; urgency=low

  * New upsream release.
    - Workspace names are saved now. (closes: Bug#186033)
  * debian/control:
    - bumped Standards-Version to 3.5.9.
    - changed a section for libmetacity-dev to libdevel.
  * debian/compat:
    - use it instead of DH_COMPAT.
  * debian/patches/
    - 000_metacity-2.4.34-usage.patch: removed.

 -- Akira TAGOH <tagoh@debian.org>  Wed,  2 Apr 2003 00:16:38 +0900

metacity (2.4.34-1) unstable; urgency=low

  * New upstream release.
    - contains a fix of 64-bit bug. so should be fixed. (closes: Bug#179698)
    - should be fixed. (closes: Bug#177814)
  * debian/patches/000_metacity-2.4.34-usage.patch:
    applied to fix a typo in usage. (closes: Bug#179699)

 -- Akira TAGOH <tagoh@debian.org>  Fri,  7 Feb 2003 04:38:32 +0900

metacity (2.4.21-2) unstable; urgency=low

  * debian/control:
    - suggests metacity-properties instead of gnome-control-center.
  * debian/metacity.docs:
    - moved from libmetacity0. (closes: Bug#178966)
  * debian/metacity.postinst:
    - run gconftool-2 with HOME=/root

 -- Akira TAGOH <tagoh@debian.org>  Sun,  2 Feb 2003 16:50:02 +0900

metacity (2.4.21-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/:
    - 000_metacity-2.4.13-args.patch: removed, because it was merged to the
      upstream.
    - 000_metacity-2.4.8-properties.patch: removed.
  * debian/control: add Suggests: gnome-control-center.
  * debian/rules: drop --enable-config-dialog. metacity-properties is
    obsolete. use gnome-window-properties in gnome-control-center instead of.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 29 Jan 2003 00:39:57 +0900

metacity (2.4.13-2) unstable; urgency=low

  * debian/docs: add NEWS file (closes: Bug#176317)

 -- Akira TAGOH <tagoh@debian.org>  Tue, 14 Jan 2003 23:15:48 +0900

metacity (2.4.13-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - updated Build-Depends.
    - add libgtk2.0-dev to Depends for libmetacity-dev
  * debian/rules: enable startup-notification.
  * debian/patches/:
    - 000_metacity-2.4.8-dont-pass-NULL.patch:
      removed.
    - 000_metacity-2.4.13-args.patch:
      applied to fix the working of configure options.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 11 Jan 2003 07:06:24 +0900

metacity (2.4.8-4) unstable; urgency=low

  * upstream bug was closed. so it should be fixed. (closes: Bug#152075)
  * debian/rules: don't use dh_installwm until it will supports the
    registration of manpage as slave.
  * debian/metacity.postinst: runs update-alternatives. (closes: Bug#175756)
  * debian/metacity.prerm: runs update-alternatives.

 -- Akira TAGOH <tagoh@debian.org>  Thu,  9 Jan 2003 03:40:15 +0900

metacity (2.4.8-3) unstable; urgency=low

  * debian/metacity.postinst:
    fix the wrong registration. (closes: Bug#173789, Bug#174358)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 27 Dec 2002 05:01:25 +0900

metacity (2.4.8-2) unstable; urgency=low

  * debian/patches/000_metacity-2.4.8-dont-pass-NULL.patch:
    applied to fix the segfault at startup. (closes: Bug#173594, Bug#173604)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 20 Dec 2002 01:08:43 +0900

metacity (2.4.8-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/000_metacity-2.4.3-stack.patch:
    removed, because this release contains it.
  * debian/control:
    - fix description-synopsis-ends-with-full-stop.
    - add libmetacity0 and libmetacity-dev
  * debian/rules:
    - install metacity-theme.dtd as a sgml catalog. (closes: Bug#170041)
    - build with --enable-config-dialog until we upload GNOME 2.2.
  * debian/metacity.postinst:
    - use gconftool-2 --get-default-source to get GCONF_CONFIG_SOURCE
    - runs update-catalog.
  * debian/patches/000_metacity-2.4.8-properties.patch:
    applied to fix the missing file.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 12 Dec 2002 09:21:35 +0900

metacity (2.4.3-2) unstable; urgency=low

  * debian/patches/000_metacity-2.4.3-stack.patch: backported to fix the
    random crashes. (closes: Bug#168653)

 -- Akira TAGOH <tagoh@debian.org>  Wed, 13 Nov 2002 00:32:14 +0900

metacity (2.4.3-1) unstable; urgency=low

  * New upstream release. (closes: Bug#166919)
  * debian/rules: support noopt option for DEB_BUILD_OPTIONS.
  * debian/control: improve a description. Thanks stephen farrell.

 -- Akira TAGOH <tagoh@debian.org>  Thu,  7 Nov 2002 23:16:47 +0900

metacity (2.4.1-1) unstable; urgency=low

  * New upstream release. (closes: Bug#160535)
    - Should be fixed. (closes: Bug#157995)
  * Set a priority to 40 for x-window-manager according to Bug#155680.
    (closes: Bug#155494)
  * debian/metacity.1: updated.
  * debian/metacity-message.1: added.
  * debian/control:
    - bumped Standards-Version to 3.5.7.
    - updated Build-Depends.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 14 Sep 2002 20:01:35 +0900

metacity (2.4.0-1) unstable; urgency=low

  * New upstream release.
    - switching the workspaces should works now. (closes: Bug#151500)
  * debian/control: update Build-Depends for libgtk2.0-dev.

 -- Akira TAGOH <tagoh@debian.org>  Fri,  9 Aug 2002 02:35:15 +0900

metacity (2.3.987-1) unstable; urgency=low

  * New upstream release.
  * debian/control: add libglade2-dev to Build-Depends (closes: Bug#149489)

 -- Akira TAGOH <tagoh@debian.org>  Tue, 11 Jun 2002 14:38:06 +0900

metacity (2.3.610-1) unstable; urgency=low

  * New upstream release.
    - Should be fixed in this release. (closes: Bug#146127)

 -- Akira TAGOH <tagoh@debian.org>  Wed,  5 Jun 2002 19:15:41 +0900

metacity (2.3.377-2) unstable; urgency=low

  * debian/docs: includes theme-format.txt (closes: Bug#147644)

 -- Akira TAGOH <tagoh@debian.org>  Tue, 21 May 2002 19:24:00 +0900

metacity (2.3.377-1) unstable; urgency=low

  * New upstream release.

 -- Akira TAGOH <tagoh@debian.org>  Tue, 21 May 2002 11:02:28 +0900

metacity (2.3.233-2) unstable; urgency=low

  * debian/control: fix the misleading description. (closes: Bug#145942)

 -- Akira TAGOH <tagoh@debian.org>  Tue,  7 May 2002 14:29:36 +0900

metacity (2.3.233-1) unstable; urgency=low

  * New upstream release.

 -- Akira TAGOH <tagoh@debian.org>  Sun,  5 May 2002 03:21:05 +0900

metacity (2.3.144-2) unstable; urgency=low

  * debian/control: Add Provides: x-window-manager.

 -- Akira TAGOH <tagoh@debian.org>  Fri,  3 May 2002 07:31:17 +0900

metacity (2.3.144-1) unstable; urgency=low

  * New upstream release.
    - keybindings are configurable now. (closes: Bug#144657)

 -- Akira TAGOH <tagoh@debian.org>  Tue, 30 Apr 2002 03:32:36 +0900

metacity (2.3.89-1) unstable; urgency=low

  * New upstream release.
  * debian/scripts/vars.build: fix bashism.
  * debian/rules: add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=yes to install
    rule.
  * debian/metacity.manpages: remove metacity-restart.1 entry. this command
    no longer exists.

 -- Akira TAGOH <tagoh@debian.org>  Tue, 16 Apr 2002 21:35:19 +0900

metacity (2.3.55-1) unstable; urgency=low

  * I have taken over from Thom.
  * New upstream release.
  * Build against the latest libraries (closes: Bug#139215)
  * debian/rules:
    - support DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE.
    - support debug and nostrip options for DEB_BUILD_OPTIONS.
    - copying the latest config.sub and config.guess.

 -- Akira TAGOH <tagoh@debian.org>  Tue, 26 Mar 2002 02:18:26 +0900

metacity (2.3.34-2) unstable; urgency=low

  * Added build-depend on docbook-to-man (Closes: #134433) 

 -- Thom May <thom@debian.org>  Sun, 17 Feb 2002 20:14:28 +0000

metacity (2.3.34-1) unstable; urgency=low

  * Initial Release. (Closes: #107181)

 -- Thom May <thom@debian.org>  Sun, 10 Feb 2002 12:03:22 +0000

