2009-04-14	olivier

	* configure.ac.in: === xfwm4 4.6.1 ===

2009-04-09	olivier

	* src/events.c, src/keyboard.c: Fix grab remaining if shortcut is not
	  used (Bug #5207)

2009-04-08	olivier

	* src/compositor.c: Ignore stacking when detecting overlays

2009-04-08	olivier

	* src/parserc.c, src/settings.c, src/events.c: Plug various memory
	  leaks

2009-04-07	olivier

	* src/compositor.c: Make fullscreen override opaque, so screensaver
	  is not partly transparent even if not unredirecting fullscreen
	  windows.

2009-04-05	olivier

	* src/compositor.c: Check fullscreen status against each monitor and not
	  just the overall screen size in the compositor

2009-03-28	olivier

	* src/netwm.c: Keep window layer when status is above, below or 
	  fullscreen (Bug #5030)

2009-03-26	olivier

	* src/placement.c: Do not not fill over adjacent windows (Bug #5152)

2009-03-25	olivier

	* src/client.c, src/cycle.c: Fix a long standing bug in xfwm4 4.6 
	  were activating a transient would not regrab the mouse on parent
	  window.

2009-03-19	olivier

	* src/netwm.c: Do not try to update last user timestamp if the given
	  timestamp is outdated, that avoids some unecessary warnings for
	  "Last user time set back to..." upon restart.

2009-03-19	olivier

	* settings-dialogs/xfwm4-settings.c, 
	  settings-dialogs/xfwm4-dialog.glade,
	  src/settings.c: Reduce minimum timeout for focus delay in focus 
	  follow mouse (100ms was way too much),
	  Fix raise delay settings in xfwm4 dialog being totally ignored

2009-03-13	olivier

	* src/focus.c: do not set the demand attendtion flag if the 
	  application itself has set a nil timestamp.

2009-03-13	olivier

	* src/focus.c, serc/netwm.c: Check for nil timestamp regardless of 
	  focus stealing prevention setting, so that applications using
	  gtk_window_set_focus_on_map() don't get focused even when focus
	  stealing prevention is disabled (Bug #5044)

2009-03-13	olivier

	* src/compositor.c: Reduce repaint timeout in the compositor 
	  (Bug #5080)

2009-02-24	olivier

	* settings-dialogs/xfwm4-settings.c, 
	  settings-dialogs/tweaks-settings.c: Include gdk.h & gdkx.h

2009-02-24	olivier

	* settings-dialogs/xfwm4-settings.c, 
	  settings-dialogs/tweaks-settings.c: Do not run setting dialogs if
	  current window manager is not xfwm4 (Bug #4989).

2009-02-23	olivier

	* src/cycle.c, src/moveresize.c: Make sure any active grab on the
	  keyboard and pointer are released  (Corollary to bug #4959).

2009-02-23	olivier

	* src/netwm.h, src/netwm.c, src/client.h, src/client.c, src/events.c,
	  src/focus.c: Capture user time at startup, a bit of refactoring to
	  avoid duplication of code (that led to this bug to remain after a
	  similar fix went previously in to events.c in revision 29456).

2009-02-19	olivier

	* src/events.c: Only release events on identified key shortcut
	  (Bug #4959).

2009-02-19	olivier

	* src/events.c: And do not release events on key release, as Super is
	  both a modifier and a regular key that repeats, it breaks when used
	  as a modifier (Bug #4959).

2009-02-19	olivier

	* src/events.c: Use timestamp provided by the event itself to 
	  release queued events (Bug #4959).

2009-02-19	olivier

	* src/events.c: Use more appropriate callback function name (trivial).

2009-02-19	olivier

	* src/settings.c, src/events.c, src/screen.c, src/screen.h: Apply
	  font settings changes in real time (DPI, hinting, hint style, rgba).

2009-02-18	olivier

	* settings-dialogs/workspace-settings.c: Fix limits for margin being
	  inverted - patch by Mike Massonnet <mike.massonnet@gmail.com> 
	  (Bug #4931).

2009-02-18	olivier

	* src/placement.c: Same, still not right (Bug #4960).

2009-02-18	olivier

	* src/placement.c: Fix size not properly computed by the fill 
	  function with a dock on top or left (Bug #4960).

2009-02-17	olivier

	* src/keyboard.c: Use proper type for returned value.

2009-02-16	olivier

	* src/events.c, src/client.c: Fix ICCCM synthetic unmap notify 
	  handling causing a race condition with amule when started hidden 
	  to system tray (Bug #4928). Note: This is still unclear to me
	  what is correct behaviour here, the problem reported in bug
	  #4928 happens with some other window managers too (e.g. kwin from
	  kde 4.2, fluxbox) but not with others (openbox, metacity, icewm).

2009-02-07	jannis

	* settings-dialogs/xfwm4-settings.c : Add the new parameter required
	  for the API change for xfce_shortcut_dialog_run(), 
	  Add dependecy on libxfce4kbd_private revision.

2009-02-06	olivier

	* src/events.c : Fix user time not being taken from the user time
	  window for apps which support that protocol, that was breaking
	  focus stealing prevention for all gtk,
	  src/focus.c: Do not automatically give focus to windows placed on 
	  lower layers, but focus those on upper layers at first map.

2009-02-05	olivier

	* settings-dialogs/xfwm4-dialog.glade: Set minimum value for 
	  wrap_resistance and snap_width (0 is not a valid value)
	  src/settings.c: clamp values to sensible defaults
	  src/events.c, src/moveresize.c: reduce the warping distance of the
	  mouse pointer (bug #3290)

2009-02-01	jannis

	* NEWS: Update NEWS file.
	* settings-dialogs/xfwm4-settings.c: When stealing a shortcut from 
	  another shortcuts provider, clear the shortcut of that provider 
	  first.

2009-02-01	jannis

	* settings-dialogs/xfwm4-settings.c: Only display shortcut conflict
	  dialog if the action of the new shortcut differs from the one
	  that's being edited.

2009-01-29	olivier

	* src/placement.c: Apparently someone is confusing East and West :)
	  Fix fill function not working with multiscreen.

2009-01-29	olivier

	* src/events.c: Clear monitor cache when the screen size changes, but 
	  avoid redoing the work twice in the case of a monitor-changed event.

2009-01-26	jannis

	* == 4.5.99.1 released! ==
	* NEWS: Update NEWS file for the release.
	* configure.ac.in: Bump version number and dependencies.

2009-01-25	olivier

	* settings-dialogs/xfwm4-settings.c: gtk, not glib for 
	  gtk_selection_data_get_data()

2009-01-25	olivier

	* settings-dialogs/xfwm4-settings.c: gtk_selection_data_get_data() is
	  gtk+2.14 (Bug #4855)

2009-01-25	nick

	* settings-dialogs/xfwm4-settings.c, 
	  settings-dialogs/xfwm4-dialog.glade: Make title alignment and button
	  layout insensitive when not supported by the theme selected, fix a
	  memory leak,
	  configure.ac.in: Remove AC_C_CONST

2009-01-25	nick

	* settings-dialogs/xfwm4-settings.c: Fix dragging button layout when 
	  the dialog is embedded in the settings dialog (Bug #4524).

2009-01-24	olivier

	* src/display.c, src/display.h, src/events.c, src/client.c
	  src/client.h, src/hints.c, src/hints.h, src/netwm.c, README:
	  Add support for NET_WM_FULLSCREEN_MONITORS

2009-01-23	olivier

	* src/parserc.c, src/settings.c, src/settings.c: Fix settings not
	  being set at startup (Bug #4845)
	  themes/default/*: Flatten default theme

2009-01-21	olivier

	* src/main.c: Command line option "--daemon" would have no effect 
	  when xfwm4 connects to the session manager.

2009-01-20	olivier

	* mcs-plugin: Removed.

2009-01-18	olivier

	* src/screen.c: Use G_MAXINT as default to make sure it's off bound.

2009-01-18	olivier

	* src/*.c, src/*.h: Update year.

2009-01-18	olivier

	* src/client.c, src/events.c, src/moveresize.c, src/netwm.c,
	  src/placement.c, src/screen.c, src/screen.h, src/tabwin.c: Cache
	  the monitor geometry instead of just the monitor number, it's more
	  efficient.

2009-01-17	olivier

	* settings-dialogs/xfwm4-settings.c, 
	  settings-dialogs/xfwm4-dialog.glade: Make focus delay insensitive
	  in click to focus mode.

2009-01-16	olivier

	* src/misc.h, src/misc.c, src/screen.h, src/screen.c, src/events.c,
	  src/menu.c, src/tabwin.c, src/placement.c, src/client.c, 
	  src/moveresize.c, src/netwm.c: Need to invalidate our internal 
	  monitor caching when adding/removing monitors with randr 1.2

2009-01-14	jannis

	* configure.in.in: Post-release version bump.

2009-01-12  olivier

	* NEWS: Typos

2009-01-11  olivier

	* src/focus.c: Do not place unfocused windows on top of the focused
	  window, when not focusing new windows (Bug #4795)

2009-01-07  olivier

	* settings-dialogs/xfwm4-settings.c: Remove markup not supported
	  by xfce_message_dialog() (Bug #4786)

2009-01-07  olivier

	* settings-dialogs/xfwm4-dialog.glade: Fix typo introduced in previous
	  update

2009-01-06  olivier

	* settings-dialogs/xfwm4-settings.c, 
	  settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/tweaks-settings.c, po/*: Fix strings not being 
	  localized (Bug #4740)

2008-12-24  olivier

	* src/compositor.c, default/defaults, themes/default/themerc: Increase
	  shadow radius, center shadow by default.

2008-12-16  olivier

	* settings-dialogs/xfwm4-workspace-dialog.glade,
	  settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-dialog.glade: Do not mark gtk+ stock labels as
	  translatable (Bug #4722)

2008-12-16  olivier

	* src/placement.c: Prevent "fill" from expanding beyound physical 
	  monitor.

2008-12-14  olivier

	* src/placement.c, src/placement.h, src/client.c, src/client.h:
	  Fix fill horizontally and vertically not working as expected 
	  (Bug #4712)

2008-12-14  olivier

	* settings-dialogs/xfwm4-dialog.glade, 
	  settings-dialogs/xfwm4-tweaks-dialog.glade: String review by 
	  Josh Saddler <nightmorph@gentoo.org> (Bug #4703)

2008-12-12  olivier

	* src/client.c: Remove maximization if a client updates its size max
	  size hint (Bug #4706)

2008-12-11  olivier

	* settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png,
      Slightly larger default icon.

2008-12-10  olivier

	* settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png,
	  src/default_icon.svg, src/default_icon.png: Redo the icons from
	  scratch so we it's not a derivative work from the Tango icons anymore
	  (and thus remove the CCPL).

2008-12-06  olivier

	* settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png,
	  settings-dialogs/monitor-icon.h: Replace monitor icon with an icon
	  based on the Tango icon theme (Bug #4666), 
	  COPYING: Add the CCPL as some icons are derived work from the 
	  Tango icons.

2008-11-29  olivier

	* src/placement.c: Fix smart placement not working for windows with 
	  height or width larger than actual screen size (Bug# 3126). 

2008-11-27  olivier

	* src/transients.c: Based on previous change, we an now optimize 
	  clientGetModalFor() and make it a lot simpler and more efficient.

2008-11-27  olivier

	* src/transients.c: Do not consider all windows of the same group for
	  modality (See comment in Bug #3586)

2008-11-27  olivier

	* src/focus.c, src/focus.h: Only focus the fallback window when 
	  transitioning focus from a destroy or unmap (Should fix Bug #4652)
	  Do some small cleanup, remove older code ifdef'ed.

2008-11-25  olivier

	* themes/daloa: Enlarge active zone of buttons

2008-11-20  olivier

	* defaults/defaults: Fix default value for easy_click

2008-11-20  olivier

	* src/moveresize.c: Work around a problem affecting the use of 
	  the "Super" key as modifier for moving windows (Bug #4632)

2008-11-19  olivier

	* settings-dialogs/workspace-settings.c: Trivial optimization, no need 
	  to check the value for each iteration.

2008-11-18  olivier

	* settings-dialogs/workspace-settings.c: Make sure the data retrieved
	  from xfconf is not null (Bug #4616)

2008-11-15  olivier

	* settings-dialogs/xfwm4-workspace-dialog.glade: Set page-size
	  to 0 for gtk+ 2.14

2008-11-11  olivier

	* po/*.po, po/xfwm4.pot: update po

2008-11-11  olivier

	* settings-dialogs/xfwm4-settings.c: Fix focus model selection

2008-11-11	jannis

	* src/settings.c: Place the sidewalks again after wrap_workspaces has
	  changed.

2008-11-11  olivier

	* src/Makefile.am: add missing inline icons

2008-11-11  olivier

	* settings-dialogs/xfwm4-settings.c: Fix build with -Werror.

2008-11-11  olivier

	* settings-dialogs/workspace-settings.c: Use editable cells instead of 
	  yet another popup dialog.

2008-11-11  olivier

	* settings-dialogs/workspace-settings.c: Revert

2008-11-11  olivier

	* src/Makefile.am: stock_rolldown.png missing in Makefile.am

2008-11-09  olivier

	* po/POTFILES.in, settings-dialogs/Makefile.am: Fix make distcheck

2008-11-09  olivier

	* configure.ac.in: Update version
	  po/*: Update po

2008-11-09  olivier

	* settings-dialogs/workspace-settings.c: Fix compiler warning
	  src/cycle.c: Add key shortcut for reverse cycling (Bug #2778)

2008-11-09  olivier

	* settings-dialogs/xfwm4-settings.c, src/cycle.c, src/settings.c,
	  src/events.c, src/settings.h, src/screen.c, src/screen.h:
	  Prepare code for reverse cycling (not finished yet).

2008-11-08  olivier

	* src/tabwin.c: Draw focus in tabwin to make sure the selection is
	  visible even with themes that do not show selected items. 

2008-11-08  olivier

	* src/settings.c: Do not display warnings for "workspace_names", for
	  real this time... 

2008-11-08  olivier

	* settings-dialogs/workspace-settings.c: Fix workspaces names not being
	  set in the workspace settings GUI.

2008-11-08  olivier

	* src/settings.c: Do not display warnings for "workspace_names" either. 

2008-11-08  brian

	* settings-dialogs/xfwm4-settings.c: Fix possible crash when the 
	  dbl_click_action setting gets unset.

2008-11-02  olivier

	* src/parserc.c, src/settings.c: Do not display warnings for values 
	  that are not configurable via xfconf (typically theme settings).

2008-11-02  olivier

	* settings-dialogs/tweaks-settings.c, src/settings.c, src/client.c: Fix
	  indentation.

2008-11-02  olivier

	* settings-dialogs/xfwm4-tweaks-dialog.glade, 
	  settings-dialogs/tweaks-settings.c, src/settings.c, src/settings.h, 
	  src/client.c, src/client.h, defaults/defaults: Add new option do 
	  disable blinking of urgent windows.

2008-10-30  olivier

	* settings-dialogs/xfwm4-settings.c: Fix compiler warnings

2008-10-30  jannis

	  xfwm4/trunk/settings-dialogs/Makefile.am
	  xfwm4/trunk/settings-dialogs/tweaks-settings.c
	  xfwm4/trunk/settings-dialogs/workspace-settings.c
	  xfwm4/trunk/settings-dialogs/xfwm4-settings.c
	  xfwm4/trunk/src/Makefile.am
	  xfwm4/trunk/src/event_filter.c
	  xfwm4/trunk/src/events.c
	  xfwm4/trunk/src/keyboard.c
	  xfwm4/trunk/src/keyboard.h
	  xfwm4/trunk/src/screen.h
	  xfwm4/trunk/src/settings.c
	  xfwm4/trunk/themes/Makefile.am
	  xfwm4/trunk/configure.ac.in
	  xfwm4/trunk/defaults/defaults: Add support for keyboard shortcuts. 
	  Remove experimental shortcuts code and add dependency on 
	  libxfce4kbd-private instead and replace MappingNotify event handler 
	  with a GdkKeymap "keys-changed" callback.
	  Remove support for key themes. Properly stop startup notification 
	  when dialogs are plugged into xfce4-settings-manager (Bug #4492).
	  po/*: Update translation files.

2008-10-30  olivier

	* settings-dialogs/xfwm4-settings.c, src/client.c: Fix compiler 
	  warnings

2008-10-30  olivier

	* src/events.c, src/client.c, src/client.h,
	  themes/default.keys/keythemerc: Simplify management of transients

2008-10-30  olivier

	* src/default_icon.svg, src/default_icon.svg,
	  src/inline-default-icon.h: Change default icon.

2008-10-30  olivier

	* src/client.c: Fix minimize all other windows,
	  src/main.c: Fix compilation warning.

2008-10-29  olivier

	* src/inline-stock-rolldown.h, src/inline-stock-maximize.h,
	  src/inline-stock-unmaximize.h, src/menu.c,  src/stock_icons.c,
	  src/stock_icons.h, src/inline-stock-minimize.h, 
	  src/inline-default-icon.h, src/inline-stock-rollup.h,
	  src/main.c, src/Makefile.am: Rework the window menu to improve
	  consistency with libwnck menu (Bug #4531)

2008-10-28  olivier

	* settings-dialogs/tweaks-settings.c, 
	  settings-dialogs/xfwm4-tweaks-dialog.glade: Fix wmteaks dialog not 
	  setting the proper option for "raise_with_any_button".

2008-10-22  olivier

	* src/client.c, src/client.h, src/display.c, src/display.h, 
	  src/events.c, src/focus.c, src/focus.h, src/hints.c, src/hints.h, 
	  src/misc.c, src/misc.h, src/moveresize.c, src/netwm.c, src/netwm.h, 
	  src/screen.c, src/screen.h, src/startup_notification.c, 
	  src/workspaces.c, src/workspaces.h: Use "guint32" instead of Xlib's 
	  "Time".

2008-10-21  olivier

	* src/client.c: Trivial, advertise the correct function name in debug 
	  message.

2008-10-21  olivier

	* src/client.c: Fix gravity broken by previous commit.

2008-10-21  olivier

	* src/events.c: Restore a line removed by mistake in last commit.

2008-10-20  olivier

	* src/events.c, src/client.c, src/client.h, src/netwm.c: Improve 
	  support for NET_MOVERESIZE_WINDOW by reusing most of the code
	  from configureRequest handler.
	  src/misc.c: Remove duplicate declaration in the code.

2008-10-19  olivier

	* src/netwm.h, src/display.c, src/display.h, src/events.c, src/hints.c, 
	  src/netwm.c: Add support for NET_MOVERESIZE_WINDOW

2008-10-18  olivier

	* settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-dialog.glade: Add disambiguations to settings
	  dialogs (Bug #4484, patch from alexander.toresson@gmail.com).

2008-10-18  olivier

	* src/misc.h, src/misc.c: Add routine to get the name of a given atom,
	  src/client.c: Add client windows to save set to avoid loosing all
	  windows in case of crash,
	  src/netwm.c: Display name of unsupported net_wm_state atom,
	  src/hints.c: Clean-up of list of supported atoms,
	  src/events.c: Add hooks for debugging purpose.

2008-10-16  olivier

	* src/events.c, src/session.c: Add support for restart style 
	  SmRestartImmediately now that xfce4-session supports it (requires
	  libxfcegui4 from r28280 or later).

2008-10-16  olivier

	* settings-dialogs/xfwm4-settings.c: Fix compilation with glib-2.10,
	  there is no g_hash_table_get_keys() nor constructed method for 
	  GObjects in glib-2.10.

2008-10-16  jannis

	* settings-dialogs/xfwm4-settings.h: Add missing header file for
	  the main settings dialog.

2008-10-15  jannis

	* settings-dialogs/frap-shortcuts.c.bak: Remove backup file.

2008-10-15  jannis

	* settings-dialogs/Makefile.am,
	  settings-dialogs/frap-shortcuts-dialog.c,
	  settings-dialogs/frap-shortcuts-dialog.h,
	  settings-dialogs/frap-shortcuts-provider.c,
	  settings-dialogs/frap-shortcuts-provider.h,
	  settings-dialogs/frap-shortcuts.c,
	  settings-dialogs/frap-shortcuts.c.bak,
	  settings-dialogs/frap-shortcuts.h,
	  settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-settings.c: GObject-ify the main settings
	  dialog. Update frap shortcuts files.
	  Tweak the settings dialog UI a bit. Next task will be support for
	  shortcuts.

2008-10-14  stephan

	* configure.ac.in: Bump version number and dependency requirements

2008-10-14  olivier

	* settings-dialogs/Makefile.am: Include monitor-icon.h, 
	  (corsac@debian.org), src/events.c: Fix compiler warning,
	  src/placement.c: Likewise, src/client.c: Likewise, fix 
	  uninitialized access in full debug build (corsac@debian.org),
	  po/POTFILES.in: Add new source to the list of files to translate 
	  (corsac@debian.org)

2008-10-13  olivier

	* src/placement.c: Improve centering of windows with Xinerama.

2008-10-11  olivier

	* settings-dialogs/xfwm4-settings.c,
	  settings-dialogs/tweaks-settings.c: Staticalisation

2008-10-09 16:38  olivier

	* src/moveresize.c: Clear partial maximization upon move

2008-10-09 13:06  olivier

	* configure.ac.in: use a dot instead of a dash otherwise make rpm
	  fails ('-' is not allowed in version)

2008-10-09 12:59  olivier

	* configure.ac.in: Adopt the same versioning scheme as other xfce
	  packages

2008-10-09 05:01  sas

	* po/hu.po: [intl:hu] little fixes

2008-10-08 13:44  jari

	* po/ChangeLog, po/fi.po: Update Finnish translation.

2008-10-07 19:39  olivier

	* src/client.c: Rework visual depth selection of the frame window
	  (Bug #4452)

2008-10-07 19:36  olivier

	* defaults/defaults, po/xfwm4.pot,
	  settings-dialogs/tweaks-settings.c,
	  settings-dialogs/xfwm4-tweaks-dialog.glade, src/client.c,
	  src/settings.c, src/settings.h: Add new user option to set/unset
	  repeat blinking of urgent windows (Bug #4440)

2008-10-07 12:39  jannis

	* settings-dialogs/xfce-wm-settings.desktop.in,
	  settings-dialogs/xfce-wmtweaks-settings.desktop.in,
	  settings-dialogs/xfce-workspaces-settings.desktop.in: Add
	  X-XfceHelpFile to settings dialog .desktop files.

2008-10-06 19:48  olivier

	* NEWS, defaults/defaults, src/compositor.c, src/settings.c,
	  src/settings.h, themes/default/themerc: Make shadow opacity
	  configurable (bug #4447)

2008-10-05 22:01  olivier

	* src/client.c, src/client.h, src/events.c, src/workspaces.c: Small
	  refactoring of the source, use the term withdraw instead of hide
	  to avoid confusion with iconification

2008-10-05 19:29  jannis

	* configure.ac.in: Fix required xfconf version (use latest SVN
	  revision).

2008-10-05 17:52  maximilian

	* po/ChangeLog, po/de.po, po/fr.po, po/id.po: Updated and added
	  Estonian translations for the libxfcegui4, terminal and mousepad
	  trunk modules and libxfce4util branch 4.4 module
	  Updated Indonesian translations for the xfce-utils, xfce4-mixer,
	  xarchiver, xfwm4, xfcalendar and xfdesktop trunk modules
	  Updated and added Spanish translations for the xfce4-appfinder,
	  squeeze, libexo, xfce-utils, libxfce4menu, xfce4-session,
	  xfce4-mixer, libxfce4util, libxfce4ui, xfce4-icon-theme, thunar,
	  libxfcegui4, xfce4-panel, xfdesktop, xfce4-trigger-launcher,
	  terminal, mousepad and xfmedia trunk modules
	  Updated Russian translation for the xarchiver, libexo and
	  libxfcegui4 trunk modules
	  Updated and added German translation of the xfce4-settings and
	  xfwm4 trunk modules
	  Updated Japanese translation for the thunar module
	  Updated Sinhalese translation for the libxfcegui4 trunk module

2008-10-05 13:29  majkl

	* po/cs.po: Czech translation updated (Remaining duplicated hotkeys
	  fixed)

2008-10-05 12:55  majkl

	* po/cs.po: Czech translation updated (duplicated shortcuts fixed)

2008-10-05 12:27  jannis

	* configure.ac.in, settings-dialogs/workspace-settings.c,
	  settings-dialogs/xfwm4-workspace-dialog.glade: Use updated Xfconf
	  API, tweak workspace settings dialog, fix plugging.
	  
	  Add xfconf_minimum_version to the configure script. Depend on
	  0.1.0svn-r27376 for the updated channel API. Use xfconf_channel_get()
	  instead of xfconf_channel_new(). Quit the application when the
	  GtkPlug is destroyed. Tweak the settings dialog so that the workspace
	  margin spin buttons stick to the monitor icon and the monitor icon is
	  always centered inside the frame.

2008-10-04 21:34  majkl

	* po/cs.po: Czech translation updated

2008-10-03 20:46  olivier

	* src/client.c, src/client.h: Rework the blinking of windows to
	  make it less boring and hopefully more noticeable

2008-10-03 14:31  stephan

	* helper-dialog/helper-dialog.c, settings-dialogs/Makefile.am,
	  settings-dialogs/tweaks-settings.c,
	  settings-dialogs/workspace-settings.c, src/client.c, src/cycle.c,
	  src/terminate.c: Fix compiler warnings

2008-10-03 08:24  olivier

	* NEWS, defaults/defaults, settings-dialogs/tweaks-settings.c,
	  settings-dialogs/xfwm4-tweaks-dialog.glade, src/cycle.c,
	  src/settings.c, src/settings.h: Make wire frame while cycling
	  user configurable (Bug #4443)

2008-10-02 21:27  olivier

	* settings-dialogs/Makefile.am, settings-dialogs/monitor-icon.h,
	  settings-dialogs/monitor-icon.png,
	  settings-dialogs/workspace-settings.c,
	  settings-dialogs/xfwm4-workspace-dialog.glade: Add margins
	  configuration in workspace settings, patch by Mike Massonnet
	  <mike.massonnet@gmail.com> (Bug #4438)

2008-10-02 10:58  olivier

	* src/events.c: Loosen the rule that prevents an application from
	  iconifying itself when skip_taskbar is set (Bug #4434)

2008-09-30 16:37  olivier

	* src/netwm.c, src/placement.c: Fix NET_WM_STATE claiming
	  maximization vertical and horizontal even if only horizontal of
	  vertical is actually set (Should fix bug #3969)

2008-09-30 13:21  olivier

	* helper-dialog/helper-dialog.c, src/terminate.c, src/terminate.h:
	  Give credit to metacity implementation, add svn:keywords property

2008-09-30 10:58  piarres

	* po/eu.po: BAsque translation update

2008-09-30 09:02  olivier

	* helper-dialog/helper-dialog.c: Add xid to reply (might be useful
	  for debugging later on)

2008-09-30 09:02  olivier

	* src/netwm.c: Make sure the passed timestamp is not zero

2008-09-29 22:05  olivier

	* helper-dialog/Makefile.am, helper-dialog/helper-dialog.c,
	  po/POTFILES.in, po/xfwm4.pot, src/Makefile.am: Improve dialog

2008-09-29 21:41  olivier

	* helper-dialog/.deps, helper-dialog/.libs, helper-dialog/Makefile,
	  helper-dialog/Makefile.in, helper-dialog/helper-dialog: Remove
	  generated files

2008-09-29 21:40  olivier

	* Makefile.am, configure.ac.in, helper-dialog, helper-dialog/.deps,
	  helper-dialog/.deps/helper-dialog.Po,
	  helper-dialog/.deps/helper_dialog-helper-dialog.Po,
	  helper-dialog/.deps/xfwm4-helper-dialog.Po, helper-dialog/.libs,
	  helper-dialog/Makefile, helper-dialog/Makefile.am,
	  helper-dialog/Makefile.in, helper-dialog/helper-dialog,
	  helper-dialog/helper-dialog.c, src/Makefile.am, src/client.c,
	  src/client.h, src/netwm.c, src/terminate.c, src/terminate.h: Add
	  dialog (not finished yet)

2008-09-29 12:42  olivier

	* src/client.c, src/focus.c, src/netwm.c: Reorder NET_WM_STATE
	  update status

2008-09-29 06:19  kelnos

	* settings-dialogs/workspace-settings.c: fix typo that causes new
	  workspace name to be shown incorrectly in the dialog

2008-09-28 17:29  olivier

	* src/client.c: Fix name change broken by one of last commits

2008-09-25 20:52  olivier

	* themes/default/themerc: Place title 1 pixel higher

2008-09-25 15:40  olivier

	* src/client.c, src/client.h, src/events.c, src/netwm.c,
	  src/netwm.h: Fix ping/pong

2008-09-25 11:55  olivier

	* src/client.c, src/client.h, src/hints.c, src/hints.h,
	  src/netwm.c: Kill client who do not reply a ping message - TODO:
	  Implement a helper application to display a daliog asking user's
	  confirmation before actually killing the application

2008-09-24 21:36  olivier

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h, src/netwm.c, src/netwm.h: Implement NET_WM_PING
	  protocol

2008-09-22 22:12  olivier

	* settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-workspace-dialog.glade: Update glade files
	  to set page_size to 0

2008-09-22 21:52  olivier

	* src/client.c, src/client.h, src/display.c, src/display.h,
	  src/events.c, src/hints.c, src/hints.h: Add support for
	  NET_WM_PID to be able to kill apps (when not responding to
	  NET_WM_PING), and various small clean up

2008-09-22 08:54  olivier

	* settings-dialogs/tweaks-settings.c,
	  settings-dialogs/xfwm4-tweaks-dialog.glade: Add an option to set
	  default window placement w/out smart placement missing from the
	  wmtweaks GUI

2008-09-18 09:12  olivier

	* settings-dialogs/tweaks-settings.c: Add an explanatory comment

2008-09-18 09:10  olivier

	* settings-dialogs/tweaks-settings.c,
	  settings-dialogs/xfwm4-tweaks-dialog.glade: Actually, focus
	  stealing prevention is not related to the way to react when a
	  window raises itself on another workspace

2008-09-17 09:41  olivier

	* ChangeLog, NEWS: Update ChangeLog, NEWS

2008-09-16 15:42  olivier

	* defaults/defaults: ...actually even more sensitive w/out
	  quotes...

2008-09-16 15:23  olivier

	* defaults/defaults: Set what seems to be sensible defaults

2008-09-16 12:52  olivier

	* settings-dialogs/tweaks-settings.c: Fix initialization

2008-09-16 12:18  olivier

	* settings-dialogs/tweaks-settings.c: Allow any modifier to be used
	  for easy move, including disabling the functionality all together
	  (fixes a regression introduced in 4.6)

2008-09-16 11:29  olivier

	* src/hints.c: Add the new supported atoms to the list

2008-09-14 21:15  jannis

	* ChangeLog, settings-dialogs/xfce-wm-settings.desktop.in,
	  settings-dialogs/xfce-wmtweaks-settings.desktop.in,
	  settings-dialogs/xfce-workspaces-settings.desktop.in: *
	  settings-dialogs/*.desktop.in: Add X-XfcePluggable=true to
	  desktop files of the settings dialogs.

2008-09-14 20:25  jannis

	* ChangeLog: Doh.

2008-09-14 20:19  jannis

	* ChangeLog, settings-dialogs/tweaks-settings.c: *
	  settings-dialogs/tweaks-settings.c: Add copyright nothint.

2008-09-14 20:14  jannis

	* ChangeLog: * settings-dialogs/*.{c,glade}: Add embedding support
	  to all xfwm4 settings
	  dialogs.

2008-09-14 20:14  jannis

	* settings-dialogs/tweaks-settings.c,
	  settings-dialogs/workspace-settings.c,
	  settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-settings.c,
	  settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-workspace-dialog.glade: Add embedding
	  support to all xfwm4 settings dialogs.

2008-09-14 14:53  olivier

	* settings-dialogs/xfwm4-settings.c: Sort theme alphabetically (Fix
	  bug #4318)

2008-09-14 10:20  kelnos

	* settings-dialogs/Makefile.am,
	  settings-dialogs/workspace-settings.c,
	  settings-dialogs/xfwm4-workspace-dialog.glade: implement
	  workspace name changing

2008-09-14 10:19  kelnos

	* settings-dialogs/Makefile.am,
	  settings-dialogs/workspace-settings.c: fix some minor nits
