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

2008-09-12 08:48  olivier

	* src/client.c: Do not change windows list order when showing
	  desktop

2008-09-11 17:22  piarres

	* po/ChangeLog, po/eu.po: xfwmn basque translation update

2008-09-11 06:17  olivier

	* src/placement.c: Add warnings when auto-maximizing a window

2008-09-10 16:07  olivier

	* src/compositor.c: Revert to the previous behaviour, do not
	  allocate extents if the window is not visible (Bug #4363)

2008-09-09 19:30  lars

	* po/LINGUAS:

2008-09-09 19:29  lars

	* po/da.po:

2008-09-09 19:28  lars

	* po/LINGUAS:

2008-09-09 19:27  lars

	* po/LINGUAS:

2008-09-09 08:44  olivier

	* themes/...: Sharpen bottom corners on the default theme

2008-09-09 07:38  maximilian

	* po/ChangeLog, po/fr.po, po/id.po: Translations updates and new
	  ones for trunk in es,fr,id

2008-09-08 21:06  stephan

	* configure.ac.in: Update xfce library version requirements

2008-09-08 20:31  jannis

	* ChangeLog: Fix ChangeLog indentation.

2008-09-08 20:24  jannis

	* ChangeLog, po/ChangeLog, po/am.po, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po,
	  po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po,
	  po/he.po, po/hi.po, po/hu.po, po/id.po, po/it.po, po/ja.po,
	  po/ka.po, po/ko.po, po/lt.po, po/lv.po, po/mk.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/ur.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po,
	  settings-dialogs/frap-shortcuts-dialog.c,
	  settings-dialogs/frap-shortcuts.c,
	  settings-dialogs/xfwm4-dialog.glade: *
	  settings-dialogs/frap-shortcuts.c,
	  settings-dialog/frap-shortcuts-dialog.c: Synchronize latest
	  libfrap
	  changes.
	  * settings-dialogs/xfwm4-settings.c: Make keyboard tab
	  insensitive.
	  Shortcuts based on xfconf have been postponed to the first beta
	  release and won't be available in the alpha.
	  * *.po, xfwm4.pot: Merge strings.

2008-09-07 21:59  jannis

	* ChangeLog, settings-dialogs/frap-shortcuts-dialog.c: *
	  settings-dialogs/frap-shortcuts-dialog.c: Update the dialog. It
	  now uses XfceTitledDialog as a parent and also displays the
	  partial shortcut while being entered - cool.

2008-09-07 21:20  jannis

	* ChangeLog, settings-dialogs/frap-shortcuts-dialog.c,
	  settings-dialogs/frap-shortcuts.c,
	  settings-dialogs/frap-shortcuts.h: *
	  settings-dialogs/frap-shortcuts.{c,h},
	  settings-dialogs/frap-shortcuts-dialog.c: Update to latest
	  libfrap version.

2008-09-07 17:04  jannis

	* ChangeLog, po/ChangeLog: settings-dialogs/xfwm4-settings.c:
	  Import utility functions and the shortcut dialog from libfrap. 
	  Refactor the xfwm4 settings dialog so that it makes use of them. 
	  The code should now work better and be easier to read.
	  * POTFILES.in: Add frap-shortcuts.c and frap-shortcuts-dialog.c.
	  * *.po, xfwm4.pot: Merge new strings.

2008-09-07 17:02  jannis

	* ChangeLog, po/POTFILES.in, po/am.po, po/ar.po, po/az.po,
	  po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po,
	  po/dz.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po,
	  po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/id.po, po/it.po,
	  po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/lv.po, po/mk.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/ur.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po,
	  settings-dialogs/Makefile.am,
	  settings-dialogs/frap-shortcuts-dialog.c,
	  settings-dialogs/frap-shortcuts-dialog.h,
	  settings-dialogs/frap-shortcuts.c,
	  settings-dialogs/frap-shortcuts.h,
	  settings-dialogs/shortcut-dialog.c,
	  settings-dialogs/shortcut-dialog.h,
	  settings-dialogs/xfwm4-settings.c: *
	  settings-dialogs/Makefile.am,
	  settings-dialogs/frap-shortcuts.{c,h},
	  settings-dialogs/frap-shortcuts-dialog.{c,h},
	  settings-dialogs/xfwm4-settings.c: Import utility functions and
	  the shortcut dialog from libfrap. Refactor the xfwm4 settings dialog
	  so that it makes use of them. The code should now work better and be
	  easier to read.

2008-09-07 09:50  jannis

	* ChangeLog, settings-dialogs/shortcut-dialog.c: *
	  settings-dialogs/shortcut-dialog.c: Remove unused Display
	  variable.

2008-09-07 09:35  jannis

	* ChangeLog, settings-dialogs/xfwm4-settings.c: *
	  settings-dialogs/Xfwm4-settings.c: Remove unused function
	  declaration.

2008-09-06 21:01  kelnos

	* settings-dialogs/xfwm4-settings.c: hook up missing
	  wrap_workspaces and wrap_windows properties

2008-09-06 18:22  jannis

	* ChangeLog, configure.ac.in, po/xfwm4.pot,
	  settings-dialogs/xfwm4-settings.c: * configure.ac.in: Add
	  dependencies on dbus-1 and dbus-glib-1.
	  * settings-dialogs/xfwm4-settings.c: Add <dbus/dbus-glib.h>
	  include.

2008-09-06 14:47  jannis

	* ChangeLog, po/ChangeLog, po/POTFILES.in, po/am.po, po/ar.po,
	  po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po,
	  po/de.po, po/dz.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/id.po,
	  po/it.po, po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/lv.po,
	  po/mk.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
	  po/sq.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/ur.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po,
	  settings-dialogs/Makefile.am, settings-dialogs/shortcut-dialog.c,
	  settings-dialogs/shortcut-dialog.h,
	  settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-settings.c: *
	  settings-dialogs/Makefile.am,
	  settings-dialogs/shortcut-dialog.{c,h}: Add (almost) the same
	  dialog for entering shortcuts as we have in xfce4-settings.
	  * settings-dialogs/xfwm4-settings.c: Implement the first part of
	  the xfwm4 keyboard shortcuts: Disable themes support, make shortcuts
	  editable, implement the "reset to defaults" feature, handle
	  'property-changed' signal emitted by xfconf and allow for interactive 
	  resolving of conflicts. Still missing: hard-coded default shorcuts 
	  and the actual X event monitor for all shortcuts. 
	  * POTFILES.in: Add shortcut-dialog.c.
	  * *.po, xfwm4.pot: Merge new strings.

2008-09-04 17:25  jannis

	* ChangeLog, autogen.sh: * autogen.sh: Add git svn revision
	  versioning support.

2008-09-01 02:01  sas

	* po/hu.po: [intl:hu] xarchiver xfwm update, please dont use
	  (Un)... format

2008-08-29 22:12  maximilian

	* po/ChangeLog, po/de.po, po/ko.po: Updated various pending
	  translations (German,Korean and Slovene)

2008-08-28 10:59  piarres

	* po/ChangeLog, po/eu.po: Basque translation uypdate

2008-08-25 06:27  kelnos

	* po/POTFILES.in, po/am.po, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ka.po,
	  po/ko.po, po/lt.po, po/lv.po, po/mk.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/ur.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: fix POTFILES.in, update-po

2008-08-25 06:20  kelnos

	* configure.ac.in, settings-dialogs/Makefile.am,
	  settings-dialogs/xfce-wm-settings.desktop.in,
	  settings-dialogs/xfce-wmtweaks-settings.desktop.in,
	  settings-dialogs/xfce-workspaces-settings.desktop.in,
	  settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-workspace-dialog.glade: consistent-ify the
	  settings dialogs with those from xfce4-settings

2008-08-24 16:03  olivier

	* themes/...: Add a small light frame to enhance window limits.

2008-08-24 16:00  olivier

	* src/client.c, src/moveresize.c, src/placement.c: Various small
	  changes for win resize, do not automaximize undecorated windows

2008-08-24 02:32  kelnos

	* settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-workspace-dialog.glade: tweak wmtweaks and
	  workspaces settings dialogs quite a bit make padding and spacing 
	  consistent with xfdesktop, use XfceTitledDialog rather than 
	  XfceHeading, set header subtitle, set window title correctly, set 
	  window icon correctly, add keyboard accels to all controls,
	  don't set window width (instead force no horiz scrollbar)

2008-08-24 01:52  kelnos

	* settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-settings.c: tweak main xfwm4 settings dialog 
	  quite a bit make padding and spacing consistent with xfdesktop, use 
	  XfceTitledDialog rather than XfceHeading, set header subtitle, set 
	  window title correctly, set window icon correctly, add keyboard 
	  accels to all controls

2008-08-24 01:02  kelnos

	* settings-dialogs/Makefile.am,
	  settings-dialogs/xfce-wm-settings.desktop.in,
	  settings-dialogs/xfce-wmtweaks-settings.desktop.in,
	  settings-dialogs/xfce-workspaces-settings.desktop.in,
	  settings-dialogs/xfwm4-settings.desktop.in,
	  settings-dialogs/xfwm4-tweaks-settings.desktop.in,
	  settings-dialogs/xfwm4-workspace-settings.desktop.in: rename the
	  .desktop files to their old names; fix missing fields

2008-08-23 18:57  pollux

	* settings-dialogs/xfwm4-settings.desktop.in: use the same casing
	  and spelling as the tweaking dialog

2008-08-17 20:16  stephan

	* configure.ac.in: Bump version number

2008-08-17 20:15  stephan

	* configure.ac.in: Bump version number

2008-08-17 20:05  stephan

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

2008-08-15 20:56  olivier

	* src/client.c, src/compositor.c, src/compositor.h, src/events.c:
	  Rework the resize of windows to avoid hidden portions to become
	  visible, add a hook to update the compositor as relying on
	  configure notify introduces lags and flickers (Bug #4283)

2008-08-14 22:36  olivier

	* src/client.c, src/compositor.c, src/events.c, src/moveresize.c,
	  src/screen.h, src/xsync.c: Fix XSync (apparently broken since the
	  beginning), rework window resize, rework shape notification in
	  the compositor, trash the decremental repaint timeout

2008-08-12 11:00  jari

	* po/ChangeLog, po/fi.po: Updated Finnish translations.

2008-08-10 21:42  maximilian

	* po/ChangeLog, po/id.po, po/ko.po, po/pl.po: Translations updated
	  and added in Indonesian, Korean and Polish.

2008-08-09 22:54  olivier

	* themes/...: Reduce title height of the default theme.

2008-08-09 22:52  olivier

	* src/compositor.c: Adjust values of adaptative timeout

2008-08-09 22:32  olivier

	* src/compositor.c, src/screen.h: Compositor: Implement some sort
	  of an adaptative timeout mechanism.

2008-08-09 15:43  olivier

	* src/compositor.c, src/display.h, src/screen.h: Compositor: remove
	  idle repaint, use only the timeout repaint (should help iwith
	  flickers induced by X window resize, bug #4268),
	  Manage timeout repaints per screen (instead of display).

2008-08-04 20:44  olivier

	* settings-dialogs/Makefile.in,
	  settings-dialogs/xfwm4-dialog_glade.h,
	  settings-dialogs/xfwm4-settings.desktop,
	  settings-dialogs/xfwm4-tweaks-dialog_glade.h,
	  settings-dialogs/xfwm4-tweaks-settings.desktop,
	  settings-dialogs/xfwm4-workspace-dialog_glade.h,
	  settings-dialogs/xfwm4-workspace-settings.desktop: Remove
	  generated files from source control

2008-08-04 20:28  olivier

	* Makefile.am, configure.ac.in, settings-dialogs,
	  settings-dialogs/Makefile.am, settings-dialogs/Makefile.in,
	  settings-dialogs/tweaks-settings.c,
	  settings-dialogs/workspace-settings.c,
	  settings-dialogs/xfwm4-dialog.glade,
	  settings-dialogs/xfwm4-dialog_glade.h,
	  settings-dialogs/xfwm4-settings.c,
	  settings-dialogs/xfwm4-settings.desktop,
	  settings-dialogs/xfwm4-settings.desktop.in,
	  settings-dialogs/xfwm4-tweaks-dialog.glade,
	  settings-dialogs/xfwm4-tweaks-dialog_glade.h,
	  settings-dialogs/xfwm4-tweaks-settings.desktop,
	  settings-dialogs/xfwm4-tweaks-settings.desktop.in,
	  settings-dialogs/xfwm4-workspace-dialog.glade,
	  settings-dialogs/xfwm4-workspace-dialog_glade.h,
	  settings-dialogs/xfwm4-workspace-settings.desktop,
	  settings-dialogs/xfwm4-workspace-settings.desktop.in,
	  src/Makefile.am, src/keyboard.c, src/keyboard.h, src/main.c,
	  src/menu.c, src/mypixmap.c, src/mypixmap.h, src/parserc.c,
	  src/parserc.h, src/screen.c, src/screen.h, src/settings.c,
	  src/settings.h: Merge work from Stephan Arts <stephan@xfce.org>
	  (Bug #4065)

2008-07-22 15:42  olivier

	* themes/default/themerc: Increase buttons offset

2008-07-21 09:14  olivier

	* src/hints.c: Fix segfault introduced with latest commit

2008-07-20 21:22  olivier

	* src/client.c, src/client.h, src/display.c, src/display.h,
	  src/events.c, src/hints.c, src/hints.h, src/netwm.c,
	  src/stacking.c: Add support for EWMH 1.4 NET_WM_USER_TIME_WINDOW
	  property,
	  use a separate layer for fullscreen windows (Bug #3526).

2008-07-20 14:50  olivier

	* themes/...: Update themes

2008-07-18 19:19  alnokta

	* po/ar.po: Update Arabic translations

2008-07-15 23:12  omaciel

	* po/pt_BR.po: Updated Brazilian Portuguese translation.

2008-07-15 15:12  omaciel

	* po/ChangeLog, po/pt_BR.po: Updated Brazilian Portuguese
	  translation.

2008-07-14 07:12  mvd

	* po/uk.po: Update Ukrainian translation

2008-07-13 12:11  majkl

	* po/am.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po,
	  po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/id.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
	  po/lt.po, po/lv.po, po/mk.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/ta.po, po/tr.po,
	  po/uk.po, po/ur.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: Updated POT and PO files: New strings were added.
	  Czech translation file updated.

2008-07-07 08:09  olivier

	* src/menu.c: Set monitor when positionning menu (Bug #4162)

2008-06-26 22:09  maximilian

	* po/ChangeLog, po/gl.po: Translations added and updated for most
	  trunk packages (gl)

2008-06-25 11:57  olivier

	* src/events.c: Release events prior to opening the gtk menu to
	  avoid a deadlock

2008-06-22 10:57  mmassonnet

	* po/ChangeLog, po/LINGUAS, po/id.po: update-po

2008-06-22 08:54  maximilian

	* po/ChangeLog, po/sk.po: xfwm4 Slovak translation update

2008-06-21 22:15  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Add missing bits of patch from
	  bug #3595

2008-06-21 15:17  olivier

	* src/client.c, src/client.h, src/events.c, src/menu.c, src/menu.h,
	  src/netwm.c, src/netwm.h: Rework the window menu, add more
	  actions (above/normal/below, fullscreen/un-fullscreen)

2008-06-19 07:18  olivier

	* src/client.c, src/client.h, src/focus.c, src/settings.c: Make
	  focused opacity more efficient (although much simpler, but I
	  don't really like this feture anyway)

2008-06-18 20:43  olivier

	* src/events.c, src/focus.c, src/netwm.c, src/netwm.h: Rework focus
	  transitioning

2008-06-17 21:39  olivier

	* src/events.c: Small code reorg

2008-06-16 21:46  olivier

	* themes/... : Update themes

2008-06-16 21:17  olivier

	* src/client.c, src/netwm.c, src/workspaces.c: Remove workarounds
	  for older bugs, fixes side effects with Tk apps stealing focus on
	  pointer ungrab (Bug #4154)

2008-06-15 21:18  olivier

	* src/events.c: Use gdk/gtk+ callback mechanism to be notified of
	  screen/monitor changes, add support for XRandr 1.2

2008-06-15 11:30  olivier

	* src/focus.c: Set focus to the fallback window when relying only
	  on TakeFocus to avoid a race condition with the client
	  application

2008-06-05 21:30  olivier

	* themes/...: Small theme fix

2008-06-05 21:29  olivier

	* src/client.c, src/cycle.c, src/events.c, src/focus.c,
	  src/focus.h, src/moveresize.c, src/stacking.c, src/stacking.h:
	  Move iconified windows to the end of the focus ring, improve
	  focus management

2008-06-03 21:26  olivier

	* src/events.c, src/moveresize.c, src/netwm.c: Cleanup

2008-06-03 20:43  olivier

	* themes/default/README, themes/kokodi/README: Update themes README

2008-06-03 20:39  olivier

	* themes/...: Huh, the wrong stuff was commited yesterday...

2008-06-02 21:40  olivier

	* themes/kokodi/menu-prelight.png, themes/kokodi/menu-pressed.png:
	  Add missing bits

2008-06-02 21:40  olivier

	* themes/...: Fix svg

2008-06-02 21:07  olivier

	* themes/default/menu-pressed.png: Add missing bits

2008-06-02 21:07  olivier

	* themes/default/menu-prelight.png: Add missing bits

2008-06-02 21:00  olivier

	* themes/...: Re-add theme

2008-06-02 20:49  olivier

	* themes/...: Clean up the mess with
	  themes and svn

2008-06-02 20:28  olivier

	* configure.ac.in: Switch to libwnck (patch from Nick Schermer
	  nick@xfce.org, bug #3487)

2008-06-02 20:26  olivier

	* themes/...: Change theme

2008-06-02 20:23  olivier

	* themes/default.keys/keythemerc: Update default keytheme
	  accordingly

2008-06-02 20:22  olivier

	* mcs-plugin/Makefile.am, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c, src/events.c,
	  src/moveresize.c, src/screen.c, src/settings.c, src/settings.h:
	  Change shortcuts to use the new move/resize system

2008-06-01 21:24  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c,
	  src/menu.c, src/menu.h, src/moveresize.c, src/netwm.c,
	  src/screen.c, src/screen.h: Rework move/resize, better keyboard
	  operations, allow move/resize from menu and from taskbar - TODO:
	  Change keyboard shortcuts accordingly

2008-06-01 10:45  olivier

	* src/compositor.c: No need for xsync there

2008-06-01 10:25  olivier

	* src/tabwin.c: Capitalize class name, use brackets to show hidden
	  windows, decrease saturation for icons of hidden windows.

2008-06-01 09:24  olivier

	* src/client.c: Missing header

2008-05-31 23:45  olivier

	* src/screen.c: Make sure title height is initialized

2008-05-31 23:41  olivier

	* src/frame.c, src/icons.c, src/screen.h, src/settings.c,
	  src/tabwin.c: Use actual font metrics to compute font height as
	  it gives better results than layout extents, lighten icons of
	  iconified windows in tabwin selector.

2008-05-31 14:35  olivier

	* src/client.c, src/client.h, src/compositor.c, src/compositor.h,
	  src/cycle.c, src/cycle.h, src/display.c, src/display.h,
	  src/event_filter.c, src/event_filter.h, src/events.c,
	  src/events.h, src/focus.c, src/focus.h, src/frame.c, src/frame.h,
	  src/hints.c, src/hints.h, src/icons.c, src/icons.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/menu.c,
	  src/menu.h, src/misc.c, src/misc.h, src/moveresize.c,
	  src/moveresize.h, src/mypixmap.c, src/mypixmap.h, src/mywindow.c,
	  src/mywindow.h, src/netwm.c, src/netwm.h, src/parserc.c,
	  src/parserc.h, src/placement.c, src/placement.h, src/poswin.c,
	  src/poswin.h, src/screen.c, src/screen.h, src/session.c,
	  src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h, src/stacking.c,
	  src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/tabwin.h,
	  src/transients.c, src/transients.h, src/ui_style.c,
	  src/ui_style.h, src/wireframe.c, src/wireframe.h,
	  src/workspaces.c, src/workspaces.h, src/xsync.c, src/xsync.h:
	  Update FSF address

2008-05-31 14:29  olivier

	* src/Makefile.am, src/client.c, src/cycle.c, src/cycle.h,
	  src/events.c, src/hints.c, src/hints.h, src/misc.c, src/misc.h,
	  src/moveresize.c, src/moveresize.h, src/netwm.c, src/xsync.c,
	  src/xsync.h: Split code to prepare further changes

2008-05-27 16:58  olivier

	* src/client.c, src/events.c: Revert previous change, not much of a
	  good idea, usability wise

2008-05-27 00:25  mmassonnet

	* po/ChangeLog, po/ja.po: update-po

2008-05-25 16:31  olivier

	* src/client.c, src/events.c: Do not raise/focus when window
	  buttons are pressed

2008-05-20 21:51  olivier

	* src/netwm.c, src/screen.c, src/workspaces.c: Fix gcc warnings
	  (bug #4095, Gauvain Pocentek <gauvainpocentek@gmail.com>

2008-05-19 18:24  olivier

	* src/compositor.c: Make sure to count only the fullscreen overlays
	  to be extra safe

2008-05-18 22:02  olivier

	* src/display.h, src/events.c, src/startup_notification.c: Make
	  sure to release keyboard events even when a modifier is released
	  before the regular key (bug #4072)

2008-05-18 16:14  olivier

	* src/compositor.c: Fix a bug in overlays counting causing
	  xscreensaver window to remain invisible (cont. bug #3849)

2008-05-17 16:41  olivier

	* src/compositor.c: Resize overlays on XRandr notification (bug
	  #3763)

2008-05-17 16:02  olivier

	* src/client.c, src/client.h, src/events.c: Take gravity bit into
	  account in configure resize only requests to comply with standard
	  (bug #3634)

2008-05-16 17:27  olivier

	* src/events.c: Actually, I believe it is safer to use CurrentTime
	  when releasing the event queue

2008-05-16 16:59  olivier

	* src/client.c: Take the direction into account before wrapping
	  workspaces (fixes bug #4090)

2008-05-15 21:51  olivier

	* src/events.c: Simpler

2008-05-15 21:22  olivier

	* src/events.c: Release pointer events as the pointer is grabbed in
	  synchronous mode.

2008-05-13 09:23  mmassonnet

	* po/ChangeLog, po/en_GB.po: update en_GB translations

2008-05-12 19:19  olivier

	* src/client.c, src/events.c, src/netwm.c, src/screen.c,
	  src/screen.h, src/workspaces.c: Trying to get rid of CurrentTime

2008-05-09 09:22  olivier

	* src/events.c: Make sure keyboard events are released, otherwise
	  processing may stay stuck now that we do sync grab on the
	  keyboard

2008-05-07 21:56  olivier

	* src/client.c, src/client.h, src/events.c, src/keyboard.c,
	  src/placement.c: Switch to synchronous key grab

2008-05-04 13:27  omaciel

	* po/ChangeLog, po/pt_BR.po: Updated Brazilian Portuguese
	  translation.

2008-05-04 01:50  omaciel

	* po/ChangeLog, po/pt_BR.po: Updated Brazilian Portuguese
	  translation

2008-05-02 08:13  olivier

	* src/placement.c: Restore maximize on move has been broken for a
	  while and nobody complains, too bad, it's a neat feature, let's
	  try to get it fixed.

2008-05-02 08:00  olivier

	* themes/default.keys/keythemerc: Missign bit from commit

2008-05-02 07:09  olivier

	* src/client.c, src/events.c: Do not filter out leave notify events
	  otherwize the frame buttons may remain in prelight state

2008-05-01 16:36  olivier

	* src/events.c, src/settings.c, src/settings.h, src/workspaces.c,
	  src/workspaces.h: Add adjacent workscape/delete active workspace
	  - Patch from xsdg <xsdg+xfcedev@mit.edu> (Bug #3595)

2008-04-30 20:52  olivier

	* src/client.c, src/events.c, src/screen.c: Fix grab count not
	  being decreased when pointer already grabbed by the client
	  application

2008-04-23 21:24  olivier

	* src/client.c, src/client.h, src/events.c, src/screen.c: Let see
	  if changing the grab improves things

2008-04-22 02:18  omaciel

	* po/ChangeLog, po/pt_BR.po: Updated Brazilian Portuguese
	  translation

2008-04-19 11:10  olivier

	* src/client.c, src/frame.c: Resync redraw when needed, avoid
	  display refresh issues with compositor

2008-04-12 09:54  mmassonnet

	* po/ChangeLog, po/lv.po: Update Latvian translation

2008-04-10 21:28  olivier

	* src/client.c, src/frame.c, src/frame.h, src/netwm.c,
	  src/settings.h: Redraw frame immediately in case of resize to
	  avoid confusing the compositor

2008-04-05 09:56  olivier

	* src/client.c, src/client.h, src/compositor.c, src/events.c,
	  src/focus.c, src/frame.c, src/frame.h, src/netwm.c: Implements
	  asynchronous frames update

2008-03-18 20:57  olivier

	* src/events.c: Rework keyboard grabs

2008-03-18 18:42  olivier

	* src/netwm.c: Do not confine struts values to 1/4 of the screen
	  size

2008-03-18 13:18  mmassonnet

	* po/ChangeLog, po/pt_PT.po: Update Portuguese translation

2008-03-05 04:11  mmassonnet

	* po/ChangeLog, po/zh_CN.po: Update Chinese translation

2008-02-18 01:37  mmassonnet

	* po/ChangeLog, po/fr.po: Update French translation + patch from
	  Gérald Barré

2008-02-13 22:33  olivier

	* src/focus.c: Pass mouse button grab at initial mapping to avoid
	  loosing the last ungrab

2008-02-13 13:53  jari

	* po/ChangeLog, po/fi.po: Fixed typo reported by Jarno Liimatainen.

2008-02-10 22:31  olivier

	* src/compositor.c: Bug fix with fullscreen overlays

2008-02-07 08:04  olivier

	* src/screen.c: Warning and errors should not ne localized

2008-02-06 22:51  olivier

	* src/main.c, src/screen.c, src/screen.h: Add a --replace option to
	  replace ICCCM2 compliant window managers (Bug #3731)

2008-01-24 22:39  olivier

	* src/events.c: Small cleanup

2008-01-21 22:33  olivier

	* src/display.c, src/events.c, src/screen.c: Exit on SelectionClear
	  event so that xfwm4 exits even with WM who do not send a
	  ClientMEssage event such as Openbox (bug #2374)

2007-12-23 16:01  pollux

	* po/ChangeLog, po/pt_PT.po: Updated Portuguese translations by
	  Nuno Miguel <nunis@netcabo.pt>

2007-12-19 22:48  maximilian

	* po/ChangeLog, po/de.po: German translation updates in trunk

2007-12-16 17:12  majkl

	* po/cs.po: Czech translations updated

2007-12-15 17:37  pollux

	* mcs-plugin/workspaces.c, mcs-plugin/workspaces.h,
	  mcs-plugin/workspaces_plugin.c,
	  mcs-plugin/xfwm4_shortcuteditor.c: * use XfceTitledDialog instead
	  of xfce_create_header
	  * fix a multiscreen bug by giving a parent to the edit workspace
	  name dialog

2007-12-12 22:33  olivier

	* src/compositor.c, src/screen.h: Rework the windows unredirection
	  to take advantage of the new overlay support

2007-12-11 22:14  olivier

	* src/compositor.c: Avoid infinite loop when damaging the overlay
	  window

2007-12-10 22:27  olivier

	* src/compositor.c, src/screen.h: Set depth/visual in overlay
	  output window

2007-12-09 11:22  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c,
	  src/compositor.c, src/display.h, src/frame.c, src/screen.h: Add
	  support for overlays from Composite extension version 0.3

2007-12-06 19:19  mmassonnet

	* po/ChangeLog, po/fr.po: fr.po: Fix typo (Peaufinage sans pluriel)

2007-12-03 21:44  olivier

	* src/events.c, src/keyboard.c: Rework key grabbing and release
	  events queued

2007-12-03 21:43  olivier

	* src/focus.c: Rework focus transition since now parents get raised
	  along with the transients - That makes things more predictible.

2007-12-03 21:41  olivier

	* src/hints.c: Remove trailing \0 in UTF-8 strings, that cause
	  libwnck to rightfully complain that NET_WM_NAME contains invalid
	  UTF-8

2007-12-02 16:49  maximilian

	* po/ChangeLog, po/de.po: Spanish translations branch updates and
	  German translations trunk updates

2007-11-19 00:33  stephan

	* po/nl.po: Update dutch translation

2007-11-19 00:24  stephan

	* po/ChangeLog, po/nl.po: Update dutch translation

2007-11-17 20:23  olivier

	* src/client.c: Filter out grab/ungrab events so we don't end up
	  redrawing the frame twice

2007-11-17 14:31  mmassonnet

	* po/ChangeLog, po/fr.po: fr.po: Rename name in .desktop files with
	  consistency

2007-11-15 09:14  mmassonnet

	* po/ChangeLog, po/LINGUAS, po/ur.po: Add Urdu translations to
	  trunk (hope this is right *sigh*)

2007-11-11 03:25  mmassonnet

	* po/ChangeLog, po/lv.po: Update latvian

2007-11-10 20:28  olivier

	* themes/default-4.2/title-1-inactive.xpm: Missing quote

2007-11-07 22:33  olivier

	* ChangeLog: Update ChangeLog

2007-11-07 22:26  olivier

	* src/client.c, src/focus.c: Keep transients and parent together

2007-11-06 22:53  olivier

	* src/events.c: Revert to current time for releasing queued input
	  events (simpler, safer)

2007-11-06 22:52  olivier

	* src/client.c, src/display.c, src/display.h: Get highest user time
	  at initial client capture

2007-11-03 05:17  erenturkay

	* po/tr.po: * wops, wrong translation :)

2007-11-03 05:13  erenturkay

	* po/ChangeLog, po/tr.po: * update translation

2007-10-28 22:18  olivier

	* src/client.c, src/display.c, src/events.c: Remove warnings

2007-10-28 19:29  olivier

	* src/client.c, src/startup_notification.c, src/transients.c,
	  src/transients.h: Improve compatibily with libwnck tasklist

2007-10-28 17:14  olivier

	* src/display.c: Work around time going back (like broken clients
	  or clock change)

2007-10-25 21:47  olivier

	* src/client.c: Apply a patch from Andreas Lampersperger
	  <lampersperger.andreas@heidenhain.de> to improve ICCCM compliance
	  regarding synthetic ConfigureNotify event (Bug #3610)

2007-10-24 22:26  kelnos

	* configure.ac.in: remove trailing parens on AC_INIT version info
	  to work around bug
	  in intltool 0.35.x and 0.36.x

2007-10-20 18:30  olivier

	* src/netwm.c: Set all dock type windows sticky by default, a few
	  other window managers implement this behaviour and some apps rely
	  on this (bug #3609)

2007-10-06 17:00  mmassonnet

	* po/ChangeLog, po/LINGUAS, po/lv.po: * libexo, libxfce4util,
	  xfcalendar, xfce4-panel, xfce4-session, xfce-mcs-plugins,
	  xfdesktop, xfprint, xfwm4: Add Latvian translation.

2007-10-01 18:19  mmassonnet

	* po/ChangeLog, po/de.po: * libxfcegui4, xfce4-panel, xfwm4,
	  xarchiver, xfcalendar: Update german
	  translation.

2007-09-30 08:54  paurullan

	* po/ChangeLog, po/ca.po: Some catalan updates

2007-09-25 17:40  mmassonnet

	* po/ChangeLog, po/ko.po: * xfce4-session, libxfcegui4, xfwm4,
	  xfcalendar, xfdesktop, terminal:
	  Update Korean translation by ByungHyun Choi

2007-09-22 22:08  olivier

	* src/hints.c: Some broken apps include control characters in their
	  window title name

2007-09-22 02:55  alnokta

	* po/ar.po: Updating Arabic translations

2007-09-20 21:24  mmassonnet

	* po/ChangeLog, po/nb_NO.po: * xfce4-session, xfce4-mixer, xfwm4:
	  Update nb_NO translations

2007-09-09 22:14  olivier

	* src/events.c: Do not focus dock windows that raise themselves
	  (why oh why would they do that anyway, heh?) to fix bug #3439
	  with Avant Window Navigator.

2007-09-09 21:09  nab

	* po/ChangeLog, po/be.po: 2007-09-10 Alexander Nyakhaychyk
	  <nyakhaychyk@gmail.com>
	  
	  * be.po: Updated Belarusian translation

2007-09-09 20:50  olivier

	* src/display.c, src/display.h, src/netwm.c: Add support for
	  NET_WM_ACTION_FULLSCREEN and NET_WM_ACTION_MINIMIZE

2007-09-07 22:18  olivier

	* src/client.c, src/focus.c, src/keyboard.c: Fix wrong focus
	  fallback if pending focus window disappears. Allow move/resize
	  using the mouse even if the keyboard grab fails (bug #3535).

2007-09-06 18:16  maximilian

	* po/ChangeLog, po/LINGUAS, po/am.po: Added a long waiting Amharic
	  translation for trunk.

2007-08-24 23:20  mmassonnet

	* po/ChangeLog, po/pt_PT.po: * po/pt_PT.po: European Portuguese
	  update

2007-08-11 18:49  majkl

	* po/cs.po: Updated Czech translations

2007-07-23 12:28  jari

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

2007-07-18 18:29  olivier

	* src/events.c: Do ReplayPointer on client window only, this is
	  actually a lot simpler

2007-07-17 18:10  olivier

	* src/events.c: Use event's timestamp when releasing queued events

2007-07-16 21:25  olivier

	* src/events.c: Release key events early

2007-07-16 21:25  olivier

	* src/netwm.c: Be compliant with EWMH standard that states: "If
	  _NET_WM_WINDOW_TYPE is not set, then windows with
	  WM_TRANSIENT_FOR set MUST be taken as NET_WM_WINDOW_TYPE_DIALOG".
	  It shouldn't make much difference in xfwm4 though.

2007-07-14 22:51  olivier

	* themes/...: Update theme

2007-07-14 03:04  daichi

	* po/ChangeLog, po/ja.po: Added/Updated Japanese translations.

2007-07-13 21:58  olivier

	* themes/...: Update theme

2007-07-13 11:30  piarres

	* po/ChangeLog, po/eu.po: squezze & xfwm4 basque translation
	  updates

2007-07-05 21:03  olivier

	* themes/default/themerc: Larger shadow

2007-07-04 18:12  olivier

	* themes/default/Makefile.am: Typo

2007-07-04 17:54  olivier

	* defaults/defaults, mcs-plugin/xfwm4_plugin.h: Adjust defaults

2007-07-04 17:51  olivier

	* themes/...: Promote
	  modified version of Kokodi theme as default theme

2007-07-04 17:49  olivier

	* configure.ac.in, themes/...: Theme
	  cleanup

2007-07-04 06:29  mvd

	* po/uk.po: Maxim Dziumanenko <dziumanenko@gmail.com>
	  
	  * Update Ukrainian translation by Dmitry Nikitin

2007-07-03 23:24  maximilian

	* po/ChangeLog, po/pt_BR.po: * Updated the Brazilian Portuguese
	  translation for Xfwm4 trunk and added the one for Squeeze.
	  * Added new European Portuguese translations for trunk.

2007-06-29 20:17  maximilian

	* po/ChangeLog, po/pt_PT.po: European Portuguese translations
	  update (trunk)

2007-06-27 22:02  olivier

	* src/screen.c, src/settings.h: Do not grab the Escape key by
	  default

2007-06-26 21:07  olivier

	* src/client.c, src/netwm.c: Be more relax with transients, allow
	  transients to be sticky independently of their parent window (Bug
	  #3296)

2007-06-24 17:54  olivier

	* src/client.c: Fix filling function being a no-op if not other
	  windows is visible, fix wrong computation size with struts on top
	  or right sides

2007-06-24 12:10  olivier

	* themes/daloa/themerc, themes/default/themerc,
	  themes/largeprint/themerc: Play with shadows

2007-06-24 09:33  olivier

	* src/client.c, src/screen.c, src/settings.c: Cleanup

2007-06-24 06:50  sas

	* po/hu.po: hu trunk: wm updates

2007-06-23 22:44  olivier

	* src/frame.c: A bit more of small cleanup

2007-06-23 22:28  olivier

	* src/settings.h: Typo

2007-06-23 19:28  erenturkay

	* po/ChangeLog, po/tr.po: update

2007-06-23 19:01  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po,
	  po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po,
	  po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po,
	  po/ko.po, po/lt.po, po/mk.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/ta.po, po/tr.po,
	  po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po:
	  Revert the name for shortcuts and update i18n

2007-06-23 18:47  olivier

	* src/settings.c, src/settings.h: Reorder to ease readability

2007-06-23 18:03  olivier

	* src/events.c, src/hints.c, src/screen.c: Cleanup

2007-06-23 17:59  olivier

	* src/client.c: Add support for Xinerama, struts, margins

2007-06-23 17:44  olivier

	* src/client.c: Computes the right size when filling

2007-06-23 17:30  olivier

	* src/client.c: Use proper frame*() functions

2007-06-23 17:14  olivier

	* src/client.c: Some fixes to previous patch, needs more (Xinerama
	  support, struts, use proper frame* function instead of using
	  Client fields)

2007-06-23 16:50  olivier

	* mcs-plugin/workspaces.c, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c,
	  src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/screen.c, src/settings.c, src/settings.h,
	  themes/default.keys/keythemerc: Add window fill function (Bug
	  #2319), patch from Stephan Arts (psybsd@gmail.com) applied with
	  changes

2007-06-21 22:21  olivier

	* src/client.c, src/display.c, src/display.h, src/hints.c,
	  src/hints.h, src/mypixmap.c: Fix xfwm4 hanging with gtk+-2.11.x
	  (Bug #3346) - Patch based on a similar fix for Metacity, see
	  gnome bug #354213

2007-06-20 22:00  piarres

	* po/ChangeLog, po/eu.po: xfwm4 basque translation update

2007-06-20 20:33  maximilian

	* po/ChangeLog, po/en_GB.po: * en_GB.po: British English
	  translations updated for trunk
	  * ka.po: Georgian translation update for Xfce 4.4
	  * nl.po: Updated xfcalendar's Dutch translation for Xfce 4.4

2007-06-17 07:28  olivier

	* src/screen.c: Add missing pixmap inits

2007-06-16 23:15  olivier

	* src/client.c, src/display.h, src/frame.c, src/frame.h,
	  src/settings.c: Plug a pixmap leak in the new button prelight
	  code, and a grab that was leaking since 4.2.

2007-06-13 22:20  olivier

	* src/client.c, src/client.h, src/frame.c, src/settings.c: A bit
	  more cleanup and stuff

2007-06-12 23:03  olivier

	* src/client.c, src/client.h, src/compositor.c, src/compositor.h,
	  src/display.c, src/display.h, src/event_filter.c,
	  src/event_filter.h, src/events.c, src/events.h, src/focus.c,
	  src/focus.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/icons.c, src/icons.h, src/keyboard.c, src/keyboard.h,
	  src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/netwm.c, src/netwm.h, src/parserc.c, src/parserc.h,
	  src/placement.c, src/placement.h, src/poswin.c, src/poswin.h,
	  src/screen.c, src/screen.h, src/session.c, src/session.h,
	  src/settings.c, src/settings.h, src/spinning_cursor.c,
	  src/spinning_cursor.h, src/stacking.c, src/stacking.h,
	  src/startup_notification.c, src/startup_notification.h,
	  src/tabwin.c, src/tabwin.h, src/transients.c, src/transients.h,
	  src/ui_style.c, src/ui_style.h, src/wireframe.c, src/wireframe.h,
	  src/workspaces.c, src/workspaces.h: Rework a bit the code for
	  hilight and frame drawing

2007-06-12 19:14  olivier

	* src/client.c: Keep button hilighted after a press if relevant

2007-06-11 22:04  olivier

	* themes/...: Add missing files
	  to svn

2007-06-11 22:00  olivier

	* NEWS: Update NEWS

2007-06-11 21:54  olivier

	* themes/...: ...and update some
	  themes to use it.

2007-06-11 21:53  olivier

	* src/client.c, src/client.h, src/compositor.c, src/display.c,
	  src/display.h, src/events.c, src/frame.c, src/mywindow.c,
	  src/mywindow.h, src/screen.c, src/screen.h, src/settings.c,
	  src/stacking.c, src/transients.c: Add support for button prelight
	  in windows frame

2007-06-11 21:10  maximilian

	* po/ChangeLog, po/de.po: * de.po: Small fix in the xfce4-session
	  package and updated the xfcalendar and xfwm4 translations

2007-06-10 23:25  maximilian

	* po/ChangeLog, po/fr.po: * nb_NO: Updated some Norwegian
	  translations and added one for Xfmedia
	  * pt_PT: Added European Portuguese translations
	  * Changed my email address

2007-06-03 16:14  olivier

	* src/frame.c: Use full height for regular title pixmap

2007-06-03 15:35  olivier

	* src/placement.c, src/placement.h: Fix dialogs and modals without
	  parents not being automatically centered like before (#Bug #3278)

2007-06-03 09:44  olivier

	* src/client.c, src/display.h, src/frame.c, src/screen.c,
	  src/settings.c, src/settings.h: Try to make things less confusing

2007-06-02 23:52  olivier

	* AUTHORS, NEWS, src/client.c, src/client.h, src/display.c,
	  src/display.h, src/events.c, src/frame.c, src/frame.h,
	  src/screen.c, src/screen.h, src/settings.c, src/settings.h: Add
	  resize from top of window, based on a patch by Phil Vandry
	  <vandry@tzone.org>, reworked to allow compatibility with
	  unchanged themes, bug fixes, and various improvements

2007-05-09 20:55  olivier

	* mcs-plugin/margins.c, mcs-plugin/margins.h,
	  mcs-plugin/wmtweaks_plugin.c, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces.h, mcs-plugin/workspaces_plugin.c,
	  mcs-plugin/workspaces_plugin.h, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h, src/client.c, src/client.h,
	  src/compositor.c, src/compositor.h, src/display.c, src/display.h,
	  src/event_filter.c, src/event_filter.h, src/events.c,
	  src/events.h, src/focus.c, src/focus.h, src/frame.c, src/frame.h,
	  src/hints.c, src/hints.h, src/icons.c, src/icons.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/menu.c,
	  src/menu.h, src/misc.c, src/misc.h, src/mypixmap.c,
	  src/mypixmap.h, src/mywindow.c, src/mywindow.h, src/netwm.c,
	  src/netwm.h, src/parserc.c, src/parserc.h, src/placement.c,
	  src/placement.h, src/poswin.c, src/poswin.h, src/screen.c,
	  src/screen.h, src/session.c, src/session.h, src/settings.c,
	  src/settings.h, src/spinning_cursor.c, src/spinning_cursor.h,
	  src/stacking.c, src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/tabwin.h,
	  src/transients.c, src/transients.h, src/ui_style.c,
	  src/ui_style.h, src/wireframe.c, src/wireframe.h,
	  src/workspaces.c, src/workspaces.h: Cleanup

2007-05-09 19:54  olivier

	* themes/...: New default and
	  largeprint themes

2007-05-09 19:51  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, src/events.c, src/screen.c,
	  src/settings.c, src/settings.h, themes/default.keys/keythemerc:
	  Add shortcut for above state (Bug #629)

2007-05-02 21:08  olivier

	* src/keyboard.c: Code cleanup

2007-05-02 05:40  olivier

	* src/keyboard.c: Fix memleak in modifier mapping

2007-05-01 22:22  olivier

	* src/keyboard.c: Change modifier mapping (Bug #3194)

2007-05-01 15:24  olivier

	* src/keyboard.c: Small cleanup

2007-05-01 15:08  olivier

	* src/keyboard.c: Small cleanup

2007-05-01 14:32  olivier

	* src/events.c, src/keyboard.c, src/keyboard.h: Revert to modifier
	  mapping from xfwm4 version 4.0 (Bug #3194)

2007-04-27 21:33  olivier

	* themes/...: Theme stuff

2007-04-27 20:01  olivier

	* src/events.c, src/settings.h: Fix wrong count of key shortcut
	  causing switch to last workspace on modifier key press if no
	  window is focused (Bug #3191)

2007-04-27 07:13  sas

	* po/hu.po: hu trunk: wm @ squeeze updated

2007-04-26 20:00  olivier

	* themes/...: Add lighter frame
	  around window

2007-04-26 19:58  olivier

	* Makefile.am: For some reason, the spec file was removed from
	  'extra dist' and therefore 'make rpm' fails.

2007-04-22 21:02  olivier

	* src/stacking.c: Fix strick bound checking causing wrong window to
	  be focused in focus follow mouse (Bug #2781)

2007-04-20 21:28  olivier

	* src/transients.c: Transients for group shouldn't apply to other
	  transients, or it breaks stacking for some apps, noticeably
	  mozilla "save as" dialog...

2007-04-19 20:45  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/dz.po, po/el.po, po/en_GB.po, po/eo.po,
	  po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po,
	  po/fr.po, po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/mk.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Update po

2007-04-19 20:28  olivier

	* ChangeLog: Update ChangeLog

2007-04-19 20:21  olivier

	* mcs-plugin/wmtweaks_plugin.c: Fix spacing between items in the
	  wmtweaks dialog

2007-04-19 20:20  olivier

	* src/placement.c: Fix mouse placement

2007-04-18 20:29  olivier

	* mcs-plugin/wmtweaks_plugin.c, src/placement.c: Improve placement
	  mode

2007-04-17 21:14  olivier

	* mcs-plugin/wmtweaks_plugin.c: Minus the typos

2007-04-17 21:11  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c, src/placement.c,
	  src/settings.c, src/settings.h: Add an option to open new windows
	  under the mouse (Bug #3155)

2007-04-14 12:19  olivier

	* ChangeLog: Update change log

2007-04-13 13:35  mvd

	* po/ChangeLog, po/uk.po: 2007-04-13 Maxim Dziumanenko
	  <dziumanenko@gmail.com>
	  
	  * Update Ukrainian translation by Dmitry Nikitin.

2007-04-11 22:32  olivier

	* src/frame.c: Fix stupid typo

2007-04-11 11:51  stephan

	* po/ChangeLog, po/en_GB.po: Updated British translation by Jeff
	  Bailes <thepizzaking at gmail dot com>

2007-04-10 18:47  maximilian

	* po/ChangeLog, po/de.po: * de.po: Updated xfwm4's German
	  translation in trunk
	  * Updated AUTHORS file in xfce-utils trunk and branch 4.4

2007-04-10 10:59  olivier

	* themes/...: Fix xpm

2007-04-09 13:50  maximilian

	* po/de.po, po/fr.po: * *.po: Updated .pot and .po files for
	  Xfdesktop and Xfwm4
	  * de.po: Updated xfwm4's German file in trunk
	  * fr.po: Fixed headers in 4.4 branch
	  * Updated xfce-utils AUTHORS file for trunk and 4.4 branch

2007-04-09 10:05  maximilian

	* po/fr.po: * fr.po: Fixed typos and style in the French
	  translation of Terminal's manual
	  * Changed my email address in all the fr.po files in trunk and
	  4.4

2007-04-08 15:49  olivier

	* ChangeLog, NEWS, src/event_filter.c, src/event_filter.h,
	  src/events.c: Rework the event filter to avoid passing all events
	  top gtk+

2007-04-08 12:49  olivier

	* themes/...: Use lighter gradient in
	  title bar

2007-04-07 23:28  stephan

	* po/ChangeLog, po/nl.po: Updated Dutch translations

2007-04-07 22:07  maximilian

	* po/ChangeLog, po/fr.po: Complete rewrite with updated images of
	  the French translation for Xfdesktop's manual, trunk and 4.4.
	  Updated some translations in trunk.

2007-04-06 19:32  olivier

	* defaults/defaults: Missing default

2007-04-06 19:31  olivier

	* themes/...: Update themes

2007-04-06 19:29  olivier

	* src/netwm.c, src/transients.c: Treat dialogs and utility windows
	  as transient for group

2007-04-06 06:30  sas

	* po/hu.po: Hungarian 4.4 fixes

2007-04-05 13:41  paurullan

	* po/ChangeLog, po/ca.po: i18n catalan update

2007-04-02 19:19  olivier

	* src/display.c, src/display.h, src/frame.c: Add support for shape
	  input with XShape extension 1.1 (Bug #3092)

2007-04-02 12:34  erenturkay

	* po/ChangeLog, po/tr.po: update tr.po

2007-04-01 14:24  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/dz.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/mk.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sq.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Update po

2007-04-01 14:22  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c, src/client.c,
	  src/events.c, src/settings.c, src/settings.h: Implement a better
	  (usability) fix for windows that raise themselves (Bug #2961)

2007-03-28 20:51  maximilian

	* po/ChangeLog, po/de.po, po/en_GB.po: * de.po: Nico Schümann minor
	  fixes to the German translations
	  * en_GB.po: Jeff Bailes updated the British English translations
	  for trunk and branches

2007-03-25 11:04  daichi

	* po/ChangeLog, po/mk.po: Removed executable attribute.

2007-03-18 10:38  erenturkay

	* po/ChangeLog: update ChangeLog

2007-03-17 09:25  olivier

	* mcs-plugin/wmtweaks_plugin.c: Do not set toggle workspace by
	  default as it seems it confuse newcomers.

2007-03-15 22:28  olivier

	* src/stacking.c, src/workspaces.c: Check only visible windows to
	  see if client is on top of stack (bug #2960)

2007-03-15 21:15  olivier

	* configure.ac.in, themes/...: Reorg themes

2007-03-15 21:09  olivier

	* themes/default-4.4, themes/mopti: Rename 4.4 theme

2007-03-15 21:07  olivier

	* themes/kokodi: Restore Kokodi theme

2007-03-13 21:47  olivier

	* themes/...: Simpler, even more boring default theme.

2007-03-13 21:39  olivier

	* mcs-plugin/xfwm4_plugin.c, src/client.c, src/settings.c: Make the
	  title button in the xfwm4 settings manager dragable, patch from
	  Peter de Ridder <cavalier38@gmail.com>, bug #3000)

2007-03-11 21:41  olivier

	* src/focus.c: No need to pass the client, we keep track ot it
	  separately to be able to cancel the delayed focus

2007-03-10 21:00  olivier

	* src/client.c, src/events.c, src/focus.c, src/focus.h: Remove
	  roundtrip

2007-03-08 21:46  olivier

	* src/events.c, src/focus.c, src/focus.h, src/stacking.c,
	  src/stacking.h: Rework delayed focus

2007-03-07 21:57  olivier

	* src/settings.c: Indent

2007-03-07 21:57  olivier

	* AUTHORS, mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  po/fr.po, src/events.c, src/settings.c, src/settings.h: Apply
	  patch from ay THO <thobouli@yahoo.fr> that adds focus delay in
	  focus follow mode (Bug #2982).

2007-03-07 21:04  olivier

	* src/client.c, src/netwm.c: Update frame extents when the window
	  decoration extents change.

2007-03-07 21:01  olivier

	* src/client.c: Fix a misinterpretation of ICCCM about when to send
	  a synthetic configureNotify event (bug #2977).

2007-03-07 20:59  olivier

	* src/netwm.c: Place splash screen windows on the normal layer, so
	  that dialogs that get mapped during startup have a chance to be
	  placed above the splash screen.

2007-03-04 07:20  erenturkay

	* po/tr.po: update Turkish translation

2007-03-03 21:36  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c, src/client.c,
	  src/events.c, src/settings.c, src/settings.h: Add new wm tweak
	  option to instruct xfwm4 not to bring window back on current
	  workspace when activated (bug #2961)

2007-03-03 09:42  mvd

	* po/uk.po: 2007-03-01 Maxim Dziumanenko <dziumanenko@gmail.com>
	  
	  * Update Ukrainian translation.

2007-03-02 21:34  olivier

	* src/workspaces.c: Raise focused window on workspace switch (bug
	  #2960)

2007-03-01 21:32  olivier

	* src/events.c, src/misc.c, src/workspaces.c: Sort Z-order on
	  workspace change (bug #2960)

2007-02-24 20:12  olivier

	* themes/...: Sync themes

2007-02-13 20:25  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, src/keyboard.c: Add support
	  for keycode when no keysym is available (bug #2503)

2007-02-12 20:25  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c,
	  src/compositor.c, src/settings.c, src/settings.h,
	  ... themes/largeprint/themerc: Add an option
	  to show/hide shadows on dock-type windows

2007-02-11 22:39  olivier

	* themes/...: Fix gradients for themes

2007-02-11 22:34  olivier

	* themes/...: Fix gradients for themes

2007-02-11 22:11  olivier

	* themes/...: Use larger title width
	  for LargePrint theme.

2007-02-11 14:25  olivier

	* themes/...: Use larger border width for LargePrint theme

2007-02-10 18:56  maximilian

	* po/ChangeLog, po/LINGUAS: Verified all LINGUAS files and added
	  Albanian language to it.

2007-02-08 22:41  alnokta

	* po/ChangeLog: Adding information to the ChangeLog

2007-02-08 22:40  alnokta

	* po/ar.po: 190 strings, 0 fuzzy, 0 not translated. initial commit.

2007-02-07 14:28  maximilian

	* po/ChangeLog, po/zh_CN.po: Same as before but in trunk now.

2007-02-06 11:14  olivier

	* themes/...: Theme stuff

2007-02-04 21:44  olivier

	* themes/...: Reorg themes for trunk

2007-02-04 21:26  olivier

	* configure.ac.in: Update configure script

2007-02-04 21:19  olivier

	* themes/kokodi: Reorg themes for trunk

2007-02-04 21:18  olivier

	* themes/Makefile.am, themes/...: Reorg themes for trunk

2007-02-01 20:45  olivier

	* themes/default/themerc: Enlarge shadow

2007-01-29 20:46  olivier

	* INSTALL: Remove the INSTALL file from SVN as we ship the default
	  file that gets updated by autogen.sh

2007-01-29 20:33  olivier

	* src/client.c: Remve small lag before icon update at first map and
	  when updating all frames at once

2007-01-25 19:07  maximilian

	* po/ChangeLog, po/sq.po: Added the Albanian translations by Besnik
	  Bleta for the core packages. Updated some French translations

2007-01-24 21:42  olivier

	* NEWS, configure.ac.in, src/client.c, src/client.h, src/events.c,
	  src/frame.c, src/frame.h: Use timeout for frame redraw, check
	  actual WM name changes to work around apps that falsely update
	  their WM name property (Bug #2810).

2007-01-21 14:08  maximilian

	* po/ChangeLog, po/ro.po: * fr.po: Minor changes to the French
	  translations
	  in xfce-utils, libxfce4util and mousepad
	  * pl.po: Updated the Polish translation by Szymon Kałasz
	  <szymon_maestro@gazeta.pl>
	  in thunar and mousepad.
	  * ro.po: Updated the Romanian translation by Mişu Moldovan
	  <dumol@gnome.ro>
	  in most core packages.

2007-01-20 18:19  benny

	* INSTALL, configure.ac.in, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
	  po/lt.po, po/mk.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Bump version. Update
	  NEWS. Update Project-Id-Version.

2007-01-20 16:35  gnu_sylvain

	* po/ChangeLog, po/eo.po: Updated Esperanto translations.

2007-01-20 03:24  nab

	* po/ChangeLog, po/be.po: 2007-01-20 Alexander Nyakhaychyk
	  <nyakhaychyk@gmail.com>
	  
	  * be.po: Updated Belarusian Translation

2007-01-19 21:45  olivier

	* configure.ac.in: Update version

2007-01-19 19:57  olivier

	* NEWS: Beuh, wrong version numbers

2007-01-19 19:47  olivier

	* NEWS: Update news file

2007-01-19 18:06  olivier

	* ChangeLog: Update ChangeLog

2007-01-19 18:01  olivier

	* themes/default/themerc: A bit more of shadow

2007-01-19 01:13  nab

	* po/ChangeLog, po/be.po: 2007-01-19 Alexander Nyakhaychyk
	  <nyakhaychyk@gmail.com>
	  
	  * be.po: Updated Belarusian Translation

2007-01-18 23:10  eulex

	* po/ChangeLog, po/sv.po: Updated Swedish translations for:
	  * libexo
	  * libxfcegui4
	  * mousepad
	  * thunar
	  * xfcalendar
	  * xfce4-appfinder
	  * xfce4-panel
	  * xfce-mcs-plugins
	  * xfce-utils
	  * xfdesktop
	  * xfprint
	  * xfwm4
	  
	  Also thus updated appropriate ChangeLog files.

2007-01-17 20:23  olivier

	* themes/...: Use smaller title height, as requested on devel irc 
	  channel...

2007-01-16 22:24  olivier

	* configure.ac.in, themes/Makefile.am, themes/default/Makefile.am,
	  themes/kokodi/Makefile.am: Switch themes

2007-01-16 22:19  olivier

	* themes/default, themes/mopti: Mess up with svn

2007-01-16 22:19  olivier

	* themes/default, themes/kokodi: Mess up with svn

2007-01-16 22:05  olivier

	* themes/daloa/Makefile.in, themes/mopti/Makefile.in: Remove
	  generated files

2007-01-16 21:59  olivier

	* INSTALL, defaults/defaults, mcs-plugin/xfwm4_plugin.h,
	  ... themes/mopti/Makefile.in: Use OT|SHMC
	  as default button layout as suggested on irc

2007-01-12 17:43  olivier

	* src/events.c, themes/daloa/Makefile.in, themes/mopti/Makefile.in:
	  Use screen from xevent instead of client for keypress (Bug #2749)

2007-01-11 20:25  olivier

	* src/events.c: Minor code reorg

2007-01-11 20:13  olivier

	* src/events.c: Raise/focus when using alt+left-click for resize
	  for consistency with move

2007-01-10 20:50  olivier

	* src/netwm.c: Be more permissive toward stick/unstick (bug #2735)

2007-01-08 21:02  olivier

	* src/events.c: Ignore focus stealing prevention between windows of
	  the same group or between windows that have a transient
	  relationship.

2007-01-07 20:23  olivier

	* src/client.c, src/events.c, src/netwm.c, src/screen.c,
	  src/screen.h, src/workspaces.c: Rework grab release (trying to
	  fix bug #2694)

2007-01-07 18:54  olivier

	* src/compositor.c: Add some comments to help reading the code

2007-01-05 17:37  aalam

	* po/pa.po: updating translation for Punjabi

2007-01-05 03:19  maximilian

	* po/ChangeLog, po/de.po: Updated the German translations by Fabian
	  Nowak for a few packages and updated the French translation of
	  libexo.

2007-01-03 17:58  olivier

	* src/client.c, themes/daloa/Makefile.in, themes/mopti/Makefile.in:
	  Fix display of ARGB32 windows with compositing enabled but
	  without compositor active.

2007-01-02 19:13  olivier

	* src/netwm.c: Apply NET_WM_STATE_DEMANDS_ATTENTION changes
	  (otherwise it breaks xfwm4 demand attention mechanism), but do
	  not obey client state change requests for
	  NET_WM_STATE_DEMANDS_ATTENTION if the client is already focused.

2007-01-02 13:27  maximilian

	* po/ChangeLog, po/be.po: Updated the Belarusian translations by
	  Alexander Nyakhaychyk for the xfce4-session, xfdesktop and xfwm4
	  packages. Made small corrections in thunar and terminal french
	  translations.

2007-01-01 09:05  olivier

	* themes/stoneage/bottom-right-inactive.xpm: Apply patch from Mike
	  Massonnet that fixes an error in Stonage decoration theme (Bug
	  #2696)

2006-12-30 21:58  olivier

	* src/netwm.c: Do not apply NET_WM_STATE_DEMANDS_ATTENTION if
	  client is already focused, as some apps seem to request
	  NET_WM_STATE_DEMANDS_ATTENTION state even while focused (See
	  comment #14 in bug #2678)

2006-12-25 11:14  maximilian

	* po/ChangeLog, po/LINGUAS, po/mk.po: Added the new translations
	  from the Macedonian team for plenty of packages, Merry Christmas

2006-12-23 20:46  olivier

	* src/events.c: Set the demands attention flag with focus
	  prevention enabled only (Bug #2678)

2006-12-23 15:21  olivier

	* src/netwm.c: Forgot to update the NET_WM_STATE when the client
	  requests an update of NET_WM_STATE_DEMANDS_ATTENTION (Bug #2678)

2006-12-22 20:55  olivier

	* src/focus.c: Use an existing convenient macro instead of simple
	  value comparison to compare time stamps.

2006-12-22 20:21  olivier

	* src/client.h, src/focus.c: Focus the internal fallback window
	  when focus is transfered to a window that doesn't have InputHint
	  set but still use WM_PROTOCOLS_TAKE_FOCUS (ie, there is no way
	  for the window manager to tell whether or not the client will
	  accept focus in the end since focus is set by the client alone
	  through the 'take focus' mechanism) - Fix bug #1853 without
	  breaking #2410

2006-12-20 22:20  olivier

	* themes/daloa/Makefile.in: Add missing makefile.in

2006-12-20 20:58  olivier

	* themes/...: SVG update and cleanup

2006-12-19 22:04  olivier

	* src/client.c: No need to redraw if not visible

2006-12-19 21:54  olivier

	* src/client.c, src/compositor.c: Fix redraw problem with
	  compositor

2006-12-19 21:37  olivier

	* src/client.c, src/client.h, src/events.c: Update application icon
	  asynchronously to avoid queuing useless icon updates
	  (Ubuntu/Launchpad bug #61424)

2006-12-17 21:02  olivier

	* themes/...: Revert top hilight gradient that was changed by accident

2006-12-17 08:45  olivier

	* themes/...: Mass update of svg files

2006-12-17 00:48  olivier

	* configure.ac.in, themes/...: Add "mopti" similar to RC2
	  default theme, recreate PNG from SVG using latest librsvg based
	  on cairo.

2006-12-16 23:40  stephan

	* po/nl.po: updated xfwm4 translation

2006-12-15 07:44  stephan

	* po/nl.po: Updated Dutch xfwm4 translation

2006-12-14 21:57  olivier

	* ChangeLog: Update ChangeLog

2006-12-14 21:49  olivier

	* src/client.c, src/display.c, src/events.c, src/focus.c,
	  src/focus.h, src/hints.c, src/stacking.c: Fix user focus timetamp
	  being falsely reset to 0 causing some windows to be started
	  un-focused (Bug #2664), re-add some traces (which compile with
	  -Werror this time), small code/api cleanup.

2006-12-14 19:40  olivier

	* src/client.h, src/compositor.c: Remove shadow on dock-type
	  windows (bug #2648),
	  prevent fullscreen windows from beeing maximized (Bug #2663).

2006-12-13 22:01  olivier

	* src/client.c, src/client.h, src/display.c, src/display.h,
	  src/events.c, src/events.h, src/focus.c, src/focus.h,
	  src/hints.c, src/hints.h, src/main.c, src/misc.h,
	  src/workspaces.c, src/workspaces.h: Fix build with -Werror,
	  remove some useless #includes and add some others (actually,
	  time.h and sys/time.h were not required since Time is defined in
	  X.h anyway).

2006-12-13 20:15  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c,
	  src/focus.c, src/focus.h, src/hints.c, src/main.c, src/screen.c,
	  src/screen.h, src/stacking.c, src/workspaces.c, src/workspaces.h:
	  Use timestamp provided by NET_ACTIVE_WINDOW and
	  NET_CURRENT_DESKTOP messages from EWMH version 1.3 and above, fix
	  focus transition with NET_CURRENT_DESKTOP messages causing either
	  flickering or wrong restacking on workspace switch (bug #2654),
	  fix serious bug introduced with previous commit causing xfwm4 to
	  quit on any selection MESSAGE notify.

2006-12-12 20:07  olivier

	* src/events.c, src/screen.c: Quit nicely when MANAGE client
	  message is received, so that xfwm4 obeys to ICCCM2 standard (bug
	  #2374)

2006-12-10 21:48  olivier

	* src/events.c, src/focus.c: Fix demands attention being activated
	  when it shouldn't, add more traces

2006-12-07 19:45  olivier

	* src/events.c: Fix a bug introduced with last commit.

2006-12-06 21:39  olivier

	* src/events.c, src/focus.c, src/focus.h: Improve focus stealing
	  prevention.

2006-12-06 06:47  olivier

	* src/placement.c: Auto-maximize regular windows only.

2006-12-05 20:00  olivier

	* src/client.c, src/client.h, src/events.c, src/netwm.c,
	  src/netwm.h: Be a lot more paranoid about what broken apps set as
	  struts.

2006-12-04 20:31  olivier

	* src/compositor.c, src/events.c: Plug a huge X resources leak in
	  handleMappingNotify () (bug #2618)

2006-12-01 21:03  olivier

	* themes/...: SVG themes update

2006-11-30 20:46  olivier

	* configure.ac.in: Increment xfwm4 version to avoid confusion

2006-11-30 20:24  olivier

	* themes/...: Full height buttons

2006-11-30 20:11  olivier

	* src/compositor.c, src/display.h: Add some internal flags and
	  comments in compositor to help reading the code

2006-11-30 20:10  olivier

	* themes/...: Update themes

2006-11-30 20:09  olivier

	* src/client.h: Do not prevent stick when skip taskbar is set

2006-11-30 18:23  stavrosg

	* po/ChangeLog, po/el.po: E-mail address change. Sorry for the
	  noise.

2006-11-29 20:58  olivier

	* themes/...: Redo Daloa theme using SVG

2006-11-28 21:39  olivier

	* themes/...: Round lower shadows in corner

2006-11-28 18:45  olivier

	* themes/...: Much brighter top light
	  reflection.

2006-11-27 20:33  olivier

	* src/focus.c: Re-enable focus passing to previously focused window
	  (req. on ML)

2006-11-27 18:31  olivier

	* src/events.c: Focus windows that raise themselves if focus
	  stealing prevention is disabled, and set demands attention flag
	  otherwise, that should improve focus prevention.

2006-11-27 18:30  olivier

	* src/display.c: Remove debug code committed by mistake

2006-11-26 22:01  olivier

	* themes/...: Put back top reflection

2006-11-26 18:49  paurullan

	* po/ChangeLog, po/ca.po: i18n catalan update

2006-11-26 18:38  olivier

	* themes/...: Back to previous theme.

2006-11-26 17:21  olivier

	* themes/...: Hilight/shadow

2006-11-25 22:02  olivier

	* themes/...: Add a top hilight

2006-11-25 20:15  olivier

	* themes/...:

2006-11-25 12:46  olivier

	* themes/...: Use positive gradient in title bar

2006-11-25 12:46  olivier

	* src/client.c: Rework resize a bit

2006-11-24 20:18  olivier

	* src/events.c: Put back raise on focus timeout

2006-11-24 20:12  olivier

	* themes/...: Theme stuff

2006-11-24 20:11  olivier

	* src/client.c, src/client.h, src/events.c, src/focus.c,
	  src/focus.h: Small code reorg, disable raising of windows when on
	  FocusIn event.

2006-11-23 21:54  olivier

	* src/compositor.c: Humm, don't cancel existing timeouts, it's
	  safer...

2006-11-23 21:40  olivier

	* src/compositor.c: Add a small optimization

2006-11-23 21:26  olivier

	* src/workspaces.c: Keep focus on sticky windows only for regular
	  windows w/out skip taskbar/pager property (Bug 2603)

2006-11-22 20:42  olivier

	* src/client.c: Reorg. the code a bit, not sure what I'll do with
	  those changes, though.

2006-11-21 22:34  olivier

	* src/client.c: Improve resize (Bug #2597)

2006-11-21 20:47  olivier

	* src/client.c, src/frame.c, src/placement.c: Be more permissive
	  with resizes towards struts (Bug #2597, bis), optimize shape use.

2006-11-20 22:15  olivier

	* src/client.c: Be more permissive with resizes towards struts (Bug
	  #2597)

2006-11-20 21:52  olivier

	* src/client.c: Be more permissive with keyboard resizes towards
	  struts (Bug #2597)

2006-11-20 19:59  olivier

	* src/placement.c: Fix off-by-one causing windows to be moved
	  wrongly via keyboard (patch from Darren Salt
	  <linux@youmustbejoking.demon.co.uk>, bug #2594)

2006-11-19 13:30  olivier

	* themes/...: Revert to 27 pix. height
	  after all.

2006-11-18 21:51  olivier

	* themes/...: Larger title too, as screen tend to get larger

2006-11-18 21:42  olivier

	* themes/...: Enlarge window borders to 6 pixels to improve usability 
	  of the default theme on larger screens

2006-11-16 01:18  yuvaltanny

	* po/he.po: Updated Hebrew translations

2006-11-14 20:48  olivier

	* src/display.c: Revert last change

2006-11-13 19:47  olivier

	* src/display.c: Do not reset time to CurrentTime with events that
	  don't feature a timestamp (actually, it's a revert of on commit I
	  made a few days ago).

2006-11-11 15:20  olivier

	* src/keyboard.c: Use actual string length instead of -1 in
	  g_ascii_strup/strdown

2006-11-10 22:00  olivier

	* src/client.c, src/main.c: Wrong logical test

2006-11-10 20:47  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Enter key doesn't work for
	  "Add keybinding theme" dialog (Bug #2560, patch by Brian
	  Tarricone <bjt23@cornell.edu>)

2006-11-10 20:43  olivier

	* src/focus.c: Use focus pending with with apps that use
	  WM_FLAG_TAKEFOCUS protocol too (Bug #2561)

2006-11-10 20:35  olivier

	* src/client.c: Hide as more windows when showing desktop (Bug
	  #2518)

2006-11-09 20:25  olivier

	* configure.ac.in: Move all required version numbers to the top of
	  configure.ac.in to make changing them easy.

2006-11-09 18:25  olivier

	* themes/...: Smoother top window
	  hilight

2006-11-09 18:09  olivier

	* src/stacking.c: Don't skip windows that have the skip
	  pager/taskbar properties when searching for windows below the
	  pointer (bug #2550)

2006-11-08 22:11  olivier

	* COMPOSITOR: Small addition to compositor documentation

2006-11-08 20:17  olivier

	* themes/...: Cleanup SVG sources.

2006-11-08 19:44  olivier

	* themes/...: SVG tweak

2006-11-08 19:05  olivier

	* themes/...: Remove vaccumdefs.sh, add new
	  target "make vacuum-defs".

2006-11-07 21:18  olivier

	* ChangeLog: Update ChangeLog

2006-11-07 21:02  olivier

	* themes/d...: Add a new target "make update-png" instead of 
	  regenerating the PNG files automatically as SVN doesn't preserve the
	  mtime of the file, some files where generated on the build system 
	  where rsvg might not be available, or available in a different 
	  version producing slightly different output, thus causing visual 
	  discrepancies in the resulting theme...

2006-11-07 20:26  olivier

	* src/client.c, src/events.c, src/focus.c, src/focus.h, src/main.c:
	  Fix focus transitionning to root taking into account the pending
	  focus too, so that focus doesn't return to the fallback internal
	  window when it should return to some other client window (like
	  when an application closes with a modal dialog opened). <= If you
	  understand what I mean here, you're tough!

2006-11-07 20:21  olivier

	* src/hints.c: Fix segafault bug introduced yesterday when fixing
	  KD systray.

2006-11-06 22:03  olivier

	* src/transients.c, src/workspaces.c: Check for valid transient or
	  modal when switching workspaces, to avoid missing windows to
	  unmap (bug #2518).

2006-11-06 21:59  olivier

	* src/hints.c: Fix compilation with --enable-kde-systray (bug
	  #2511).

2006-11-05 18:54  paurullan

	* po/ChangeLog, po/ko.po: i18n Korean update

2006-11-05 09:54  benny

	* configure.ac.in, po, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Bump version and requirements. Update
	  Project-Id-Version.

2006-11-04 22:36  olivier

	* src/client.c, src/client.h, src/compositor.h, src/display.c,
	  src/display.h, src/event_filter.h, src/events.c, src/events.h,
	  src/focus.h, src/frame.h, src/hints.c, src/hints.h, src/icons.h,
	  src/keyboard.h, src/menu.h, src/misc.h, src/mypixmap.h,
	  src/mywindow.h, src/netwm.c, src/netwm.h, src/parserc.h,
	  src/placement.c, src/placement.h, src/poswin.h, src/screen.c,
	  src/screen.h, src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.h, src/stacking.h,
	  src/startup_notification.h, src/tabwin.h, src/transients.h,
	  src/ui_style.h, src/wireframe.h, src/workspaces.c,
	  src/workspaces.h: Use X server time to restore focus when sent to
	  the root window (bug #2472), a bit of code cleanup and some
	  refactoring.

2006-11-04 14:14  paurullan

	* po/ChangeLog, po/ca.po: i18n catalan update

2006-11-03 20:37  olivier

	* ChangeLog: Update ChangeLog

2006-11-03 19:30  olivier

	* src/client.c: Resize the frame before the client, otherwise OOo
	  1.1.x gets totally confused on resize.

2006-11-03 11:44  stephan

	* po/nl.po: Updated Dutch xfwm4 translation

2006-11-02 21:48  olivier

	* src/client.c, src/events.c: Re-enable XSync on apps that don't
	  cooperate.

2006-11-02 21:18  olivier

	* src/client.c, src/client.h, src/events.c: Add timeout to avoid
	  blocking on broken apps that claim XSync compliance but don't
	  implement the protocol properly.

2006-11-02 06:43  olivier

	* src/netwm.c: Reuse same event.

2006-11-01 21:24  olivier

	* README: Update EWMH compliance.

2006-11-01 21:14  olivier

	* src/display.h, src/events.c, src/hints.c, src/misc.c, src/misc.h,
	  src/netwm.c, src/netwm.h: Add support to NET_WM_MOVERESIZE

2006-11-01 21:13  olivier

	* src/client.c: Fix compilation warnings

2006-11-01 18:06  olivier

	* configure.ac.in: Add support for XSync protocol in configure
	  script.

2006-11-01 18:02  olivier

	* src/client.c, src/client.h, src/display.c, src/display.h,
	  src/events.c, src/hints.c, src/hints.h, src/main.c: Add support
	  for XSync protocol.

2006-11-01 12:28  olivier

	* src/events.c: Do not raise on WM_TRANSIENT_FOR property change,
	  fix bug #2483.

2006-11-01 00:27  olivier

	* src/client.c, src/client.h: Get rid of resize limit speed for
	  good.

2006-10-31 23:56  olivier

	* src/client.c: Optimize configure flags for resize.

2006-10-31 21:21  olivier

	* src/display.c, src/events.c: Add a focus "parachute", remove a
	  roundtrip.

2006-10-30 23:05  olivier

	* src/client.c: Disable resize limit by default

2006-10-30 22:17  olivier

	* src/client.c: Optimize move/resize

2006-10-30 17:41  olivier

	* src/client.c, src/display.c, src/events.c, src/workspaces.c:
	  Improve yesterday patch on focus transition.

2006-10-29 22:59  olivier

	* src/client.c, src/display.c, src/events.c, src/focus.c,
	  src/hints.c, src/main.c, src/netwm.c: This fixes several focus
	  issues for me, but since focus is a sensitive beast, to say the
	  least, so I dunno about others.

2006-10-29 16:31  maximilian

	* po/ChangeLog, po/fr.po: Updated libexo and terminal's french
	  translations, added translators credits to the thunar french
	  translation, fixed a wrong accel. in xfdesktop (thx goes to Mike
	  Massonnet) and fixed some typos in xfwm4's french translation.

2006-10-29 14:51  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: allow the usage of 'Alt+C' in
	  shortcuts (unfortunately it adds a string too)

2006-10-28 13:04  paurullan

	* po/ChangeLog, po/LINGUAS, po/dz.po: added whole Dzongkha
	  translation
	  
	  congratulations to the dz team.

2006-10-26 16:51  olivier

	* themes/...: Use slightly larger height for title bar.

2006-10-25 21:56  olivier

	* themes/...: Fix gradients on top corners.

2006-10-25 19:33  olivier

	* src/mypixmap.c, themes/...: Enlarge the menu button so that
	  it's the same size as other buttons.

2006-10-24 20:45  olivier

	* src/client.c, src/screen.c: Fix visual/depth/colormap with and
	  without render.

2006-10-24 19:25  olivier

	* configure.ac.in, src/client.c, src/screen.c: Add a configure
	  option to disable render at compile time, fix depth/visual
	  mismatch with some applications when render is disabled (bug
	  #1617).

2006-10-23 20:05  olivier

	* src/session.c: Do not match windows that we don't place, that
	  avoids some misplacements.

2006-10-22 17:53  adriano

	* po/ChangeLog, po/pt_BR.po: Updated brazilian portuguese
	  translations.

2006-10-22 13:18  olivier

	* themes/...: Use full title height for
	  menu button too.

2006-10-20 21:29  olivier

	* themes/...: Increase buttons height of the default theme, to improve 
	  usability with pointing devices such as touchscreens or tablet PC.

2006-10-19 18:54  jari

	* po/ChangeLog, po/fi.po: Updated Finnish translations.

2006-10-18 19:59  olivier

	* themes/default/Makefile.am, themes/default/README,
	  themes/default/top-right-inactive.png: Build png out of svg files
	  for the default theme, but do not install the later (Should speed
	  up theme loading and improve rendering on display with higher
	  DPI).

2006-10-14 17:26  olivier

	* README: Fix typos, as I've added the link from the fd.o wiki.

2006-10-14 17:14  olivier

	* README: Update the README file, add standard compliance list.

2006-10-14 12:40  paurullan

	* po/ChangeLog, po/pl.po: i18n polish update

2006-10-14 07:28  olivier

	* src/main.c: Yet, again, compositing initialization.

2006-10-14 07:20  stavrosg

	* po/ChangeLog, po/el.po: Xfwm4 Greek translation update.

2006-10-13 20:48  olivier

	* src/main.c: Fix compositing, again... Bug #2428.

2006-10-13 19:40  olivier

	* ChangeLog: Update ChangeLog

2006-10-13 17:35  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c,
	  src/frame.c, src/hints.c, src/misc.c, src/screen.c,
	  src/settings.c, src/settings.h: Code cleanup to ease future
	  mantainance.

2006-10-12 21:34  olivier

	* src/workspaces.c: Improve focus transition on workspace switch

2006-10-12 21:24  piarres

	* po/ChangeLog, po/eu.po: xfwm4 basque translation update

2006-10-12 20:31  olivier

	* src/workspaces.c: Improve workspace switch, map newer windows
	  before unmapping previous ones to reduce expose events (Bug
	  #2409), improve focus transition (Bug #2408).

2006-10-12 20:26  olivier

	* src/events.c: Use raise with any button on regular focusable
	  windows only.

2006-10-12 20:23  olivier

	* src/focus.c: Set focus on desktop with showing desktop (Bug
	  #2410)

2006-10-12 20:22  olivier

	* src/compositor.c, src/main.c: Fix automatic compositing w/out
	  breaking manual compositing (take 3!)

2006-10-12 03:40  paurullan

	* po/ChangeLog, po/cs.po: i18n cs uptated translations

2006-10-11 20:00  olivier

	* src/client.c: Fix transient/modal for several

2006-10-11 19:31  olivier

	* src/client.h, src/workspaces.c: Woops, some changes have leaked
	  in previous commit by mistake...

2006-10-11 19:22  olivier

	* src/client.h, src/main.c, src/workspaces.c: Fix compositor
	  availability check, bug #2418.

2006-10-09 22:21  sas

	* po/hu.po: wm & archiver updated

2006-10-09 20:58  olivier

	* src/events.c: Placement of the menu when open with the key
	  shortcut.

2006-10-09 20:21  olivier

	* src/events.c, src/tabwin.c: Fix compilation with
	  --enable-debug=full

2006-10-09 19:55  olivier

	* src/events.c: Fix deadlock with previous commit.

2006-10-09 19:36  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po, src/events.c, src/screen.c,
	  src/settings.c, src/settings.h, themes/default.keys/keythemerc:
	  Add window operations menu shortcut - 2 strings were added and
	  need translations

2006-10-08 20:40  olivier

	* themes/default/bottom-active.png,
	  themes/default/top-right-inactive.png: Increase border width to 5
	  pixels

2006-10-08 19:27  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Increase title height to
	  25 pixels

2006-10-07 22:19  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.png: Use 50% gray with 50%
	  transparency for inactive buttons, so they can stay visible with
	  dark colors too.

2006-10-07 21:15  olivier

	* src/main.c: Fix CompositeRedirectAutomatic

2006-10-07 20:08  olivier

	* src/settings.h: Fix wrong reordering of key constants using
	  alphabetical order

2006-10-07 17:37  olivier

	* src/compositor.c: Improve unreparenting windows with Xorg <= 7.0

2006-10-07 08:34  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.png: Remove path from buttons

2006-10-07 07:47  olivier

	* src/compositor.c: Remove work around for unmap/map notifies on
	  CompositeUnredirectWindow() because it was a bug in Xorg <= 7.0
	  that breaks in Xorg >= 7.1 (thus bug #64115 in Ubuntu Launchpad
	  https://launchpad.net/distros/ubuntu/+source/xfwm4/+bug/64115) -
	  See
	  http://lists.freedesktop.org/archives/xorg/2005-October/010679.html
	  for the rationale (Thanks Soeren!) - It means that unredirecting
	  fullscreen windows *will* misbehave in Xorg 7.0 and previous
	  versions

2006-10-06 20:19  olivier

	* themes/default/README, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Rework theme

2006-10-05 21:28  olivier

	* src/compositor.c: Trivial trace message

2006-10-05 21:26  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: PO update

2006-10-05 21:24  olivier

	* src/compositor.c: Improve unredirection vs. map/unmap

2006-10-05 20:02  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.svg: Rework top corners' curves

2006-10-04 21:32  olivier

	* src/compositor.c: Init ignore_unmaps to 0 instead of 1 at first
	  unredirect, it seems to make more sense (and also it fixes a bug
	  with xscreensaver) - Might break elsewhere though, but still
	  needs fixing.

2006-10-04 19:21  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.svg: Adjust gradient gravity

2006-10-03 21:10  olivier

	* src/client.c, themes/default/themerc: Various optimizations: Do
	  not draw wire frame when cycling is over, do not relocate the
	  window on maximize/unmaximize if restore position is not set,
	  increase the limit of resize per seconds to 50

2006-10-02 22:13  olivier

	* themes/default/convert2png.sh, themes/default/vaccumdefs.sh:
	  Missing bits

2006-10-02 22:11  olivier

	* configure.ac.in, themes/Makefile.am, themes/default/Makefile.am,
	  ...
	  themes/sassandra/README: Change
	  default theme for the new SVG based theme, previous theme renamed
	  as Sassandra

2006-10-02 21:20  olivier

	* configure.ac.in, src/client.c, src/mypixmap.c, src/settings.c,
	  src/settings.h, src/tabwin.c, src/tabwin.h,
	  themes/default.keys/keythemerc: Remove dependency on micro
	  version, rework error handling in pixbuf loading, add cancel
	  option when cycling (bug #2373), and other fixes

2006-10-02 21:03  paurullan

	* po/ChangeLog, po/ru.po: i18n updated Russian translations

2006-09-26 20:38  olivier

	* src/client.c: Fix restore of original size/position of maximized
	  windows restored by session management.

2006-09-23 11:31  pollux

	* po/ChangeLog, po/pl.po: various translations updates

2006-09-20 11:54  paurullan

	* po/ChangeLog, po/ca.po: updated catalan translations

2006-09-19 19:46  olivier

	* themes/moheli/themerc: Enlarge shadows on Moheli theme

2006-09-19 19:40  olivier

	* src/client.c, src/client.h: Fix regression introduced with rev.
	  22806 (shaded windows should be moved on screen to stay visible).

2006-09-18 20:43  paurullan

	* po/ChangeLog, po/ca.po: [i18n] updated catalan translation

2006-09-18 20:23  olivier

	* src/compositor.c: Move compositor specific code within proper
	  #ifdef portion (bug #2335).

2006-09-17 13:33  pollux

	* po/ChangeLog, po/cs.po: updated French and Czech translations

2006-09-13 20:14  olivier

	* themes/stoneage/themerc: text shadow

2006-09-12 15:40  jari

	* po/ChangeLog, po/fi.po: Updated Finnish translations.

2006-09-11 20:39  olivier

	* src/client.c, src/client.h, src/compositor.c, src/compositor.h,
	  src/display.c, src/display.h, src/event_filter.c,
	  src/event_filter.h, src/events.c, src/events.h, src/focus.c,
	  src/focus.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/icons.c, src/icons.h, src/inline-default-icon.h,
	  src/inline-tabwin-icon.h, src/keyboard.c, src/keyboard.h,
	  src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/netwm.c, src/netwm.h, src/parserc.c, src/parserc.h,
	  src/placement.c, src/placement.h, src/poswin.c, src/poswin.h,
	  src/screen.c, src/screen.h, src/session.c, src/session.h,
	  src/settings.c, src/settings.h, src/spinning_cursor.c,
	  src/spinning_cursor.h, src/stacking.c, src/stacking.h,
	  src/startup_notification.c, src/startup_notification.h,
	  src/tabwin.c, src/tabwin.h, src/transients.c, src/transients.h,
	  src/ui_style.c, src/ui_style.h, src/wireframe.c, src/wireframe.h,
	  src/workspaces.c, src/workspaces.h, src/xpm-color-table.h: Set
	  focus flag on windows initially mapped on other desktops

2006-09-10 08:45  olivier

	* src/client.c, src/client.h, src/events.c, src/screen.c,
	  src/screen.h, src/settings.c: Grab keys on root instead of each
	  client window, that saves a *lot* of grabs, makes the code
	  simpler and also fix the keyboard shortcuts not working on shaded
	  windows (Bug #2291).

2006-09-09 21:11  piarres

	* po/ChangeLog, po/eu.po: xfwm4 basque translation update

2006-09-08 18:14  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: React on key release so that
	  we have the same behaviour as in the keyboard shortcut plugin

2006-09-07 18:58  pollux

	* po/ChangeLog, po/vi.po: Updated Vietnamese translations

2006-09-04 19:11  olivier

	* doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/fr/xfwm4.html,
	  doc/fr/xfwm4.xml, mcs-plugin/wmtweaks_plugin.c, po/ar.po,
	  po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po,
	  po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po,
	  po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ka.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/client.c,
	  src/client.h, src/settings.c: Add option for borderless maximize
	  to WM tweak plugin, optimize repaint and recompute maximized
	  window geometry.

2006-09-03 22:22  olivier

	* defaults/defaults, doc/C/xfwm4.html, doc/C/xfwm4.xml,
	  doc/fr/xfwm4.html, doc/fr/xfwm4.xml, src/client.c, src/events.c,
	  src/frame.c, src/settings.c, src/settings.h: Add hidden option to
	  show/hide border on maximized windows (bug #2257)

2006-09-03 19:00  pollux

	* po/ChangeLog, po/pt_BR.po: Updated Brazilian Portuguese
	  translations

2006-09-02 15:56  benny

	* configure.ac.in, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ka.po, po/ko.po, po/lt.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
	  Bump version and requirements.

2006-09-02 12:22  benny

	* po/ChangeLog, po/cs.po: 2006-09-02 Benedikt Meurer
	  <benny@xfce.org>
	  
	  * cs.po: Updated Czech translations by Michal Varady
	  <miko.vaji@gmail.com>.

2006-09-02 08:57  sas

	* po/hu.po: hungarian updates

2006-09-02 02:06  yuvaltanny

	* po/he.po: Update Hebrew translation

2006-08-30 19:55  olivier

	* ChangeLog: Update ChangeLog

2006-08-30 19:53  olivier

	* src/compositor.c, src/hints.h: Fix compiler warning

2006-08-30 19:41  olivier

	* src/compositor.c, src/hints.c, src/hints.h, src/main.c: Add
	  support for newest _NET_WM_CM_S<n> property used by
	  gdk_screen_is_composited() in gtk+-2.10.x

2006-08-30 16:47  olivier

	* ChangeLog: Update ChangeLog

2006-08-30 16:44  olivier

	* ChangeLog, src/focus.c, src/stacking.c: Improve focus passing

2006-08-30 06:17  olivier

	* src/client.c: Reverting the removal of window size/position
	  indicator

2006-08-30 06:03  olivier

	* src/client.c: Improve window placement after workspace switch
	  using keyboard.

2006-08-29 21:57  olivier

	* src/client.c, src/workspaces.c: Do not show window size/position
	  when not showing content as the server is grabbed and other apps
	  cannot update their contents (bug #2239), switch workspace when
	  reaching screen edges even when moving the window using keyboard
	  shortcuts (bug #2234)

2006-08-29 19:49  olivier

	* src/stacking.c: Pass focus to window on top of stack when
	  lowering the focused window

2006-08-27 12:57  pollux

	* po/ChangeLog, po/de.po: Updated German translations

2006-08-27 11:35  pollux

	* po/ChangeLog, po/LINGUAS, po/ka.po: add Georgian translations

2006-08-26 21:03  olivier

	* doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/fr/xfwm4.html,
	  doc/it/xfwm4.html: Documentation fix (bug #1607)

2006-08-25 23:33  stavrosg

	* po/ChangeLog, po/el.po: Greek translations update

2006-08-24 17:08  olivier

	* src/compositor.c, src/compositor.h, src/netwm.c: Restore the
	  compositorDamageWindow() hook, use it when the NET_WM_STATE_BELOW
	  is updated to ensure that the shadow gets updated too.

2006-08-23 21:59  olivier

	* src/compositor.c:

2006-08-23 21:56  olivier

	* src/compositor.c: Don't show shadow with fullscreen and windows
	  that set the NET_WM_STATE_BELOW property (like gdesklet for
	  example)

2006-08-23 19:08  olivier

	* src/client.c, src/compositor.c, src/compositor.h: Spot and fix an
	  issue with stacking reordering.

2006-08-21 20:35  olivier

	* ChangeLog: Update ChangeLog

2006-08-21 20:28  olivier

	* src/client.c, src/mypixmap.c: Improve the fix for themes which
	  are missing the menu button.

2006-08-21 20:13  olivier

	* src/client.c, src/events.c, src/focus.c, src/frame.c,
	  src/frame.h, src/mypixmap.c, src/netwm.c: Fix frame repaint error
	  caused by the removal of pixmap caching (Bug #2202), fix an issue
	  with themes that miss that menu button.

2006-08-20 18:54  pollux

	* po/gl.po: remove executable property from gl.po

2006-08-20 18:51  pollux

	* po/ChangeLog, po/LINGUAS, po/gl.po: Add Galician translations

2006-08-19 22:16  olivier

	* src/client.c, src/client.h, src/display.h, src/frame.c,
	  src/frame.h: Get rid of pixmap caching of frame components, it
	  saves quite a lot of xserver pixmap memory...

2006-08-19 20:48  olivier

	* src/compositor.c, src/focus.c, src/mypixmap.c, src/netwm.c: Plug
	  a few leaks

2006-08-19 16:20  pollux

	* po/ChangeLog, po/cs.po: Updated Czech translations

2006-08-18 22:16  piarres

	* po/ChangeLog, po/eu.po: Basque trasnaltion update

2006-08-17 21:45  olivier

	* src/compositor.c: Fix rendering speed issue reported from bug
	  #2099 by reverting the use of clipping to render the window
	  frame. Also revert the change for restack as I got some issues
	  with the compositor being lost with actual window stack.

2006-08-17 05:57  olivier

	* src/client.c: Unmap client window of shaded apps before
	  reparenting

2006-08-16 22:23  olivier

	* src/client.c, src/client.h, src/events.c, src/focus.c: Unmap the
	  client window when shaded. Some apps want to be notified when the
	  client is not visible (Bug #2168). That change should work
	  although I liked the previous implementation better as it was a
	  lot less intrusive in focus management. Let's see how this goes
	  for now...

2006-08-16 19:05  olivier

	* configure.ac.in: Implement a fallback to check for libXrender on
	  Solaris 10 (patch from neel@sun.com, bug #2165)

2006-08-16 18:03  olivier

	* src/events.c: Should be enough to make sure grabs are really
	  released (Bug #2136, #2146, possibly others such as #2144, #2161)

2006-08-16 18:00  olivier

	* configure.ac.in: Allow pkg-config to be more verbose (patch from
	  Johan Sandelin <johan@alphafish.com>, bug #2178)

2006-08-16 04:43  sas

	* po/hu.po: hu trunk: wm updates

2006-08-15 20:56  piarres

	* po/ChangeLog, po/eu.po: Basque trasnaltion update

2006-08-15 19:21  pollux

	* po/ChangeLog, po/pl.po: updated Polish translations by piotr
	  maliński <riklaunim@gmail.com>

2006-08-15 15:25  jari

	* po/ChangeLog, po/fi.po: Updated Finnish translations.

2006-08-15 15:18  olivier

	* src/events.c: Apply patch from Darren Salt
	  <linux@youmustbejoking.demon.co.uk> focus transition (bug #2090),
	  release key/mouse events using current time as several reports of
	  key/mouse lokup have raised on the mailing list (and on bugzilla,
	  #2136 and #2146)

2006-08-15 13:54  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c, po/ar.po,
	  po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po,
	  po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po,
	  po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po,
	  po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po,
	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po, src/client.c, src/compositor.c,
	  src/display.h, src/events.c, src/mywindow.c, src/mywindow.h,
	  src/screen.c, src/settings.c, src/settings.h, src/wireframe.c:
	  Add Xutil.h include for Solaris, add new option for overlay
	  unredirection, do not frame shaped windows, fix compositor crash
	  when the client goes (bug #2105), fix maximization being
	  misplaced with restore-on-move option, fix meaning of the
	  Xfwm/CycleMinimum option in the WM tweak plugin (bug #2058)

2006-08-04 20:55  pollux

	* po/ChangeLog, po/fr.po: fix typos in French translations (patch
	  from Gerald Barre <g.barre@free.fr>)

2006-08-04 15:19  pollux

	* po/ChangeLog, po/fr.po: Fix typo (bug #2120)

2006-08-01 18:25  jari

	* po/ChangeLog, po/fi.po: Updated Finnish translations.

2006-07-20 20:30  olivier

	* src/events.c: Use event timestamp

2006-07-18 05:38  olivier

	* src/events.c: Update timestamp

2006-07-17 21:30  olivier

	* src/client.c, src/events.c, src/hints.h: Rework maximization
	  switches (bug #2047)

2006-07-17 17:09  olivier

	* src/events.c, src/keyboard.c: Grab keys synchronously

2006-07-17 17:09  olivier

	* src/client.c: Fix maximized area computation (Bug #2044)

2006-07-16 17:03  olivier

	* src/client.c, src/main.c, src/spinning_cursor.c,
	  src/transients.c, src/wireframe.c: Fix compilation warnings
	  (patch from Nick Schermer <nickschermer@gmail.com>)

2006-07-16 16:56  olivier

	* defaults/defaults, themes/daloa/themerc,
	  ...
	  themes/wallis/themerc: Make themes use new themerc option for
	  full maximization

2006-07-16 16:56  olivier

	* src/client.c, src/events.c, src/frame.c, src/settings.c,
	  src/settings.h: Implement borderless full maximization (bug
	  #1750)

2006-07-16 16:53  olivier

	* src/compositor.c: Fix composite redraw with XShape windows

2006-07-16 13:02  adriano

	* po/ChangeLog, po/pt_BR.po: Updated brazilian portuguese
	  translations by Tomás Acauan Schertel
	  <tschertel@gmail.com>.

2006-07-15 21:12  pollux

	* po/ChangeLog, po/cs.po: Updated Czech translations

2006-07-12 18:39  olivier

	* src/client.c: Fix a major issue with key/mouse grabs introduces
	  in beta2, rework grabs and ungrabs, grab using last known event
	  time, ungrab with current server time.

2006-07-11 21:59  olivier

	* mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c: Fix
	  compiler warnings (Nick Schermer <nickschermer@gmail.com>)

2006-07-11 21:47  olivier

	* src/client.c, src/tabwin.c, src/tabwin.h: Make sure the icon
	  selected in the tabwin matches the selected window in all cases
	  (fix bug #2008)

2006-07-11 17:20  olivier

	* src/compositor.c: Make sure the window pixmap is cleared out.

2006-07-10 21:42  piarres

	* po/ChangeLog, po/eu.po: [l10n:eu] Basque translation update

2006-07-10 17:22  olivier

	* src/events.c: Do NOT compress configure request events, it
	  confuses the compositor and the window pixmaps.

2006-07-09 21:34  pollux

	* po/ChangeLog, po/pl.po: updated translations

2006-07-09 16:51  stavrosg

	* po/ChangeLog, po/el.po: Greek translations update

2006-07-09 16:48  olivier

	* ChangeLog: Update ChangeLog

2006-07-09 14:19  olivier

	* ChangeLog: Update ChangeLog

2006-07-09 14:16  yuvaltanny

	* po/he.po: Update Hebrew translations

2006-07-09 09:56  pollux

	* configure.ac.in: bump all versions and dependencies to 4.3.90.2

2006-07-09 09:07  olivier

	* src/settings.c, src/settings.h, themes/daloa/themerc,
	  ...
	  themes/wallis/themerc: "Frame" seems more appropriate

2006-07-09 08:46  olivier

	* ChangeLog, src/frame.c, src/settings.c, src/settings.h,
	  ...
	  themes/moheli/themerc: Add new bevel effect to window title

2006-07-08 19:19  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: French locale update

2006-07-08 16:57  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c: Not
	  sure why the tab window sometimes misses the key release.

2006-07-08 15:55  olivier

	* src/client.c: Prevent keyboard autorepeat from flooding the event
	  queue.

2006-07-08 12:36  olivier

	* mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c: Use
	  GtkComboBox instead of deprecated GtkOptionMenu (patch from
	  Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1999).

2006-07-08 12:32  olivier

	* src/compositor.c: The full area damage is required is some cases.
	  The fix remains though.

2006-07-08 12:11  olivier

	* src/compositor.c: Compositor optimization that also fixes an
	  issue with fullscreen unredirected windows.

2006-07-05 19:59  olivier

	* mcs-plugin/Makefile.am, src/Makefile.am: Add LIBX11_LDFLAGS

2006-07-05 19:18  olivier

	* src/client.c: Fix replace of windows when struts change

2006-07-04 17:42  olivier

	* src/frame.c: Fix small shape bug introduded yesterday

2006-07-04 05:43  olivier

	* src/compositor.c: Small cleanup

2006-07-03 21:00  olivier

	* src/frame.c: Still check for shaded.

2006-07-03 20:45  olivier

	* src/frame.c: Fix a bug in shape computation, that showed when the
	  frame was smaller than the corners pixmaps (this bug was there
	  from the beginning!)

2006-07-02 19:35  olivier

	* src/compositor.c, src/main.c: Small bug fix with enabbling
	  compositor once started without the compositor initially enabled.

2006-07-02 16:28  olivier

	* mcs-plugin/wmtweaks_plugin.c: Fix compile with debug=full

2006-07-02 16:23  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c,
	  src/compositor.c, src/compositor.h, src/display.c, src/display.h,
	  src/hints.c, src/hints.h, src/main.c, src/settings.c,
	  src/settings.h: Allow enabling/disabling of compositing on the
	  fly from the WM tweaks plugin, yeah!

2006-07-01 18:58  olivier

	* src/client.c, src/settings.c: Improve more/resize cancellation
	  (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug
	  #1963)

2006-07-01 18:55  olivier

	* src/compositor.c: Fix overlays count

2006-07-01 07:27  olivier

	* src/compositor.c: Tweak traces.

2006-06-30 21:59  jari

	* po/ChangeLog, po/fi.po: Updated Finnish translations.

2006-06-30 19:52  sas

	* po/hu.po: hu trunk: wm & archiver updates

2006-06-30 10:47  olivier

	* src/client.c, src/compositor.c, src/compositor.h: Export the
	  compositor usability so that we can save a few computations.

2006-06-30 09:30  olivier

	* po/fr.po: Update French translation.

2006-06-30 09:24  olivier

	* mcs-plugin/wmtweaks_plugin.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/client.c, src/client.h, src/compositor.c,
	  src/focus.c, src/settings.c, src/settings.h: Apply patch from
	  Darren Salt <linux@youmustbejoking.demon.co.uk> to make inactive
	  windows semi-transparent. Transparency of inactive windows in
	  configurable through the WM tweaks plugin (bug #602)

2006-06-29 20:09  olivier

	* src/client.c: Fix for apps that use both EWMH fullscreen and
	  Motif hints concurently (e.g. gcompris).

2006-06-29 06:45  sas

	* po/hu.po: hu trunk: wm updated

2006-06-28 21:21  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update po to help
	  translators

2006-06-28 21:18  olivier

	* AUTHORS, ChangeLog, defaults/defaults,
	  mcs-plugin/xfwm4_shortcuteditor.c, src/client.c, src/client.h,
	  src/compositor.c, src/display.c, src/display.h, src/events.c,
	  src/hints.c, src/hints.h, src/misc.h, src/settings.c,
	  src/settings.h, themes/daloa/README,
	  ...
	  themes/default/top-right-inactive.xpm: Add support for opacity
	  lock (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>,
	  bug #1958), add support for changing opacity using mouse button 6
	  and 7 (patch from Darren Salt
	  <linux@youmustbejoking.demon.co.uk>, bug #1959), add move/resize
	  cancellation using a configurable keyboard shortcut (patch from
	  Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1963),
	  optimization for the compositor rebuilding screen when settings
	  change (me :)

2006-06-28 17:30  eulex

	* po/sv.po: A small extra change in the swedish xfwm4
	  translation...

2006-06-28 17:24  eulex

	* po/ChangeLog, po/sv.po: Updated Swedish xfwm4 translation

2006-06-25 21:08  olivier

	* src/compositor.c, src/compositor.h, src/settings.c: Revert some
	  removal that was needed, woops...

2006-06-25 09:06  olivier

	* src/client.c, src/compositor.c, src/compositor.h, src/events.c,
	  src/main.c, src/misc.c, src/netwm.c, src/placement.c,
	  src/screen.c, src/screen.h, src/settings.c, src/workspaces.c:
	  Change to maintain and use our own copy of the screen size, code
	  cleanup.

2006-06-23 16:54  olivier

	* src/compositor.c, src/compositor.h: More optimizations for the
	  compositor.

2006-06-23 13:03  olivier

	* src/compositor.c: Fix count of overlays.

2006-06-23 09:42  olivier

	* src/compositor.c: Change default root color to plain grey.

2006-06-22 19:49  olivier

	* src/display.c: Woops, revert, gtk+ does that for us (I forgot gtk
	  in the equation).

2006-06-22 19:41  olivier

	* src/display.c: Close display on exit.

2006-06-22 12:58  olivier

	* src/compositor.c: Compositor optimization, save the painted
	  region for reuse as clipping when painting back to screen.

2006-06-22 07:43  olivier

	* src/client.c: Don't clear the show desktop flag if cycling back
	  to the current focused window.

2006-06-21 20:26  olivier

	* src/client.c: Simpler, safer.

2006-06-21 19:52  olivier

	* src/compositor.c: Small compositor enhancement.

2006-06-21 19:48  olivier

	* src/client.c: Fix fullscreen window being set back in Z-order
	  after cycling back to the current fullscreen window. (Fix bug
	  #1949)

2006-06-20 20:00  olivier

	* src/compositor.c: Rework the mapping/unmapping when unredirecting

2006-06-18 07:44  olivier

	* src/compositor.c: Optimizations.

2006-06-18 07:32  olivier

	* src/compositor.c: A few more optimizations.

2006-06-17 19:28  olivier

	* src/focus.c: Make sure the 'demand attention' flags gets cleared
	  on focus.

2006-06-17 16:37  olivier

	* src/compositor.c: Sync after unredirect.

2006-06-17 16:13  olivier

	* src/compositor.c: Be smarter with damage areas, and do not treat
	  unredirected windows specifically. (should fix #1930).

2006-06-17 15:55  olivier

	* src/compositor.c: Small optimzations, remove useless tests

2006-06-16 20:04  olivier

	* src/compositor.c: Yet another one

2006-06-16 19:53  olivier

	* src/compositor.c: Optimizations for the compositor

2006-06-15 21:54  olivier

	* src/compositor.c: Avoid compiler warnings.

2006-06-14 21:33  olivier

	* src/compositor.c: Missing argument in debug trace

2006-06-14 21:08  olivier

	* src/compositor.c, src/events.c: Small adjustments

2006-06-14 09:35  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync pot file

2006-06-14 09:27  olivier

	* src/client.c, src/compositor.c, src/display.c, src/display.h,
	  src/events.c, src/hints.h, src/screen.h,
	  src/startup_notification.c: Finish rework of the compositor,
	  which should fix quite few bugs and improve performance (by
	  discarding damages of covered windows, for example),
	  unredirecting fullscreen overrides seems to work fine which gives
	  a huge performance boost on fullscreen games, fixes translucent
	  xscreensaver window, rework the NET_ACTIVE_WINDOW message
	  handling to improve focus passing (see this thread on the ML
	  http://foo-projects.org/pipermail/xfce4-dev/2006-June/020471.html)

2006-06-13 20:03  olivier

	* src/focus.c, src/transients.c: Don't adjust fullscreen window if
	  newly focused window is one if its transients or modal.

2006-06-13 05:55  olivier

	* src/compositor.c: Still work on compositor, not there yet though,
	  need more work.

2006-06-12 14:26  hydonsingore

	* po/ChangeLog, po/zh_TW.po: Update traditional Chinese
	  translations; Modify personal e-mail address.

2006-06-11 22:10  olivier

	* src/main.c: Fix fgetc() not returning EOF on architectures where
	  char isn't signed (Patch from Michel Danzer
	  <michel@tungstengraphics.com>)

2006-06-11 22:07  olivier

	* src/client.c: Clamp pointer position when maximizing/unmaximizing
	  window on move (Patch from Ori Bernstein <rand_chars@rogers.com>,
	  fixes #1909)

2006-06-11 22:05  olivier

	* src/compositor.c: Fixes, improvements and optimizations for the
	  compositor.

2006-06-09 16:37  olivier

	* themes/default/menu-active.png, themes/default/menu-inactive.png,
	  ...
	  themes/default/top-right-inactive.png: Smoother gradient with
	  dark colors

2006-06-08 19:16  olivier

	* src/compositor.c: Compositor improvements.

2006-06-07 21:22  olivier

	* src/compositor.c, src/main.c: Avoid needlessly re-compositing
	  opaque windows in front of other damaged windows. This also helps
	  with stuff that isn't properly redirected yet, such as Xv and DRI
	  with free drivers (patch originally contributed by Michel Dänzer
	  <michel@tungstengraphics.com>).
	  Fix compilation with --enable-debug=full.

2006-06-05 23:11  adriano

	* po/ChangeLog, po/pt_BR.po: Updated brazilian portuguese
	  translations.

2006-06-05 21:24  olivier

	* src/compositor.c, src/compositor.h, src/display.h, src/main.c,
	  src/screen.h: Small code reorg.

2006-06-04 08:12  eulex

	* po/ChangeLog: Changelogs for appfinder, exo, utils, mcs-plugins,
	  mcs-manager,
	  xfce4-session, xfce4-mixer, thunar, libgui, xfwm4, the panel,
	  orage, trigger-launcher and terminal updated.
	  Also couldn't resist to fix a small error in the xfce4-mixer
	  Changelog.
	  Didn't updated the changelog of xfprint, because I discovered
	  that that translation wasn't updated, it had just slipped through
	  the commit by mistake.

2006-06-04 00:10  eulex

	* po/sv.po: obsolete strings in the swedish translations removed

2006-06-03 23:44  eulex

	* po/sv.po: Merged Swedish translations (by me and Jens Hagerman)
	  into the xfce svn.
	  This includes updated translations of appfinder, xfce-utils,
	  mcs-plugins,
	  xfprint, xfce4-session, xfce4-mixer, thunar, libxfcegui4, xfwm4,
	  xfce4-panel, xfdesktop, orage, xfce4-trigger-launcher and
	  mcs-manager,
	  and added translations for libexo and terminal.
	  The appropriate LINGUAS files were also updated.

2006-06-03 12:42  olivier

	* themes/daloa/close-active.xpm, themes/daloa/close-pressed.xpm,
	  ...
	  themes/daloa/top-right-inactive.xpm: Alignment in color table :)

2006-06-03 12:35  olivier

	* configure.ac.in, themes/Makefile.am, themes/daloa,
	  ...
	  themes/daloa/top-right-inactive.xpm: Missing a small theme in the
	  default set of themes, so add the theme contributed by Mike
	  Massonnet <mmassonnet@gmail.com> -now renamed Daloa-

2006-06-03 12:31  olivier

	* src/focus.c: Do not set the demand attention flag if not needed,
	  like for windows that don't want focus.

2006-06-03 09:21  olivier

	* src/client.c, src/compositor.c: Fix shape and shadow redraw
	  (again).

2006-06-03 07:55  olivier

	* src/display.c, src/display.h: Create _MOTIF_WM_INFO from the WM
	  to make rxvt-unicode happy and not use override-redirect windows
	  but proper Motif decoration hints to get borderless windows (Fix
	  bug #1877).

2006-05-31 19:53  olivier

	* themes/default/close-pressed.png,
	  ...
	  themes/default/stick-toggled-pressed.png: Adjust hilighting of
	  pressed buttons.

2006-05-30 23:21  yuvaltanny

	* po/he.po: Update Hebrew translation

2006-05-30 22:17  olivier

	* src/focus.c: Do not pass focus to the desktop by default (Fix bug
	  #1853). The problem is that xfdesktop sets its InputHint from WM
	  Hints property to False to avoid focus, but GTK+ itself sets the
	  WM_TAKE_FOCUS property, so it's impossible for the WM to tell
	  whether or not the windows may or may not accept focus, which
	  leads to unpredictable results when the last available focusable
	  window vanishes (which is just what happens in bug #1853. From
	  what I saw, metacity and kwin have the same problem. The
	  workaround used here is to simply not use the desktop as a
	  fallback focusable window. If the user wants to focus the
	  desktop, (s)he just has to explicitely click on it.

2006-05-30 21:39  olivier

	* src/events.c: Fix input flag not being updated on XA_WM_HINTS
	  property change

2006-05-30 13:35  piarres

	* po/eu.po: [l10n:eu] Basque translation little fix

2006-05-29 20:27  olivier

	* mcs-plugin/xfwm4_plugin.c: Set internals vars to static const
	  (patch from Nick Schermer <nick@xfce.org>, bug #1870)

2006-05-29 20:23  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Add a shadow to symbols
	  in frame buttons.

2006-05-29 20:09  olivier

	* src/compositor.c: Reorg. shape notify to catch all cases

2006-05-27 16:04  daichi

	* po/LINGUAS: * xfcalendar/trunk/po/LINGUAS,
	  xfce-utils/trunk/po/LINGUAS,
	  xfce4-appfinder/trunk/po/LINGUAS, xfce4-session/trunk/po/LINGUAS:
	  Added a newline at the end of file.
	  * xfce-mcs-manager/trunk/po/LINGUAS: Removed an extra white
	  space.
	  * xfce4-trigger-launcher/trunk/po/LINGUAS,
	  xfwm4/trunk/po/LINGUAS:
	  Removed an extra white line.

2006-05-27 15:25  daichi

	* po/ChangeLog, po/pl.po: Updated Polish translations by Szymon
	  Kalasz <szymon_maestro@gazeta.pl>.

2006-05-25 18:40  pollux

	* ., autogen.sh, configure.ac.in, mcs-plugin, po, po/LINGUAS, src,
	  ... themes/stoneage: * add LINGUAS
	  support
	  * update svn:ignore

2006-05-23 21:55  olivier

	* src/events.c: Set demand attention flag or actually activate a
	  window on NET_WM_ACTIVE notification based on user preference,
	  too.

2006-05-23 17:32  hydonsingore

	* po/ChangeLog, po/zh_TW.po: Correct strings containing Button
	  Label in traditional Chinese translations.

2006-05-23 11:08  piarres

	* po/ChangeLog, po/eu.po: [l10n:eu] Basque translation update

2006-05-23 02:45  daichi

	* po/ChangeLog, po/fi.po: Changed an address.

2006-05-22 20:25  olivier

	* configure.ac.in, src/main.c, xfwm4.spec.in: Add an option to
	  enable proxy for deprecated KDE systray protocol (may help for
	  bug #1836 eventually).

2006-05-21 16:40  olivier

	* po/fr.po: Update French translation.

2006-05-21 15:18  stavrosg

	* po/ChangeLog, po/el.po: Greek translations update.

2006-05-21 09:06  jari

	* po/fi.po: Updated Finnish translations.

2006-05-21 07:39  olivier

	* src/client.c: Why do we need to grab the Xserver here?

2006-05-21 05:09  daichi

	* po/ChangeLog: Fixed.

2006-05-21 04:59  daichi

	* po/ChangeLog, po/ja.po: Updated Japanese translations.

2006-05-21 03:13  daichi

	* po/ChangeLog, po/pl.po: Updated Polish translations by Szymon
	  Kalasz <szymon_maestro@gazeta.pl>.

2006-05-20 22:50  olivier

	* src/client.c, src/client.h, src/events.c, src/focus.c,
	  src/hints.h: Fix bug with WM hints for focus not being updated
	  properly, fix bug with gtk+ apps seen as focused even when
	  iconified (!)

2006-05-20 21:16  sas

	* po/hu.po: hu trunk: wm & terminal update

2006-05-20 21:15  olivier

	* src/client.h, src/focus.c: Return focus to the desktop if no
	  other window is focused.

2006-05-20 19:40  olivier

	* configure.ac.in: Fix the configure script that produced empty
	  Makefiles.

2006-05-20 13:25  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/client.c, src/settings.c,
	  themes/default.keys/keythemerc: Put back configurable shortcut
	  for window cycling.

2006-05-20 11:33  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, src/display.c, src/display.h,
	  src/events.c, src/main.c, src/session.c, src/session.h,
	  src/settings.c, themes/default.keys/keythemerc: Refactoring,
	  allowing to close session the close window shortcut (fixes bug
	  #1776).
	  Fix the shortcut manager to not show additional un-managed
	  shortcuts.

2006-05-18 19:11  olivier

	* src/events.c, src/stacking.c: Fix an old bug with mouse button
	  grabs circulation.

2006-05-18 13:13  daichi

	* po/ChangeLog, po/ja.po: Updated Japanese translations.

2006-05-16 19:02  olivier

	* src/client.c, src/events.c: Don't consider windows that have the
	  below/ontop property as older legacy windows trying to achieve
	  fullscreen mode (should fix the issue reported on the ML).

2006-05-15 22:00  olivier

	* ChangeLog: Update ChangeLog

2006-05-15 21:58  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update potfiles

2006-05-15 21:57  olivier

	* src/client.c, src/compositor.c, src/display.c,
	  src/event_filter.c, src/events.c, src/focus.c, src/frame.c,
	  src/hints.c, src/icons.c, src/keyboard.c, src/main.c, src/menu.c,
	  src/misc.c, src/mypixmap.c, src/mywindow.c, src/netwm.c,
	  src/parserc.c, src/placement.c, src/screen.c, src/session.c,
	  src/settings.c, src/spinning_cursor.c, src/stacking.c,
	  src/startup_notification.c, src/tabwin.c, src/transients.c,
	  src/ui_style.c, src/workspaces.c: Code cleanup.

2006-05-15 21:53  olivier

	* themes/default/bottom-active.png,
	  ...
	  the files are smaller.

2006-05-15 09:57  piarres

	* po/ChangeLog, po/eu.po: [l10n:eu] Basque translation update

2006-05-13 21:03  olivier

	* ChangeLog: Update ChangeLog.

2006-05-13 20:54  olivier

	* themes/default/menu-active.png, themes/default/menu-active.xpm,
	  ...
	  pixel, it gives a more balanced look.

2006-05-13 19:17  paurullan

	* po/ChangeLog, po/ca.po: [i18n] catalan translation
	  Update of xfwm4 by Carles Muñoz Gorriz

2006-05-13 08:30  olivier

	* mcs-plugin/workspaces.c: Fix plugin crashing when editing
	  workspace name (bug #1784)

2006-05-13 05:09  hydonsingore

	* po/ChangeLog, po/zh_TW.po: Update traditional Chinese
	  translations

2006-05-13 04:56  daichi

	* po/ChangeLog, po/pl.po: Updated Polish translations by Szymon
	  Kalasz <szymon_maestro@gazeta.pl>.

2006-05-12 20:44  olivier

	* themes/wallis/close-active.xpm, themes/wallis/close-pressed.xpm:
	  The red button is back.

2006-05-11 11:52  olivier

	* src/mypixmap.c: Ignore hot spot definition as we don't use it in
	  xfwm4, typos.

2006-05-11 11:34  olivier

	* src/mypixmap.c: Fix rendering of pixmaps that don't have any
	  transparency set.

2006-05-11 07:47  olivier

	* ChangeLog: Update ChangeLog

2006-05-09 20:41  olivier

	* src/mypixmap.c: Various typos.

2006-05-09 20:28  olivier

	* TODO, src/mypixmap.c: jpeg or jpg? I choose jpg, also prefer gif
	  to jpg or bmp as gif has a -1 bit- alpha channel.

2006-05-09 20:24  olivier

	* src/compositor.c, src/mypixmap.c: Add support for svg, png, bmp,
	  gif, jpg file formats for themes components.

2006-05-09 05:28  olivier

	* src/Makefile.am: Add missing bits to Makefile.am

2006-05-09 05:26  olivier

	* src/gen-color-table.pl, src/xpm-color-table.h: Add missing bits.

2006-05-08 21:38  olivier

	* configure.ac.in, src/Makefile.am, src/mypixmap.c, src/mypixmap.h,
	  src/settings.c, themes/moheli/title-1-inactive.xpm,
	  themes/moheli/title-3-inactive.xpm: Get rid on libXpm dependency
	  by reimplementing the XPM loader with color symbol substitution
	  (beware, it's a pretty huge change, handle with care).

2006-05-07 19:45  olivier

	* themes/default/title-1-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Enlarge top corners to
	  ease resize (simple usability improvement, not a theme change)

2006-05-07 19:34  olivier

	* po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: Update po

2006-05-07 15:06  olivier

	* mcs-plugin/Makefile.am, mcs-plugin/margins.c,
	  mcs-plugin/plugin.h, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces_plugin.c, mcs-plugin/workspaces_plugin.h:
	  Fix workspace name activation (fix #1778), fix window resize.

2006-05-07 14:46  olivier

	* mcs-plugin/plugin.c, mcs-plugin/workspaces_plugin.c: plugin.h

2006-05-07 14:46  olivier

	* mcs-plugin/plugin.c, mcs-plugin/plugin.h,
	  mcs-plugin/workspaces.c: plugin.c

2006-05-07 10:55  daichi

	* po/ChangeLog, po/pl.po: Updated Polish translations by Piotr
	  Malinski <admin@rk.edu.pl>.

2006-05-07 10:01  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2006-05-07 08:15  jari

	* po/fi.po: Finnish translations updated.

2006-05-06 17:57  adriano

	* po/pt_BR.po: Updated Brazilian Portuguese translations.

2006-05-06 14:30  stavrosg

	* po/ChangeLog, po/el.po: Greek translations update.

2006-05-06 13:12  olivier

	* src/client.c, src/client.h, src/display.c, src/display.h,
	  src/event_filter.c, src/event_filter.h, src/events.c,
	  src/events.h, src/focus.c, src/icons.c, src/icons.h, src/menu.c,
	  src/menu.h, src/netwm.c, src/parserc.c, src/poswin.c,
	  src/screen.c, src/screen.h, src/settings.c,
	  src/startup_notification.c, src/tabwin.c, src/wireframe.c: Some
	  cleanup in headers vs. functions used.

2006-05-06 12:15  benny

	* mcs-plugin/plugin.c, mcs-plugin/wmtweaks_plugin.c,
	  mcs-plugin/xfwm4_plugin.c: Set "mcs-plugin-icon-name" so MCS
	  plugin icons are properly themable.

2006-05-06 10:32  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update po

2006-05-06 10:31  olivier

	* mcs-plugin/plugin.c: Add close button.

2006-05-06 09:03  olivier

	* configure.ac.in, mcs-plugin/Makefile.am, mcs-plugin/plugin.c,
	  mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_plugin.h: Convert to the new
	  xfce_titled_dialog_new ().

2006-05-05 23:00  olivier

	* mcs-plugin/wmtweaks_plugin.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: Let gtk warp long lines, update po accordingly.

2006-05-05 21:59  olivier

	* src/events.c: Make gcc happy.

2006-05-05 21:52  olivier

	* src/events.c, src/frame.c, themes/default-4.0/themerc,
	  ...
	  themes/wallis/themerc: Fix
	  horizontal/vertical frame title offset, adjust themes
	  accordingly, fix a bug in maximization toggle.

2006-05-05 21:25  daichi

	* po/ChangeLog, po/cs.po: Updated Czech translations by Michal
	  Varady <miko.vaji@gmail.com>.

2006-05-05 06:11  daichi

	* po/ChangeLog, po/ja.po: Updated Japanese translations.

2006-05-04 17:49  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/client.c,
	  src/display.h, src/event_filter.c, src/event_filter.h,
	  src/events.c, src/events.h, src/main.c, src/menu.c, src/menu.h,
	  src/ui_style.h, themes/default/close-active.png,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Refactoring and small
	  cleanup.

2006-05-04 07:46  jari

	* po/fi.po: Minor update to the Finnish translation.

2006-05-03 22:07  olivier

	* themes/moheli/Makefile.am, themes/moheli/README,
	  ...
	  themes/moheli/top-right-inactive.xpm: Add Moheli's theme data.

2006-05-03 22:06  olivier

	* configure.ac.in, po/POTFILES.in, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/Makefile.am, src/client.c, src/display.h,
	  src/event_filter.c, src/event_filter.h, src/events.c,
	  src/events.h, src/gtk_style.c, src/gtk_style.h,
	  src/gtktoxevent.c, src/gtktoxevent.h, src/main.c, src/menu.c,
	  src/menu.h, src/settings.c, src/ui_style.c, src/ui_style.h,
	  ...
	  themes/moheli: Use a
	  separate implementation from libxfcegui4 for gtk style and event
	  filters, update theme, add new theme 'Moheli'.

2006-05-03 21:15  olivier

	* src/gtk_style.h: Copy gtk style routines from libxfcegui4.

2006-05-03 21:15  olivier

	* src/gtk_style.c: Copy gtk style routines from libxfcegui4.

2006-05-03 21:13  olivier

	* src/gtktoxevent.h: Copy event filter from libxfcegui4.

2006-05-03 21:13  olivier

	* src/gtktoxevent.c: Copy event filter from libxfcegui4.

2006-05-02 19:07  olivier

	* themes/default/close-active.png,
	  ...
	  themes/default/themerc:
	  Rework the buttons.

2006-05-02 18:58  olivier

	* src/mywindow.c: Don't set pict_format if RENDER is not present
	  (Thx to Oliver Lehmann <oliver@FreeBSD.org> for pointing this
	  out)

2006-05-02 16:06  daichi

	* po/ChangeLog: Removed timestamps so that a translator isn't
	  bothered:
	  "Then, what time is it now in UTC?"

2006-05-02 12:23  daichi

	* po/pl.po: Updated Polish translations by Piotr Malinski
	  <admin@rk.edu.pl>.

2006-05-01 21:56  olivier

	* themes/default/close-active.png, themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme tweaking.

2006-05-01 07:04  daichi

	* po/hu.po: Updated.

2006-04-30 16:00  daichi

	* po/pl.po: Updated Polish translations by Piotr Malinski
	  <admin@rk.edu.pl>.

2006-04-30 15:41  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Rephrase the
	  comment/explanation.

2006-04-30 15:34  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Fix the modifier testing, that
	  breaks the Super key as a modifier but it's the only clean way to
	  get something working reliably. Need to send a message to the ML
	  or we shall get flooded with bug reports though...

2006-04-30 09:07  sas

	* po/hu.po: hu trunk: updates

2006-04-30 08:36  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2006-04-29 22:12  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Clean-up the modifier mess in
	  shortcut editor, now should be using the same codebase as
	  Terminal.

2006-04-29 12:15  daichi

	* po/pl.po: Updated Polish translations by Piotr Malinski
	  <riklaunim@gmail.com>.

2006-04-29 11:48  daichi

	* po/vi.po: Updated Vietnamese translations by Phan Vinh Thinh
	  <teppi@vnlinux.org>.

2006-04-27 19:29  olivier

	* src/main.c, themes/default/close-active.png,
	  ...
	  themes/default/top-right-inactive.png: Don't bother checking for
	  render speed if the composite extension is not supported/enabled
	  on the screen.

2006-04-26 19:50  olivier

	* themes/default/close-pressed.png,
	  ...
	  themes/default/top-right-inactive.xpm: Improve hilights and
	  shadows of the pressed buttons.

2006-04-26 08:38  peetervois

	* po/et.po:

2006-04-25 16:32  mvd

	* po/uk.po: 2006-04-25 Maxim Dziumanenko <mvd@mylinux.ua>
	  
	  * Updated Ukrainian translation.

2006-04-25 06:10  olivier

	* src/client.c: Allow any modifier but Shift to end window cycling.

2006-04-24 21:06  olivier

	* src/client.c: Remove superfluous space left.

2006-04-24 21:03  olivier

	* src/client.c: Use XLookupKeysym () instead of XKeycodeToKeysym
	  (), might help with bug 1723.

2006-04-24 20:34  olivier

	* src/settings.c: Use negative value to enlarge shadows instead of
	  abs values, should put an end to #666.

2006-04-23 22:08  olivier

	* themes/default/close-active.png, themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Slightly enlarge
	  buttons to increase usability of the default theme.

2006-04-23 22:05  olivier

	* configure.ac.in: Give some hint on why a particular pkg-config
	  tests fails.

2006-04-23 21:55  olivier

	* src/hints.c: Some clients don't set their WM_CLIENT_MACHINE
	  property, so we need to check for the string length (Should fix
	  #1711)

2006-04-23 14:14  stavrosg

	* po/el.po: Greek translation update

2006-04-23 11:56  daichi

	* po/ru.po: Updated Russian translations by Sergey Fedoseev
	  <fedoseev.sergey@gmail.com>.

2006-04-23 09:06  daichi

	* po/ja.po: Updated Japanese translations.

2006-04-23 07:54  jari

	* po/fi.po: Finnish translations updated.

2006-04-23 06:28  daichi

	* po/vi.po: Updated Vietnamese translations by Phan Vinh Thinh
	  <teppi@vnlinux.org>.

2006-04-22 14:07  olivier

	* themes/default-4.0/close-active.xpm,
	  ...
	  themes/wallis/stick-toggled-pressed.xpm: Unexpand

2006-04-22 13:59  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/wallis/stick-toggled-pressed.xpm: Use active text color in
	  buttons so that the symbol stays visible with all color schemes.

2006-04-22 13:40  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/hints.c: Add note to
	  translators as requested.

2006-04-22 06:19  sas

	* po/hu.po: hu trunk: some wm & orage updates

2006-04-21 20:59  olivier

	* themes/default/README, themes/default/close-active.png,
	  ...
	  themes/default/stick-toggled-inactive.png: Small tweaking

2006-04-21 00:04  stavrosg

	* po/el.po: * Greek translation update

2006-04-20 20:57  olivier

	* src/main.c: Increase render threshold to 0.025 instead of 0.01
	  sec.

2006-04-20 19:59  olivier

	* themes/default/menu-active.png, themes/default/menu-inactive.png,
	  ...
	  bar hilight and shadow.

2006-04-20 19:56  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Same strings, different
	  sources, need to update the po that reference the file and line
	  of the strings.

2006-04-20 19:55  olivier

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/hints.c: Optimize the code commited yesterday.

2006-04-20 09:50  sas

	* po/hu.po: hu trunk: wm updated

2006-04-19 22:05  olivier

	* configure.ac.in, po/POTFILES.in, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/client.c, src/client.h, src/display.c,
	  src/display.h, src/events.c, src/frame.c, src/hints.c,
	  src/hints.h, src/main.c, src/placement.c, src/workspaces.c,
	  src/workspaces.h: Add host name on windows running on remote
	  hosts (ala metacity), prevent windows above dock from being off
	  screen, fix restore on move sensitivity.

2006-04-19 17:00  sas

	* po/hu.po: hu trunk: updates

2006-04-19 16:17  benny

	* mcs-plugin/plugin.c, mcs-plugin/wmtweaks_plugin.c,
	  mcs-plugin/xfwm4_plugin.c, src/settings.c: Separate translation
	  for the settings manager label. Patch from Adriano Winter Bess.
	  Bug #1669.

2006-04-19 09:47  jari

	* po/fi.po: Finnish translation updated.

2006-04-18 15:03  daichi

	* po/et.po: Updated Estonian translations by Peeter Vois
	  <Peeter.Vois@proekspert.ee>.

2006-04-16 07:00  sas

	* po/hu.po: hu trunk: panel, wm & mcs-plugins updates

2006-04-16 04:36  daichi

	* po/ru.po: Updated Russian translations by Andrey Fedoseev
	  <andrey.fedoseev@gmail.com>.

2006-04-15 17:44  olivier

	* ChangeLog: Update ChangeLog

2006-04-15 12:10  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/zh_CN.po, po/zh_TW.po: Bump, etc.

2006-04-15 09:08  olivier

	* src/display.c: No need to display the actual results of the
	  XRender test if it's passed.

2006-04-15 03:17  daichi

	* po/ja.po: Updated Japanese translations.

2006-04-15 03:03  daichi

	* po/ru.po: Updated Russian translations by Andrey Fedoseev
	  <andrey.fedoseev@gmail.com>.

2006-04-14 23:58  daichi

	* po/fi.po: Updated Finnish translations by Jari Rahkonen
	  <jari.rahkonen@pp1.inet.fi>.

2006-04-14 21:53  olivier

	* themes/katiola/close-active.png,
	  themes/katiola/stick-toggled-pressed.png: Change gradient
	  background.

2006-04-14 20:53  olivier

	* src/compositor.c: Beuh, the shadows under the panel where gone
	  and nobody complained :(

2006-04-14 19:36  olivier

	* src/display.c: Add explicit target and measured value of the
	  XRender test.

2006-04-14 09:33  sas

	* po/hu.po: hu trunk: wm & print updates

2006-04-13 21:42  olivier

	* themes/katiola/README, themes/katiola/bottom-active.png,
	  ...
	  themes/katiola/top-right-inactive.xpm: Add theme data for
	  Katiola.

2006-04-13 21:40  olivier

	* configure.ac.in, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, themes/Makefile.am, themes/katiola,
	  themes/katiola/Makefile.am: Add new theme 'Katiola' (as in RCI).

2006-04-13 21:25  olivier

	* themes/default/close-active.xpm,
	  ...
	  remove
	  the red close button

2006-04-13 21:07  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Use currently selected key
	  theme as a template when creating a new key theme.

2006-04-11 21:39  olivier

	* mcs-plugin/xfce-wmtweaks-settings.desktop.in: Fix typo in
	  wmtwkeaks icon name (I thought I applied a patch from Adriano
	  Winter Bess <awbess@gmail.com> some time ago for that but
	  probably missed it as it's still not fixed...)

2006-04-08 20:28  olivier

	* ChangeLog, configure.ac.in: Update ChangeLog, bump version to
	  4.3.90.1 (4.4 beta 1)

2006-04-08 15:18  daichi

	* po/fi.po: Updated Finnish translations by Jari Rahkonen
	  <jari.rahkonen@pp1.inet.fi>.

2006-04-07 18:51  olivier

	* configure.ac.in, themes/stoneage/bottom-active.xpm,
	  ...
	  themes/stoneage/top-right-inactive.xpm: Apply Benny's patch that
	  fixes Xrandr detection if Xrender is present but not Xrandr.

2006-04-06 12:23  daichi

	* po/vi.po: Updated Vietnamese translations by Phan Vinh Thinh
	  <teppi@vnlinux.org>.

2006-04-02 20:32  paurullan

	* po/ca.po: [i18n] catalan
	  little of work on catalan translations

2006-04-02 18:47  olivier

	* mcs-plugin/xfwm4_plugin.c: Fix typo in icon name (Adriano Winter
	  Bess <awbess@gmail.com>)

2006-04-02 15:46  daichi

	* po/ja.po: Fixed according to the context.

2006-04-02 15:38  daichi

	* po/ja.po: Updated Japanese translations.

2006-04-02 13:35  olivier

	* src/compositor.c: Fix a couple of issues with shaped windows.

2006-04-02 09:00  stavrosg

	* po/el.po: Really corrected now

2006-04-02 02:32  stavrosg

	* po/el.po: Greek fuzzy

2006-04-01 21:22  olivier

	* po/fr.po: Fuzzy

2006-04-01 21:18  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: /me stupid; when adding
	  context, use a meaningful context...

2006-04-01 21:08  olivier

	* mcs-plugin/wmtweaks_plugin.c: Use const, it's good for you.

2006-04-01 21:02  olivier

	* mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Add context to some
	  translations as suggested by Adriano Winter Bess
	  <awbess@gmail.com> (Fix bug #1629) - Beware, it breaks existing
	  translations :(

2006-04-01 20:38  olivier

	* src/compositor.c, src/display.c, src/main.c, src/mywindow.c: Try
	  to improve the XRender benchmark.

2006-04-01 03:37  stavrosg

	* po/el.po: Greek translations update & polish by Stathis Kamperis
	  <ekamperi@auth.gr>

2006-03-31 21:54  olivier

	* src/compositor.c, src/compositor.h, src/display.c, src/display.h,
	  src/main.c: If no compositor options is passed, check for older
	  X.org versions and also check the XRender implementation before
	  enabling the compositor automatically.

2006-03-30 19:17  olivier

	* src/hints.c: Indentation

2006-03-30 17:34  olivier

	* src/hints.c: Fix a potential memory corruption.

2006-03-30 13:41  daichi

	* po/vi.po: Updated Vietnamese translations by Phan Vinh Thinh
	  <teppi@vnlinux.org>.

2006-03-29 22:04  olivier

	* src/compositor.c: Rework the computation of the display of frame
	  shadows.

2006-03-27 20:37  olivier

	* src/hints.c, src/main.c: Fixes (yeah, I know, I'm lame)

2006-03-27 19:31  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Fix value computed not used
	  warning (and bug).

2006-03-27 17:30  olivier

	* src/hints.c: Fix unitialized value.

2006-03-27 14:34  daichi

	* po/ru.po: Added/Updated Russian translations by
	  Andrey Fedoseev <andrey.fedoseev@gmail.com> and
	  Sergey Fedoseev <fedoseev.sergey@gmail.com>.

2006-03-27 05:37  olivier

	* src/hints.c: Fix yet another bug introduced yesterday.

2006-03-26 23:09  olivier

	* src/hints.c: Fix a bug from previous commit.

2006-03-26 22:49  olivier

	* mcs-plugin/margins.c, mcs-plugin/plugin.c,
	  mcs-plugin/wmtweaks_plugin.c, mcs-plugin/workspaces.c,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_shortcuteditor.c,
	  src/client.c, src/events.c, src/hints.c, src/icons.c, src/main.c,
	  src/misc.c, src/mypixmap.c, src/settings.c,
	  src/startup_notification.c: Various bug and warning fixes.

2006-03-26 14:47  daichi

	* po/ja.po: Updated Japanese translations.

2006-03-26 09:35  olivier

	* configure.ac.in, defaults/defaults, mcs-plugin/wmtweaks_plugin.c:
	  Enable compositor by default (I think it's pretty safe to enable
	  it now, it's a pretty well tested feature that's been there since
	  4.2) but use no shadow or transparency by default so that it's
	  still nice to cards which don't have render acclerated in
	  hardware. Users can tweak that using the wmtweaks settings, and
	  if they really don't want the compositor to be enabled, they can
	  either disable that in the Xorg.conf or even recompile xfwm4
	  withoug the compositor enabled.

2006-03-26 09:32  olivier

	* doc/C/xfwm4.html, doc/fr/xfwm4.html, doc/it/xfwm4.html,
	  doc/it/xfwm4.xml: Check path of xfwm4rc and regenerate html
	  version in case.

2006-03-26 00:26  stavrosg

	* po/el.po: * Greek translation update

2006-03-24 23:02  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update po

2006-03-24 22:59  olivier

	* mcs-plugin/wmtweaks_plugin.c: Random text paste removal

2006-03-24 22:55  olivier

	* mcs-plugin/wmtweaks_plugin.c, src/client.c, src/events.c,
	  src/keyboard.c, src/keyboard.h, src/settings.c, src/settings.h:
	  Make the modifier for clickand move configurable, and rework the
	  wmtweaks plugin.

2006-03-24 14:46  olivier

	* src/hints.c, src/hints.h: Trivial cleanup

2006-03-24 12:26  olivier

	* mcs-plugin/wmtweaks_plugin.c, src/client.c, src/events.c,
	  src/hints.c, src/hints.h, src/menu.c, src/menu.h, src/screen.c,
	  src/screen.h, src/settings.c, src/workspaces.c, src/workspaces.h,
	  ...
	  themes/wallis/top-right-active.xpm: Fix desktop names not showing
	  in window menu and other various fixes.

2006-03-20 06:39  olivier

	* src/client.c, src/tabwin.c: Cannot get ellipisize and centered
	  label to play well together across pango versions (namely
	  1.10.and 1.12).

2006-03-19 16:54  paurullan

	* po/ca.po: [i18n] catalan
	  seems a lot of work but they all are fuzzy

2006-03-19 02:01  daichi

	* po/ja.po: Updated Japanese translations.

2006-03-18 23:43  piarres

	* po/eu.po: BAsque tarsnaltion litle update

2006-03-18 14:47  paurullan

	* po/ca.po: [i18n] catalan
	  added null translation and some little tweaks to not-parsing ones

2006-03-18 09:15  daichi

	* po/ru.po: Added/Updated Russian translations by
	  Andrey Fedoseev <andrey.fedoseev@gmail.com>,
	  Sergey Fedoseev <fedoseev.sergey@gmail.com>.

2006-03-15 20:35  olivier

	* src/tabwin.c: In recent gtk/pango versions, it seems that setting
	  the ellipsize property on the label also changes the alignment,
	  so we need to set the justify property also.

2006-03-14 22:37  olivier

	* src/tabwin.c: Do not force ellipsize if not defined, it breaks
	  the label alignment as it seems.

2006-03-14 22:24  olivier

	* src/compositor.c: Base computation of rendering on actual window
	  opacity, take frame opacity into account for shadows.

2006-03-13 22:42  olivier

	* defaults/defaults, mcs-plugin/wmtweaks_plugin.c, po/ar.po,
	  po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po,
	  po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po,
	  po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po,
	  po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po,
	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po, src/compositor.c, src/settings.c,
	  src/settings.h: Add support for semi-transparent window
	  decorations, user configurable through the wmteaks plugin
	  (inspired by Aquila Deus <aquila_deus@yahoo.co.uk>
	  implementation, bug #1103)

2006-03-12 09:13  olivier

	* src/events.c: Expand tabs

2006-03-12 09:09  olivier

	* src/events.c: Don't allow resizing in fullscreen mode (fix bug
	  #1567)

2006-03-11 22:14  olivier

	* themes/wallis/themerc: Reduce button spacing for Wallis theme.

2006-03-11 22:08  olivier

	* themes/wallis/bottom-active.xpm,
	  ...
	  Use a colored frame for Wallis.

2006-03-11 19:07  gnu_sylvain

	* po/eo.po: Esperanto translations update: corrected two strings,
	  and email address.

2006-03-11 18:59  gnu_sylvain

	* po/eo.po: Esperanto translation update.

2006-03-11 08:26  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: The name and bindings did no
	  nmatch in the shortcut plugin.

2006-03-10 23:35  olivier

	* src/netwm.c: Force skip taskbar and skip pager property on some
	  known windows types.

2006-03-10 23:20  olivier

	* src/client.h: Do not place windows of type UTILITY either.

2006-03-10 23:14  olivier

	* src/client.h, src/focus.c: Do not focus windows of type UTILITY,
	  fix bug #1094

2006-03-10 21:41  olivier

	* icons/48x48/Makefile.am, icons/48x48/xfce4-keys.png: Remove
	  xfce4-keys.png, fix bug #1426.

2006-03-10 14:42  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
	  po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/client.c, src/settings.c, src/tabwin.c: The
	  Alt+Tab shortcut for windows cycling is no more configurable,
	  which helps cleaning up the code.

2006-03-08 21:44  olivier

	* configure.ac.in, themes/Makefile.am, themes/wallis/README,
	  ...
	  themes/wallis/themerc:
	  Update the Wallis theme.

2006-03-08 21:35  olivier

	* themes/wallis: Moving back wallis to xfwm4.

2006-03-08 21:17  olivier

	* themes/tyrex/Makefile.am, themes/tyrex/close-active.png,
	  ...
	  themes/tyrex/themerc:
	  Tweak themes for 4.4

2006-03-08 20:38  olivier

	* src/tabwin.c: Name the tabwin widget to allow customization.

2006-03-06 22:05  olivier

	* mcs-plugin/margins.c, mcs-plugin/margins.h,
	  mcs-plugin/monitor-icon.h, mcs-plugin/plugin.c,
	  mcs-plugin/plugin.h, mcs-plugin/wmtweaks_plugin.c,
	  mcs-plugin/workspaces.c, mcs-plugin/workspaces.h,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: Mess with svn properties -
	  Time to sleep.

2006-03-06 21:41  olivier

	* mcs-plugin/margins.c, mcs-plugin/margins.h,
	  mcs-plugin/monitor-icon.h, mcs-plugin/plugin.c,
	  mcs-plugin/plugin.h, mcs-plugin/wmtweaks_plugin.c,
	  mcs-plugin/workspaces.c, mcs-plugin/workspaces.h,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: SVN propset

2006-03-06 21:35  olivier

	* mcs-plugin/wmtweaks_plugin.c: Mispelled SVN keyword

2006-03-06 21:34  olivier

	* defaults/defaults, mcs-plugin/plugin.c,
	  mcs-plugin/wmtweaks_plugin.c, mcs-plugin/workspaces.c,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_shortcuteditor.c:
	  Turn snap resistance to false by default.

2006-03-04 12:07  olivier

	* src/compositor.c: Cleanup

2006-03-04 11:54  olivier

	* src/client.c, src/client.h, src/compositor.c, src/focus.c,
	  src/keyboard.c, src/keyboard.h: Allow focusing windows even when
	  other modifiers are pressed (fix 2nd part of bug #1530) - This is
	  somehow experimental as I'm not sure of the side effects for the
	  apps and may be reverted if too much people complain.

2006-03-04 11:10  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2006-03-01 20:22  olivier

	* src/compositor.c: Wrong color, dude.

2006-03-01 20:20  olivier

	* src/compositor.c: That green, err, nah.

2006-02-27 17:49  olivier

	* src/misc.c: Typo, fix bug #1512

2006-02-26 20:27  olivier

	* src/main.c: Trivial fix

2006-02-26 17:43  olivier

	* src/main.c: Add build Configuration and supported features
	  summary

2006-02-26 16:02  olivier

	* mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c: Improve
	  focus management with focus stealing prevention

2006-02-26 16:02  olivier

	* src/compositor.c, src/compositor.h, src/events.c, src/screen.h:
	  Fix screen resize with compositor running

2006-02-26 15:08  daichi

	* po/ja.po: Updated Japanese translations.

2006-02-25 09:12  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c,
	  src/hints.c, src/hints.h, src/screen.c, src/screen.h: Disable KDE
	  systray proxy in xfwm4 as KDE now supports standard systray

2006-02-25 07:29  olivier

	* mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/focus.c: Revert previous patch as the first implementation
	  was correct, but update the user_time to get an accurate value

2006-02-25 06:00  daichi

	* autogen.sh: Fixed NULL revision string for certain locales.

2006-02-24 21:17  olivier

	* mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/focus.c: Fix focus prevention if timestamp is 0 in the WM,
	  fix focus prevention in the plugins so that the windows get
	  focused anyway

2006-02-24 12:41  daichi

	* po/fi.po: Updated Finnish translations by Jari Rahkonen
	  <jari.rahkonen@pp1.inet.fi>.

2006-02-23 06:20  olivier

	* src/client.c: Woops, yesterdays' algorithm was flawed...

2006-02-22 22:31  olivier

	* src/client.c: Remove useless initialization.

2006-02-22 22:26  olivier

	* src/client.c, src/events.c: Use an idle function to recompute the
	  windows layout on screen size changes.

2006-02-22 21:12  stavrosg

	* po/el.po: Updated/Added Greek translations

2006-02-22 18:30  olivier

	* themes/therapy/README, themes/therapy/close-active.png,
	  ...
	  themes/therapy/themerc:
	  Update the Therapy theme for Xfce 4.4

2006-02-21 06:37  olivier

	* autogen.sh: Avoid side effects with the locale

2006-02-20 22:07  olivier

	* src/client.c, src/workspaces.c: Adjust windows position and
	  maximization on screen resize or when updating struts

2006-02-19 16:35  daichi

	* po/de.po: Updated German translations by Fabian Nowak
	  <timystery@arcor.de>.

2006-02-18 08:21  olivier

	* configure.ac.in, mcs-plugin/Makefile.am, mcs-plugin/margins.c,
	  mcs-plugin/margins.h, mcs-plugin/monitor-icon.h,
	  mcs-plugin/monitor-icon.png, mcs-plugin/plugin.c,
	  mcs-plugin/plugin.h, mcs-plugin/wmtweaks_plugin.c,
	  mcs-plugin/workspaces.c, mcs-plugin/workspaces.h,
	  mcs-plugin/xfce-wm-settings.desktop.in,
	  mcs-plugin/xfce-wmtweaks-settings.desktop.in,
	  mcs-plugin/xfce-workspaces-settings.desktop.in,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h, src/Makefile.am, src/client.c,
	  src/client.h, src/compositor.c, src/compositor.h,
	  src/default_icon.png, src/display.c, src/display.h, src/events.c,
	  src/events.h, src/focus.c, src/focus.h, src/frame.c, src/frame.h,
	  src/hints.c, src/hints.h, src/icons.c, src/icons.h,
	  src/inline-default-icon.h, src/inline-tabwin-icon.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/menu.c,
	  src/menu.h, src/misc.c, src/misc.h, src/mypixmap.c,
	  src/mypixmap.h, src/mywindow.c, src/mywindow.h, src/netwm.c,
	  src/netwm.h, src/parserc.c, src/parserc.h, src/placement.c,
	  src/placement.h, src/poswin.c, src/poswin.h, src/screen.c,
	  src/screen.h, src/session.c, src/session.h, src/settings.c,
	  src/settings.h, src/spinning_cursor.c, src/spinning_cursor.h,
	  src/stacking.c, src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin-icon.png, src/tabwin.c,
	  src/tabwin.h, src/transients.c, src/transients.h,
	  src/wireframe.c, src/wireframe.h, src/workspaces.c,
	  src/workspaces.h: Update copyright date and add properties

2006-02-17 11:51  olivier

	* AUTHORS: Add missing contributor

2006-02-17 11:48  olivier

	* src/poswin.c: Seems that the popup displaying window size and/or
	  position is confusing the event management so that a button press
	  followed immediatly by a button release misses the release event,
	  so don't use a gtk_widget_show_now () (Fix bug #1467)

2006-02-16 20:47  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update po

2006-02-15 21:13  olivier

	* AUTHORS, defaults/defaults, mcs-plugin/wmtweaks_plugin.c,
	  src/client.c, src/settings.c, src/settings.h: Merge a patch from
	  Damon Harper <dl+xfce4-dev@usrbin.ca> that implements edge
	  resistance instead of windows snapping

2006-02-15 21:10  olivier

	* AUTHORS: Add contributors

2006-02-15 20:55  olivier

	* ChangeLog: Update ChangeLog

2006-02-15 20:49  olivier

	* ChangeLog: Update ChangeLog

2006-02-13 16:32  olivier

	* themes/default.keys/keythemerc: Fix default key shortcuts for
	  desktop navigation (Fix #1450)

2006-02-13 12:28  pollux

	* po/vi.po: updated VI translations

2006-02-12 22:15  olivier

	* src/client.c: Use smarter maximization that takes partial struts
	  into account even among the same monitor.

2006-02-12 12:29  daichi

	* po/fi.po: Updated Finnish translations by Jari Rahkonen
	  <jari.rahkonen@pp1.inet.fi>.

2006-02-12 12:26  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2006-02-12 01:45  stavrosg

	* po/el.po: Updated Greek translation

2006-02-10 17:52  olivier

	* src/focus.c, src/main.c: Add version string for 'what', don't
	  raise window that w/out focus only when focus stealing prevention
	  is active (might help for bug #1445)

2006-02-07 10:46  olivier

	* src/compositor.c: Don't apply a shadow on ARBG windows as they
	  can have arbitrary shapes (Fix bug #1430)

2006-02-05 17:53  yuvaltanny

	* po/he.po: Update Hebrew translations

2006-02-02 20:43  olivier

	* po/fr.po: String too long in french...

2006-02-02 20:36  olivier

	* icons/48x48/Makefile.am, icons/48x48/wmtweak.png,
	  icons/48x48/wmtweaks.png, icons/scalable/Makefile.am,
	  icons/scalable/wmtweak.svg, icons/scalable/wmtweaks.svg: Icon
	  name

2006-02-02 20:33  olivier

	* po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: Resync

2006-02-02 20:21  olivier

	* mcs-plugin/wmtweak_plugin.c, mcs-plugin/wmtweaks_plugin.c: Stay
	  conherent in WM tweaks plugin naming

2006-02-02 20:20  olivier

	* mcs-plugin/Makefile.am, mcs-plugin/wmtweak_plugin.c,
	  mcs-plugin/xfce-wmtweaks-settings.desktop.in: Stay conherent in
	  WM tweaks plugin naming

2006-02-01 18:39  olivier

	* po/fr.po: Update french locale

2006-01-31 21:50  olivier

	* src/compositor.c: Include new default colors for 4.4

2006-01-30 21:10  olivier

	* mcs-plugin/xfce-wmtweaks-settings.desktop.in: Use the correct
	  icon in desktop entry

2006-01-30 21:09  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update french
	  localization and other pot files

2006-01-30 21:08  olivier

	* src/events.c: Fix show desktop shortcut

2006-01-29 07:21  daichi

	* po/ja.po: Updated Japanese translations.

2006-01-29 06:52  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: * Updated.
	  * Discarded obsolete translations.

2006-01-28 13:57  olivier

	* icons/48x48/Makefile.am, icons/48x48/wmtweak.png,
	  icons/scalable/Makefile.am, icons/scalable/wmtweak.svg,
	  mcs-plugin/wmtweak_plugin.c: Add new icon to WM tweak plugin.

2006-01-27 22:34  olivier

	* src/events.c: Remove trace.

2006-01-27 22:31  olivier

	* src/client.c, src/client.h, src/events.c, src/screen.c,
	  src/screen.h: Remove NET_SHOWING_DESKTOP flag upon window
	  deiconification (fix bug #1385)

2006-01-27 20:28  olivier

	* src/compositor.c: Fix shadow remanence after windows shuffling.

2006-01-21 23:41  olivier

	* mcs-plugin/wmtweak_plugin.c: Rephase some messages according to
	  Brian's recommendations. Thanks Brian!

2006-01-21 13:35  olivier

	* mcs-plugin/wmtweak_plugin.c, mcs-plugin/xfwm4_plugin.c: Small
	  code cleanup

2006-01-21 11:19  olivier

	* mcs-plugin/plugin.c, mcs-plugin/wmtweak_plugin.c,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c, src/compositor.c: Fixes to the
	  new WM tweak plugin, fix for the window manager to handle changes
	  in compositing settings in real time, check what window manager
	  is running and disable WM settings if not running xfwm4.

2006-01-20 22:45  olivier

	* mcs-plugin/wmtweak_plugin.c, src/settings.c: Fix compositing
	  manager not being detected, repaint screen upon shadow changes.

2006-01-20 22:27  olivier

	* defaults/defaults, mcs-plugin/Makefile.am,
	  mcs-plugin/wmtweak_plugin.c,
	  mcs-plugin/xfce-wmtweaks-settings.desktop.in,
	  mcs-plugin/xfwm4_plugin.c, po/POTFILES.in, src/settings.c: Add
	  the long awaited wm tweaks plugin.

2006-01-18 17:48  daichi

	* po/ChangeLog: Updated.

2006-01-10 18:47  olivier

	* src/events.c: Forgot to deal with event timestamp == 0 for
	  NET_ACTIVE_WINDOW.

2006-01-09 22:34  olivier

	* src/events.c: Improving EWMH activate.

2006-01-08 21:12  paurullan

	* po/ca.po: catalan translation:
	  little heading fixing but in every trunk file
	  Created the xfmedia translation

2006-01-08 13:52  olivier

	* src/compositor.c: Take window opacity into account for the
	  shadow.

2006-01-07 17:58  olivier

	* mcs-plugin/margins.c, mcs-plugin/workspaces.c,
	  mcs-plugin/xfwm4_plugin.c: Some obvious optimizations to speed up
	  MCS startup.

2006-01-07 09:40  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/zh_CN.po, po/zh_TW.po: Updated copyright information.

2006-01-05 21:59  olivier

	* defaults/defaults: Turn frame shadows on by default.

2006-01-05 21:56  olivier

	* themes/default/close-active.png,
	  ...
	  themes/default/stick-toggled-inactive.png: Enhance lighter frame
	  on buttons.

2006-01-03 20:50  olivier

	* src/focus.c: Fix crash when compiled with enable-debug=full (Fix
	  bug #1305)

2006-01-02 21:44  olivier

	* src/placement.c: Redo differently.

2006-01-02 21:27  olivier

	* src/client.c, src/placement.c: Fix fullscreen for legacy apps

2006-01-01 23:18  daichi

	* po/ja.po: Updated Japanese translations.

2006-01-01 18:12  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2005-12-29 14:21  olivier

	* themes/default/top-left-active.png,
	  ...
	  themes/default/top-right-inactive.png: Make title bar edges look
	  a bit smoother.

2005-12-29 13:50  olivier

	* src/events.c, src/screen.c: Fix grabs when modifier mapping
	  changes.

2005-12-29 10:23  olivier

	* src/settings.c: Code cleanup

2005-12-28 21:42  olivier

	* themes/default/close-pressed.png,
	  ...
	  buttons, don't use shadow color on pressed button.

2005-12-28 21:38  olivier

	* src/client.c, src/compositor.c, src/events.c, src/hints.c,
	  src/hints.h: Use relative moves to warp the pointer,
	  improve compositor shadows on shaped windows,
	  truncate window title names as it breaks cairo if the string is
	  too long (Bug #1296)

2005-12-26 18:05  olivier

	* src/settings.c: Incomplete color table causing random colors to
	  be used as inactive shadow/mid color.

2005-12-23 21:56  olivier

	* src/client.c, src/events.c: Improve workspace wrapping when
	  dragging windows,
	  snap windows on move when using the keyboard too.

2005-12-22 21:26  olivier

	* src/client.c, src/tabwin.c, src/tabwin.h: Display workspace
	  number only when cycling through workspaces is enabled

2005-12-21 21:22  olivier

	* mcs-plugin/xfwm4_plugin.c: Do not save the options when
	  initiating the plugin to save some startup time.

2005-12-20 14:36  daichi

	* po/ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Updated.

2005-12-15 23:14  olivier

	* src/client.c, src/events.c, src/screen.c, src/settings.c,
	  src/settings.h: Fix NET_WORKAREA not being updated on screen size
	  change (bug #1275),
	  Remove all code related to external command spawning since the
	  separate shortcut manager is now functional, yay\!

2005-12-11 18:37  stavrosg

	* po/el.po: Updated Greek translations

2005-12-07 10:55  piarres

	* po/ChangeLog, po/eu.po: [i18n] Basque translation update

2005-12-05 21:39  olivier

	* src/events.c, src/keyboard.c: Fix keyboard shortcut to move the
	  focus window across workspaces (bug #1257).

2005-11-29 21:45  daichi

	* po/ja.po: Fixed mistranslations.
	  Revised some translations.

2005-11-28 15:19  daichi

	* po/ChangeLog: Updated.

2005-11-25 21:40  olivier

	* themes/default/themerc: Title too low in title bar.

2005-11-21 17:14  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2005-11-21 16:06  daichi

	* po/POTFILES.in: Updated POTFILES.in files.

2005-11-21 06:21  olivier

	* defaults/defaults: Forgot to add the new option to the default
	  file.

2005-11-20 21:16  olivier

	* src/client.c, src/events.c, src/settings.c, src/settings.h,
	  src/tabwin.c, src/workspaces.c, src/workspaces.h: Add new option,
	  cycle_workspaces, that allow cycling through all workspaces

2005-11-20 17:29  olivier

	* themes/stoneage/themerc, themes/stoneage/top-left-active.png,
	  ...
	  themes/stoneage/top-right-inactive.xpm: Seems I son't like
	  rounded corners anymore.

2005-11-20 10:06  olivier

	* src/client.c: Fix windows disapearing when moved between
	  workspaces before initial mapping (bug #1236)

2005-11-19 17:16  olivier

	* themes/stoneage/menu-pressed.xpm: No need to change color for
	  pressed button, it's filled with the icon.

2005-11-19 16:27  olivier

	* themes/stoneage/close-active.png,
	  ...
	  slicker buttons.

2005-11-13 21:26  olivier

	* src/client.c: Remove unused older definitions.

2005-11-12 13:49  olivier

	* src/client.c, src/focus.c, src/startup_notification.c: Fix
	  stacking vs. focus stealing prevention.

2005-11-12 09:48  olivier

	* src/client.c, src/client.h, src/events.c, src/focus.c,
	  src/stacking.c, src/startup_notification.c: Improve dragging
	  windows overs desktops, improve focus stealing prevention.

2005-11-11 17:16  olivier

	* autogen.sh, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po,
	  po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po,
	  po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po,
	  po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync

2005-11-11 17:15  olivier

	* Makefile.am, configure.ac, configure.ac.in: Take example of what
	  Benny did for Thunar to include svn revision.

2005-11-11 16:50  olivier

	* configure.ac.in: Add configure.ac.in

2005-11-11 16:44  olivier

	* configure.ac: Try to add svn id

2005-11-11 16:02  olivier

	* src/startup_notification.c: Use SN timestamp if available.

2005-11-11 15:45  olivier

	* src/client.c, src/client.h, src/placement.c: Prevent shaded
	  window from disapearing if the title is off screen, and set the
	  minimum visible height/width to the title height.

2005-11-11 10:09  olivier

	* doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png, doc/C/images/titlebar.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png,
	  doc/fr/images/compose_shortcut.png,
	  doc/fr/images/decoration_style.png, doc/fr/images/focus.png,
	  doc/fr/images/keyboard_and_focus.png,
	  doc/fr/images/keyboard_shortcuts.png,
	  doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png,
	  doc/it/images/compose_shortcut.png,
	  doc/it/images/decoration_style.png, doc/it/images/focus.png,
	  doc/it/images/keyboard_and_focus.png,
	  doc/it/images/keyboard_shortcuts.png,
	  doc/it/images/misc_wm_prefs.png, doc/it/images/titlebar.png,
	  doc/it/images/workspace_margins.png,
	  doc/it/images/xfwm_workspaces.png, icons/48x48/xfce4-keys.png,
	  icons/48x48/xfce4-workspaces.png, icons/48x48/xfwm4.png,
	  mcs-plugin/monitor-icon.png, src/default_icon.png,
	  src/tabwin-icon.png, themes/default-4.0/bottom-active.xpm,
	  ...
	  themes/tyrex/top-right-inactive.xpm: Fixing mime types

2005-11-09 20:24  olivier

	* ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po,
	  po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po,
	  po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po,
	  po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update ChangLog

2005-11-08 19:24  olivier

	* src/client.c, themes/default/menu-active.png,
	  ...
	  themes/stoneage/menu-pressed.xpm: Application icon now adapts to
	  the button size. This allows different icon sizes in the title
	  menu button between themes.

2005-11-07 22:20  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync po

2005-11-07 19:08  olivier

	* src/netwm.c: Stacking bug introduced by the fix for transients

2005-11-05 14:59  daichi

	* po/ChangeLog: Deciphering.

2005-11-05 14:38  daichi

	* po/ChangeLog: Trimmed and updated.

2005-11-03 21:56  olivier

	* src/stacking.c: Don't screw up the stack list when the transient
	  is not on the same layer.

2005-11-03 21:45  olivier

	* src/client.c: Resync with 4.2 branch

2005-11-03 21:24  olivier

	* src/stacking.c: Small stacking issue introduced by previous
	  commit

2005-11-03 21:09  olivier

	* src/client.c, src/netwm.c: Be more permissive with above/below
	  states for transients (fixes Bug #1207)

2005-11-03 12:14  olivier

	* themes/default/menu-active.xpm, themes/default/menu-inactive.xpm,
	  ... themes/default/themerc: Reduce
	  the width of the menu button and set horizontal title offset to 0

2005-11-02 20:26  olivier

	* themes/stoneage/bottom-active.xpm,
	  ...
	  I prefer the
	  flat look for that theme.

2005-11-01 21:47  olivier

	* themes/stoneage/bottom-active.xpm,
	  ...
	  themes/stoneage/top-right-inactive.xpm: Small change in stoneage
	  theme

2005-11-01 20:10  olivier

	* src/compositor.c: Reverting a test/debug code that was not meant
	  to go to SVN.

2005-11-01 18:17  olivier

	* src/compositor.c: Fix a leak recently introduced by revision
	  18118.

2005-11-01 09:40  olivier

	* src/client.c, src/client.h, src/mywindow.c: Don't keep the icon
	  pixbuf to save a bit of video memory.

2005-11-01 08:46  olivier

	* defaults/defaults, src/compositor.c: Disable shadows by default.

2005-10-31 14:12  olivier

	* src/mypixmap.c: Rearrange init code of pixmaps.

2005-10-31 13:16  olivier

	* src/client.c, src/compositor.c, src/mypixmap.c: Should fix the
	  crash reported by Brian.

2005-10-31 10:25  olivier

	* configure.ac: Display options status at the end of configure

2005-10-31 09:02  olivier

	* src/client.c: Small trivial useless code cleanup.

2005-10-30 22:22  olivier

	* configure.ac, themes/Makefile.am, themes/stoneage,
	  ...
	  themes/stoneage/top-right-inactive.xpm: Theme reorg.

2005-10-30 22:19  olivier

	* themes/symphony: Move "symphony" to separate theme package.

2005-10-30 22:17  olivier

	* themes/waza: Move "waza" to separate theme package.

2005-10-30 22:17  olivier

	* themes/opta: Move "opta" to separate theme package.

2005-10-30 22:16  olivier

	* themes/wallis: Move wallis to separate theme package.

2005-10-30 22:12  olivier

	* themes/wildbush: Move wildbush to separate theme package.

2005-10-30 15:42  olivier

	* defaults/defaults, mcs-plugin/xfwm4_plugin.h: Change default
	  button layout so that it looks better with application icon in
	  title bar.

2005-10-30 15:41  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme to
	  make use of application icon.

2005-10-30 15:40  olivier

	* src/client.c, src/client.h, src/default_icon.png, src/events.c,
	  src/frame.c, src/inline-default-icon.h, src/mypixmap.c,
	  src/mypixmap.h, src/settings.c, src/settings.h: Add support for
	  application icon in menu button.

2005-10-27 20:32  paurullan

	* po/ca.po: begin process to 4.4 work
	  autotranslation of most of the actual po
	  
	  -- paurullan@bulma.net , ca translator

2005-10-21 16:25  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/zh_CN.po, po/zh_TW.po: Updated with the latest POT file.
	  Discarded obsolete translations.

2005-10-21 14:02  alex

	* po/it.po: Restore correct headers.

2005-10-21 12:25  daichi

	* po/xfwm4.pot: Updated with the latest sources.

2005-10-21 12:22  alex

	* po/it.po: Update Italian translations and add missing accelerator
	  keys.

2005-10-21 12:07  daichi

	* po/ja.po: Updated Japanese translations.

2005-10-21 09:03  daichi

	* po/pl.po: Updated Polish translations by Piotr Malinski
	  <riklaunim@gmail.com>.

2005-10-20 18:35  olivier

	* src/settings.c: Well, I meant the right colors...

2005-10-20 18:23  olivier

	* src/settings.c: Use the right color for the inactive text shadow,
	  that looks better...

2005-10-19 21:40  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Adapt default theme to
	  take advantage of smoother text shadow

2005-10-19 21:31  olivier

	* src/frame.c, src/screen.c, src/screen.h, src/settings.c: Allow
	  configurable shadow color with "active_text_shadow_color" and
	  "inactive_text_shadow_color" (fixes enhancement request #418)

2005-10-19 20:51  daichi

	* po/lt.po: Changed addresses.

2005-10-18 18:20  daichi

	* po/ja.po: Minor updates.

2005-10-17 20:37  daichi

	* po/ja.po: Fixed fatal mistranslations.

2005-10-16 22:19  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Updated.

2005-10-15 12:51  daichi

	* po/ja.po: Updated Japanese translations.

2005-10-15 12:12  kelnos

	* configure.ac: add "[no-xml]" option to AC_PROG_INTLTOOL to remove
	  dep on XML::Parser as
	  suggested by daichi (bug 964)
	  sorry for the spam, but svn is being annoying and won't let me
	  commit all
	  at once.

2005-10-14 10:02  daichi

	* po/hu.po: Updated Hungarian translations by Szervac Attila
	  <sas@321.hu>.

2005-10-14 05:21  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po,
	  ...
	  themes/default/top-right-inactive.xpm: Resync

2005-10-14 05:10  olivier

	* src/client.c: Keep fully visible only on resize

2005-10-13 21:39  olivier

	* src/client.c, src/placement.c: Try to keep windows on screen even
	  if they resize themselves

2005-10-13 20:12  olivier

	* src/events.c: Move misplaced break introduced by previous commit

2005-10-13 20:06  olivier

	* src/events.c: Check if the requested workspace is within the
	  current limits before switching.

2005-10-13 13:52  daichi

	* po/hu.po: Updated Hungarian translations by Szervac Attila
	  <sas@321.hu>.

2005-10-11 09:53  daichi

	* po/et.po: Changed an address.

2005-10-10 00:05  daichi

	* po/ro.po: Corrected version at `Project-Id-Version'.

2005-10-09 12:01  daichi

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/po2tbl.sed.in, po/pt_BR.po, po/pt_PT.po,
	  po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po,
	  po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po:
	  po/xfwm4.pot
	  
	  * Updated.
	  
	  po/*.po
	  
	  * Modified initial header strings using template by "msginit".
	  * Modified initial comment strings using template by "msginit".
	  * Discarded obsolete translations.
	  
	  po/po2tbl.sed.in
	  
	  * Removed.

2005-10-08 19:51  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync

2005-10-08 19:44  olivier

	* src/compositor.c: Don't leak the region if the window size hasn't
	  changed (leak introduced in the change from yesterday)

2005-10-08 19:38  olivier

	* configure.ac: Check for version 0.2 instead of 1.0 for xcomposite
	  extension as suggested by bcowan@gentoo.org in bug #1177

2005-10-08 09:39  olivier

	* themes/default/README, themes/default/close-pressed.png,
	  ...
	  themes/default/top-right-inactive.png: Enhance the glass effect
	  on title bar

2005-10-07 20:26  olivier

	* themes/default/close-active.png,
	  ...
	  themes/default/stick-toggled-inactive.png: Add a small lighter
	  frame arround buttons

2005-10-07 20:26  olivier

	* src/compositor.c: A couple of fixes in the compositor

2005-10-06 19:57  olivier

	* src/client.c, src/compositor.c: * Compositor improvements,
	  * Revert revision 15971 (june 14th) as it breaks apps that update
	  their decorations flags

2005-10-05 19:00  olivier

	* defaults/defaults: Set opacity for popup to 100% by default

2005-10-03 19:50  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync po

2005-10-03 19:48  olivier

	* src/display.c, src/display.h: The code is there, add prototype

2005-10-03 19:46  olivier

	* defaults/defaults, src/compositor.c, src/display.c,
	  src/settings.c, src/settings.h: Add opacity option for popup
	  windows such as tooltips and menus (popup_opacity=<int>)

2005-10-02 20:42  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync po

2005-10-02 19:58  olivier

	* themes/default/close-active.png,
	  ...
	  themes/default/stick-toggled-inactive.png: Add a very slight
	  shadow around buttons

2005-10-01 13:17  olivier

	* themes/default/close-active.png, themes/default/close-active.xpm,
	  ...
	  looks better and slightly improve usability (IMHO)

2005-09-30 18:49  olivier

	* src/compositor.c, src/frame.c: Fix undecorated windows not being
	  updated (fix bug #1168)

2005-09-29 19:53  olivier

	* mcs-plugin/xfwm4_plugin.h: Use bold font as default title font

2005-09-28 19:14  olivier

	* src/compositor.c, src/frame.c: Add shadow to docks

2005-09-28 16:41  olivier

	* src/client.c: Fix some windows (like panels) not showing at first
	  run

2005-09-27 21:48  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-27 21:47  olivier

	* src/focus.c, src/stacking.c: Fix stacking bug introduced by
	  recent changes

2005-09-27 19:38  olivier

	* themes/default/themerc, themes/default/title-1-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Add 1 pixel to the height
	  of the title bar

2005-09-27 19:35  olivier

	* src/client.c, src/focus.c, src/stacking.c: Improve stacking with
	  focus stealing

2005-09-26 20:13  olivier

	* src/client.c, src/client.h, src/events.c, src/focus.c,
	  src/focus.h, src/stacking.c, src/stacking.h: Add support for
	  stacking sibling, do not place windows on top of stack when
	  blocked from stealing focus.

2005-09-25 21:07  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync

2005-09-25 21:06  olivier

	* src/mypixmap.c: Indentation

2005-09-25 20:16  olivier

	* themes/default/title-1-active.png,
	  ...
	  themes/default/top-right-inactive.png: Slightly enhance the glass
	  effect

2005-09-25 20:16  olivier

	* src/mywindow.c: Remove debug messages

2005-09-25 19:32  olivier

	* src/mywindow.c: Testing code

2005-09-25 11:11  olivier

	* src/display.c: Wrong fix.

2005-09-25 11:11  olivier

	* src/client.c: Wrong fix.

2005-09-25 11:10  olivier

	* src/client.c, src/display.c, src/mypixmap.c, src/mywindow.c:
	  Fixes for ARGB/multiple depth windows.

2005-09-24 13:27  olivier

	* src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h:
	  Cache XRender picture and visual format to improve speed

2005-09-24 07:45  daichi

	* po/ja.po: * Added initial "$Id: ChangeLog 29800 2009-04-14 20:50:46Z olivier $".
	  
	  * Updated some translations.

2005-09-23 20:09  olivier

	* src/mywindow.c: Fallback to regular Xlib routins to set window
	  pixmap, fixes bug #1161

2005-09-20 05:17  olivier

	* src/events.c: No need to grab the keys twice

2005-09-19 20:24  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-19 20:21  olivier

	* src/client.c, src/client.h, src/display.c, src/events.c,
	  src/screen.c, src/screen.h, src/settings.c: Take changes in
	  keyboard mapping into account

2005-09-18 15:29  olivier

	* src/display.c, src/display.h: Fix typo, use COMPOSITING_MANAGER
	  instead of CLIPBOARD_MANAGER, move atom_names array to rodata,
	  use enum instead of defines, all this rightly suggested by Benny.

2005-09-18 14:44  olivier

	* src/client.c, src/events.c, src/focus.c, src/hints.c,
	  src/hints.h, src/main.c, src/screen.c, src/screen.h,
	  src/settings.c: Fix wrong pointer being passed to
	  clientUpdateAllFrames(), add support to COMPOSITING_MANAGER as
	  discussed on xdg list, rename gnome_win as xfwm4_win since it's
	  really an internal window that has not much to do with gnome
	  support

2005-09-18 13:52  olivier

	* src/display.c, src/display.h: Add new atom

2005-09-18 09:22  olivier

	* src/events.c: Properly handle mapping notify

2005-09-17 12:15  olivier

	* themes/default/close-active.png, themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-inactive.png: Improve hilight on
	  buttons to enhance the translucent look

2005-09-15 18:43  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-15 18:41  olivier

	* src/client.c, src/events.c, src/misc.c, src/screen.c: Make
	  workspace switch simpler, reduce sidewalks windows to 1 pixel

2005-09-15 18:40  olivier

	* themes/default/README, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Change theme

2005-09-13 20:53  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-13 20:41  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-13 20:41  olivier

	* themes/default/close-active.png, themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Update theme

2005-09-13 20:12  olivier

	* src/events.c, src/misc.c, src/workspaces.c: Be smarter when
	  showing/hiding sidewalk windows, that greatly improves panel
	  autohide feature

2005-09-13 19:49  olivier

	* src/client.c, src/events.c, src/misc.c, src/screen.c,
	  src/workspaces.c: Apply patch from Ian Morgan <imorgan@webcon.ca>
	  that improves workspaces edge resistance.

2005-09-11 20:45  olivier

	* src/client.c, src/events.c: Don't follow NET_CURRENT_DESKTOP
	  event if specified value is out of range (fix bug #1140)

2005-09-09 12:06  daichi

	* po/zh_TW.po: Changed translator's representation in spelling by
	  the request.

2005-09-07 20:26  olivier

	* src/tabwin.c: Better use of gtk theme colors

2005-09-07 19:40  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync po

2005-09-07 19:35  olivier

	* src/tabwin.c: Add a small color frame in increase visibility

2005-09-06 12:24  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync po

2005-09-06 11:51  olivier

	* src/client.c: Don't unset the maximize flag unless the actual
	  window size has changed (fix bug #1129)

2005-09-05 21:25  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-05 21:22  olivier

	* src/tabwin.c: Do not circlify the list, too hacky...

2005-09-04 20:44  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-04 20:43  olivier

	* src/tabwin.c:

2005-09-03 14:32  olivier

	* src/tabwin.c: Fix crash in tabwin with some gtk engines

2005-09-03 13:56  olivier

	* src/tabwin.c: Change tabwin layout

2005-09-02 23:23  olivier

	* src/tabwin.c: Fix critical bugs in tabwin

2005-09-02 22:35  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Resync

2005-09-02 22:33  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/tabwin.c: Fix pixbuf
	  being leaked in new tabwin code.

2005-09-02 22:18  olivier

	* src/tabwin.c: code style

2005-09-02 22:15  olivier

	* src/client.c: trace twice? nah\!

2005-09-02 22:13  olivier

	* src/client.c, src/tabwin.c, src/tabwin.h: Bug fixes in cycling

2005-09-01 21:12  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: resync

2005-09-01 21:11  olivier

	* src/tabwin.c: Fix mismatch between displayed icon/window and
	  actual hilighted frame

2005-09-01 21:00  olivier

	* src/tabwin.c, src/tabwin.h: Add class name, rearrange layout of
	  tabwin, fix warnings when app window vanishes

2005-09-01 19:44  olivier

	* src/tabwin.c: Change the tabwin window a bit

2005-09-01 05:59  olivier

	* configure.ac, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po,
	  po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: fix configure script

2005-08-31 22:16  olivier

	* src/client.c, src/tabwin.c, src/tabwin.h: Commit Ori's patch for
	  alt-tab switching

2005-08-29 21:48  daichi

	* po/ja.po: Changed responsible period for previous translator.

2005-08-23 05:47  ankit

	* po/gu.po: Updted Translations

2005-08-19 12:24  daichi

	* po/bg.po, po/es.po, po/es_MX.po, po/nb_NO.po, po/nl.po,
	  po/pt_BR.po, po/sv.po, po/zh_CN.po: Fixed errors emitted by
	  'msgfmt -c'.
	  
	  Added fall back address at the 'Language-Team: ', according to
	  the
	  http://www.iro.umontreal.ca/translation/registry.cgi?team=index
	  
	  Modified initial comment strings with template by 'msginit'.

2005-08-18 12:05  daichi

	* po/ja.po: Updated Japanese translations.

2005-08-17 15:03  daichi

	* po/en_GB.po, po/nb_NO.po: Converted local charsets to UTF-8.

2005-08-15 15:12  daichi

	* po/zh_TW.po: Removed executable attribution.

2005-08-13 15:09  stavrosg

	* configure.ac, po/el.po: * Added initial Greek translations in
	  trunk for xfce-mcs-plugins, xfprint,
	  xfwm4 & xfdesktop.
	  * Corrections & additions for xfce4-panel/trunk/po/el.po

2005-08-13 14:09  daichi

	* po/fi.po: Updated Finnish translations by Jari Rahkonen.

2005-08-08 20:08  olivier

	* src/compositor.c: Remove window content region from the shadow in
	  compositor. This change is based on the patch submitted by
	  <aquila_deus@yahoo.co.uk> in bug #1103.
	  
	  M compositor.c

2005-08-04 20:06  olivier

	* themes/default/themerc:

2005-08-03 20:19  olivier

	* themes/default/close-active.png, themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Enlarge the title height
	  by 2 pix; makes it better to the eyes and easier to use on modern
	  hardware with high resolutions.

2005-07-26 12:23  pollux

	* configure.ac, po/eo.po: add some EO translations

2005-07-09 20:38  olivier

	* mcs-plugin/xfwm4_plugin.c: Fix settings not being saved (bug
	  #1069)

2005-07-04 11:47  pollux

	* po/ko.po: update KO translations

2005-07-03 20:34  olivier

	* themes/default/title-3-active.png: Remove stripes

2005-06-29 16:14  pollux

	* po/zh_TW.po: update zh_TW translations

2005-06-27 18:24  olivier

	* mcs-plugin/xfwm4_plugin.h, themes/default/themerc,
	  ...
	  themes/default/title-4-inactive.xpm: Look

2005-06-26 17:09  pollux

	* po/ko.po: update KO translations

2005-06-25 21:55  olivier

	* Makefile.am: Wrong option

2005-06-25 21:37  olivier

	* Makefile.am, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po,
	  po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po,
	  po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po,
	  po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po,
	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Update snapshot generation

2005-06-25 21:31  olivier

	* mcs-plugin/xfwm4_plugin.c, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po,
	  po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po,
	  po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po,
	  ...
	  themes/default/top-right-inactive.xpm: Fix theme list not being
	  updated (bug #1024)

2005-06-25 11:21  benny

	* mcs-plugin/xfwm4_plugin.c: Initialize result properly.

2005-06-25 11:17  benny

	* mcs-plugin/xfwm4_plugin.c: Don't crash if the MCS plugin is
	  unable to store the settings, a warning
	  telling whats wrong will be emitted by libxfce4util, see bug
	  #1033.

2005-06-22 22:05  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Give a slight 3D look to
	  the frame

2005-06-22 21:57  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Po stuff as always

2005-06-22 21:52  olivier

	* src/startup_notification.c: Trivial fix

2005-06-22 21:50  olivier

	* src/client.c, src/hints.c, src/netwm.c,
	  src/startup_notification.c: Fix startup notification properties
	  not being applied

2005-06-20 20:05  olivier

	* Makefile.am, mcs-plugin/margins.c, mcs-plugin/margins.h,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  src/client.c, src/client.h, src/compositor.c, src/compositor.h,
	  src/display.c, src/display.h, src/events.c, src/events.h,
	  src/focus.c, src/focus.h, src/frame.c, src/frame.h, src/hints.c,
	  src/hints.h, src/icons.c, src/icons.h, src/keyboard.c,
	  src/keyboard.h, src/main.c, src/menu.c, src/menu.h, src/misc.c,
	  src/misc.h, src/mypixmap.c, src/mypixmap.h, src/mywindow.c,
	  src/mywindow.h, src/netwm.c, src/netwm.h, src/parserc.c,
	  src/parserc.h, src/placement.c, src/placement.h, src/poswin.c,
	  src/poswin.h, src/screen.c, src/screen.h, src/session.c,
	  src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h, src/stacking.c,
	  src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/tabwin.h,
	  src/transients.c, src/transients.h, src/wireframe.c,
	  src/wireframe.h, src/workspaces.c, src/workspaces.h: Update dates

2005-06-20 19:20  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Sync

2005-06-20 18:58  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po, src/events.c, src/placement.c,
	  ...
	  themes/default/top-right-inactive.xpm: Remove spurious traces

2005-06-19 21:40  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Po

2005-06-19 21:37  olivier

	* src/client.c, src/client.h, src/placement.c: Add trace for
	  temporary debuging purpose

2005-06-19 21:36  olivier

	* src/compositor.c, src/compositor.h, src/events.c: Don't use
	  shadow on shaped popup windows

2005-06-18 22:09  olivier

	* Makefile.am, configure.ac: Cleanup

2005-06-18 22:02  olivier

	* Makefile.am, configure.ac, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po,
	  po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po,
	  po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: New, better way
	  of reporting svn revisions.

2005-06-18 20:56  olivier

	* configure.ac: Typo

2005-06-18 20:44  olivier

	* src/events.c, src/screen.c: Investigating Xrandr reported problem
	  (bug #1005).

2005-06-18 07:34  olivier

	* src/client.c, src/display.c, src/placement.c, src/settings.c: Fix
	  compilation warnings reported by Edscott.

2005-06-18 07:30  olivier

	* src/events.c: Use configureNotify for screen size changes only if
	  XRandr is not supported by the display.

2005-06-17 19:14  olivier

	* src/display.c, src/display.h, src/events.c: Improve XRandr
	  support,
	  Check for Render support before using Render primitives.

2005-06-17 18:33  olivier

	* configure.ac: Fix xrandr support not being compiled in.

2005-06-16 20:30  olivier

	* configure.ac: REvert to $Rev: 29800 $ because svn may not be availaboe on
	  the build system.

2005-06-16 19:56  olivier

	* configure.ac: Use svnversion to get the actual working copy
	  revision

2005-06-16 19:31  olivier

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
	  po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: sync

2005-06-16 19:10  olivier

	* src/frame.c: Fix frame corners not being properly updated in some
	  case.

2005-06-15 17:36  olivier

	* defaults/defaults, src/compositor.c, src/settings.c,
	  src/settings.h: Add new option "show_popup_shadow" to
	  enable/disable compositor shadow for popup (override_redirect)
	  windows (bug id #1007)

2005-06-14 20:13  olivier

	* src/client.c, src/placement.c: Auto-maximize improvement,
	  Don't force redraw on MWM hint update.

2005-06-13 20:05  olivier

	* Makefile.am, configure.ac, po/ar.po, po/az.po, po/be.po,
	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po,
	  po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po,
	  po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po,
	  po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Add new "make
	  snapshot" and "make snapshot-bz2" targets

2005-06-13 19:49  olivier

	* src/settings.c: Add a new channel "wm_tweaks" - The plan is to
	  add a new WM Tweak plugin for all current "hidden" options.

2005-06-11 12:28  olivier

	* defaults/defaults, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/compositor.c,
	  src/compositor.h, src/placement.c, src/settings.c,
	  src/settings.h: Add new option "show_frame_shadow" to
	  enable/disable frame shadows.

2005-06-10 20:30  olivier

	* defaults/defaults, doc/C/xfwm4.html, doc/C/xfwm4.xml,
	  doc/fr/xfwm4.html, doc/fr/xfwm4.xml, po/ar.po, po/az.po,
	  po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po,
	  po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/placement.c, src/settings.c, src/settings.h: Add
	  a new option, placement_ratio, that instructs the window manager
	  to place windows either "smartly" (ie using the CPU consuming
	  algorithm) or at the center of the screen based on this ratio
	  between the window size and the actual display area size.

2005-06-09 20:20  olivier

	* configure.ac, po/ar.po, po/az.po, po/be.po, po/bg.po,
	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po,
	  po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
	  po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
	  po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/main.c,
	  src/placement.c: Implement a simpler and faster placement,
	  somehow better from a user point of view :
	  If the windows is larger than 2/3 of the screen, then place it
	  alternatively at each corner of the screen. Otherwise, the window
	  is "smaller", place it at the center of the screen.
	  Add revision number to the version info.

2005-06-08 21:11  olivier

	* configure.ac: Test

2005-06-08 20:36  olivier

	* src/client.c, src/events.c, src/frame.c: Fix shaped events not
	  being handled properly (bug #987)

2005-06-07 15:02  pollux

	* po/gu.po: update GU translations

2005-06-06 21:40  olivier

	* themes/default/top-left-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Better top corners

2005-05-31 20:31  olivier

	* themes/default/close-active.png,
	  ...
	  themes/default/top-right-inactive.png:

2005-05-31 17:28  pollux

	* po/ja.po: update JA translations

2005-05-29 19:52  olivier

	* src/focus.c, themes/default/themerc,
	  ...
	  themes/default/title-4-inactive.xpm: Improve grab passing.

2005-05-27 20:06  olivier

	* src/focus.c: Chase bug reported by Francois

2005-05-25 20:38  olivier

	* TODO, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Update TODO

2005-05-21 14:23  olivier

	* themes/default/close-pressed.png,
	  ...
	  themes/default/title-4-inactive.xpm: Default theme design update.

2005-05-19 18:55  olivier

	* themes/default/README, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Default theme.

2005-05-17 18:50  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c:
	  Alt+Button3 (easy_click) resizes in a single dimension if not in
	  the corner of the window (Timothy Smith <tim@desert.net>

2005-05-14 19:24  olivier

	* po/ChangeLog: Update ChangeLog

2005-05-14 19:23  olivier

	* ChangeLog: Update ChangeLog

2005-05-13 21:33  olivier

	* src/events.c: Mouse buttons where left ungrabbed when focus was
	  transfered to an unmanaged window

2005-05-13 20:18  olivier

	* doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/fr/xfwm4.html,
	  doc/fr/xfwm4.xml, doc/it/xfwm4.html, po/ar.po, po/az.po,
	  po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po,
	  po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po,
	  po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, themes/default/bottom-left-active.png,
	  ...
	  themes/default/top-right-inactive.png: Update documentation

2005-05-08 21:18  olivier

	* src/focus.c: Use CurrentTime as timestamp when passing focus on
	  unmap (quite the same as #924)

2005-05-06 19:09  pollux

	* configure.ac, po/bn_IN.po: add bn_IN translations

2005-05-06 18:56  pollux

	* configure.ac, po/mr.po: add MR translations

2005-05-04 20:38  olivier

	* ChangeLog: Update ChangeLog

2005-05-04 20:36  olivier

	* po/ChangeLog: Update ChangeLog

2005-05-03 19:06  olivier

	* src/client.c, src/client.h: Fix compile w/out compositor enabled.

2005-05-02 19:41  olivier

	* configure.ac, mcs-plugin/workspaces.c, src/client.c,
	  src/client.h, src/mypixmap.c, src/parserc.c, src/parserc.h,
	  src/placement.c, src/settings.c: Code cleanup

2005-05-02 19:18  olivier

	* themes/default/bottom-left-active.xpm,
	  themes/default/bottom-left-inactive.xpm: bottom shadow

2005-04-28 10:36  olivier

	* themes/Makefile.am, themes/default/README,
	  ...
	  themes/wallis/Makefile.am: Change default theme (previous renamed
	  as Wallis)

2005-04-26 21:36  olivier

	* src/focus.c: Trivial fix for focus problem when mapping dialogs
	  (bug #924) - Not sure what is the "correct" behaviour though.

2005-04-19 20:47  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/themerc: Add 1
	  pixel to the side borders to improve usability.

2005-04-16 10:36  pollux

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: remove shortcut edition for
	  app launcher

2005-04-15 19:12  olivier

	* src/client.c, src/client.h, src/events.c, src/netwm.c: Rework the
	  restore-on-move patch so that it doesn't flicker and it works is
	  all cases.

2005-04-14 21:46  olivier

	* src/mypixmap.c: [trivial] remove new line

2005-04-14 21:43  olivier

	* src/mypixmap.c: Fix pixmap depth not being properly set (fixes
	  bug id #895)

2005-04-14 20:16  olivier

	* src/focus.c: Do not include modals for group

2005-04-14 20:11  olivier

	* src/client.c, src/focus.c: Fix focus passing, bug id #905

2005-04-14 05:26  olivier

	* src/client.c: Fixes for the "restore on move" patch

2005-04-12 20:16  olivier

	* themes/default/README, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Use thiner borders
	  Add light gradient at bottom

2005-04-10 20:20  olivier

	* src/netwm.c, src/workspaces.c: Don't focus the window on top of
	  stack as fallback on workspace switch, fixes #899 (too bad, that
	  was a nice feature)
	  Refresh frame when "skip taskbar" state changes, fixes #898

2005-04-06 07:33  perldude

	* .cvsignore, defaults/.cvsignore, doc/.cvsignore,
	  doc/C/.cvsignore, doc/C/images/.cvsignore, doc/fr/.cvsignore,
	  doc/fr/images/.cvsignore, doc/it/.cvsignore,
	  doc/it/images/.cvsignore, icons/.cvsignore,
	  icons/48x48/.cvsignore, icons/scalable/.cvsignore, m4/.cvsignore,
	  mcs-plugin/.cvsignore, po/.cvsignore, src/.cvsignore,
	  ...
	  themes/wildbush/.cvsignore: remove .cvsignore cruft

2005-04-03 19:41  olivier

	* themes/default/top-left-active.png,
	  ...
	  themes/default/top-right-inactive.png: Smoother top corners

2005-04-03 17:10  olivier

	* themes/default/themerc: Change the vertical alignment for the
	  title.

2005-04-03 12:13  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/bottom-right-inactive.png: Use slight darker
	  gradient on lower outline frame at bottom of window too.

2005-04-02 19:47  olivier

	* themes/default/README, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Duh! I commited the wrong
	  data!

2005-04-02 19:43  olivier

	* themes/default/README, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2005-04-02 08:08  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Killer xfwm4 default
	  theme, to be used with xfce gtk theme to achive the best results
	  :)

2005-03-31 19:44  olivier

	* themes/default/README, themes/default/close-active.png,
	  themes/default/top-right-inactive.xpm: Remove the transparent
	  area arround buttons (makes no difference "visually", it's just
	  better internally :)

2005-03-30 20:41  olivier

	* src/client.c, src/events.c: Simplification

2005-03-29 21:40  olivier

	* src/client.c, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Disable restore on move
	  when not using opaque move (that breaks the xor logic, a nicer
	  way to handle this would be nice but for now, it's all I found)
	  Merge default theme with 4.2 style of borders and round corners
	  to get the same kind of look as before (kind of identity).

2005-03-28 16:05  olivier

	* src/client.c, src/client.h: Try to fix Ori's patch

2005-03-28 11:29  jasper

	* doc/C/xfwm4.html, doc/fr/images/compose_shortcut.png,
	  doc/fr/images/decoration_style.png, doc/fr/images/focus.png,
	  doc/fr/images/keyboard_shortcuts.png,
	  doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png, doc/fr/xfwm4.html,
	  doc/fr/xfwm4.xml, doc/it/xfwm4.html: Update French doc

2005-03-27 21:11  olivier

	* src/client.c, src/client.h: Apply Ori Bernstein
	  <rand_chars@rogers.com> follow up on his patch.

2005-03-27 19:30  olivier

	* src/stacking.c: Fix an obvious stupid bug in clientAtPosition()
	  returning the wrong value (fixes bug 869)

2005-03-27 19:20  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: code cleaning

2005-03-27 18:30  fleclainche

	* icons/48x48/xfce4-workspaces.png, icons/48x48/xfwm4.png,
	  icons/scalable/xfce4-workspaces.svg, icons/scalable/xfwm4.svg:
	  Updated icons

2005-03-26 20:00  olivier

	* defaults/defaults, src/client.c, src/placement.c,
	  src/placement.h, src/settings.c, src/settings.h: Apply "restore
	  on move" patch from Ori Bernstein <rand_chars@rogers.com> (Thanks
	  Ori!)

2005-03-26 16:43  olivier

	* po, po/.cvsignore: /me is dumb.

2005-03-26 16:29  olivier

	* po, po/.cvsignore: Don't ignore Makefile.in.in ?

2005-03-26 15:18  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: work in progress, i'll finish
	  it at home

2005-03-26 15:08  olivier

	* configure.ac, themes/Makefile.am, themes/default/README,
	  ...
	  themes/tyrex/top-right-inactive.xpm: Update default theme for FLC
	  :)

2005-03-26 11:22  pollux

	* po/ko.po: update KO translations

2005-03-22 22:07  olivier

	* ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, src/events.c, src/screen.c,
	  ...
	  themes/default/top-right-inactive.xpm: Fix another "grab freeze"
	  case

2005-03-19 22:11  olivier

	* themes/symphony/close-active.xpm,
	  ...
	  themes/symphony/stick-toggled-pressed.xpm: Rework buttons for
	  Symphony.

2005-03-16 20:36  olivier

	* src/client.c, src/screen.c: Grab management fixes.

2005-03-14 19:49  olivier

	* src/client.c: Make sure "fullscreen_old_layer" gets properly
	  initialized in all cases.

2005-03-09 11:50  benny

	* Makefile.am, configure.ac, m4/X11.m4, m4/debug.m4, m4/depends.m4,
	  m4/glib-gettext.m4, m4/i18n.m4, m4/pkg.m4, mcs-plugin,
	  mcs-plugin/.cvsignore, mcs-plugin/Makefile.am,
	  mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-wm-settings.desktop.in,
	  mcs-plugin/xfce-workspaces-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop.in, po/POTFILES.in,
	  po/et.po, po/fi.po, po/fr.po, po/he.po, po/ko.po, po/nl.po,
	  po/ru.po, po/xfwm4.pot, po/zh_TW.po: Intltool'ized xfwm4.

2005-03-08 08:17  olivier

	* src/workspaces.c: Focus window on top of stack on workspace
	  switch if no other window is eligible for focus.

2005-03-07 21:25  olivier

	* src/client.c: Don't cycle if there is just one window and it's
	  already focused.

2005-03-07 09:07  pollux

	* po/gu.po: update GU translations

2005-03-05 13:03  pollux

	* po/ja.po: update JA translations

2005-03-04 22:26  olivier

	* src/placement.c: Prevent frameless windows to be moved offscreen
	  toward the top.

2005-03-03 22:07  olivier

	* src/client.c: Be more tolerant with apps moving their windows.

2005-03-02 20:34  olivier

	* configure.ac, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, themes/Makefile.am, themes/default/README,
	  ...
	  themes/therapy: Use
	  "Just4fun" title buttons with "therapy" decoration as default,
	  and remove "therapy" as it's the default now.

2005-02-24 20:58  olivier

	* themes/default/close-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Theme highlights/shadows

2005-02-21 08:40  pollux

	* po/ja.po: update JA translations

2005-02-20 14:21  olivier

	* src/netwm.c: Force frame redraw when switching back from
	  fullscreen to avoid cache mismatch.

2005-02-19 20:21  olivier

	* src/placement.c: *** empty log message ***

2005-02-19 19:40  olivier

	* src, src/.cvsignore, src/placement.c: Much better implementation
	  of previous change.

2005-02-19 16:41  olivier

	* src/placement.c: Auto maximize windows larger that screen size.

2005-02-19 14:19  olivier

	* ChangeLog: Update ChangeLog

2005-02-19 14:14  olivier

	* src/focus.c: Use time stamp when focusing windows at first map.

2005-02-19 14:00  olivier

	* src/focus.c: Use time stamp when focusing windows at first map.

2005-02-19 12:50  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: 1 pix smaller

2005-02-13 12:39  pollux

	* po/ko.po: update KO translations (with a big delay)

2005-02-12 21:48  olivier

	* src/screen.c: Small implementation cleanup.

2005-02-12 21:12  olivier

	* src/client.c, src/events.c, src/netwm.c, src/screen.c,
	  src/screen.h, src/workspaces.c: Implements our own grab
	  functions.

2005-02-12 09:10  olivier

	* src/client.c, src/workspaces.c: Don't use a InputOnly window for
	  grabbing mouse when moving/resizing windows.

2005-02-11 20:09  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Small change in theme.

2005-02-11 20:06  olivier

	* src/focus.c: Typo!

2005-02-11 20:04  olivier

	* src/focus.c: Grab mouse button by default on newly created
	  windows;
	  Use current time to focus newly created windows to make sure the
	  windows gets focused.

2005-02-10 22:06  olivier

	* mcs-plugin/workspaces.c: Check for actual returned value to avoid
	  critical warnings at startup.

2005-02-10 20:25  olivier

	* src/client.c: Force cache update when refreashing all frames
	  (required because of the new fine grained caching)

2005-02-10 20:09  olivier

	* src/client.c, src/focus.c: Use out internal timer for focus
	  transitions.

2005-02-09 21:03  olivier

	* src/mypixmap.c: Try to avoid colormap issues on Solaris as
	  reported on the ML.

2005-02-09 20:31  olivier

	* src/client.c: Use internal time counter for grabbing/ungrabbing
	  kbd+mouse when moving/Resizing windows.

2005-02-08 22:47  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Smoother theme.

2005-02-08 22:13  olivier

	* src/stacking.c: Don't get through excluded windows when searching
	  windows ata given position.

2005-02-07 22:19  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Playing with theme again.

2005-02-06 21:28  olivier

	* configure.ac, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po, themes/Makefile.am, themes/breeze,
	  ...
	  themes/default/top-right-inactive.xpm: Theme reorg.

2005-02-05 21:55  olivier

	* ., .cvsignore, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: Update cvsignore

2005-02-05 20:53  olivier

	* themes/default/bottom-active.png,
	  ...
	  corners.

2005-02-05 20:33  olivier

	* themes/default/top-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: top corners

2005-02-05 16:06  olivier

	* src/mywindow.c: Avoid displaying spurious messages

2005-02-05 13:12  olivier

	* themes/default/Makefile.am, themes/default/README,
	  ...
	  themes/default/top-right-inactive.xpm: Just for fun theme

2005-02-04 18:23  olivier

	* src/mypixmap.c: Simplify colormap management in pixmap loading.

2005-02-01 23:31  olivier

	* src/events.c: Even simpler

2005-02-01 23:25  olivier

	* src/events.c: Actually use the correct default value...

2005-02-01 23:04  olivier

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_shortcuteditor.c,
	  src/client.c, src/events.c, src/misc.c, src/misc.h,
	  src/settings.c, src/settings.h, themes/default.keys/keythemerc:
	  Based on patches submitted by pasi.ov@gmail.com :
	  - Add shortcut for show desktop ()
	  - Add shortcuts upt to 12 for
	  Workspace
	  Move window to workspace
	  Launcher key

2005-02-01 21:04  olivier

	* po/xfwm4.pot, src/settings.c, themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Adapt theme for dark
	  colors such as "Xfce-dusk" from James Golden <chibifs@gmail.com>

2005-02-01 20:59  olivier

	* po, po/.cvsignore: Update cvsignore for po dir

2005-02-01 11:45  pollux

	* po/zh_CN.po: update zh_CN translations

2005-01-31 22:22  olivier

	* src/stacking.c: Fix button not being regrabbed when the focused
	  window is lowered in focus follow mode.

2005-01-30 23:06  olivier

	* ., .cvsignore, defaults, defaults/.cvsignore, doc,
	  doc/.cvsignore, doc/C, doc/C/.cvsignore, doc/C/images,
	  doc/C/images/.cvsignore, doc/fr, doc/fr/.cvsignore,
	  doc/fr/images, doc/fr/images/.cvsignore, doc/it,
	  doc/it/.cvsignore, doc/it/images, doc/it/images/.cvsignore,
	  icons, icons/.cvsignore, icons/48x48, icons/48x48/.cvsignore,
	  icons/scalable, icons/scalable/.cvsignore, m4, m4/.cvsignore,
	  mcs-plugin, mcs-plugin/.cvsignore, po, po/.cvsignore, src,
	  src/.cvsignore, themes, themes/.cvsignore, themes/breeze,
	  ...
	  themes/wildbush/.cvsignore: add .cvsignore for generated files

2005-01-30 11:34  olivier

	* src/compositor.c: Clear root win on startup.

2005-01-29 13:43  olivier

	* src/client.c, src/compositor.c, src/display.c, src/display.h,
	  src/events.c, src/frame.c, src/mypixmap.c, src/mywindow.c,
	  src/mywindow.h, src/screen.c, src/wireframe.c: Internal reorg.

2005-01-29 09:10  olivier

	* configure.ac, src/Makefile.am, src/mywindow.c: Separate parts
	  that require Render from those who depend on XFixes, XDamage and
	  so.

2005-01-28 22:20  olivier

	* src/frame.c: Again, optimize.

2005-01-28 22:15  olivier

	* src/frame.c: Forgot one line

2005-01-28 22:14  olivier

	* src/frame.c: Port optimizations from 4.2 branch.

2005-01-28 17:40  olivier

	* src/frame.c, src/mypixmap.c, themes/default/top-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Fix issue with themes
	  w/out pixmap mask,
	  Add trivial optimization frame draw.

2005-01-28 06:40  olivier

	* configure.ac, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po,
	  po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po,
	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po,
	  po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po,
	  po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot, po/zh_CN.po,
	  po/zh_TW.po: Use new m4 macros

2005-01-28 05:53  olivier

	* configure.ac, themes/Makefile.am, themes/breeze: Remove theme as
	  in 4.2

2005-01-28 05:50  olivier

	* ., .cvsignore, Makefile.in, aclocal.m4, autoclean.sh, autogen.sh,
	  compile, config.guess, config.h.in, config.sub, configure,
	  defaults/Makefile.in, depcomp, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, doc/it/Makefile.in,
	  doc/it/images/Makefile.in, icons/48x48/Makefile.in,
	  icons/Makefile.in, icons/scalable/Makefile.in, install-sh,
	  ltmain.sh, mcs-plugin/Makefile.in, missing, mkinstalldirs, po,
	  po/.cvsignore, po/Makefile.in.in, po/ar.gmo, po/az.gmo,
	  po/be.gmo, po/bg.gmo, po/ca.gmo, po/cs.gmo, po/de.gmo,
	  po/en_GB.gmo, po/es.gmo, po/es_MX.gmo, po/et.gmo, po/eu.gmo,
	  po/fa.gmo, po/fi.gmo, po/fr.gmo, po/gu.gmo, po/he.gmo, po/hi.gmo,
	  po/hu.gmo, po/it.gmo, po/ja.gmo, po/ko.gmo, po/lt.gmo, po/ms.gmo,
	  po/nb_NO.gmo, po/nl.gmo, po/pa.gmo, po/pl.gmo, po/pt_BR.gmo,
	  po/pt_PT.gmo, po/ro.gmo, po/ru.gmo, po/sk.gmo, po/sv.gmo,
	  po/ta.gmo, po/tr.gmo, po/uk.gmo, po/vi.gmo, po/zh_CN.gmo,
	  po/zh_TW.gmo, src/Makefile.in, stamp-h.in, themes/Makefile.in,
	  ...
	  themes/wildbush/Makefile.in: Remove
	  autogenerated files from CVS.

2005-01-27 23:00  olivier

	* src/client.c, src/client.h, src/compositor.c, src/display.c,
	  src/display.h, src/events.c, src/focus.c, src/frame.c,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/screen.c, src/screen.h, themes/default/themerc,
	  ...
	  themes/default/top-right-inactive.xpm: Add support for ARGB
	  clients.

2005-01-25 22:27  olivier

	* themes/default/README, themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Sync with 4.2 branch.

2005-01-22 12:22  pollux

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop, po/fi.gmo, po/fi.po:
	  update FI translations

2005-01-19 20:35  olivier

	* src/client.c: Improve previous patch.

2005-01-18 23:17  olivier

	* src/client.c: Don't focus a randow window whth Alt+Tab when no
	  focusable window is present.

2005-01-18 21:59  olivier

	* src/client.c: Small optimization to speed up GL apps in windowed
	  mode.

2005-01-18 18:33  olivier

	* COMPOSITOR: Fix bug #611 (Documentation on command line option to
	  enable/disable xfwm4 compositor)

2005-01-17 21:00  olivier

	* src/compositor.c: Fix bug #694: Window not showing when
	  compositor is enabled.

2005-01-17 20:31  olivier

	* src/client.c: Fix bug #700

2005-01-16 21:27  olivier

	* po/xfwm4.pot, src/keyboard.c, src/keyboard.h: Fix modifers not
	  working when caps lock is enabled (bug #689)

2005-01-14 11:36  pollux

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_shortcuteditor.c:
	  detect removed keytheme file

2005-01-14 10:33  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: port from xfce_4_2

2005-01-12 17:49  olivier

	* po/xfwm4.pot, src/events.c, src/workspaces.c,
	  themes/default/themerc: Focus patch again

2005-01-11 21:57  olivier

	* themes/default/themerc: Title offset

2005-01-11 21:38  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: BEtter default theme

2005-01-11 20:15  olivier

	* configure, configure.ac: Start 4.3.x

2005-01-11 20:05  olivier

	* src/workspaces.c: Try to fix the focus not being restored when
	  switching desktop in focus follow mode.

2005-01-11 06:44  olivier

	* src/keyboard.c: Forgot caps lock mask.

2005-01-10 20:22  olivier

	* src/keyboard.c: Apply patch from Juho V��h��-Herttua
	  <juhovh@iki.fi> for modifiers.

2005-01-10 20:07  olivier

	* src/keyboard.c: Change the mofifier computation.

2005-01-09 10:11  olivier

	* src/compositor.c: Fix bug #666

2005-01-08 15:04  pollux

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop, po/ru.gmo, po/ru.po:
	  update RU translations

2005-01-07 19:59  olivier

	* themes/default/README, themes/default/title-1-active.png,
	  ...
	  themes/default/top-right-inactive.png: Small change in title bar
	  shadow

2005-01-06 20:31  pollux

	* po/uk.gmo, po/uk.po: update UK translations

2005-01-05 21:01  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.png: Put back button on
	  inactive frame (as it's the default theme, it should not be too
	  confusing to users)

2005-01-05 16:01  pollux

	* po/he.gmo, po/he.po: update HE translations

2005-01-02 12:51  olivier

	* ChangeLog, configure, configure.ac: Update version and changelog

2005-01-01 19:33  olivier

	* themes/therapy/themerc: Original buttons spacing

2005-01-01 14:01  olivier

	* Makefile.in, configure, configure.ac, ltmain.sh, po/xfwm4.pot,
	  ...
	  themes/therapy/top-right-inactive.xpm: Re-add RC3 "therapy" as
	  separate theme

2005-01-01 13:41  jasper

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Fix some references to
	  bugzilla

2004-12-30 22:08  olivier

	* src/client.h, src/focus.c, src/netwm.c, src/transients.c: Set up
	  a work arround for apps misusing MODAL state (bug #619)

2004-12-30 17:58  olivier

	* src/client.c, src/focus.c, src/netwm.c, src/screen.c,
	  src/screen.h, themes/default/README,
	  ...
	  themes/default/top-right-inactive.xpm: Don't treat utility
	  windows deiiferently,
	  Final touch on theme

2004-12-29 12:35  pollux

	* mcs-plugin/workspaces.c: fix #624

2004-12-28 11:28  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: make the popup menu appears in
	  the correct screen

2004-12-27 19:05  pollux

	* mcs-plugin/plugin.c, mcs-plugin/xfwm4_plugin.c: mcs-plugins now
	  appear on the mouse pointer screen

2004-12-25 20:33  kelnos

	* Makefile.am: fix distcheck-bz2

2004-12-24 00:03  kelnos

	* Makefile.am: add dist-bz2 and distcheck-bz2 targets

2004-12-23 23:34  olivier

	* doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png,
	  doc/fr/images/compose_shortcut.png,
	  doc/fr/images/decoration_style.png, doc/fr/images/focus.png,
	  doc/fr/images/keyboard_and_focus.png,
	  doc/fr/images/keyboard_shortcuts.png,
	  doc/fr/images/misc_wm_prefs.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png,
	  doc/it/images/compose_shortcut.png,
	  doc/it/images/decoration_style.png, doc/it/images/focus.png,
	  doc/it/images/keyboard_and_focus.png,
	  doc/it/images/keyboard_shortcuts.png,
	  doc/it/images/misc_wm_prefs.png,
	  doc/it/images/workspace_margins.png,
	  doc/it/images/xfwm_workspaces.png, po/xfwm4.pot,
	  ...
	  themes/default/top-right-inactive.xpm: Themes and screenshots

2004-12-23 21:24  pollux

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop, po/et.gmo, po/et.po:
	  update ET translations

2004-12-22 21:19  benny

	* ChangeLog, autogen.sh, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, po/cs.gmo: Update ChangeLog. Fix make
	  distcheck.

2004-12-21 23:50  olivier

	* themes/default/themerc: Use less space between borders and
	  buttons, and between buttons.

2004-12-21 23:00  olivier

	* ChangeLog, po/xfwm4.pot: Update ChangeLog

2004-12-21 22:57  olivier

	* mcs-plugin/xfwm4_plugin.c: *** empty log message ***

2004-12-21 22:44  olivier

	* mcs-plugin/xfwm4_plugin.c: Fix theme row selection on gtk 2.6

2004-12-21 09:04  kelnos

	* po/cs.po: add/update czech translations

2004-12-21 09:02  kelnos

	* po/pt_BR.gmo, po/pt_BR.po: update pt_BR translations

2004-12-20 21:00  jasper

	* ChangeLog, ltmain.sh: Update versions and ChangeLog

2004-12-20 20:46  olivier

	* themes/default/Makefile.am, themes/default/Makefile.in,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Change look of pressed
	  buttons.

2004-12-19 21:29  olivier

	* ChangeLog: Update ChangeLog

2004-12-19 21:23  olivier

	* src/events.c: Turn off the button time checking as Moe reported a
	  few missed clicks as it seems.

2004-12-19 20:49  pollux

	* po/ko.gmo, po/ko.po: update KO translations

2004-12-19 13:22  olivier

	* doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png,
	  doc/fr/images/compose_shortcut.png,
	  doc/fr/images/decoration_style.png, doc/fr/images/focus.png,
	  doc/fr/images/keyboard_and_focus.png,
	  doc/fr/images/keyboard_shortcuts.png,
	  doc/fr/images/misc_wm_prefs.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png,
	  doc/it/images/compose_shortcut.png,
	  doc/it/images/decoration_style.png, doc/it/images/focus.png,
	  doc/it/images/keyboard_and_focus.png,
	  doc/it/images/keyboard_shortcuts.png,
	  doc/it/images/misc_wm_prefs.png,
	  doc/it/images/workspace_margins.png,
	  doc/it/images/xfwm_workspaces.png, po/xfwm4.pot,
	  ...
	  themes/default/top-right-inactive.png: Update themes and
	  screenshots

2004-12-19 12:41  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Corners

2004-12-18 23:40  olivier

	* themes/default/top-left-active.png,
	  ...
	  themes/default/top-right-inactive.png: Improve corners

2004-12-18 23:32  olivier

	* mcs-plugin/xfwm4_plugin.h: Revert default font

2004-12-18 23:31  olivier

	* doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png,
	  doc/fr/images/compose_shortcut.png,
	  doc/fr/images/decoration_style.png, doc/fr/images/focus.png,
	  doc/fr/images/keyboard_and_focus.png,
	  doc/fr/images/keyboard_shortcuts.png,
	  doc/fr/images/misc_wm_prefs.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png,
	  doc/it/images/compose_shortcut.png,
	  doc/it/images/decoration_style.png, doc/it/images/focus.png,
	  doc/it/images/keyboard_and_focus.png,
	  doc/it/images/keyboard_shortcuts.png,
	  doc/it/images/misc_wm_prefs.png,
	  doc/it/images/workspace_margins.png,
	  doc/it/images/xfwm_workspaces.png: REdo screenshots with the new
	  theme

2004-12-18 22:47  olivier

	* themes/wildbush, themes/wildbush/Makefile.am,
	  ...
	  themes/wildbush/top-right-inactive.xpm: Re-add "Wildbush" theme
	  (previous default)

2004-12-18 22:42  olivier

	* configure, configure.ac, ltmain.sh, mcs-plugin/xfwm4_plugin.h,
	  po/xfwm4.pot, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme under
	  hard pressure from the devs on irc.

2004-12-16 23:05  olivier

	* ChangeLog: Update ChangeLog

2004-12-16 23:02  olivier

	* src/compositor.c: Wrong trace

2004-12-16 22:53  olivier

	* src/client.c, src/compositor.c, src/events.c, src/main.c,
	  src/settings.c: compositor stuff,
	  don't use package name in warnings.

2004-12-15 22:53  olivier

	* ChangeLog: Update ChangeLog

2004-12-15 22:50  olivier

	* po/xfwm4.pot: *** empty log message ***

2004-12-15 22:46  olivier

	* po/xfwm4.pot, src/compositor.c: Monitor reparenting too.

2004-12-15 21:52  olivier

	* po/xfwm4.pot, src/compositor.c: Don't restack if the sibling is
	  unknown.

2004-12-15 19:16  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c: Fix bug
	  #577, #596 and #597

2004-12-14 20:33  pollux

	* configure, configure.ac, ltmain.sh, po/ro.gmo, po/ro.po: add RO
	  translations

2004-12-14 19:30  olivier

	* src/client.c, src/events.c: Base compositing show/hide on
	  received map/unmap events.

2004-12-14 17:45  olivier

	* po/xfwm4.pot, src/client.c, src/focus.c, src/focus.h: Ungrab keys
	  on on client window when unframing as spotted by Jochen Baier
	  <Jochen.Baier@stud.uni-karlsruhe.de>

2004-12-13 21:36  olivier

	* src/compositor.c: Typo

2004-12-13 21:27  olivier

	* configure, configure.ac, ltmain.sh, po/xfwm4.pot,
	  src/compositor.c, src/compositor.h: Update version, improve the
	  window creation management in the compositor.

2004-12-13 20:12  olivier

	* src/compositor.c, src/compositor.h: Monitor window creation in
	  compositor to avoid stacking discrepancies (that should greatly
	  improve thing for #552, if not fixing it for good)
	  Add a warning if a stacking discrepancy is detected, so we can
	  tell,
	  Fix a mismatch between compositor header and implemented
	  function.

2004-12-12 11:53  olivier

	* src/compositor.c: Stacking

2004-12-12 09:46  olivier

	* ChangeLog: Update ChangeLog

2004-12-12 09:42  olivier

	* src/client.c: Fix #588 for good

2004-12-12 09:20  olivier

	* src/client.c, src/compositor.c: Fix #588
	  Improve stacking mgt in compositor

2004-12-11 17:51  olivier

	* po/xfwm4.pot: Various changes and small fixes

2004-12-11 16:54  olivier

	* TODO: Update TODO file

2004-12-11 16:52  olivier

	* ChangeLog: Update ChangeLog

2004-12-11 16:41  olivier

	* src/client.c, src/compositor.c, src/events.c: Improve stacking,
	  event monitoring of unmanaged windows in compositor,
	  Remove monitoring of pixmap on root window (to make the WM more
	  solid and faster, it will make no difference in XFce since we use
	  a "fake" root with xfdesktop)

2004-12-10 06:46  olivier

	* po/xfwm4.pot, src/compositor.c: Keep track of all wins to try to
	  fix #552

2004-12-10 05:30  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po,
	  po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po,
	  po/de.gmo, po/de.po, po/en_GB.gmo, po/en_GB.po, po/es.gmo,
	  po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po,
	  po/eu.gmo, po/eu.po, po/fa.gmo, po/fa.po, po/fi.gmo, po/fi.po,
	  po/fr.gmo, po/fr.po, po/gu.gmo, po/gu.po, po/he.gmo, po/he.po,
	  po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po,
	  po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po,
	  po/ms.gmo, po/ms.po, po/nb_NO.gmo, po/nb_NO.po, po/nl.gmo,
	  po/nl.po, po/pa.gmo, po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po,
	  po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Include korean update from David Choi
	  <byunghyun.choi@gmail.com>

2004-12-10 05:09  olivier

	* src/client.c, src/compositor.c, src/hints.c, src/workspaces.c:
	  Fixes and cleanups

2004-12-09 22:44  olivier

	* src/client.c, src/display.c, src/display.h, src/focus.c,
	  src/hints.c, src/misc.c, src/misc.h: Add more internal controls

2004-12-09 22:24  olivier

	* src/client.c, src/display.c, src/menu.c: Fix memory leak in menu
	  code reported by David Agraz <dagraz@gmail.com>,
	  fix "_NET_WM_CONTEXT_HELP", "_XROOTPMAP_ID" and "_XSETROOT_ID"
	  atoms being mispelled

2004-12-08 21:16  olivier

	* ChangeLog, po/xfwm4.pot: Update ChangeLog

2004-12-08 21:12  olivier

	* src/events.c: Cancel raise timeout when window is raised by the
	  user.

2004-12-08 21:01  olivier

	* src/frame.c, src/main.c: Fix frame drawing generating spurious
	  shape events

2004-12-08 19:57  olivier

	* src/client.c, src/main.c: Do not enter daemon mode if connected
	  to a session manager.

2004-12-07 21:33  olivier

	* po/xfwm4.pot, src/events.c, src/focus.c, src/workspaces.c: Fix a
	  wrong param being passed to setNetWorkarea() causing a lot of
	  problems
	  Fix focus issues

2004-12-06 21:10  olivier

	* po/xfwm4.pot, src/events.c: Remove the 'check_button_time()' as I
	  strongly suspect that to be the cause of #568 (the focus part)

2004-12-06 20:59  olivier

	* src/placement.c: Fix #568 (the placement part)

2004-12-06 20:07  olivier

	* src/compositor.c: Try to fix bug #573 by reducing the memory
	  buffer usage during repaint.

2004-12-05 23:17  olivier

	* src/main.c: Code sytle

2004-12-05 23:10  olivier

	* src/compositor.c: Reverting useless XSync()

2004-12-05 23:02  olivier

	* src/client.c, src/client.h, src/compositor.c, src/events.c,
	  src/focus.c, src/focus.h, src/settings.c, src/stacking.c,
	  src/stacking.h: Implement a more solid imechanism for
	  grabbing/ungrabbing mouse buttons.

2004-12-05 21:38  pollux

	* configure, configure.ac, po/nb_NO.gmo, po/nb_NO.po: add nb_NO
	  translations

2004-12-05 21:20  pollux

	* configure, configure.ac, po/en_GB.gmo, po/en_GB.po: add en_GB
	  translations

2004-12-05 20:50  pollux

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop, po/ko.gmo, po/ko.po:
	  update KO translations and add screenshots in xfprint doc

2004-12-05 18:01  olivier

	* src/events.c: Fix misinterpretation of standard

2004-12-04 17:42  benny

	* ChangeLog, configure, configure.ac, ltmain.sh: Updated configure
	  and ChangeLog.

2004-12-03 17:37  olivier

	* po/tr.gmo, po/xfwm4.pot, src/events.c, src/workspaces.c: grab
	  pointer on workspace change in all case.

2004-12-02 21:50  olivier

	* src/compositor.c, src/settings.c: Fix bug #551 (wrap workspace
	  not working when compositor is enabled)

2004-12-02 20:24  olivier

	* src/compositor.c: Update client opacity when transset chages the
	  value on the frame (so that opacity gets properly restored after
	  a moved/resize)

2004-11-30 23:26  olivier

	* defaults/defaults, doc/C/xfwm4.html, doc/C/xfwm4.xml,
	  po/xfwm4.pot, src/client.c, src/settings.c, src/settings.h:
	  Implement the translucent window while moving or resizing through
	  a hidden option.
	  Adjust documentation accordingly.

2004-11-30 17:27  benny

	* src/display.c, src/screen.c: Solaris build fixes.

2004-11-29 21:17  olivier

	* src/focus.c: Try to be a bit smarter when passing that damn focus

2004-11-28 18:01  pollux

	* po/tr.po: update TR translations

2004-11-27 23:14  olivier

	* .cdtproject, .project, src/events.c, src/focus.c, src/keyboard.c:
	  Fix focus timing on revert,
	  Fix modifiers mismatch.

2004-11-27 20:44  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: deactivate the "remove" button
	  when not writable themes are selected

2004-11-27 20:40  pollux

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c: add "add" and "remove" buttons
	  the shortcuteditor page, close #546

2004-11-27 16:20  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Small tweak.

2004-11-27 09:29  olivier

	* src/focus.c: Fix bug #543

2004-11-26 19:06  pollux

	* po/ko.gmo, po/ko.po: update KO translations

2004-11-24 20:15  olivier

	* src/compositor.c, src/display.c, src/display.h, src/events.c,
	  src/hints.c: Fix another typo in atom name.

2004-11-24 17:49  olivier

	* po/xfwm4.pot, src/display.c, src/display.h, src/focus.c,
	  src/hints.c: Fix typos in atoms names introduced yesterday
	  (causing various oddities)

2004-11-23 23:57  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po,
	  po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa.gmo,
	  po/fa.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/gu.gmo,
	  po/gu.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo,
	  po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo,
	  po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pa.gmo, po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po,
	  po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po, src/client.c, src/compositor.c, src/display.c,
	  src/display.h, src/events.c, src/focus.c, src/hints.c,
	  src/hints.h, src/icons.c, src/icons.h, src/main.c, src/misc.c,
	  src/netwm.c, src/screen.c, src/session.c, src/settings.c,
	  src/stacking.c, src/workspaces.c, themes/tyrex/themerc: Huge
	  rework of the way atoms are managed internally.

2004-11-23 06:38  olivier

	* src/session.c: Apply patch from Benny regarding WM_WINDOW_ROLE

2004-11-22 19:14  olivier

	* themes/tyrex/themerc: Remove shadow on "Tyrex" theme to get a
	  real slick theme.

2004-11-22 17:58  olivier

	* src/focus.c: Bug fix.

2004-11-21 21:57  pollux

	* po/hu.gmo, po/hu.po: update HU translations

2004-11-21 11:22  olivier

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Small documentation update
	  (missing hidden options, prolly some still missing...)

2004-11-20 23:18  olivier

	* src/focus.c: Use current time when reverting focus

2004-11-20 22:37  olivier

	* src/client.c, src/display.c, src/display.h, src/events.c,
	  src/focus.c, src/hints.c, src/main.c, src/misc.c, src/misc.h,
	  src/netwm.c, src/screen.c, src/workspaces.c: Fix focus oddities
	  (See bug #502)

2004-11-19 06:58  olivier

	* configure, configure.ac, po/xfwm4.pot: Update version

2004-11-18 21:51  olivier

	* themes/tyrex/bottom-active.png, themes/tyrex/bottom-active.xpm,
	  ...
	  themes/tyrex/themerc: Useless stupid small theme tweak.

2004-11-18 18:19  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: prevent root to edit Default
	  keytheme

2004-11-18 17:53  pollux

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c: add a third hidden column to
	  the treeview to get rid of strcmp(command, _("some command"))

2004-11-16 07:12  jasper

	* doc/C/images/titlebar.png, doc/C/xfwm4.html, doc/fr/xfwm4.html,
	  doc/it/xfwm4.html, doc/xfce-nochunk.xsl: Update some docs and
	  update to new color scheme at the suggestion of Jeff Franks

2004-11-15 22:39  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: use one translation entry
	  instead of nine BTW should fix #495

2004-11-15 22:38  pollux

	* po/fr.gmo, po/fr.po: little translation correction

2004-11-13 18:01  olivier

	* ChangeLog: Update ChangeLog

2004-11-12 23:40  fleclainche

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Add missing xfwm4 hidden
	  options.
	  Move all hidden options in a specific section.
	  Olivier, please have a look, thx.

2004-11-11 23:36  olivier

	* doc/C/images/titlebar.png, doc/fr/images/titlebar.png,
	  doc/it/images/titlebar.png: Use my titlebar image instead (was
	  lost because of the merge conflict)

2004-11-11 22:21  olivier

	* doc/C/images/Makefile.am, doc/C/images/Makefile.in,
	  doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png, doc/fr/images/Makefile.am,
	  doc/fr/images/Makefile.in, doc/fr/images/compose_shortcut.png,
	  doc/fr/images/decoration_style.png, doc/fr/images/focus.png,
	  doc/fr/images/keyboard_and_focus.png,
	  doc/fr/images/keyboard_shortcuts.png,
	  doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png, doc/it/images/Makefile.am,
	  doc/it/images/Makefile.in, doc/it/images/compose_shortcut.png,
	  doc/it/images/decoration_style.png, doc/it/images/focus.png,
	  doc/it/images/keyboard_and_focus.png,
	  doc/it/images/keyboard_shortcuts.png,
	  doc/it/images/misc_wm_prefs.png, doc/it/images/titlebar.png,
	  doc/it/images/workspace_margins.png,
	  doc/it/images/xfwm_workspaces.png, ltmain.sh, po/fr.gmo,
	  po/fr.po: Update screenshots (oops, conflict)

2004-11-11 20:21  jasper

	* doc/C/images/Makefile.am, doc/C/images/Makefile.in,
	  doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png, doc/C/images/titlebar.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png, ltmain.sh: Big screenshot
	  update for the docs

2004-11-11 15:59  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c, po/xfwm4.pot, src/keyboard.c:
	  Revert JF's patch and rather test for "Mod4" in xfwm4's
	  keyboard.c

2004-11-11 15:48  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: attempting to fix #377

2004-11-11 14:42  pollux

	* mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c: i
	  forgot to move the typedef

2004-11-11 14:41  pollux

	* mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c:
	  don't tell the user the shortcut is already used if it is the
	  shortcut he is editing (thx benny for the idea)

2004-11-08 09:18  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix #478

2004-11-06 16:25  olivier

	* ChangeLog, Makefile.in, aclocal.m4, compile, config.guess,
	  config.sub, configure, configure.ac, defaults/Makefile.in,
	  depcomp, doc/C/Makefile.in, doc/C/images/Makefile.in,
	  doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  doc/it/Makefile.in, doc/it/images/Makefile.in,
	  icons/48x48/Makefile.in, icons/Makefile.in,
	  icons/scalable/Makefile.in, install-sh, ltmain.sh,
	  mcs-plugin/Makefile.in, missing, src/Makefile.in,
	  ...
	  themes/waza/Makefile.in: Update automake/autoconf/libtool/gettext
	  versions to generate the configure scripts and Makefiles,
	  Update versions of all packages to 4.1.99.1 (ie 4.2 RC1),
	  Update ChangeLogs.

2004-11-06 13:25  olivier

	* ChangeLog, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo,
	  po/be.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo,
	  po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa.gmo,
	  po/fa.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/gu.gmo,
	  po/gu.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo,
	  po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo,
	  po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pa.gmo, po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po,
	  po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: po and ChangeLog updates

2004-11-06 13:04  olivier

	* src/workspaces.c: Check for the toggle workspace first

2004-11-06 13:02  olivier

	* defaults/defaults, po/xfwm4.pot, src/settings.c, src/settings.h,
	  src/workspaces.c: Add hidden option "toggle_workspace" to
	  enable/disable the switch back to previous workspace.

2004-11-04 21:51  olivier

	* src/events.c, src/hints.c, src/workspaces.c: Fix bug #463 (newly
	  created workspaces are skipped when draging window),
	  Add "default" case to the switch statements where missing as some
	  (old) compilers require a "default" statement.

2004-11-04 21:17  olivier

	* COMPOSITOR: Typo

2004-11-03 15:15  olivier

	* src/client.c, src/events.c, src/frame.c, src/frame.h,
	  src/hints.c, src/hints.h, src/netwm.c: Revert: Treat dialogs that
	  don't set their transient_for as transients for group,
	  Add: Support for NET_FRAME_EXTENTS and NET_REQUEST_FRAME_EXTENTS

2004-11-03 10:52  jasper

	* configure, configure.ac, ltmain.sh, mcs-plugin/workspaces.c:
	  Re-add dynamic workspace updating. With g_module_unload()
	  function to disconnect handlers

2004-11-02 09:19  olivier

	* defaults/defaults, po/xfwm4.pot, src/client.c, src/events.c,
	  src/focus.c, src/focus.h, src/settings.c, src/settings.h: Raise
	  window on any mouse button click (fixes big #442) - Use the
	  hidden option "raise_with_any_button=true|false" to toggle old
	  behaviour.

2004-11-01 15:50  olivier

	* src/events.c, src/main.c, src/menu.c, src/menu.h, src/netwm.c:
	  Fix bug #434 (xfwm4 segfaults if window menu open and window is
	  unmapped)

2004-10-31 17:16  olivier

	* src/events.c: Fix bug #423 - Raise on focus.

2004-10-30 19:03  olivier

	* ChangeLog: Global update for 4.1.91 (Xfce 4.2 beta 2)

2004-10-30 14:42  jasper

	* po/nl.gmo, po/nl.po: Update a few nl translations

2004-10-30 14:00  pollux

	* po/lt.gmo, po/lt.po: update LT translations

2004-10-30 12:46  jasper

	* icons/scalable/Makefile.am, icons/scalable/Makefile.in: Fix svg
	  location

2004-10-30 12:03  olivier

	* ChangeLog: Update ChangeLog

2004-10-30 12:00  olivier

	* AUTHORS, COMPOSITOR: Update documentation for the compositing
	  manager

2004-10-28 19:44  olivier

	* configure, configure.ac, po/xfwm4.pot, themes/Makefile.am,
	  ...
	  themes/tyrex/top-right-inactive.xpm: Change default theme and
	  rename previous theme as "Tyrex".

2004-10-28 11:55  pollux

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop, po/he.gmo, po/he.po:
	  update HE translations

2004-10-27 21:28  olivier

	* ChangeLog: Update ChangeLog

2004-10-27 16:56  olivier

	* src/client.c, src/events.c, src/stacking.c: Fix various
	  focus/stacking harmless oddities

2004-10-26 23:18  olivier

	* po/xfwm4.pot, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Add some depth to the
	  default theme

2004-10-26 23:14  olivier

	* po/xfwm4.pot, src/events.c: Honor raise on focus when not using
	  raise on click in client window.

2004-10-26 21:02  olivier

	* src/events.c: Fix stupid typo that broke focus follow mouse in
	  the previous commit.

2004-10-26 20:42  olivier

	* src/client.h, src/events.c, src/focus.c: Don't give focus to dock
	  type windows unless a net_active_window is sent.

2004-10-26 19:04  olivier

	* src/events.c: Fix click_raise

2004-10-25 05:45  olivier

	* src/events.c: Fix focus follow mouse breakage.

2004-10-24 21:55  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po,
	  po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa.gmo,
	  po/fa.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/gu.gmo,
	  po/gu.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo,
	  po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo,
	  po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pa.gmo, po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po,
	  po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Locale fix

2004-10-24 21:48  olivier

	* src/events.c: Add some logic to the way move/resize/raise windows
	  work.

2004-10-24 14:23  moe

	* po/de.po: Hehe

2004-10-24 13:32  olivier

	* po/POTFILES.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po,
	  po/be.gmo, po/be.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po,
	  po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo,
	  po/eu.po, po/fa.gmo, po/fa.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/gu.gmo, po/gu.po, po/he.gmo, po/he.po, po/hi.gmo,
	  po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo,
	  po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo,
	  po/ms.po, po/nl.gmo, po/nl.po, po/pa.gmo, po/pa.po, po/pl.gmo,
	  po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po,
	  po/ru.gmo, po/ru.po, po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po,
	  po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po,
	  po/vi.gmo, po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po,
	  po/zh_TW.gmo, po/zh_TW.po, src/compositor.c, src/display.c,
	  src/events.c, src/main.c, src/settings.c: Raise windows that
	  manipulate the focus by themselves,
	  Don't translate warning messages

2004-10-23 19:58  olivier

	* po/de.gmo: gmo for Moe

2004-10-23 19:53  moe

	* po/de.po: We hate K�rzels!

2004-10-23 19:45  olivier

	* po/de.gmo: gmo file for Moe

2004-10-23 19:43  moe

	* po/de.po: Finishing German translation. Germs are good to go Sir!

2004-10-23 19:40  olivier

	* mcs-plugin/xfwm4_plugin.c, po/ar.gmo, po/ar.po, po/az.gmo,
	  po/az.po, po/be.gmo, po/be.po, po/bg.gmo, po/bg.po, po/ca.gmo,
	  po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo,
	  po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po,
	  po/eu.gmo, po/eu.po, po/fa.gmo, po/fa.po, po/fi.gmo, po/fi.po,
	  po/fr.gmo, po/fr.po, po/gu.gmo, po/gu.po, po/he.gmo, po/he.po,
	  po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po,
	  po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po,
	  po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pa.gmo, po/pa.po,
	  po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/sk.gmo, po/sk.po, po/sv.gmo,
	  po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo,
	  po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Label mispelled

2004-10-23 17:47  benny

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po,
	  po/de.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po,
	  po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po,
	  po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nl.po,
	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po, po/sk.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po,
	  po/zh_TW.po: Update-po for moe.

2004-10-23 14:45  olivier

	* ChangeLog: Update ChangeLog

2004-10-23 13:14  olivier

	* defaults/defaults, src/client.c, src/workspaces.c: Turn on
	  wrap_layout by default
	  Code cleanup

2004-10-22 20:38  olivier

	* ChangeLog: Updated versions and change logs

2004-10-22 19:33  olivier

	* po/xfwm4.pot: Theme fixes
	  update locale [fr] for desktop files

2004-10-22 18:44  olivier

	* src/settings.c: Fix bug #409

2004-10-20 22:05  pollux

	* po/et.gmo, po/et.po: update ET translations

2004-10-20 20:49  olivier

	* src/compositor.c, src/misc.c: glib-2.2 has no G_MAXUINT32,
	  Play with compositor priorities.

2004-10-20 20:30  olivier

	* src/compositor.c, src/compositor.h, src/events.c: Small
	  optimizations

2004-10-20 17:47  olivier

	* src/placement.c: Fix initial placement issue reported on the ML
	  by Brian

2004-10-19 05:42  olivier

	* mcs-plugin/Makefile.in, po/xfwm4.pot: autogen for Maarten

2004-10-18 13:19  boekhold

	* mcs-plugin/Makefile.am: cygwin: add X11 libs to xfwm4_plugin
	  library list

2004-10-17 20:30  pollux

	* po/fi.gmo, po/fi.po: update FI translations

2004-10-17 14:01  olivier

	* src/compositor.c: Cleanup

2004-10-17 12:45  olivier

	* src/compositor.c: Fix compiler warnings.

2004-10-17 12:12  fleclainche

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Small doc update :
	  - xdg basedir spec fix
	  - some words about compositing manager
	  - fix an internal broken link

2004-10-17 11:57  olivier

	* src/misc.c: Do monitor search in one pass.

2004-10-17 08:41  olivier

	* src/client.c, src/events.c, src/misc.c, src/misc.h, src/netwm.c,
	  src/placement.c: Replace gdk_screen_get_monitor_at_point () with
	  our own implementation.

2004-10-16 17:15  olivier

	* src/compositor.c, src/display.h: Add a timout in case the idle
	  callback occurs too rarely.

2004-10-16 14:27  olivier

	* defaults/defaults, po/xfwm4.pot, src/compositor.c, src/focus.c,
	  src/settings.c, src/settings.h: Add new hidden option
	  "prevent_focus_stealing" disable by default to fix #400
	  Increase compositor repaint priority

2004-10-15 22:12  olivier

	* src/compositor.c, src/display.h: Repaint in an idle function, it
	  seems to be faster on slower hw (like my laptop which has no
	  accelerated xrender)

2004-10-15 06:32  olivier

	* ChangeLog, po/xfwm4.pot: Update ChangeLog

2004-10-15 06:29  olivier

	* mcs-plugin/xfwm4_shortcuteditor.c: Forgot to notify the raw
	  channel for command shortcuts

2004-10-14 22:07  olivier

	* ChangeLog, po/xfwm4.pot: Update ChangeLog

2004-10-14 21:59  olivier

	* src/compositor.c: Fix

2004-10-14 21:56  olivier

	* src/compositor.c: Code reorg

2004-10-14 08:26  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix #395

2004-10-14 06:19  olivier

	* po/xfwm4.pot, src/events.c, src/main.c: Fix double click time
	  setting not working in xfwm4

2004-10-13 22:52  olivier

	* ChangeLog: Update ChangeLog

2004-10-13 22:48  olivier

	* po/xfwm4.pot: *** empty log message ***

2004-10-13 22:47  olivier

	* src/events.c, src/settings.c: Rewrite the "typeOfClick" fn so
	  that there is no delay when using the compositor

2004-10-13 20:50  olivier

	* src/compositor.c, src/compositor.h, src/main.c, src/screen.c:
	  Change cmd line options to allow automatic compositor.

2004-10-13 20:12  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix #394

2004-10-13 14:03  pollux

	* doc/C/xfwm4.xml: spelling correction

2004-10-12 22:25  olivier

	* src/client.c, src/compositor.c: Various tweaks

2004-10-12 06:50  olivier

	* configure, configure.ac, ltmain.sh, mcs-plugin/plugin.c,
	  mcs-plugin/plugin.h, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces.h, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h, po/ar.gmo, po/ar.po,
	  po/az.gmo, po/az.po, po/be.gmo, po/be.po, po/bg.gmo, po/bg.po,
	  po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo,
	  po/et.po, po/eu.gmo, po/eu.po, po/fa.gmo, po/fa.po, po/fi.gmo,
	  po/fi.po, po/fr.gmo, po/fr.po, po/gu.gmo, po/gu.po, po/he.gmo,
	  po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo,
	  po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo,
	  po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pa.gmo,
	  po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po,
	  po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sk.gmo,
	  po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo,
	  po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po,
	  src/compositor.c, src/settings.c: Use mcs raw channel to fix bug
	  #342

2004-10-11 16:30  benny

	* po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po,
	  po/de.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fi.po,
	  po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po,
	  po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nl.po, po/pa.po,
	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po, po/sk.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: update-po for Moe.

2004-10-10 22:03  olivier

	* src/compositor.c, src/compositor.h: Add a useless function that
	  not used anywhere in the current code but might be useful some
	  day, who knows...

2004-10-10 21:27  olivier

	* src/client.c, src/compositor.c: Fix frame vanishing when using
	  transparency

2004-10-10 11:52  pollux

	* po/es.gmo, po/es_MX.gmo, po/pt_PT.gmo, po/pt_PT.po: update pt_PT
	  translations

2004-10-10 11:28  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: *** empty log message ***

2004-10-10 01:52  edscott

	* po/es.po, po/es_MX.po: spelling correction

2004-10-09 19:47  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix typo

2004-10-09 19:24  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: i was releasing the keyboard
	  too soon

2004-10-09 19:16  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix #373

2004-10-09 16:15  olivier

	* src/compositor.c, src/events.c: *** empty log message ***

2004-10-09 14:20  pollux

	* configure, configure.ac, po/fa.gmo, po/fa.po, po/fa_IR.gmo,
	  po/fa_IR.po: update FA translations

2004-10-09 13:48  pollux

	* po/pa.gmo, po/pa.po: Punjabi translations update from
	  jaswinderlinux@netscape.net

2004-10-09 13:13  olivier

	* src/client.c, src/compositor.c, src/compositor.h, src/display.c,
	  src/events.c, src/screen.h, src/transients.c: Check for an
	  already running compositing manager,
	  Various optimizations.

2004-10-08 22:42  olivier

	* po/es.gmo, po/es_MX.gmo, src/client.c, src/compositor.c: Various
	  optilizations in compositor

2004-10-08 20:36  olivier

	* src/client.c, src/workspaces.c, src/workspaces.h: Fix grab/ungrab
	  when dragging windows between workspaces

2004-10-08 17:21  olivier

	* src/events.c: Small optimiztion.

2004-10-08 17:06  olivier

	* po/xfwm4.pot, src/client.c, src/events.c, src/netwm.c,
	  src/stacking.c, src/stacking.h, src/transients.c,
	  src/transients.h, src/workspaces.c: Improve handling of
	  transients/modals which aren't tied to a parent window.

2004-10-08 16:43  pollux

	* mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c: fix
	  #377 and #378

2004-10-08 15:45  edscott

	* po/es.po, po/es_MX.po: update spanish translations.

2004-10-07 21:21  olivier

	* src/compositor.c: *** empty log message ***

2004-10-07 20:49  benny

	* src/client.c, src/client.h: Revert

2004-10-07 20:36  benny

	* Makefile.in, aclocal.m4, configure, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  doc/it/Makefile.in, doc/it/images/Makefile.in,
	  icons/48x48/Makefile.in, icons/Makefile.in,
	  icons/scalable/Makefile.in, m4/debug.m4, m4/glib-gettext.m4,
	  m4/pkg.m4, mcs-plugin/Makefile.in, src/Makefile.in, src/client.c,
	  src/client.h, themes/Makefile.in, themes/breeze/Makefile.in,
	  ...
	  themes/waza/Makefile.in: Added
	  --enable-final (-O1 for GNU ld) as per Jaspers request. Added
	  missing
	  m4 files.

2004-10-07 20:20  olivier

	* src/compositor.c, src/events.c: Fix typo
	  Actually use optimization in shadow computation

2004-10-06 22:25  olivier

	* po/xfwm4.pot, src/compositor.c: Simplify code in compositor
	  repaint routine

2004-10-06 21:56  olivier

	* src/compositor.c, src/events.c, src/hints.h, src/wireframe.c: Fix
	  transet removing opacity property
	  expand sources;

2004-10-05 21:37  olivier

	* src/client.c, src/compositor.c, src/compositor.h, src/events.c:
	  Fix XShape bug, now gkrellm and other shaped windows work.

2004-10-05 20:20  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: use path instead of selection
	  for popup_menu_del_menuitem activation

2004-10-05 20:13  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: add option to remove shortcut,
	  and command dialog shows current command if present

2004-10-05 14:11  jasper

	* mcs-plugin/xfwm4_shortcuteditor.c, src/main.c: Benedikt tells me
	  session files should be in ~/.cache/.

2004-10-05 11:33  olivier

	* po/xfwm4.pot, src/compositor.c: indent

2004-10-05 11:31  olivier

	* src/compositor.c, src/events.c, src/frame.c: Still compositing
	  and shape

2004-10-05 06:55  olivier

	* po/xfwm4.pot, src/compositor.c: *** empty log message ***

2004-10-05 06:49  olivier

	* src/compositor.c: *** empty log message ***

2004-10-05 06:23  olivier

	* src/compositor.c: Improve handling of shaped windows.

2004-10-04 21:27  olivier

	* src/compositor.c: Reorg to save useless notifications

2004-10-04 21:10  olivier

	* src/wireframe.h: Wrong fn name in header.

2004-10-04 21:01  olivier

	* src/compositor.c: There is a refresh problem with XShaped
	  windows, but xcompmgr suffer the same so I'm not sure it's really
	  a compositor problem.

2004-10-03 21:08  olivier

	* configure, configure.ac, po/xfwm4.pot, src/client.c,
	  src/client.h, src/compositor.c, src/compositor.h, src/events.c,
	  src/hints.c, src/hints.h: Better support for transparency
	  property.

2004-10-03 16:14  pollux

	* configure, configure.ac, ltmain.sh, po/pa.gmo, po/pa.po: Punjabi
	  translations (PA) from jaswinderlinux@netscape.net

2004-10-03 15:43  pollux

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop: zh_TW translations
	  of desktop files from Ambrose Li <acli@ada.dhs.org>

2004-10-02 12:36  olivier

	* ChangeLog: Update ChangeLog

2004-10-02 12:31  olivier

	* ChangeLog, po/xfwm4.pot, src/compositor.c, src/main.c,
	  themes/symphony/themerc: Add support for expose on root event

2004-10-02 11:50  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix #345

2004-10-02 11:45  olivier

	* src/compositor.c, src/compositor.h, src/events.c: Damage window
	  on shape events.

2004-10-02 11:33  olivier

	* src/events.c: Damage client on XShape event

2004-10-02 10:33  olivier

	* defaults/defaults, src/compositor.c, src/settings.c,
	  src/settings.h: Add support for shadow_delta_* params for
	  adjusting shadow size and position for specific themes.

2004-10-02 08:59  olivier

	* Makefile.in, configure, configure.ac, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  doc/it/Makefile.in, doc/it/images/Makefile.in,
	  icons/48x48/Makefile.in, icons/Makefile.in,
	  icons/scalable/Makefile.in, mcs-plugin/Makefile.in, po/xfwm4.pot,
	  src/Makefile.in, src/compositor.c, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Slightly enlarge shadow
	  in compositor,
	  Enable optional compositor build in rpm (depends on option
	  "--enable-compositor" being passed to the configure script),
	  Various gcc warning fixes in compositor.

2004-10-01 20:17  olivier

	* ChangeLog: Update ChangeLog

2004-10-01 20:15  olivier

	* src/compositor.c: Last touch

2004-10-01 20:09  olivier

	* src/compositor.c: Redo the checks,
	  Fix a potential leak.

2004-10-01 17:15  olivier

	* src/compositor.c: Be paranoid about returned values in compositor

2004-09-30 20:26  olivier

	* configure, configure.ac, po/xfwm4.pot, src/client.c,
	  ...
	  themes/opta/Makefile.in: Jump to the
	  next win instead of the previous if the current win vanishes
	  during the alt-tab cycling,
	  Adding (an old) theme "breeze" simply because it looks great with
	  the compositor!

2004-09-30 15:48  pollux

	* po/it.gmo, po/it.po: updated Italian translations from Luca
	  Marrocco <buildup@libero.it>

2004-09-29 22:31  olivier

	* src/compositor.c, src/inline-tabwin-icon.h: *** empty log message
	  ***

2004-09-29 21:52  olivier

	* ChangeLog: Updating ChangeLog

2004-09-29 21:46  fleclainche

	* src/inline-tabwin-icon.h, src/tabwin-icon.png: Change tabwin
	  icon.

2004-09-29 21:18  olivier

	* src/compositor.c: Don't paint offscreen windows as done in
	  xcompmgr.

2004-09-29 17:05  olivier

	* po/xfwm4.pot, src/client.c, src/wireframe.c: Add little white
	  frame arround the black frame so it stays visible even on dark
	  background,
	  handle the one single hidden app in cycling.

2004-09-29 08:22  pollux

	* po/zh_TW.gmo, po/zh_TW.po: updated zh_TW translations from
	  Ambrose Li <acli@ada.dhs.org>

2004-09-29 07:59  pollux

	* po/zh_CN.gmo, po/zh_CN.po: updated zh_CN translations from
	  yongtao yang <yongtao.yang@gmail.com>

2004-09-28 22:10  olivier

	* ChangeLog: Update ChangeLog

2004-09-28 22:07  olivier

	* src/client.c, src/compositor.c: Improve windows refresh when
	  using compositor.

2004-09-28 21:55  olivier

	* src/Makefile.am, src/Makefile.in, src/client.c, src/main.c,
	  src/wireframe.c, src/wireframe.h: Don't grab the server when
	  cycling windows (but still show the frame shadow),
	  Add a "--help" usage message.

2004-09-28 19:56  olivier

	* po/xfwm4.pot, src/compositor.c: Fix window vanishing when being
	  unmapped with compositor enabled.

2004-09-27 21:10  olivier

	* po/xfwm4.pot, src/client.c, src/compositor.c, src/events.c,
	  src/main.c: Various compositor fixes/improvements,
	  Add new cmd line option "--disable-compositor" to disable
	  compositor even if it's supported by both xfwm4 and the X server.

2004-09-26 22:11  olivier

	* ChangeLog: Update ChangeLog

2004-09-26 22:07  olivier

	* COMPOSITOR, Makefile.am, Makefile.in, configure, configure.ac,
	  ltmain.sh, src/compositor.c, xfwm4.spec.in: Various tweaking

2004-09-26 21:22  olivier

	* src/client.c, src/compositor.c, src/compositor.h: Fix a crash
	  when window XRender visual can't be determined

2004-09-26 18:01  olivier

	* src/compositor.c, src/compositor.h, src/display.h, src/screen.h:
	  Port latest changes from xcompmgr,
	  Fix bug when unmapping override redirects

2004-09-26 12:27  olivier

	* src/display.c, src/events.c, src/focus.c: Reduce drop threshold
	  for mouse wheel events and fix a couple of compilation warnings.

2004-09-26 12:12  olivier

	* defaults/defaults, src/settings.c, src/settings.h,
	  src/workspaces.c: Add wrap_cyle option enabled by default for
	  Brian and Francois.

2004-09-26 10:30  jasper

	* configure, ltmain.sh, mcs-plugin/xfwm4_shortcuteditor.c: autogen
	  for jean-francois

2004-09-26 10:18  pollux

	* configure.ac: bump version in libxfce4util to 4.1.17 and make
	  xfwm4 depends on it

2004-09-26 09:56  jasper

	* doc/C/Makefile.am, doc/C/Makefile.in, doc/C/xfwm4.html,
	  doc/fr/xfwm4.html, doc/it/xfwm4.html: Fix html target for docs.
	  Not build by default.

2004-09-26 09:03  olivier

	* mcs-plugin/xfwm4_shortcuteditor.h: fn shouldn't be declared
	  "extern"

2004-09-26 09:02  olivier

	* mcs-plugin/xfwm4_plugin.c: Fix [Bug 336] New: Moving hidden
	  buttons in settings changes button layout of all windows

2004-09-25 21:49  olivier

	* Makefile.in, config.h.in, configure, configure.ac,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, doc/it/Makefile.in,
	  doc/it/images/Makefile.in, icons/48x48/Makefile.in,
	  icons/Makefile.in, icons/scalable/Makefile.in, ltmain.sh,
	  mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.am,
	  src/Makefile.in, src/client.c, src/compositor.c,
	  src/compositor.h, src/display.c, src/display.h, src/events.c,
	  src/hints.c, src/hints.h, src/screen.c, src/screen.h,
	  ...
	  themes/waza/Makefile.in: Add compositor.

2004-09-25 15:56  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: deactivate the del entry in
	  the popup menu when a not user_writable
	  entry is selected

2004-09-25 15:32  pollux

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: fix shortcut editor, Default
	  is no more editable, user can create his
	  own themes

2004-09-24 16:34  benny

	* mcs-plugin/xfwm4_plugin.c: Simplify writable test.

2004-09-24 14:03  pollux

	* mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: commit things before going
	  back home for the w-e

2004-09-24 06:49  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: temporaly fix the
	  shortcuteditor

2004-09-24 06:19  kelnos

	* mcs-plugin/xfwm4_shortcuteditor.c: fix first-time edit if $prefix
	  != /usr

2004-09-23 21:37  pollux

	* configure, configure.ac, ltmain.sh, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h, po/gu.gmo, po/gu.po,
	  po/nl.gmo: add Gujarati translations (GU) from Ankit Patel
	  <ankit@redhat.com>

2004-09-23 17:15  olivier

	* src/events.c, src/stacking.c, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Fix bugs from the sidewalk
	  stacking

2004-09-23 13:43  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: minor fixes

2004-09-23 09:09  jasper

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop, po/nl.po: Better
	  translation

2004-09-23 08:22  jasper

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop: Add nl translations

2004-09-23 06:29  olivier

	* ChangeLog, po/xfwm4.pot: Update ChangeLog

2004-09-23 06:26  olivier

	* po/xfwm4.pot, src/events.c, src/misc.c, src/screen.c,
	  src/stacking.c: Fix missing parts from Param's patch regarding
	  "sidewalks"

2004-09-23 05:59  olivier

	* configure, configure.ac, po/xfwm4.pot, src/client.c,
	  src/events.c, src/screen.c, src/screen.h, src/workspaces.c,
	  src/workspaces.h: Apply patch from Paramjit Oberoi
	  <param@cs.wisc.edu> to handle worskswitch with reaching screen
	  edges

2004-09-23 05:22  olivier

	* src/client.c: Improve window resize within partial struts

2004-09-22 22:39  olivier

	* src/client.c: ??

2004-09-22 22:37  olivier

	* src/events.c: Mispaced parenthesis

2004-09-22 22:35  olivier

	* src/events.c: Misplaced parenthesis

2004-09-22 20:06  olivier

	* defaults/defaults, src/client.c, src/events.c, src/hints.c,
	  src/settings.c, src/settings.h: Be smarter with dragging windows
	  across workspaces,
	  Apply patch from Nils Rennebarth <Nils.Rennebarth@web.de> to
	  optionnaly prevent
	  cycling desktops with the mouse scroll wheel.

2004-09-22 03:18  kelnos

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop: add GenericName tags
	  to settings .desktop files

2004-09-21 20:13  jasper

	* mcs-plugin/xfwm4_shortcuteditor.c: Prevent crash when keyval
	  without name is pressed

2004-09-21 19:27  olivier

	* src/parserc.c, src/parserc.h, src/settings.c: Merge custom
	  keytheme wit hsystem default to avoid missing shortcuts that
	  prevent the WM to start.

2004-09-21 11:51  jasper

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po,
	  po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po,
	  po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo,
	  po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo,
	  po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po,
	  po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sk.gmo,
	  po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo,
	  po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Run make
	  update-po at Moe's request.

2004-09-21 06:40  olivier

	* configure, configure.ac, defaults/defaults, src/client.c,
	  src/events.c, src/hints.c, src/hints.h, src/screen.h,
	  src/settings.c, src/settings.h, src/workspaces.c,
	  src/workspaces.h, themes/default.keys/keythemerc: Include patch
	  for 2D desktop layout support from Paramjit Oberoi
	  <param@cs.wisc.edu>

2004-09-20 22:22  olivier

	* ChangeLog: Update all ChangeLogs

2004-09-19 20:16  olivier

	* Makefile.in, config.h.in, configure, configure.ac,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, doc/it/Makefile.in,
	  doc/it/images/Makefile.in, icons/48x48/Makefile.in,
	  icons/Makefile.in, icons/scalable/Makefile.in, ltmain.sh,
	  mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in,
	  src/client.h, src/compositor.c, src/compositor.h, src/display.c,
	  src/display.h, src/main.c, src/screen.h, themes/Makefile.in,
	  ...
	  themes/waza/Makefile.in: Remove
	  compositor for now.

2004-09-19 19:58  olivier

	* src/client.c: Fix the typo in the added comments (!)

2004-09-19 19:55  olivier

	* src/client.c: Add comments for clarity

2004-09-19 19:50  olivier

	* src/client.c: Fix urgency flashes switching apps automatically
	  when cycling with alt+tab.

2004-09-19 10:14  jasper

	* po/nl.gmo, po/nl.po: Update nl translations

2004-09-18 20:50  jasper

	* mcs-plugin/plugin.c, mcs-plugin/xfwm4_plugin.c: Fix translations
	  for mcs plugins

2004-09-18 18:43  dannym

	* mcs-plugin/margins.c, mcs-plugin/plugin.c, mcs-plugin/plugin.h,
	  mcs-plugin/workspaces.c: save_channel -> ws_save_channel

2004-09-18 18:28  jasper

	* mcs-plugin/margins.c, mcs-plugin/xfwm4_plugin.c: autogen for
	  Maarten + basedir tweaks

2004-09-18 16:41  pollux

	* po/eu.gmo, po/eu.po: update EU translations

2004-09-18 16:34  jasper

	* mcs-plugin/margins.c, mcs-plugin/plugin.c, mcs-plugin/plugin.h,
	  mcs-plugin/workspaces.c, mcs-plugin/xfwm4_plugin.c: try to avoid
	  some namespace clashes found by Danny

2004-09-16 22:10  pollux

	* configure, configure.ac, po/be.gmo, po/be.po: add BE translations
	  from Ales Nyakhaychyk <nab@mail.by>

2004-09-16 20:30  olivier

	* themes/default/bottom-active.png,
	  ...
	  themes/default/top-right-inactive.xpm: Slightly smoother

2004-09-14 20:32  jasper

	* Makefile.in, configure, configure.ac, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  doc/it/Makefile.in, doc/it/images/Makefile.in,
	  icons/48x48/Makefile.in, icons/Makefile.in,
	  icons/scalable/Makefile.in, ltmain.sh, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, mcs-plugin/plugin.c,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  src/Makefile.in, src/inline-tabwin-icon.h, src/main.c,
	  src/parserc.c, src/settings.c, themes/Makefile.in,
	  ...
	  themes/waza/Makefile.in: Cygwin
	  patches by Maarten Boekhold.

2004-09-12 21:49  olivier

	* src/compositor.c, src/compositor.h: WIP

2004-09-10 20:49  pollux

	* po/he.gmo, po/he.po: HE translations update from Yuval Tanny
	  <tanai@int.gov.il>

2004-09-09 22:54  olivier

	* Makefile.in, config.h.in, configure, configure.ac,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, doc/it/Makefile.in,
	  doc/it/images/Makefile.in, icons/48x48/Makefile.in,
	  icons/Makefile.in, icons/scalable/Makefile.in,
	  mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/client.h, src/compositor.c, src/display.c,
	  src/display.h, src/main.c, src/screen.h, themes/Makefile.in,
	  ...
	  themes/waza/Makefile.in: Prepare
	  compositor (not here yet though)

2004-09-09 18:51  pollux

	* po/vi.gmo, po/vi.po: update VI translations

2004-09-08 15:59  olivier

	* defaults/defaults, doc/C/xfwm4.html, doc/C/xfwm4.xml,
	  src/client.c, src/settings.c, src/settings.h,
	  ...
	  themes/default/top-right-inactive.xpm: Include Sami Samhuri
	  <sami@no-eff-eks.com> patch for "cycle_hidden" option,
	  Update the default boring theme.

2004-09-07 22:12  olivier

	* Makefile.am, Makefile.in, TODO, example.xfwm4rc.in,
	  xfwm4.spec.in: Remove outdated example.xfwm4rc

2004-09-07 21:52  olivier

	* configure, configure.ac, ltmain.sh, themes/Makefile.am,
	  ...
	  themes/symphony/top-right-inactive.xpm: Promote a derivative of
	  "Tyrex" new default theme and rename current default to
	  "Symphony"

2004-09-06 21:30  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2004-09-06 14:08  pollux

	* configure, configure.ac, ltmain.sh, po/et.gmo, po/et.po: ET
	  translations from Peeter Vois <Peeter.Vois@proekspert.ee>

2004-09-06 05:52  olivier

	* po/xfwm4.pot, xfwm4.spec.in: Fix spec file

2004-09-05 20:57  olivier

	* mcs-plugin/xfwm4_plugin.h, po/xfwm4.pot, src/events.c,
	  ...
	  improve
	  default WM theme.

2004-08-29 16:03  pollux

	* po/az.gmo, po/az.po: AZ translations update from Metin Amiroff
	  <metin@karegen.com>

2004-08-29 13:02  olivier

	* src/client.c: Optimize blinking.

2004-08-28 23:24  olivier

	* src/client.h: Cleanup, remove previous booleans replaced by bit
	  flags.

2004-08-28 23:10  olivier

	* configure, configure.ac, ltmain.sh, src/client.c, src/client.h,
	  src/events.c, src/focus.c, src/frame.c, src/hints.c, src/hints.h,
	  src/netwm.c, src/placement.c, src/session.c, src/stacking.c,
	  src/startup_notification.c, src/workspaces.c: Reorg internal
	  flags,
	  Add support to NET_WM_STATE_DEMANDS_ATTENTION (I couldn't find
	  any documentation on this state, but both kwin and metacity
	  support it!),
	  Reactivate code to prevent focus stealing (been #if 0'ed for a
	  while)

2004-08-28 19:21  pollux

	* configure, configure.ac, ltmain.sh, po/sk.gmo, po/sk.po: add
	  Slovak translations from Juraj Brosz <Juraj.Brosz@pobox.sk>

2004-08-28 06:46  olivier

	* src/client.c, src/frame.c: Tabs cleanup

2004-08-27 21:18  olivier

	* po/nl.gmo, po/xfwm4.pot, src/client.c, src/client.h,
	  src/events.c, src/frame.c: Add support for Urgency flag.

2004-08-27 08:26  pollux

	* po/fi.gmo, po/fi.po: FI translations update from Ilkka Ollakka
	  <ilkka.j.ollakka@students.oamk.fi>

2004-08-25 21:50  olivier

	* src/client.c: Smarter resize with partial struts.

2004-08-25 18:34  jasper

	* po/nl.po: Update dutch translations, only po files for now

2004-08-24 10:30  olivier

	* configure, configure.ac, po/xfwm4.pot, src/netwm.c: Revert
	  removal of HIDDEN state

2004-08-24 10:04  pollux

	* po/ru.gmo, po/ru.po: RU translations update from Anthony Ivanoff
	  <a-i@bk.ru>

2004-08-24 05:58  olivier

	* src/client.c, src/client.h, src/events.c, src/focus.c,
	  src/netwm.c, src/session.c, src/stacking.c, src/workspaces.c: Try
	  to stick to the standard.

2004-08-23 21:09  olivier

	* configure, configure.ac, po/xfwm4.pot: Version 4.1.7

2004-08-23 21:01  olivier

	* src/client.c, src/events.c, src/netwm.c: Fix NET_WM_STATE bug
	  with SM.

2004-08-22 22:18  olivier

	* mcs-plugin/margins.c, mcs-plugin/margins.h,
	  mcs-plugin/workspaces.c, mcs-plugin/workspaces.h,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h, src/client.h, src/display.c,
	  src/display.h, src/events.c, src/events.h, src/focus.c,
	  src/focus.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/icons.c, src/icons.h, src/keyboard.c, src/keyboard.h,
	  src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/netwm.c, src/netwm.h, src/parserc.c, src/parserc.h,
	  src/placement.c, src/placement.h, src/poswin.c, src/poswin.h,
	  src/screen.c, src/screen.h, src/session.c, src/session.h,
	  src/settings.c, src/settings.h, src/spinning_cursor.c,
	  src/spinning_cursor.h, src/stacking.c, src/stacking.h,
	  src/startup_notification.c, src/startup_notification.h,
	  src/tabwin.c, src/tabwin.h, src/transients.c, src/transients.h,
	  src/workspaces.c, src/workspaces.h: Add CVS Id, like Jasper does
	  with the panel.

2004-08-22 22:14  olivier

	* src/client.c: Id

2004-08-20 19:25  olivier

	* src/settings.c: Improve compat with GNOME's metacity by using the
	  same colors from GTK themes for window decorations.

2004-08-20 11:27  olivier

	* po/xfwm4.pot, themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme again
	  (sorry for any incovenience that might cause)

2004-08-19 11:18  olivier

	* themes/default/title-1-active.png,
	  ...
	  themes/default/top-right-inactive.png: nicer title bar.

2004-08-17 19:48  olivier

	* src/client.c, src/events.c, src/focus.c, src/focus.h,
	  src/stacking.c, themes/default/close-pressed.xpm,
	  ...
	  Improve passing focus when lowering a window.

2004-08-17 11:32  olivier

	* configure, configure.ac, doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png, ltmain.sh, po/xfwm4.pot,
	  ...
	  I'm
	  sorry!)

2004-08-16 20:31  olivier

	* src/focus.c, src/stacking.c: Rework (read simplify) focus
	  passing,
	  Update focus when lowering a window (as per user request)

2004-08-16 20:09  olivier

	* src/events.c: Don't check for actual visibility status of a
	  window when receiving an ICCCM unmap request as the could be the
	  cause of #0000276 and #0000293

2004-08-15 21:31  olivier

	* po/POTFILES.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po,
	  po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po,
	  po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/he.gmo, po/he.po,
	  po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po,
	  po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po,
	  po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po,
	  po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo,
	  po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo,
	  po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Referencing
	  a local working file in potfiles...

2004-08-15 19:39  olivier

	* mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop,
	  mcs-plugin/xfwm4_plugin.c, po/POTFILES.in, po/ar.gmo, po/ar.po,
	  po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po,
	  po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo,
	  po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo,
	  po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo,
	  po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo,
	  po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po,
	  po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po,
	  src/hints.c, src/hints.h, src/netwm.c,
	  ...
	  most notably:
	  - libxfcegui4 fixes with gtk 2.2
	  - xfwm4 updates
	  - Present panel plugins in alphabetical order
	  - Fix add plugin dialog being placed over the panel when using SM
	  - French po updates
	  - Other various small bug fixes

2004-08-14 19:47  pollux

	* aclocal.m4, configure, configure.ac, doc/C/xfwm4.html, po/he.gmo,
	  po/he.po: Hebrew translations from Yuval Tanny <tanai@int.gov.il>

2004-08-08 14:06  benny

	* aclocal.m4, configure, configure.ac, doc/C/Makefile.am,
	  doc/C/Makefile.in, doc/C/images/Makefile.am,
	  doc/C/images/Makefile.in, doc/C/images/compose_shortcut.png,
	  doc/C/images/decoration_style.png, doc/C/images/focus.png,
	  doc/C/images/keyboard_shortcuts.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png, doc/C/xfwm4.html,
	  doc/C/xfwm4.xml, ltmain.sh: Updated documentation, thanks to
	  Francois.

2004-08-04 22:52  olivier

	* src/events.c, src/hints.c, src/hints.h, src/transients.c,
	  src/transients.h: Add support for TRANSIENT_FOR update (with
	  cautious checks for cyclic transient relationship) - That should
	  fix the issue with gtranslator (bug #273)

2004-08-04 17:10  olivier

	* src/transients.c: Fix bug #0000273

2004-08-04 16:53  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po,
	  po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo,
	  po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po,
	  po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po,
	  po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po,
	  po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po,
	  po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Update translations

2004-08-04 15:22  olivier

	* aclocal.m4, ltmain.sh, themes/default/Makefile.am,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme.

2004-08-03 16:39  olivier

	* src/frame.c, src/mypixmap.c, src/parserc.c: Use default theme
	  when no valid theme is found,
	  Don't show the title bar buttons when space is missing,
	  Various bug fixes.

2004-08-03 16:37  olivier

	* mcs-plugin/margins.c, mcs-plugin/margins.h, mcs-plugin/plugin.c,
	  mcs-plugin/plugin.h, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces.h, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: Write a new widget making
	  heavy use of DnD for button layout,
	  Update license preamble,
	  Give credit where credit is due.

2004-07-28 21:33  benny

	* config.guess, config.sub, configure: Rerun autogen.sh after
	  depends.m4 update.

2004-07-28 21:22  benny

	* m4/depends.m4: Fixed (module)_FOUND bug reported by brian.
	  Hopefully nothing else broke
	  this time.

2004-07-27 19:57  benny

	* Makefile.am, Makefile.in, config.guess, config.sub, configure,
	  configure.ac, icons, icons/48x48, icons/48x48/Makefile.am,
	  icons/48x48/Makefile.in, icons/48x48/xfce4-keys.png,
	  icons/48x48/xfce4-workspaces.png, icons/48x48/xfwm4.png,
	  icons/Makefile.am, icons/Makefile.in, icons/scalable,
	  icons/scalable/Makefile.am, icons/scalable/Makefile.in,
	  icons/scalable/xfce4-workspaces.svg, icons/scalable/xfwm4.svg,
	  mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/xfce4-keys.png, mcs-plugin/xfce4-workspaces.png,
	  mcs-plugin/xfwm4.png: Added icons from Francois.

2004-07-24 18:52  benny

	* m4/depends.m4: Readded XFCE_MCS_PLUGIN() again, dunno how I
	  manage to remove it everytime
	  I edit depends.m4!

2004-07-24 17:30  benny

	* m4/depends.m4: XFCE_PANEL_PLUGIN had wrong panel version for the
	  threaded test.

2004-07-24 17:28  benny

	* m4/depends.m4: Extended the XFCE_PANEL_PLUGIN macro to include
	  some magic for threaded panels.

2004-07-24 12:57  benny

	* aclocal.m4, configure, ltmain.sh, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, mcs-plugin/keys-icon.h,
	  mcs-plugin/keys.png, mcs-plugin/margins-icon.h,
	  mcs-plugin/margins-icon.png, mcs-plugin/plugin.c,
	  mcs-plugin/workspaces-icon.h, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces.png, mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce4-keys.png, mcs-plugin/xfce4-workspaces.png,
	  mcs-plugin/xfwm4-icon.h, mcs-plugin/xfwm4-icon.png,
	  mcs-plugin/xfwm4.png, mcs-plugin/xfwm4_plugin.c,
	  mcs-plugin/xfwm4_plugin.h, mcs-plugin/xfwm4_shortcuteditor.c,
	  src/events.c: Made icons themable. Fix compile error in events.c
	  with --enable-debug=full.

2004-07-24 12:43  benny

	* m4/debug.m4: The mcs plugin is still using a GtkOptionMenu, so
	  remove GTK_DISABLE_DEPRECATED
	  here for now.

2004-07-21 23:00  benny

	* m4/depends.m4: Readded the XFCE_MCS_PLUGIN macro. I didn't ment
	  to remove it, tho.

2004-07-21 17:07  olivier

	* mcs-plugin/xfwm4_plugin.h, themes/default/themerc: Final touch on
	  defaults

2004-07-21 11:18  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme
	  again, adopt a simple, slick and colorfull theme

2004-07-20 21:21  olivier

	* po/xfwm4.pot, themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme

2004-07-20 20:58  benny

	* m4/depends.m4: Modifed panel plugin check, so one (the installer)
	  can choose to install
	  into a different plugin dir.

2004-07-18 21:26  olivier

	* themes/default/themerc: Remove shadow, looks smoother

2004-07-17 09:20  olivier

	* src/frame.c, themes/default/title-1-active.png,
	  ...
	  themes/default/top-right-inactive.png: Fix bug in frame rendering
	  (new??)
	  Change hilights of default theme titles, so it looks more
	  "translucid"

2004-07-16 20:51  olivier

	* themes/default/themerc: Forgot the themerc!

2004-07-16 20:06  olivier

	* ltmain.sh, src/frame.c, themes/default/Makefile.am,
	  ...
	  allow
	  different buttons size between active and inactive frames.

2004-07-16 14:18  pollux

	* mcs-plugin/xfwm4_plugin.c: unused variable

2004-07-16 14:12  pollux

	* mcs-plugin/xfwm4_plugin.c: - fix #256
	  - change some hardcoded .xfce4 to xfce_get_userdir

2004-07-15 08:50  pollux

	* mcs-plugin/xfwm4_shortcuteditor.c: fix #219 in shortcut editor

2004-07-14 20:56  jasper

	* doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/fr/xfwm4.html,
	  doc/fr/xfwm4.xml, doc/it/xfwm4.html, doc/it/xfwm4.xml: get rid of
	  moongroup references

2004-07-12 18:49  olivier

	* po/xfwm4.pot, themes/waza/bottom-active.xpm,
	  ...
	  themes/waza/top-right-inactive.xpm: Update the "Waza" theme

2004-07-11 19:52  olivier

	* mcs-plugin/xfwm4_plugin.c: Cleanup

2004-07-11 13:28  pollux

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/xfwm4_plugin.c, mcs-plugin/xfwm4_plugin.h,
	  mcs-plugin/xfwm4_shortcuteditor.c,
	  mcs-plugin/xfwm4_shortcuteditor.h: splitting of xfwm4_plugin.c

2004-07-09 21:06  pollux

	* configure, configure.ac, doc/Makefile.am, doc/Makefile.in,
	  doc/it, doc/it/Makefile.am, doc/it/Makefile.in, doc/it/images,
	  doc/it/images/Makefile.am, doc/it/images/Makefile.in,
	  doc/it/images/decoration_style.png,
	  doc/it/images/keyboard_and_focus.png,
	  doc/it/images/misc_wm_prefs.png, doc/it/images/titlebar.png,
	  doc/it/images/workspace_margins.png,
	  doc/it/images/xfwm_workspaces.png, doc/it/xfwm4.html,
	  doc/it/xfwm4.xml, ltmain.sh: more italian doc translation from
	  Sascha Ales

2004-07-08 16:57  olivier

	* defaults/Makefile.am, defaults/Makefile.in, po/xfwm4.pot: Add
	  defaults file to package

2004-07-07 20:01  olivier

	* mcs-plugin/xfwm4_plugin.c: Change default font for title bar to
	  "Sans Bold 8"

2004-07-07 19:18  olivier

	* defaults/Makefile.am, defaults/Makefile.in, defaults/defaults,
	  defaults/defaults.in, po/xfwm4.pot: Remove useless generation of
	  default file.

2004-07-06 22:22  olivier

	* src/client.c, src/events.c, src/focus.c, src/main.c, src/netwm.c,
	  src/session.c, src/stacking.c, src/tabwin.c: Expand sources

2004-07-06 22:18  olivier

	* src/client.c, src/stacking.c: Remove win_layer on unmap

2004-07-06 20:02  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po,
	  po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo,
	  po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po,
	  po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po,
	  po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po,
	  po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po,
	  po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po, src/screen.c, src/screen.h, src/workspaces.c: Apply
	  Vebjorn Ljosa's patch for workspace toggle,
	  Don't cycle workspaces with using keyboard (I found this too
	  confusing when used with Vebjorn's patch),
	  Update po.

2004-07-05 20:45  olivier

	* src/settings.c: Try to be even a bit smarter.

2004-07-05 20:36  olivier

	* src/settings.c: Try to be a bit more permissive with missing key

2004-07-05 20:21  olivier

	* src/client.c, src/poswin.c: Fix base width/height not being
	  initialized with zero value.

2004-07-02 11:19  olivier

	* mcs-plugin/xfwm4_plugin.c: Use regular font as default title font

2004-07-02 10:27  olivier

	* themes/default/themerc: Title vertical offset for the default
	  theme

2004-07-02 06:22  olivier

	* po/xfwm4.pot, src/client.h: Remove useless comment (with a typo!)

2004-07-02 05:43  olivier

	* src/client.c, src/client.h: Improve window placement for some
	  broken apps (no, I won't name them)

2004-07-01 21:10  olivier

	* src/client.c: Fix mapping/unmapping issues (again)

2004-06-30 21:48  olivier

	* po/xfwm4.pot: Potfile update

2004-06-30 21:42  olivier

	* src/focus.c, src/netwm.c, src/stacking.c, src/stacking.h: Fix
	  frame update when an app changes its own state to modal

2004-06-30 16:51  olivier

	* src/client.c, src/client.h: Fix app window being remaped after a
	  quick map request/unmap notify
	  Allow static gravity wins to place thenselves anywhere (for
	  broken apps trying to get a fullscreen window this way)

2004-06-30 04:50  olivier

	* src/main.c: Connect to SM once we're all done (patch from benny)

2004-06-29 21:54  olivier

	* src/client.c: Raise window before showing so it gets properly
	  stacked

2004-06-29 19:47  olivier

	* src/transients.c: Check for apps that set their group leader to
	  themselves.

2004-06-28 20:24  olivier

	* src/client.c: Grab server earlier when managing new windows,
	  trying to fix #0000184 and other random issues reported with Java
	  on the ML

2004-06-27 13:33  olivier

	* src/events.c: Disable wrap workspace as it's not suitable to
	  confine the pointer when not dragging a window.

2004-06-27 13:23  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Reduce title height for
	  default theme

2004-06-27 13:12  olivier

	* po/ar.gmo, po/az.gmo, po/bg.gmo, po/ca.gmo, po/cs.gmo, po/de.gmo,
	  po/es.gmo, po/es_MX.gmo, po/eu.gmo, po/fa_IR.gmo, po/fi.gmo,
	  po/fr.gmo, po/hi.gmo, po/hu.gmo, po/it.gmo, po/ja.gmo, po/ko.gmo,
	  po/lt.gmo, po/ms.gmo, po/nl.gmo, po/pl.gmo, po/pt_BR.gmo,
	  po/pt_PT.gmo, po/ru.gmo, po/sv.gmo, po/ta.gmo, po/tr.gmo,
	  po/uk.gmo, po/vi.gmo, po/zh_CN.gmo, po/zh_TW.gmo, src/client.c,
	  src/display.c, src/display.h, src/events.c, src/main.c,
	  src/stacking.c: Confine pointer to current root window for
	  multiscreen

2004-06-26 21:20  olivier

	* po/ar.po, po/az.po, po/bg.po, po/ca.po, po/cs.po, po/de.po,
	  po/es.po, po/es_MX.po, po/eu.po, po/fa_IR.po, po/fi.po, po/fr.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nl.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po, src/Makefile.am, src/Makefile.in,
	  src/main.c: Sync

2004-06-26 17:29  olivier

	* src/client.c, src/events.c: Map/unmap issues fixed

2004-06-26 08:30  olivier

	* src/client.c, src/events.c: Some various unsane changes.

2004-06-25 17:44  olivier

	* src/client.c: Improve fullscreen toggle

2004-06-25 11:20  olivier

	* po/xfwm4.pot, src/client.c, src/events.c, src/focus.c,
	  src/stacking.c: Try to improve stacking transition with
	  fullscreen windows

2004-06-24 22:05  olivier

	* src/client.c, src/events.c, src/focus.c, src/stacking.c,
	  src/stacking.h: Focus related stuff - Still need works

2004-06-24 20:11  olivier

	* mcs-plugin/xfwm4_plugin.c, po/ar.gmo, po/ar.po, po/az.gmo,
	  po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo,
	  po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po,
	  po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po,
	  po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po,
	  po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po,
	  po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po,
	  po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po,
	  src/client.c, src/events.c, src/netwm.c, src/settings.c,
	  src/settings.h, themes/default.keys/keythemerc: Add a key
	  shortcut to toggle fullscreen; Default key is "Alt+F11"

2004-06-23 19:20  olivier

	* themes/default/bottom-inactive.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Use light border for
	  inactive windows to emphasis the focused window.

2004-06-23 18:42  olivier

	* src/focus.c: Typo

2004-06-22 19:43  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Change to flat
	  depressed buttons

2004-06-22 16:40  pollux

	* mcs-plugin/xfwm4_plugin.c: shortcut editor uses xfce_file_chooser
	  now

2004-06-22 10:50  olivier

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, po/ar.po,
	  po/az.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/es.po,
	  po/es_MX.po, po/eu.po, po/fa_IR.po, po/fi.po, po/fr.po, po/hi.po,
	  po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po,
	  po/nl.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po, po/sv.po,
	  po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po, src/placement.c: Add key-icon.h so that
	  make dist actually works,
	  Fix placement issue,
	  Update po

2004-06-21 20:43  olivier

	* src/focus.c: Fix focus transition problem when unmapping last
	  visible regular window, as reported by Bernhard Walle

2004-06-21 20:18  olivier

	* src/client.c, src/focus.c, src/placement.c: 1) compute bottom and
	  right sides first, then adjust on top and left to keep window
	  visible
	  2) Plug yet another possible cause of segfault (need to double
	  check with xfce_4_0 branch because there is a good chance that
	  one is in the stable branch too)

2004-06-20 21:07  pollux

	* mcs-plugin/xfwm4_plugin.c: Add icon from Fran�ois and change text
	  formatting in the command shortcut key dialog

2004-06-20 20:42  pollux

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/keys-icon.h, mcs-plugin/keys.png,
	  mcs-plugin/xfwm4_plugin.c: Add icon from Fran�ois and change text
	  formatting in the shortcut key chooser dialog

2004-06-20 10:12  olivier

	* po/xfwm4.pot, src/client.c, src/main.c, src/tabwin.c: Plug the
	  mem leak as reported by Eduard and fixed as per Brian's
	  description.

2004-06-19 16:53  olivier

	* src/client.h, src/display.c, src/focus.c, src/main.c,
	  src/stacking.c: Cleanup

2004-06-19 16:39  olivier

	* src/client.c: Ignore ICCCM resize increments in fullscreen mode.

2004-06-19 14:37  olivier

	* src/hints.c, src/settings.c: Use proper pango fn call to free the
	  allocated pango font description,
	  Port a fix from 4.0 branch.

2004-06-19 14:23  olivier

	* src/client.h, src/focus.c, src/focus.h, src/netwm.c,
	  src/stacking.c: Play with focus transition for bug 0000218

2004-06-19 14:06  pollux

	* mcs-plugin/xfwm4_plugin.c: fix identation

2004-06-19 14:00  pollux

	* mcs-plugin/xfwm4_plugin.c: browse button works now

2004-06-19 10:17  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po,
	  po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo,
	  po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po,
	  po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po,
	  po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po,
	  po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po,
	  po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Update po
	  Update French localization

2004-06-19 07:34  olivier

	* src/frame.c: Last change caused a segfault

2004-06-19 07:30  olivier

	* src/frame.c, src/main.c, src/settings.c: Cleanup.

2004-06-19 07:17  olivier

	* mcs-plugin/xfwm4_plugin.c: Fix a typo causing an error with gcc
	  2.9x

2004-06-18 05:42  olivier

	* po/ar.po, po/az.po, po/bg.po, po/ca.po, po/cs.po, po/de.po,
	  po/es.po, po/es_MX.po, po/eu.po, po/fa_IR.po, po/fi.po, po/fr.po,
	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
	  po/ms.po, po/nl.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po,
	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.po, po/zh_TW.po: Update-po

2004-06-18 05:38  olivier

	* po/xfwm4.pot, src/settings.c: Remove an harmless false warning

2004-06-17 17:25  olivier

	* po/xfwm4.pot, src/client.c, src/display.c, src/display.h,
	  src/events.c, src/focus.c, src/frame.c, src/misc.c, src/misc.h,
	  src/placement.c, src/screen.c, src/stacking.c: Change internals,
	  Plug another segfault.

2004-06-17 06:15  olivier

	* mcs-plugin/xfwm4_plugin.c: Apply Jean-Francois Wauthy
	  <pollux@xfce.org> patch for keyboard shortcut editing.

2004-06-16 20:16  olivier

	* src/client.c, src/parserc.c, src/session.c,
	  src/startup_notification.c: Increase max line length to 255 chars
	  instead of 80 (to close #0000228)

2004-06-16 16:41  olivier

	* mcs-plugin/margins.c, src/events.c, src/main.c: Fix at least 2
	  causes of segfaults,
	  Apply patch submitted by Jens Luedicke <perldude@xfce.org> for
	  the margins plugin

2004-06-15 22:57  olivier

	* Makefile.in, aclocal.m4, configure, ltmain.sh, po/ar.gmo,
	  po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo,
	  po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo,
	  po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po,
	  po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo,
	  po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo,
	  po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo,
	  po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po,
	  po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po,
	  po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po,
	  po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Fix packaging issues.

2004-06-15 22:42  olivier

	* src/session.c: Typo fix.

2004-06-15 22:11  olivier

	* src/display.c, src/display.h, src/screen.c: Add new sources (part
	  of the new multiscreen implementation)

2004-06-15 22:09  olivier

	* configure, configure.ac, po/POTFILES.in, po/ar.gmo, po/ar.po,
	  po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po,
	  po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo,
	  po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo,
	  po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo,
	  po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo,
	  po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po,
	  po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po,
	  src/Makefile.am, src/Makefile.in, src/client.c, src/client.h,
	  src/events.c, src/events.h, src/focus.c, src/focus.h,
	  src/frame.c, src/hints.c, src/hints.h, src/keyboard.h,
	  src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/netwm.c, src/netwm.h, src/parserc.c, src/placement.c,
	  src/placement.h, src/poswin.c, src/screen.h, src/session.c,
	  src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h, src/stacking.c,
	  src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/transients.c,
	  src/workspaces.c, src/workspaces.h: Add multiscreen support.

2004-06-13 21:18  pollux

	* po/lt.gmo, po/lt.po: Updated lt translations from Mantas
	  Zapolskas

2004-06-13 09:40  pollux

	* po/zh_CN.gmo: .gmo files updated

2004-06-11 19:59  pollux

	* po/zh_CN.po: Update zh_CN translations

2004-06-10 19:12  olivier

	* src/tabwin.c: Fix compile with non C99 compilers

2004-06-06 06:58  olivier

	* src/main.c: Set up back windows when exiting.

2004-06-05 12:13  benny

	* configure.ac: Fix Xrandr.h check.

2004-06-05 08:56  olivier

	* src/client.c, src/events.c, src/frame.c, src/main.c,
	  src/poswin.c, src/poswin.h, src/screen.h, src/settings.c,
	  src/tabwin.c, src/tabwin.h: Put back signals for int, hup, usr1
	  and term,
	  Place tabwin and poswin on correct screen

2004-06-04 22:21  olivier

	* configure, configure.ac, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/screen.h: Forgot to add a new file, and fix a
	  merge conflict.

2004-06-04 22:08  olivier

	* src/Makefile.am, src/Makefile.in, src/client.c, src/client.h,
	  src/events.c, src/events.h, src/focus.c, src/focus.h,
	  src/frame.c, src/frame.h, src/hints.c, src/hints.h, src/icons.c,
	  src/icons.h, src/keyboard.c, src/keyboard.h, src/main.c,
	  src/main.h, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/netwm.c, src/netwm.h, src/parserc.c, src/parserc.h,
	  src/placement.c, src/placement.h, src/poswin.c, src/poswin.h,
	  src/session.c, src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h, src/stacking.c,
	  src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/tabwin.h,
	  src/transients.c, src/transients.h, src/workspaces.c,
	  src/workspaces.h: Change internals to prepare multi-screen (not
	  quite there yet)

2004-06-04 14:11  olivier

	* src/client.c: Use "res_class" instead of "res_name" to guess the
	  application name while cycling with Alt+Tab.

2004-06-03 19:04  olivier

	* Makefile.in, aclocal.m4, configure, ltmain.sh, po/POTFILES.in,
	  po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po,
	  po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo,
	  po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po,
	  po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po,
	  po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po,
	  po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po,
	  po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po, src/Makefile.am, src/Makefile.in, src/client.c,
	  src/default_icon.png, src/hints.c, src/icons.c, src/icons.h,
	  src/inline-default-icon.h, src/main.c, src/settings.c,
	  src/tabwin.c, src/tabwin.h: Add icon and application class to the
	  Alt+tab dialog (that's been asked quite a few times),
	  Unplug a couple of small memory leaks.

2004-05-31 21:06  olivier

	* src/hints.c, src/hints.h, src/mypixmap.c: Fix potential memleak
	  in libxfcegui4
	  Improve internals of png composition in xfwm4
	  Prepare support for icons in xfwm4 (not quite there yet)

2004-05-31 10:27  olivier

	* configure, configure.ac, src/client.c, src/events.c,
	  src/events.h, src/frame.c, src/main.c, src/main.h, src/menu.c,
	  src/settings.c: Change namespace to xfce_* and put back older
	  deprecated fns for backward compat.

2004-05-30 23:18  olivier

	* configure, configure.ac, po/xfwm4.pot, src/client.c,
	  src/client.h, src/events.c, src/events.h, src/focus.c,
	  src/focus.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/main.h,
	  src/menu.c, src/menu.h, src/misc.c, src/misc.h, src/mypixmap.c,
	  src/mypixmap.h, src/mywindow.c, src/mywindow.h, src/netwm.c,
	  src/netwm.h, src/parserc.c, src/parserc.h, src/placement.c,
	  src/placement.h, src/poswin.c, src/poswin.h, src/session.c,
	  src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h, src/stacking.c,
	  src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/tabwin.h,
	  src/transients.c, src/transients.h, src/workspaces.c,
	  src/workspaces.h: - Change gtktoxevent API to be GdkScreen and
	  therefore multiscreen compliant
	  - Modify xfwm4 to be compatible with the gtktoxevent API change
	  (make sure you update both libxfcegui4 *and* xfwm4 at the same
	  time!)
	  - Code cleanup in xfwm4; move global variables in a dynamically
	  allocated structure.

2004-05-25 20:00  olivier

	* src/client.c: Sync

2004-05-20 07:14  olivier

	* src/client.h, src/events.c: Don't stick/unstick borderless
	  windows using kbd shortcut

2004-05-19 15:10  olivier

	* src/main.c: Apply Benny's patch: Set display env variable so that
	  apps spawn by xfwm4 show on the right screen.

2004-05-18 22:25  olivier

	* src/hints.c: Forgot to remove an include for xinerama.h

2004-05-18 19:16  olivier

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in: explicit dep in
	  mcs modules

2004-05-18 17:25  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Smoother corners

2004-05-16 21:41  olivier

	* po/xfwm4.pot, src/focus.c: Add trace

2004-05-15 15:31  olivier

	* po/xfwm4.pot, src/client.c, src/client.h, src/events.c,
	  src/focus.c, src/focus.h, src/frame.c, src/hints.c, src/main.c,
	  src/netwm.c, src/settings.c, src/workspaces.c: Use timestamp to
	  avoid race cond when switching focus too quickly.

2004-05-14 22:04  olivier

	* src/transients.c: Change serial testing for transients

2004-05-14 22:00  olivier

	* src/transients.c: Indentation

2004-05-14 21:52  olivier

	* src/transients.c: Fix for Opera improper use of modals

2004-05-14 21:15  olivier

	* mcs-plugin/margins.c, mcs-plugin/plugin.c,
	  mcs-plugin/workspaces.c, mcs-plugin/xfwm4_plugin.c, po/xfwm4.pot,
	  src/client.c, src/events.c, src/focus.c, src/frame.c,
	  src/hints.c, src/keyboard.c, src/main.c, src/main.h, src/menu.c,
	  src/misc.c, src/mypixmap.c, src/mywindow.c, src/netwm.c,
	  src/parserc.c, src/placement.c, src/poswin.c, src/settings.c,
	  src/stacking.c, src/tabwin.c, src/transients.c, src/workspaces.c:
	  Fix some compiler warnings and get rid of a bunch of deprecated
	  calls

2004-05-14 19:44  olivier

	* src/client.c, src/placement.c: Fix size computation in Xinerama

2004-05-13 21:43  olivier

	* Makefile.in, configure, configure.ac, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.in,
	  src/client.c, src/client.h, src/events.c, src/events.h,
	  src/focus.c, src/focus.h, src/frame.c, src/frame.h, src/hints.c,
	  src/hints.h, src/keyboard.c, src/keyboard.h, src/main.c,
	  src/main.h, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/mypixmap.c, src/mypixmap.h, src/mywindow.c, src/mywindow.h,
	  src/netwm.c, src/netwm.h, src/parserc.c, src/parserc.h,
	  src/placement.c, src/poswin.c, src/poswin.h, src/session.c,
	  src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h, src/stacking.c,
	  src/stacking.h, src/startup_notification.c,
	  src/startup_notification.h, src/tabwin.c, src/tabwin.h,
	  src/transients.c, src/transients.h, src/workspaces.c,
	  src/workspaces.h, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/waza/top-right-inactive.xpm: Get rid of out own Xinerama
	  impl. and use GdkScreen routines instead (that fixes at least two
	  issues I can see ,the requirement to have Xienrama enabled in
	  libxfcegui4 to get support for in in xfwm4, and as a side effect,
	  xfwm4 is now compatible with SUN Xinerama which is slightly
	  different from XFree Xinierama)
	  Add a new theme, from my numerous attempts to deign a default
	  xfwm4 theme for 4.2
	  Remove the theme "synthetic" that sould be moved to xfwm4-themes
	  package

2004-05-12 20:06  olivier

	* po/xfwm4.pot, src/focus.c, src/main.c: Change revert to
	  RevertToPointerRoot in XSetInputFocus()

2004-05-12 08:33  olivier

	* src/placement.c: Prevent moving windows under top struts

2004-05-12 07:16  olivier

	* src/placement.c: Change the initial placement computation based
	  on partial struts to make it simpler.

2004-05-11 20:49  olivier

	* src/client.c, src/focus.c, src/focus.h: Now with focus transition

2004-05-11 20:14  olivier

	* po/xfwm4.pot, src/client.c, src/client.h, src/events.c,
	  src/hints.c, src/hints.h, src/placement.c, src/workspaces.c: Add
	  support for standard NET_SHOWING_DESKTOP.

2004-05-11 16:44  olivier

	* src/netwm.c: Missing include

2004-05-10 21:25  olivier

	* src/placement.c: Remove draft fn name

2004-05-10 21:22  olivier

	* src/client.c, src/placement.c, src/placement.h: Deal with partial
	  struts when placing windows

2004-05-09 22:07  olivier

	* po/POTFILES.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po,
	  po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po,
	  po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po,
	  po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po,
	  po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po,
	  po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo,
	  po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po,
	  po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Potfiles

2004-05-09 21:59  olivier

	* po/xfwm4.pot, src/Makefile.am, src/Makefile.in, src/client.c,
	  src/client.h, src/events.c, src/focus.c, src/focus.h,
	  src/hints.c, src/main.c, src/netwm.c, src/netwm.h,
	  src/placement.c, src/placement.h, src/settings.c, src/stacking.c,
	  src/stacking.h, src/transients.c, src/transients.h,
	  src/workspaces.c: Huge code reorg., add preliminary support for
	  partial struts; it still needs work but it safer to commit to SCM
	  now than loosing the code later, heh!

2004-05-05 17:53  olivier

	* src/poswin.c: Display actual size instead of win size

2004-05-04 21:49  olivier

	* src/client.c, src/events.c, src/hints.c, src/hints.h, src/main.c,
	  src/misc.c, src/misc.h, src/settings.c, src/workspaces.c: Code
	  cleanup, standardize fn names in hints.[ch]

2004-05-04 21:41  olivier

	* src/client.c, src/events.c, src/hints.c, src/main.c, src/main.h,
	  src/misc.c, src/misc.h: Remove our internal time event tracking
	  and use GDK_CURRENT_TIME instead

2004-05-04 20:36  olivier

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Fix small error in
	  documentation reported by Michaela Susan Buesing.

2004-05-03 21:45  olivier

	* po/zh_TW.gmo, po/zh_TW.po: Update zh_TW translations from umm
	  <umm@pchome.com.tw>

2004-05-03 19:55  olivier

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, install-sh, ltmain.sh,
	  mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, mkinstalldirs,
	  po/xfwm4.pot, src/Makefile.in, src/client.c, themes/Makefile.in,
	  ...
	  fix bug
	  #0000185

2004-05-02 21:53  olivier

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h, src/poswin.c: Add preliminary support to
	  net_wm_user_time to avoid focus stealing, I don't if that's
	  exactly what we want, though.

2004-04-30 04:27  kelnos

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/xfce-wm-settings.desktop,
	  mcs-plugin/xfce-workspaces-settings.desktop: xfwm4 and workspaces
	  settings .desktop files

2004-04-26 20:44  olivier

	* Makefile.in, configure, configure.ac, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.in,
	  ...
	  themes/synthetic/Makefile.in: Got
	  tired of the thread about pax on the ML, reverting.

2004-04-24 21:08  olivier

	* configure, configure.ac: Provide an URL to download pax if
	  missing

2004-04-24 12:27  olivier

	* Makefile.in, configure, configure.ac, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in,
	  mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/synthetic/Makefile.in: Use pax instead of tar as suggested
	  by Benny - Makes thing a lot simpler

2004-04-24 06:37  olivier

	* themes/default-4.0/Makefile.am, themes/default-4.0/Makefile.in,
	  ...
	  themes/synthetic/Makefile.in:
	  Improve theme install

2004-04-24 06:28  olivier

	* src/client.c: Put back events once event filter is set in
	  move/resize

2004-04-23 22:11  olivier

	* themes/default-4.0/Makefile.am, themes/default-4.0/Makefile.in,
	  ...
	  themes/synthetic/Makefile.in: Try
	  to speed up install by using tar to copy the files

2004-04-23 20:05  olivier

	* src/client.c: Fixed infinite loop when using kbd + postion popup,
	  thus safely restauring popup on kbd action.

2004-04-23 18:10  olivier

	* src/client.c: Don't show position popup when using kbd because it
	  freezes the WM.

2004-04-22 21:16  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/title-5-inactive.xpm: Theme fix

2004-04-22 20:49  olivier

	* po/xfwm4.pot, src/client.h: Forgot to commit a file

2004-04-22 20:34  olivier

	* po/xfwm4.pot, src/client.c, src/client.h: Add a technique (from
	  Metacity) to limit the number of resize operations per second to
	  prevent the app from lagging when using opaque resize.

2004-04-22 19:27  olivier

	* po/xfwm4.pot, src/client.c, src/poswin.c: Show only the size of
	  windows, not position, only during resize, only for windows that
	  have a size increment set (where the actual size matters, like
	  terminals or editors)

2004-04-22 17:57  olivier

	* src/client.c, src/events.c: Add Xutil.h for SUN header

2004-04-21 20:59  olivier

	* src/client.c: Remove leftovers from Josh's original patch as
	  reported by Scott Barron <scott@elitists.net>

2004-04-21 16:56  olivier

	* src/client.c, src/poswin.c, src/poswin.h: Display postion/size
	  during move ops too.

2004-04-20 22:25  olivier

	* po/xfwm4.pot, src/Makefile.am, src/Makefile.in, src/client.c,
	  src/poswin.c, src/poswin.h: Add window size/position during
	  resize (based on a patch submitted by Joshua Blanton
	  <jblanton@irg.cs.ohiou.edu>)

2004-04-16 16:57  olivier

	* po/xfwm4.pot, src/client.c, themes/default/Makefile.am,
	  themes/default/Makefile.in: Don't honor stack request when
	  sibling is specified as we don't honor it,
	  Add inactive png image missing from install.

2004-04-15 20:47  olivier

	* src/main.c: Change version message

2004-04-15 10:45  olivier

	* src/events.c: Fix bug introduced when simplying kbd shortcuts

2004-04-14 21:42  olivier

	* src/main.c: Add a --version|-V option

2004-04-14 17:15  olivier

	* themes/default/themerc: horiz offset wasn't set

2004-04-14 17:04  olivier

	* src/client.c: Fix focus transition from fullscreen as reported by
	  Jean-Francois Wauthy <pollux@xfce.org>

2004-04-14 06:16  olivier

	* po/xfwm4.pot, po/zh_TW.gmo, po/zh_TW.po: zh_TW po update by
	  Ambrose Li <a.c.li@ieee.org>

2004-04-14 05:22  olivier

	* src/events.c, src/workspaces.c: Simplify key shortcut routine

2004-04-13 19:18  olivier

	* po/xfwm4.pot, src/workspaces.c: Fix #0000171

2004-04-12 20:07  olivier

	* po/xfwm4.pot, src/client.c, src/client.h, src/events.c,
	  src/hints.c, src/hints.h, src/workspaces.c,
	  ...
	  themes/default/top-right-inactive.xpm: Change theme

2004-04-12 13:47  dannym

	* po/ca.gmo, po/ca.po: Updated catalan translations by Carles
	  Mu��oz Gorriz

2004-04-08 19:46  olivier

	* src/workspaces.c: Grab the pointer instead of flushing all
	  EnterEvent on workspace switch

2004-04-08 19:32  olivier

	* ChangeLog: Update ChangeLog

2004-04-08 17:44  olivier

	* src/client.c, src/events.c: Fix warnings

2004-04-08 17:07  olivier

	* src/events.c: Fix bug #138

2004-04-08 10:31  olivier

	* src/mypixmap.c: Be a bit less verbose.

2004-04-07 20:48  olivier

	* themes/opta/Makefile.am, themes/opta/Makefile.in,
	  ...
	  themes/opta/top-right-inactive.xpm: The theme "Opta" now makes
	  use of the new alpha channel

2004-04-06 19:12  olivier

	* po/xfwm4.pot, themes/default-4.0/Makefile.am,
	  ...
	  themes/synthetic/Makefile.in: Various cleanups and play with the
	  alpha channel in themes

2004-04-06 11:19  olivier

	* src/mypixmap.c, src/settings.c, themes/default/Makefile.am,
	  ...
	  themes/default/top-right-inactive.png: Add support for alpha
	  compose using optional PNG images
	  Add PNG to default theme as a proof of concept

2004-04-02 22:26  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Remove the 2pix black
	  frame as noone but me seems to like it :(

2004-04-02 21:52  olivier

	* src/client.c: Use separate "prefered" and "highest" clients when
	  selecting top most focusable

2004-04-01 20:52  olivier

	* src/client.c: Fix #0000165 a much better way

2004-03-30 22:12  olivier

	* src/client.c, src/workspaces.c: Fix bug #0000165

2004-03-29 20:23  olivier

	* themes/default/close-active.xpm,
	  ...
	  make the
	  title smaller, reduce button spacing.

2004-03-29 20:12  olivier

	* src/client.c: Use the same window selection algorithm in pass
	  focus as in window cycling

2004-03-28 20:56  olivier

	* src/client.c, src/events.c: Fix focus problem with rox as
	  reported by Francois.

2004-03-28 14:20  olivier

	* src/client.c: Simplify focus transition

2004-03-27 23:17  olivier

	* src/client.c: Focus passing

2004-03-25 21:59  olivier

	* src/client.c: Bug fix and small usability improvement in focus
	  transition

2004-03-24 21:09  olivier

	* src/client.c: Change focus transition routine

2004-03-23 20:49  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/title-5-inactive.xpm: Change stipples

2004-03-23 12:10  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/title-5-inactive.xpm: Add stipples

2004-03-22 22:27  olivier

	* src/client.c: Add a "pending_focus" variable that helps with
	  XSetInputFocus() transitions

2004-03-22 20:03  olivier

	* src/client.h, src/events.c: Compilation warnings

2004-03-22 19:41  olivier

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/frame.h: Apply patch for SUN Forte compiler

2004-03-22 06:49  olivier

	* src/client.c: Change the paranoids

2004-03-21 21:47  olivier

	* mcs-plugin/workspaces.c: The workspace plugin failed to set a
	  value for the number of workspaces if it can't load its config
	  file (ie first run on a fresh install)

2004-03-20 10:53  olivier

	* src/client.c, src/workspaces.c: Add some paranoid checks

2004-03-18 20:37  olivier

	* src/client.c, src/events.c: Don't decorate shaped windows
	  Bug fix due to missing init (HEAD only, xfce_4_0 branch not
	  impacted)

2004-03-18 18:20  olivier

	* src/client.c: Focus transition bug fix.

2004-03-17 22:45  olivier

	* src/keyboard.c: Fix key w/out modifier requiring "+"

2004-03-17 18:05  olivier

	* src/client.c, src/events.c: Still bug fix in new focus code

2004-03-16 21:15  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: This is the only theme I
	  liked; so I put it back as default.

2004-03-16 20:45  olivier

	* src/client.c, src/client.h, src/events.c, src/settings.c,
	  src/workspaces.c: Fix a bunch of focus problems with new focus
	  mgt code.

2004-03-15 07:36  olivier

	* aclocal.m4, configure, configure.ac, po/ar.gmo, po/ar.po,
	  po/bg.gmo, po/bg.po, po/it.gmo, po/it.po: Add/update i18n for:
	  Bulgarian from Miroslav Yordanov <miordanov@i-space.org> and
	  Peter Slavov <peshka@i-space.org>
	  Italian from Alex Dupre <ale@FreeBSD.org>
	  Arabic from Saleh Hathal <hathalsal@hotmail.com>

2004-03-14 21:23  olivier

	* src/client.c, src/events.c, src/menu.c: Improve focus transition
	  Fix a couple of compilation warnings

2004-03-12 22:17  olivier

	* src/events.c: Treat focus change events while checking for dbl
	  click.

2004-03-12 22:04  olivier

	* src/client.c: Put back a small optimization

2004-03-12 21:31  olivier

	* src/client.c: HAndle focus ransition they way it should be. I
	  know that the dbl click detection *will* introduce some lags, but
	  that's the proper way.

2004-03-12 21:07  olivier

	* src/client.c: Fix for client not accepting focus

2004-03-10 21:17  olivier

	* themes/default/themerc, themes/default/title-1-active.xpm,
	  ...
	  themes/default/title-5-inactive.xpm: tweaking to save title space
	  when using few buttons

2004-03-09 20:36  olivier

	* src/client.c: Do nothing on BottomIf and TopIf

2004-03-09 20:33  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-active.xpm: The final touch!

2004-03-08 19:53  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Smaller buttons

2004-03-07 21:15  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Add a light frame around
	  the window

2004-03-07 17:29  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Reduce title height

2004-03-07 14:02  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/ca.gmo, po/ca.po,
	  po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo,
	  po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo,
	  po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo,
	  po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po,
	  po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo,
	  po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo,
	  po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po, src/events.c,
	  src/hints.c, src/hints.h, src/main.c, src/menu.c, src/menu.h,
	  src/settings.c, src/settings.h, src/workspaces.c,
	  src/workspaces.h: Include patch for desktop names from Aurelien
	  Foret <orelien@chez.com>

2004-03-07 09:06  olivier

	* src/client.c: Fix a bug reported by danny last night regarding
	  default placement of non-transient dialogs

2004-03-06 23:30  olivier

	* themes/default/hide-active.xpm, themes/default/hide-pressed.xpm:
	  hide buttons

2004-03-06 23:17  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme change

2004-03-05 20:03  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Remove the black frame
	  around windows, looks smoother

2004-03-04 23:58  olivier

	* themes/default/themerc, themes/default/title-1-active.xpm,
	  ...
	  but
	  reduce the title height by 2 pixels

2004-03-04 23:38  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: increase title height by 1
	  pix, allows to set title and buttons with a slight offset (looks
	  a bit nicer IMO)

2004-03-04 23:13  olivier

	* src/events.c: No XSync() needed

2004-03-04 23:12  olivier

	* src/events.c: Partial fix for #0000128

2004-03-03 18:13  olivier

	* src/client.c, themes/default/hide-active.xpm,
	  ...
	  themes/default/hide-pressed.xpm: Fix the circular linked list bug

2004-03-02 22:53  olivier

	* src/client.c: Enforce layer on modals as it breaks xfwm4 internal
	  logics otherwise

2004-03-02 19:00  olivier

	* themes/default/README, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Defaut theme change

2004-03-01 22:20  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Prolly one of the most
	  simplistic themes

2004-03-01 21:09  benny

	* m4/debug.m4: Added --enable-gcov to compile xfce with support for
	  coverage tests. Very
	  useful.

2004-02-28 14:56  olivier

	* src/client.c: Fix for apps using cascading modals

2004-02-27 21:31  olivier

	* config.h.in, configure, configure.ac, defaults/defaults.in,
	  mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/xfwm4_plugin.c, src/Makefile.am, src/Makefile.in,
	  src/parserc.c, src/parserc.h, src/settings.c, themes/Makefile.am,
	  ...
	  themes/synthetic/Makefile.in: Use
	  standard location for xfwm4 themes (breaking backward compat,
	  older themes won't show anymore)

2004-02-25 23:36  olivier

	* .cdtproject, .project, configure, configure.ac, ltmain.sh,
	  ...
	  themes/tubular: Reorg xfwm4 theme by moving
	  most theme from xfwm4 base package to xfwm4-themes

2004-02-25 19:03  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Daily theme change

2004-02-24 21:13  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Daily theme change

2004-02-24 07:31  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: New theme

2004-02-19 21:10  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Use odd height for title

2004-02-19 19:15  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Daily theme cron job :)

2004-02-18 20:08  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Tweaking

2004-02-18 18:14  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  give
	  more space to the top corners, use square corners at bottom.

2004-02-18 06:59  olivier

	* src/client.c, src/client.h: Use a serial number instead of a
	  timestamp for transient property check

2004-02-17 22:38  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: New default theme

2004-02-17 22:36  olivier

	* src/client.c, src/client.h, src/events.c, src/main.c, src/main.h,
	  src/workspaces.c: Resync with xfce_4_0 branch:
	  Keep track of window creation timestamp for "transient for group"
	  management,
	  Simplify code a bit, should be handled with care.

2004-02-17 19:36  jasper

	* configure.ac, po/ms.gmo, po/ms.po: Update Malay translations

2004-02-16 21:43  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Drop the 2 pix black frame

2004-02-15 23:09  dannym

	* src/client.c: fix oliver's typo ;)

2004-02-15 21:26  olivier

	* src/client.c, src/events.c: Place (non transients) modals at a
	  normal layer, or on top of its parent window if on a upper layer,
	  Restore windows on current workspace as default (bug id #0000115
	  and #0000116)

2004-02-13 17:26  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme change

2004-02-12 22:29  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/right-inactive.xpm: Add inner frame

2004-02-12 21:34  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Daily theme change

2004-02-11 20:44  jasper

	* configure, ltmain.sh, po/eu.gmo, po/eu.po: Add Basque (eu)
	  translations

2004-02-10 20:14  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/themerc: Theme

2004-02-09 22:13  olivier

	* src/client.c: Experimental fix for windows not being withdrawn
	  when unmap occurs before fist map.

2004-02-09 19:46  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: pixmaps

2004-02-09 06:50  olivier

	* src/client.c: Make sure we grab buttons when passing focus

2004-02-08 22:30  olivier

	* src/client.c: Bug fix in getTopMostFocusable()
	  Pass focus in clientUnmap()

2004-02-07 23:05  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Dark frame arround
	  active buttons

2004-02-07 22:52  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/themerc:
	  Smooth button frame

2004-02-07 16:41  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-toggled-inactive.xpm: *** empty log message
	  ***

2004-02-05 19:34  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme (last
	  change, promise:)

2004-02-04 21:06  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme for
	  xfwm4

2004-02-03 21:29  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default

2004-02-02 22:11  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Back to previous

2004-01-30 11:56  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: ic the light now

2004-01-29 21:01  olivier

	* src/events.c: Rework the patch from yesterday to handle FocusIn
	  on the root win (ie more general case)

2004-01-29 20:33  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Smaller title

2004-01-29 15:51  jasper

	* po/fa_IR.gmo, po/fa_IR.po: Update Persian translations

2004-01-28 22:50  olivier

	* src/client.c, src/client.h, src/events.c, src/workspaces.c: Use
	  bit based flag param for clientSetFocus instead of a bunch of
	  gbooleans
	  Add FOCUS_FORCE to clientSetFocus
	  Handle FocusOut from Motif combo menu nicely and force focus back
	  to dialog

2004-01-27 20:15  olivier

	* src/client.c, src/client.h, src/events.c, themes/default/README,
	  ...
	  themes/default/top-right-inactive.xpm: Improve grab/ungrab of
	  Button1
	  Change default theme

2004-01-26 22:38  olivier

	* themes/default/themerc, themes/default/top-left-inactive.xpm,
	  themes/default/top-right-inactive.xpm: corners

2004-01-25 15:03  olivier

	* themes/default/themerc: Add shadow to active title text

2004-01-25 14:38  olivier

	* themes/default/close-active.xpm, themes/default/hide-active.xpm,
	  ...
	  themes/default/stick-toggled-active.xpm: Smoother shadow on
	  active buttons

2004-01-25 14:09  olivier

	* src/client.c, src/events.c, src/settings.c: Rearrange grab/ungrab
	  of button1

2004-01-25 00:08  olivier

	* Makefile.in, aclocal.m4, compile, config.guess, config.h.in,
	  config.sub, configure, defaults/Makefile.in, depcomp,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  doc/fr/Makefile.in, doc/fr/images/Makefile.in, install-sh,
	  ltmain.sh, mcs-plugin/Makefile.in, missing, mkinstalldirs,
	  po/xfwm4.pot, src/Makefile.in, src/client.c, themes/Makefile.in,
	  ...
	  autoconf and gettext packages

2004-01-24 16:50  olivier

	* src/client.c, src/client.h, src/events.c, src/keyboard.c,
	  src/keyboard.h, src/main.c, src/settings.c: Try to fix bug #92 by
	  properly ungrabbing buttons when needed. Beware, this is fairly
	  sensitive changes and might be still a bit rough on the edges.
	  Try to fix bug #82 by selecting a more appropriate visual.

2004-01-22 20:46  olivier

	* themes/default/title-2-active.xpm,
	  themes/default/title-4-active.xpm: Shadows

2004-01-22 20:36  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Small changes in default
	  theme

2004-01-21 13:44  jasper

	* configure, configure.ac, po/es.gmo, po/es.po, po/fa_IR.gmo,
	  po/fa_IR.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po,
	  po/pt_BR.gmo, po/pt_BR.po, po/zh_CN.gmo, po/zh_CN.po:
	  Translations added/updated for spanish, persian, japanese,
	  korean, brasilian and chinese

2004-01-20 21:57  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Redo corners

2004-01-19 20:47  olivier

	* themes/default/README, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme to
	  something really different!

2004-01-17 11:09  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme

2004-01-14 21:41  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  default
	  theme

2004-01-13 22:06  olivier

	* src/hints.c: Put back a return with value spotted by Benny.

2004-01-13 21:37  olivier

	* src/hints.c: Revert Benny change that breaks the WM behaviour

2004-01-13 20:55  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme

2004-01-13 20:13  benny

	* mcs-plugin/workspaces.c, src/events.c, src/hints.c, src/misc.c:
	  Various fixes to get the beast compiled with gcc 3.3.x and -Wall
	  -Werror.
	  We have to take special care about new ISO C aliasing rules.

2004-01-13 20:11  olivier

	* po/xfwm4.pot, themes/default-4.0/close-active.xpm,
	  ...
	  themes/default/stick-toggled-pressed.xpm: Pixmap for buttons were
	  actually larger than advertised.

2004-01-10 23:33  olivier

	* configure, configure.ac, po/de.gmo, themes/Makefile.am,
	  ...
	  rename previous defaut as "synthetic", and use a much simpler
	  default theme

2004-01-10 21:25  olivier

	* src/client.c, src/events.c, src/misc.c, src/misc.h,
	  ... xfwm4.spec.in: Resync with xfce_4_0
	  branch:
	  Focus management issues as reported in
	  http://bugs.xfce.org/view_bug_page.php?f_id=0000070

2004-01-10 17:05  olivier

	* src/client.c: Late commit to resync with 4.0.3

2004-01-07 23:14  moe

	* po/de.po: Can't stop me now!

2004-01-06 18:50  olivier

	* po/xfwm4.pot, themes/default-4.0/close-active.xpm,
	  ...
	  themes/default-4.0/top-right-inactive.xpm: Update default theme

2004-01-04 23:31  olivier

	* src/hints.c: Fix for gcc 2.x

2004-01-03 23:05  olivier

	* src/client.c, src/events.c, src/hints.c, src/hints.h, src/main.c,
	  src/main.h: Fix C++ comment in Bernhard's patch
	  Implement experimental support for KDE systray protocol (xfwm4
	  acting like a proxy between KDE systray protocol and Freedesktop
	  systray protocol)

2004-01-03 21:21  olivier

	* po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/ca.gmo, po/ca.po,
	  po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo,
	  po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo,
	  po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo,
	  po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po, src/client.c, src/client.h, src/events.c,
	  src/hints.c, src/hints.h, src/main.c, src/menu.c, src/menu.h:
	  Integrate Bernhard Walle <bernhard@bwalle.de> patch to add
	  support for KDE contect help.

2004-01-03 20:23  olivier

	* po/pl.gmo, po/pl.po: Update Polish translation from Daniel Mr��z
	  <beorn@alpha.pl>

2004-01-02 17:47  olivier

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/session.c, src/startup_notification.c, src/workspaces.c:
	  Change internals to allow more than 32 flags.

2003-12-30 23:25  olivier

	* src/client.c: Don't delete properties on restart

2003-12-29 10:56  jasper

	* po/tr.gmo, po/tr.po: Update Norwegian and Turkish translations

2003-12-28 21:17  olivier

	* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
	  configure, defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, install-sh, ltmain.sh,
	  mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.in,
	  ...
	  themes/tubular/Makefile.in: Build fix in case

2003-12-28 16:51  olivier

	* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
	  configure, defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in,
	  doc/fr/images/Makefile.in, install-sh, ltmain.sh,
	  mcs-plugin/Makefile.in, src/Makefile.in, src/client.c,
	  src/hints.c, themes/Makefile.in, themes/bbs/Makefile.in,
	  ...
	  themes/tubular/Makefile.in: We leaked!!

2003-12-27 19:46  jasper

	* po/de.gmo, po/pl.gmo, po/pl.po: Update Polish translations

2003-12-23 22:04  moe

	* po/de.po: Rather large update. Forgot about the moved
	  margin/workspaces plugin.

2003-12-23 19:46  olivier

	* src/client.c: Fix a mistake that was preventing Above and Below
	  flag to work

2003-12-22 22:49  olivier

	* src/client.c, src/client.h, src/events.c, src/misc.c, src/misc.h:
	  Use xfwm4 built-in functions to toggle "always on top" (better,
	  cleaner)
	  Rearrange internals
	  Send wm_takefocus client message on focus change

2003-12-21 21:53  olivier

	* po/POTFILES.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po,
	  po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo,
	  po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo,
	  po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo,
	  po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo,
	  po/pl.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po,
	  po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po,
	  po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Update po

2003-12-21 21:31  olivier

	* src/events.c, src/menu.c, src/menu.h: Apply Eduard Roccatello
	  <xfce@roccatello.it> for "always on top"

2003-12-17 21:50  olivier

	* src/client.c: Prevent focus change on move/resize in focus follow
	  mouse mode

2003-12-16 20:41  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/bottom-right-inactive.xpm: Use square corners for
	  bottom

2003-12-15 22:15  olivier

	* mcs-plugin/workspaces.c, themes/default/title-2-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Fix crash in workspace MCS
	  plugin
	  Include a patch from Patrick Bores <p@trickbores.com> that allows
	  pop3 email checking from mailcheck panel plugin (use
	  pop3://username:password@host for the mailbox)
	  Small tweaks to default xfwm4 and gtk themes

2003-12-15 20:56  jasper

	* configure, configure.ac, po/az.gmo, po/az.po: Add Azerbaijani
	  translations

2003-12-13 09:33  olivier

	* configure, configure.ac, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/opta/top-right-inactive.xpm: Add (on Jasper's request)
	  previous default theme now named "opta"

2003-12-12 20:33  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/themerc:
	  Improve default theme look

2003-12-12 00:04  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-active.xpm: Reduce color bleeding

2003-12-11 23:43  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: New design for the default
	  theme

2003-12-10 20:55  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/themerc:
	  Enlarge side width

2003-12-09 22:08  olivier

	* themes/default/themerc: Shift title 1 pix down

2003-12-07 10:55  olivier

	* src/client.c, src/events.c: Change dialog placement

2003-12-07 00:26  olivier

	* src/client.c, src/events.c: Implement a workarround for a bug in
	  recent GNOME regarding window placement

2003-12-05 21:54  olivier

	* themes/default/themerc, themes/default/title-2-inactive.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Remove grad title for
	  inactive window

2003-12-03 22:55  olivier

	* src/events.c, themes/default/themerc,
	  ...
	  themes/default/title-4-inactive.xpm: ignore slight move between
	  dbl click
	  Include new default theme for 4.2

2003-12-03 17:44  olivier

	* themes/default/themerc, themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme

2003-12-02 23:11  olivier

	* src/client.c, themes/default-4.0/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Fix send event not being
	  emited when maximize occured on a window with its size to the
	  maximized size
	  Themes

2003-11-25 20:03  olivier

	* configure, configure.ac: Commit updated configure script

2003-11-25 17:46  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme stuff

2003-11-24 22:22  olivier

	* po/de.gmo, themes/Makefile.am, themes/Makefile.in, themes/prune,
	  ...
	  themes/tubular/top-right-inactive.xpm: Add "prune" and "tubular"
	  themes

2003-11-24 17:44  olivier

	* themes/default-4.0/close-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Themes

2003-11-23 21:56  olivier

	* src/client.c, themes/default-4.0/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Themes
	  Flush X after setting focus explicitely

2003-11-23 13:57  moe

	* po/de.po: Rather huge update to the german translation

2003-11-22 23:03  olivier

	* src/misc.c, themes/default-4.0/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Themes
	  Merges from xfce_4_0

2003-11-21 22:28  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Themes

2003-11-21 21:11  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Themes

2003-11-21 20:43  olivier

	* themes/default-4.0/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Themes

2003-11-20 20:42  olivier

	* themes/default/top-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme

2003-11-19 22:27  olivier

	* themes/default-4.0/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Themes

2003-11-18 23:04  olivier

	* themes/default/top-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change corners

2003-11-17 21:46  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Add some additional
	  controls to libxfcegui4
	  Change default 4.2 xfwm4 default theme

2003-11-16 21:49  olivier

	* po/de.gmo: Fix 64bit/endianess problem

2003-11-14 20:58  olivier

	* themes/default-4.0/bottom-left-active.xpm,
	  ...
	  themes/default-4.0/bottom-right-inactive.xpm: *** empty log
	  message ***

2003-11-14 17:35  moe

	* po/de.po: Updating translation

2003-11-13 18:07  olivier

	* themes/default-4.0/bottom-left-active.xpm,
	  ...
	  themes/default-4.0/top-right-inactive.xpm: *** empty log message
	  ***

2003-11-12 22:42  olivier

	* themes/default-4.0/close-active.xpm,
	  ...
	  themes/default/themerc:
	  Theme stuff

2003-11-12 18:34  olivier

	* themes/default/shade-inactive.xpm: Missed 1 button

2003-11-12 18:29  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Redude title height

2003-11-11 11:19  olivier

	* themes/default-4.0/bottom-active.xpm,
	  ...
	  themes/default-4.0/top-right-inactive.xpm: *** empty log message
	  ***

2003-11-11 09:10  olivier

	* themes/default-4.0/bottom-active.xpm,
	  ...
	  themes/default-4.0/top-right-inactive.xpm: Theme stuff

2003-11-11 08:22  olivier

	* themes/default-4.0/top-left-active.xpm,
	  ...
	  themes/default-4.0/top-right-inactive.xpm: *** empty log message
	  ***

2003-11-10 17:50  olivier

	* themes/default-4.0/bottom-left-active.xpm,
	  ...
	  themes/default-4.0/top-right-inactive.xpm: Theme stuff

2003-11-10 17:10  olivier

	* src/client.c: On key/mouse grab fail, use "CurrentTime" instead
	  of last event time for ungrab

2003-11-10 16:59  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme

2003-11-09 21:26  olivier

	* ChangeLog, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-11-09 19:22  jasper

	* configure, configure.ac, po/cs.gmo, po/cs.po: Add Check
	  translations

2003-11-09 11:10  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme stuff

2003-11-08 23:52  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Duh!

2003-11-08 22:52  olivier

	* src/client.c, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Fix a bug added recently
	  and change back theme

2003-11-08 22:28  olivier

	* themes/default-4.0/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme changes

2003-11-08 16:28  jasper

	* doc/fr/xfwm4.html, doc/fr/xfwm4.xml: French documentation updates
	  (final?)

2003-11-07 18:42  jasper

	* doc/fr/xfwm4.xml: Update French documentation

2003-11-07 12:49  jasper

	* configure, configure.ac, doc/C/xfwm4.html, doc/Makefile.am,
	  doc/Makefile.in, doc/fr, doc/fr/Makefile.am, doc/fr/Makefile.in,
	  doc/fr/images, doc/fr/images/Makefile.am,
	  doc/fr/images/Makefile.in, doc/fr/images/decoration_style.png,
	  doc/fr/images/keyboard_and_focus.png,
	  doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png,
	  doc/fr/images/workspace_margins.png,
	  doc/fr/images/xfwm_workspaces.png, doc/fr/xfwm4.html,
	  doc/fr/xfwm4.xml: Add French documentation. Rather large commit.

2003-11-06 21:52  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Reduce title height by 1
	  pix

2003-11-03 18:06  jasper

	* configure, configure.ac, po/uk.gmo, po/uk.po: Add Ukranian
	  translations

2003-11-03 13:36  jasper

	* doc/C/images/workspace_margins.png,
	  doc/C/images/xfwm_workspaces.png, doc/C/xfwm4.html,
	  doc/C/xfwm4.xml: Documentation update by Francois

2003-11-02 09:14  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change back to a previous
	  test, seems I really can't make up my mind...

2003-11-02 08:22  olivier

	* aclocal.m4, configure, configure.ac, po/hi.gmo, po/hi.po: Add
	  hi.po

2003-11-01 21:00  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme

2003-11-01 12:28  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/themerc:
	  Theme changes

2003-11-01 12:16  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Theme tweaking

2003-10-31 21:30  benny

	* aclocal.m4, config.h.in, configure, configure.ac, src/main.c: Use
	  daemon(3) when available.

2003-10-31 18:22  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-30 22:13  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Enlarging CVS history file
	  :)

2003-10-29 22:14  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-29 21:41  olivier

	* src/client.c, src/client.h, src/events.c,
	  ...
	  apply Dan Compton
	  <gtg786g@mail.gatech.edu> patch for reverse cycling on shift
	  press

2003-10-29 06:58  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-28 21:18  olivier

	* themes/default/title-2-active.xpm,
	  ...
	  themes/default/title-5-inactive.xpm: *** empty log message ***

2003-10-28 21:14  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-27 21:46  olivier

	* src/hints.c: Fix removal of CR in non UTF8 strings

2003-10-26 20:52  olivier

	* src/client.c, src/events.c, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change unmapNotify handler
	  to add smarter support for reparenting
	  Change default theme

2003-10-24 22:20  jasper

	* configure, configure.ac, po/vi.gmo, po/vi.po: Add vietnamese
	  translations by Lam Vinh Nien <nienvl@yahoo.ca>.

2003-10-24 19:43  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Very slick & smooth
	  default theme

2003-10-22 21:34  olivier

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: This one looks okay.

2003-10-20 18:51  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-19 21:18  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: A much more optimistic
	  theme, flat and smooth, without any sharp edge.

2003-10-19 20:38  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-19 18:05  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme

2003-10-18 23:16  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-10-18 16:40  olivier

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Reduce title height

2003-10-18 13:40  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme

2003-10-18 10:34  olivier

	* themes/default/title-1-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Enlarge title height

2003-10-18 10:22  olivier

	* themes/default/themerc: Remove shadow

2003-10-18 10:04  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme

2003-10-17 16:38  olivier

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/themerc:
	  Change default theme

2003-10-17 15:37  jasper

	* configure, configure.ac, po/sv.gmo, po/sv.po: Add/update swedish
	  translations

2003-10-16 21:53  olivier

	* src/client.c, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Improve and make resize
	  internals simpler
	  Add inner black frame to default theme

2003-10-14 22:47  olivier

	* configure, configure.ac, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/default/top-right-inactive.xpm: Rename existing default to
	  default-4.0 and update default theme

2003-10-14 22:33  olivier

	* src/client.c: Prevent other shortcuts when performing
	  Alt+move/resize

2003-10-14 22:19  olivier

	* src/client.c, src/client.h, src/events.c, src/misc.c, src/misc.h,
	  themes/bbs/themerc: Make sure we use event time for grab/ungrab
	  in resize/move/cycle,
	  Grab keybd when moving/resizing even when using just the mouse,
	  Use closest corner for resize using Alt+right click resizing.
	  Wrong offset in bbs vertical title align

2003-10-13 22:06  olivier

	* src/client.c, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Sync with my local tree

2003-10-13 18:51  jasper

	* ChangeLog: Update ChangeLog's after syncing with SF. Everything
	  should now be up-to-date.

2003-10-13 16:21  jasper

	* configure, configure.ac, doc/C/images/Makefile.am,
	  doc/C/images/Makefile.in, doc/C/images/xfwm_workspaces.png,
	  doc/C/xfwm4.html, doc/C/xfwm4.xml, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, mcs-plugin/margins.c,
	  mcs-plugin/margins.h, mcs-plugin/margins_plugin.c,
	  mcs-plugin/plugin.c, mcs-plugin/plugin.h,
	  mcs-plugin/workspaces-icon.h, mcs-plugin/workspaces.c,
	  mcs-plugin/workspaces.h, mcs-plugin/workspaces.png, src/client.c,
	  src/events.c, src/settings.c, themes/Makefile.am,
	  ...
	  themes/tgc-large/top-right-inactive.xpm: Huge commit to bring new
	  repository in sync with SF. We are losing some
	  CVS history here, but for completeness sake I'm including the
	  ChangeLog
	  entries here:
	  
	  +++
	  
	  2003-10-11 00:08 edscott
	  
	  * xffm/src/: add_folder.c, add_node_contents.c, callbacks.c,
	  keybindings.c, main.c, treeview.c: do second letter search if
	  first
	  letter is / -- DONE autohide diagnostics on click or
	  keypress--DONE
	  compare dates between mime file and dbh file before updating
	  applications -- DONE scroll by keyboard debugged and enhanced
	  --DONE g_strchug() crash on openwith by menu... --FIXED on go_up
	  do
	  not place in history, nor back nor forward --DONE
	  
	  2003-10-11 00:05 edscott
	  
	  * xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h,
	  libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c,
	  libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c,
	  libs/menu.c,
	  libs/menu_callbacks.c, libs/misc.c, libs/misc.h, libs/monitor.c,
	  libs/new_win.c, libs/pasteboard.c, libs/print.c, libs/refresh.c,
	  libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c, libs/run.h,
	  libs/scramble.c, libs/symlink.c, libs/terminal.c, libs/touch.c,
	  libs/trash.c, libs/xfdiff.c, smb/smb_download.c, smb/smb_list.c:
	  do
	  second letter search if first letter is / -- DONE autohide
	  diagnostics on click or keypress--DONE compare dates between mime
	  file and dbh file before updating applications -- DONE scroll by
	  keyboard debugged and enhanced --DONE g_strchug() crash on
	  openwith
	  by menu... --FIXED on go_up do not place in history, nor back nor
	  forward --DONE
	  
	  2003-10-10 23:19 xfce
	  
	  * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that DPI
	  settings load even on workstations w/out cpp
	  
	  2003-10-10 22:17 xfce
	  
	  * libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure,
	  xfwm4/configure.ac, xfwm4/themes/Makefile.am,
	  xfwm4/themes/Makefile.in, xfwm4/themes/default/bottom-active.xpm,
	  xfwm4/themes/default/bottom-inactive.xpm,
	  xfwm4/themes/default/bottom-left-active.xpm,
	  xfwm4/themes/default/bottom-left-inactive.xpm,
	  xfwm4/themes/default/bottom-right-active.xpm,
	  xfwm4/themes/default/bottom-right-inactive.xpm,
	  xfwm4/themes/default/close-active.xpm,
	  xfwm4/themes/default/close-inactive.xpm,
	  xfwm4/themes/default/close-pressed.xpm,
	  xfwm4/themes/default/hide-active.xpm,
	  xfwm4/themes/default/hide-inactive.xpm,
	  xfwm4/themes/default/hide-pressed.xpm,
	  xfwm4/themes/default/left-active.xpm,
	  xfwm4/themes/default/left-inactive.xpm,
	  xfwm4/themes/default/maximize-active.xpm,
	  xfwm4/themes/default/maximize-inactive.xpm,
	  xfwm4/themes/default/maximize-pressed.xpm,
	  xfwm4/themes/default/maximize-toggled-active.xpm,
	  xfwm4/themes/default/maximize-toggled-inactive.xpm,
	  xfwm4/themes/default/maximize-toggled-pressed.xpm,
	  xfwm4/themes/default/menu-active.xpm,
	  xfwm4/themes/default/menu-inactive.xpm,
	  xfwm4/themes/default/menu-pressed.xpm,
	  xfwm4/themes/default/right-active.xpm,
	  xfwm4/themes/default/right-inactive.xpm,
	  xfwm4/themes/default/shade-active.xpm,
	  xfwm4/themes/default/shade-inactive.xpm,
	  xfwm4/themes/default/shade-pressed.xpm,
	  xfwm4/themes/default/shade-toggled-active.xpm,
	  xfwm4/themes/default/shade-toggled-inactive.xpm,
	  xfwm4/themes/default/shade-toggled-pressed.xpm,
	  xfwm4/themes/default/stick-active.xpm,
	  xfwm4/themes/default/stick-inactive.xpm,
	  xfwm4/themes/default/stick-pressed.xpm,
	  xfwm4/themes/default/stick-toggled-active.xpm,
	  xfwm4/themes/default/stick-toggled-inactive.xpm,
	  xfwm4/themes/default/stick-toggled-pressed.xpm,
	  xfwm4/themes/default/themerc,
	  xfwm4/themes/default/title-1-active.xpm,
	  xfwm4/themes/default/title-1-inactive.xpm,
	  xfwm4/themes/default/title-2-active.xpm,
	  xfwm4/themes/default/title-2-inactive.xpm,
	  xfwm4/themes/default/title-3-active.xpm,
	  xfwm4/themes/default/title-3-inactive.xpm,
	  xfwm4/themes/default/title-4-active.xpm,
	  xfwm4/themes/default/title-4-inactive.xpm,
	  xfwm4/themes/default/title-5-active.xpm,
	  xfwm4/themes/default/title-5-inactive.xpm,
	  xfwm4/themes/default/top-left-active.xpm,
	  xfwm4/themes/default/top-left-inactive.xpm,
	  xfwm4/themes/default/top-right-active.xpm,
	  xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4 default
	  theme to the one found in pre-release as it looked better Fix a
	  very small thing in netk-pager
	  
	  2003-10-10 19:21 huysmans
	  
	  * xfce4/plugins/pager/pager.c: Fix resizing bug
	  
	  2003-10-09 23:41 huysmans
	  
	  * xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move workspace
	  names settings into settings plugin. Rename count to
	  Xfwm/WorkspaceCount for consistency.
	  
	  2003-10-09 23:03 xfce
	  
	  * libxfcegui4/: configure, configure.ac: Increase version number
	  
	  2003-10-09 22:13 xfce
	  
	  * xfwm4/themes/default/: close-active.xpm, close-inactive.xpm,
	  close-pressed.xpm, hide-active.xpm, hide-inactive.xpm,
	  hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm,
	  maximize-pressed.xpm, maximize-toggled-active.xpm,
	  maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm,
	  menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm,
	  shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm,
	  shade-toggled-active.xpm, shade-toggled-inactive.xpm,
	  shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm,
	  stick-pressed.xpm, stick-toggled-active.xpm,
	  stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc,
	  title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm,
	  title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm:
	  Change default theme for 4.2
	  
	  2003-10-09 15:19 edscott
	  
	  * xffm/: glade_intl, src/glade_callbacks.h, src/glade_gui.c.bak,
	  src/glade_gui.h: remove obsolete files
	  
	  2003-10-09 07:04 edscott
	  
	  * xffm/src/: Makefile.am, Makefile.in, callbacks.c,
	  keybindings.c,
	  keybindings.h, treeview.c, treeview.h: scroll by keyboard is now
	  case insensitive, if shift is pressed, scroll search w ill
	  proceed
	  backwards. Backward scroll-search will not wrap. Forward
	  scroll-sear ch will wrap (as before).
	  
	  2003-10-09 04:14 edscott
	  
	  * xffm/: glade/xffm_main.glade, libs/apps.c, libs/bookmarks.c,
	  libs/combo.c, libs/cpy.c, libs/dummies.c, libs/duplicate.c,
	  libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c,
	  libs/goto.h,
	  libs/icons.c, libs/input.c, libs/menu.c, libs/menu_callbacks.c,
	  libs/misc.c, libs/monitor.c, libs/options.c, libs/options.h,
	  libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h,
	  libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c,
	  libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c,
	  smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c,
	  src/main.c, src/treeview.c, src/widgets.c: eliminate all warnings
	  when compiling with --enable-debug
	  
	  2003-10-09 01:46 edscott
	  
	  * xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade,
	  glade/xffm_find.gladep, glade/xffm_main.glade,
	  glade/xffm_main.gladep, glade/xffm_remove.glade,
	  glade/xffm_remove.gladep, libs/Makefile.am, libs/Makefile.in,
	  libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/combo.h,
	  libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c,
	  libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c,
	  libs/goto.c, libs/help.c, libs/input.c, libs/input.h,
	  libs/menu_callbacks.c, libs/menu_callbacks.h, libs/misc.c,
	  libs/monitor.c, libs/new.c, libs/options.c, libs/pasteboard.c,
	  libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c,
	  libs/rename.c, libs/run.c, libs/scramble.c, libs/settings.c,
	  libs/symlink.c, libs/terminal.c, libs/touch.c, libs/trash.c,
	  libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c,
	  src/Makefile.am, src/Makefile.in, src/add_file.c,
	  src/add_folder.c,
	  src/add_node_contents.c, src/aux.c, src/callbacks.c,
	  src/glade_callbacks.c, src/glade_find_callbacks.c,
	  src/glade_find_callbacks.h, src/glade_find_gui.c,
	  src/glade_find_gui.h, src/glade_gui.c,
	  src/glade_main_callbacks.c,
	  src/glade_main_callbacks.h, src/glade_main_gui.c,
	  src/glade_main_gui.h, src/glade_remove_callbacks.c,
	  src/glade_remove_callbacks.h, src/glade_remove_gui.c,
	  src/glade_remove_gui.h, src/main.c, src/mcs-manager.c,
	  src/treeview.c, src/widgets.c: broke glade files into three parts
	  
	  2003-10-08 23:43 xfce
	  
	  * xfwm4/src/: client.c, events.c, settings.c: [no log message]
	  
	  2003-10-08 22:29 xfce
	  
	  * xfwm4/themes/default.keys/keythemerc: Change raise/lower key
	  
	  2003-10-08 22:24 xfce
	  
	  * xfwm4/: src/settings.c, themes/default.keys/keythemerc: Fix
	  raise/lower key shortcut patch
	  
	  2003-10-08 22:12 xfce
	  
	  * xfwm4/: configure, configure.ac, themes/Makefile.am,
	  ...
	  themes/default/top-right-inactive.xpm: Add missing files
	  
	  2003-10-08 10:20 huysmans
	  
	  * xfdesktop/doc/C/xfdesktop.html, xfdesktop/doc/C/xfdesktop.xml,
	  xfdesktop/doc/C/images/Makefile.am,
	  xfdesktop/doc/C/images/Makefile.in,
	  xfdesktop/doc/C/images/xfdesktop-workspace.png,
	  xfdesktop/settings/Makefile.am, xfdesktop/settings/Makefile.in,
	  xfdesktop/settings/backdrop-icon.h, xfdesktop/src/Makefile.am,
	  xfdesktop/src/Makefile.in, xfdesktop/src/menu.c,
	  xfdesktop/src/settings.c, xfwm4/configure, xfwm4/configure.ac,
	  xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml,
	  xfwm4/doc/C/images/Makefile.am, xfwm4/doc/C/images/Makefile.in,
	  xfwm4/doc/C/images/xfwm_workspaces.png,
	  xfwm4/mcs-plugin/Makefile.am, xfwm4/mcs-plugin/Makefile.in,
	  xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h,
	  xfwm4/mcs-plugin/margins_plugin.c, xfwm4/mcs-plugin/plugin.c,
	  xfwm4/mcs-plugin/plugin.h, xfwm4/mcs-plugin/workspaces-icon.h,
	  xfwm4/mcs-plugin/workspaces.c, xfwm4/mcs-plugin/workspaces.h,
	  xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c,
	  xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish
	  update:
	  merge workspaces dialog from xfdesktop with workspace margins
	  dialog from xfwm4. The new dialog is part of xfwm4.
	  
	  2003-10-07 22:44 xfce
	  
	  * libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in,
	  netk-class-group.c, netk-class-group.h, netk-private.h,
	  netk-screen.c, netk-screen.h, netk-tasklist.c, netk-window.c,
	  netk-window.h, netk-xutils.c, netk-xutils.h: Backport changes
	  from
	  libwnck HEAD cvs
	  
	  2003-10-07 22:40 xfce
	  
	  * xffm/libs/: input.c, run.c: Include Edscott patches
	  
	  2003-10-07 22:31 xfce
	  
	  * xfwm4/: configure, configure.ac, src/client.c, src/events.c,
	  ...
	  keep
	  old 4.0 theme as default-4.0 and add tgc-large theme Include
	  improvements for fullscreen mode for gst from Arwed von Merkatz
	  <v.merkatz@gmx.net>
	  
	  +++

2003-09-30 00:43  edscott

	* src/client.c, src/events.c, src/settings.c, src/settings.h: apply
	  patch for raise and lower windows by keyboard

2003-09-27 12:38  huysmans

	* po/ta.gmo, po/ta.po: Update tamil translation

2003-09-22 20:52  huysmans

	* ChangeLog: Update ChangeLogs

2003-09-22 20:33  huysmans

	* po/ar.gmo, po/ar.po, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo,
	  po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, po/hu.po, po/ja.gmo,
	  po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo,
	  po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_PT.gmo,
	  po/pt_PT.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo,
	  po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Update version numbers and po files for release

2003-09-21 22:19  xfce

	* configure, configure.ac, src/client.c: Update version number to
	  4.0.0
	  Improve focus change for modal dialogs in xfwm4

2003-09-21 09:12  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/bottom-right-inactive.xpm: Reduce corner width

2003-09-20 12:32  xfce

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Reduce size of decorations
	  for default theme

2003-09-19 21:11  xfce

	* doc/C/images/decoration_style.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png: Change default background
	  color to #336699 and update screen captures for doc (default WM
	  decorations are rounded)

2003-09-16 17:51  xfce

	* src/client.c: Don't remove EWMH hints when restarting, so that
	  the other WM can pick previous state.

2003-09-15 20:55  huysmans

	* configure, configure.ac, po/pt_PT.gmo, po/pt_PT.po: Big portugese
	  translation update

2003-09-14 22:07  xfce

	* ChangeLog: Update ChangeLog

2003-09-14 12:20  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Documentation updates

2003-09-13 23:13  xfce

	* ChangeLog: Update ChangeLog

2003-09-13 22:51  xfce

	* src/client.c: Use the same technique for real EWMH fullscreen
	  windows as for legacy emulated fullscreen

2003-09-13 15:34  xfce

	* ChangeLog: Update ChangeLog

2003-09-13 15:32  xfce

	* src/client.c: Add check for non-EWMH compliance before applying
	  fullscreen for legacy apps.

2003-09-13 13:55  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Update by francois

2003-09-12 23:54  xfce

	* src/client.c: Cleanup EWMH properties on unframed windows

2003-09-12 21:40  xfce

	* src/client.c, src/client.h, src/events.c, src/menu.c: Bunch of
	  small fixes:
	  - Automatically above/normal layer switch added for older legacy
	  apps trying to achieve fullscreen mode.
	  - Focus won't go to windows from another desktop on MapRequest
	  event
	  - Fix very rare freeze under high load when double clicking on
	  menu button
	  - Support update of wm_protocol properties for apps that set it
	  after window mapping.

2003-09-11 22:29  xfce

	* src/client.c: Don't kill the client application (ala xkill) when
	  right clicking on the close [X] button anymore (ie read "I remove
	  that hidden feature" as it's too dangerous, the application has
	  no chance to recover or prompt the user for unsaved data for
	  example)

2003-09-11 21:52  xfce

	* src/client.c: Don't test WM_PROTOCOLS_DELETE_WINDOW when closing
	  client (as some client don't set this flag, they get killed while
	  they do support "wm_delete_window" message.

2003-09-10 07:54  huysmans

	* ChangeLog: Update ChangeLogs

2003-09-10 07:39  huysmans

	* configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo,
	  po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo,
	  po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo,
	  po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo,
	  po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo,
	  po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo,
	  po/zh_TW.po: Update version numbers and po files for release

2003-09-08 07:27  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Update xfwm doc

2003-09-08 06:25  huysmans

	* po/ru.gmo, po/ru.po: Update russian translations

2003-09-07 13:00  xfce

	* src/events.c: Fix typo

2003-09-05 06:36  xfce

	* src/events.c: Flush X buffer before and after grabbing mouse in
	  double click detection

2003-09-02 06:48  huysmans

	* po/ms.gmo, po/ms.po: Update malaysian translations

2003-09-01 21:09  xfce

	* src/hints.c: More 64bit + endianess fixes

2003-08-31 22:46  xfce

	* src/client.c, src/hints.c, src/hints.h, src/main.c, src/main.h,
	  src/workspaces.c, src/workspaces.h: Use "int" where "int" is to
	  be used instead of CARD32 (for portability)

2003-08-31 22:27  xfce

	* src/client.c, src/hints.c: Code cleanup (for portability)

2003-08-31 21:03  xfce

	* src/client.c, src/hints.h: Use "unsigned long" instead of CARD32
	  for MWM hints as CARD32 seems to cause trouble on Alpha.

2003-08-30 16:19  xfce

	* src/events.c: Remove auto unhide feature because it causes
	  problems with some apps (Lotus Notes R5 under Wine being an
	  example)

2003-08-30 12:49  huysmans

	* aclocal.m4, configure, configure.ac, po/zh_TW.Big5.gmo,
	  po/zh_TW.Big5.po, po/zh_TW.gmo, po/zh_TW.po: Rename zh_TW.Big5 ->
	  zh_TW

2003-08-30 08:58  huysmans

	* po/zh_TW.Big5.gmo, po/zh_TW.Big5.po: Add traditional chinese
	  translations

2003-08-29 23:34  xfce

	* src/events.c: Add traces.

2003-08-29 22:59  xfce

	* src/hints.c, src/hints.h: Blender sets only 4 elements in MWM
	  hints intead of 5 as defined, as we ignore the fifth element
	  anyway, read only 4 elements and make blender happy...

2003-08-26 07:38  huysmans

	* ChangeLog: Update changelogs

2003-08-26 07:12  huysmans

	* po/ar.gmo, po/ar.po, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo,
	  po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, po/hu.po, po/ja.gmo,
	  po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo,
	  po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo,
	  po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po: Update version numbers and po files
	  for release

2003-08-25 21:38  xfce

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Smoothen frame shadow on
	  default theme

2003-08-25 05:22  xfce

	* src/client.c, src/events.c, src/misc.c, src/misc.h,
	  src/workspaces.c: Remove the "stashEventTime()" and
	  "getEventTime()" functions as it causes more trouble than it
	  fixes.

2003-08-24 20:44  xfce

	* src/workspaces.c: Fix focus on transients not being restored on
	  w/s switch

2003-08-24 18:49  xfce

	* src/events.c: Fix focus on desktop switch

2003-08-24 16:46  xfce

	* src/client.c, src/client.h, src/events.c: Fix focus problem with
	  Motif/Lesstif apps

2003-08-24 13:49  xfce

	* src/client.c, src/client.h, src/events.c: Reimplement MapRequest
	  handling in a cleaner way.

2003-08-17 11:36  huysmans

	* configure, configure.ac, po/lt.gmo, po/lt.po: Add lithuanian
	  translations

2003-08-14 18:15  xfce

	* src/client.c, src/events.c: Simplify the mapping/unmapping
	  management and bug fixes

2003-08-14 00:09  xfce

	* po/xfwm4.pot: Update

2003-08-14 00:06  xfce

	* src/client.c, src/events.c: Even more changes and fixes (I hope)

2003-08-13 05:39  xfce

	* src/client.c, src/events.c, src/events.h, src/misc.c, src/misc.h,
	  src/workspaces.c: Code reorg.

2003-08-12 23:17  xfce

	* src/client.c, src/events.c: Unset CLIENT_FLAG_MAPPED when
	  iconifying (and only then)

2003-08-12 22:49  xfce

	* src/client.c, src/client.h, src/events.c, src/events.h,
	  src/menu.c, src/misc.c, src/workspaces.c: Adopt a
	  MapRequest/MapNotify/UnmapNotify scheme that is similar to xfwm3
	  that was rock solid...

2003-08-12 11:14  xfce

	* src/client.c: Send configure notify after resizing

2003-08-12 05:42  xfce

	* src/client.c: Remove some XSync() calls that were introduced in
	  the debug process lately.

2003-08-11 22:04  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h, src/main.c, src/settings.c, src/workspaces.c: A
	  deseperate attempt to fix remaining bugs in xfwm4

2003-08-10 19:54  huysmans

	* po/zh_CN.gmo, po/zh_CN.po: Update chinese translations

2003-08-08 05:57  xfce

	* src/events.c: Bug fixes in MapNotify handler

2003-08-07 23:09  xfce

	* src/client.c, src/hints.c, src/misc.c, src/misc.h: Revert to an
	  old (and probably safer) way of framing new windows.

2003-08-07 22:09  huysmans

	* aclocal.m4, configure, po/ca.gmo, po/ca.po: Update catalan
	  translations

2003-08-07 20:24  huysmans

	* src/hints.c: Revert changes

2003-08-06 21:06  xfce

	* src/client.c: Small optimization

2003-08-06 21:02  xfce

	* src/client.c, src/client.h, src/events.c: Try to address the
	  reparent bug...

2003-08-04 18:17  xfce

	* configure, configure.ac, po/ko.gmo, po/ko.po, themes/bbs/themerc:
	  Add Korean translation from ByungHyun Choi
	  <byunghyunchoi@hotmail.com>

2003-08-03 18:45  bmeurer

	* ChangeLog: Updated ChangeLogs

2003-08-03 18:37  bmeurer

	* m4/X11.m4: grep -q does not work with Solaris grep, fixed it.

2003-08-01 16:49  xfce

	* src/client.c, src/client.h, src/workspaces.c: Use dbl linked list
	  instead of single linked list internally
	  Other optimizations

2003-08-01 06:29  xfce

	* src/client.c: Various small fixes and improvements

2003-07-31 22:43  xfce

	* src/client.c, src/client.h, src/events.c, src/workspaces.c:
	  Rework modal management

2003-07-31 19:44  huysmans

	* src/main.c: Catch SIGUSR1 as well

2003-07-31 08:03  huysmans

	* src/client.c, src/hints.c, src/main.c: Fix compiler warnings

2003-07-30 22:19  xfce

	* ChangeLog: Update ChangeLog

2003-07-30 22:15  xfce

	* src/client.c, src/client.h, src/events.c, src/workspaces.c: Add
	  proper modality management
	  Small bug fixes
	  Improve legacy apps fullscreen mgmt

2003-07-30 11:31  huysmans

	* ChangeLog: Update changlogs

2003-07-30 08:05  huysmans

	* configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo,
	  po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo,
	  po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po: Update version numbers and po files for release

2003-07-30 06:41  xfce

	* src/client.c: Code cleanup

2003-07-30 05:40  xfce

	* src/client.c: Use the same default layer for modal dialogs as
	  some apps just set modal and open other windows that show
	  underneath the modal...

2003-07-29 16:50  xfce

	* themes/microdeck/themerc: *** empty log message ***

2003-07-29 15:04  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Update documentation to latest
	  versions

2003-07-29 12:24  huysmans

	* doc/C/images/decoration_style.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/misc_wm_prefs.png, doc/C/images/titlebar.png,
	  doc/C/images/workspace_margins.png: Update all images to new
	  defaults

2003-07-29 06:28  huysmans

	* po/ru.gmo, po/ru.po: Update russian translations

2003-07-28 22:09  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2003-07-28 19:02  xfce

	* ChangeLog: Update ChangeLog

2003-07-28 18:59  xfce

	* src/client.c: Fix smart placement wasting pixels on right and
	  bottom side of the screen.

2003-07-27 22:29  xfce

	* ChangeLog: Update ChangeLog

2003-07-27 22:28  xfce

	* Makefile.in, configure, configure.ac: Change version to 3.99.3
	  (rc3)

2003-07-27 22:16  xfce

	* src/client.c: Add (missing) aspect ratio support

2003-07-27 00:29  xfce

	* src/client.c: Add fullscreen autodetect for older legacy apps

2003-07-26 15:58  xfce

	* ChangeLog: Update ChangeLog

2003-07-26 14:32  xfce

	* src/client.c, src/client.h, src/events.c: Send ConfigureNotify at
	  first map (for Tk apps)

2003-07-25 21:33  xfce

	* src/settings.c: Fall back to default keytheme if user specified
	  keytheme is not found, rather than just exiting...

2003-07-25 05:48  xfce

	* src/client.c: Revert another change in frameWindow()

2003-07-24 22:50  xfce

	* po/xfwm4.pot, src/hints.c: Change the getMotifHints() -It's the
	  last thing that changed in xfwm4 before rc2-
	  (New impl should be bullet proof :)

2003-07-24 09:21  huysmans

	* debian: Remove debian dirs on Martin's request

2003-07-24 06:27  huysmans

	* po/fi.gmo, po/fi.po: Update finnish translations

2003-07-21 19:38  bmeurer

	* Makefile.in, src/Makefile.am, src/Makefile.in: This should
	  finally fix the solaris -lXext issue

2003-07-20 17:11  xfce

	* src/client.c, src/hints.c, src/hints.h: Adjust motif hints, to
	  avoid a bug on some system where the motif hint is smaller that
	  the expected size.

2003-07-19 09:30  huysmans

	* ChangeLog: Update ChangeLogs

2003-07-19 08:59  huysmans

	* configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo,
	  po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo,
	  po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po: Update version numbers and po files for release

2003-07-18 10:57  huysmans

	* po/hu.gmo, po/hu.po: Update hungarian translations

2003-07-18 07:46  huysmans

	* po/de.gmo, po/de.po, po/tr.gmo, po/tr.po: Update turkish
	  translations

2003-07-16 20:02  xfce

	* src/client.c: Cleanup: Remove #if 0/#endif as it seems to work

2003-07-16 09:57  huysmans

	* configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo,
	  po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo,
	  po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po: Add hungarian translations

2003-07-16 08:22  huysmans

	* po/ca.gmo, po/ca.po: Update catalan translations

2003-07-15 21:43  xfce

	* src/client.c, src/events.c: Fix Reparent with
	  UnmapNotify/MapNotify for good this time (I think)

2003-07-15 20:02  xfce

	* src/client.c, src/events.c: Still the Reparent issue with
	  UnmapNotify/MapNotify

2003-07-14 13:11  xfce

	* src/client.c: Add some comment to the code - just for the record

2003-07-14 12:46  xfce

	* mcs-plugin/xfwm4_plugin.c: Fix strings not being translated in
	  drop-down menus of xfwm4 mcs plugin

2003-07-14 08:52  xfce

	* configure, configure.ac: Set version to 3.99.2 (rc2)

2003-07-13 22:53  xfce

	* src/events.c: Forgot to remove traces

2003-07-13 22:52  xfce

	* src/client.c, src/events.c: More tweaks

2003-07-13 22:37  xfce

	* src/client.c: Tweak map_state and reparenting

2003-07-13 08:43  huysmans

	* ChangeLog: Update ChangeLogs for release

2003-07-11 07:33  huysmans

	* ChangeLog: Update ChangeLog's for release

2003-07-11 06:55  huysmans

	* po/zh_CN.gmo, po/zh_CN.po: Update Chinese translations

2003-07-10 09:56  huysmans

	* ChangeLog: Update ChangeLog's for release

2003-07-10 09:24  huysmans

	* ChangeLog, configure, configure.ac, po/ar.gmo, po/ar.po,
	  po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo,
	  po/ta.po, po/tr.gmo, po/tr.po, po/zh_CN.gmo, po/zh_CN.po: Bump
	  version numbers for release and update po files

2003-07-09 18:15  xfce

	* po/de.gmo, po/de.po, po/xfwm4.pot: Update de.po from Moe.

2003-07-08 20:53  xfce

	* po/Makefile.in.in: Don't perform an update-po on make dist as it
	  causes far too much trouble

2003-07-07 22:40  xfce

	* src/events.c: Fix compiler warning

2003-07-07 22:26  xfce

	* ltmain.sh: Update ltmain.sh with patched version

2003-07-07 21:18  huysmans

	* po/ca.gmo, po/ca.po: Update catalan translations

2003-07-06 19:45  huysmans

	* ChangeLog: Updating ChangeLogs

2003-07-05 12:31  xfce

	* Makefile.in, ltconfig: Remove ltconfig script as it is generated

2003-07-04 23:37  xfce

	* Makefile.in, ltcf-c.sh, po/es.gmo, po/es_MX.gmo: libttol update
	  and all

2003-07-03 21:26  xfce

	* src/events.c: Flush pointer motion events after wrapping
	  workspaces

2003-07-03 19:59  xfce

	* src/main.c: Store session in .xfce4/sessions/ and use session_id
	  in saved session name

2003-07-03 18:16  edscott

	* po/es.po, po/es_MX.po: spanish tranlation updates for 4.0
	  release.

2003-07-01 20:57  xfce

	* Makefile.in, configure, configure.ac, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  mcs-plugin/Makefile.in, src/Makefile.in, src/hints.c,
	  ...
	  themes/tgc/Makefile.in: Make use
	  of the new utf8 function added ti libxfce4util.
	  Add explicit dependency on libxfce4util

2003-06-30 22:24  xfce

	* src/client.c, src/client.h, src/events.c, src/main.c, src/main.h,
	  src/misc.c, src/misc.h, src/settings.c: Improve Xrandr support
	  Hide sidewalks off screen when wrap workspace is turned off

2003-06-30 18:11  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Doc update by Francois

2003-06-28 09:46  xfce

	* Makefile.in, aclocal.m4, config.h.in, configure,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, ltmain.sh,
	  mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/tgc/Makefile.in: Update to libtool-1.5
	  Use proper complete CURRENT:REVISION:AGE scheme for lib
	  versionning

2003-06-26 22:41  xfce

	* Makefile.in, aclocal.m4, configure, configure.ac,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in, ltcf-c.sh, ltconfig,
	  ltmain.sh, mcs-plugin/Makefile.in, src/Makefile.am,
	  src/Makefile.in, src/events.c, src/main.c, src/main.h,
	  ...
	  themes/tgc/Makefile.in: Add Xrandr
	  support

2003-06-26 20:32  xfce

	* src/client.c: Remov ethe workarround for gtk bug because KDE apps
	  place themselves at a predefined position :(

2003-06-25 20:22  bmeurer

	* aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig,
	  ltmain.sh: Fixed -lXext on Solaris.

2003-06-25 20:19  xfce

	* aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig,
	  ltmain.sh, src/client.c, src/client.h, src/events.c: Improve
	  ICCCM compliance for configure events

2003-06-24 06:36  xfce

	* po/xfwm4.pot: Sync

2003-06-22 22:09  xfce

	* src/client.c, src/events.c, src/main.c, src/main.h, src/misc.c,
	  src/misc.h: Use small input only window located on screen edges
	  to detect mouse move on the screen edge.

2003-06-21 20:41  xfce

	* po/ar.gmo, po/ca.gmo, po/de.gmo, po/es.gmo, po/es_MX.gmo,
	  po/fi.gmo, po/fr.gmo, po/ja.gmo, po/ms.gmo, po/nl.gmo, po/pl.gmo,
	  po/ru.gmo, po/ta.gmo, po/tr.gmo, po/zh_CN.gmo, src/client.c:
	  Chnage clientPassFocus() to not fallback on tp most window if
	  nothing else has been found in click to focus mode.

2003-06-21 18:31  bmeurer

	* aclocal.m4, config.h.in, configure, configure.ac, ltcf-c.sh,
	  ltconfig, ltmain.sh: Fixes.

2003-06-21 12:15  xfce

	* po/ar.po, po/ca.po, po/de.po, po/es.po, po/es_MX.po, po/fi.po,
	  po/fr.po, po/ja.po, po/ms.po, po/nl.po, po/pl.po, po/ru.po,
	  po/ta.po, po/tr.po, po/xfwm4.pot, po/zh_CN.po: Update po

2003-06-20 23:26  xfce

	* src/client.c: Apply NET state fullscreen after actually
	  configuring the window in fullscreen mode.

2003-06-20 22:56  xfce

	* src/hints.c, src/main.c: Protect against newlines and other
	  crazyness in window titles

2003-06-20 06:26  xfce

	* src/settings.c: Move xfwm4rc from $HOME to $HOME/.xfce4/

2003-06-19 22:01  xfce

	* src/events.c: Prevent Alt+F8 to hide windows that should not be
	  hidden

2003-06-19 21:12  xfce

	* src/client.c, src/main.c: Fix a major bug introduced when adding
	  the loop to flush the event queue (very bad idea).

2003-06-19 17:53  xfce

	* src/events.c: Add Alt+middle mouse button to lower window

2003-06-19 17:36  xfce

	* po/xfwm4.pot, src/client.c: Test for initial (x,y) values to work
	  arround a gtk bug that doesn't set PPosition flag sometimes (to
	  center windows, for example)

2003-06-18 22:24  bmeurer

	* doc/C/images/decoration_style.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png: Updated images. Thanks to
	  Francois.

2003-06-18 20:33  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/client.c: Improve clientFrame()
	  Call gtk_window_set_position () as late at possible as it seems
	  there is a race cond in gtk+

2003-06-18 19:57  xfce

	* src/client.c: Make sure we align on increment vales when resizing
	  using kbd.

2003-06-18 06:37  xfce

	* defaults/defaults.in, src/client.c, src/settings.c,
	  src/settings.h: Exclude panel from cycling by default

2003-06-17 23:28  xfce

	* src/client.c, src/client.h, src/events.c: Improve updates of
	  NormalWMHints

2003-06-17 21:19  xfce

	* src/client.c, src/misc.c: Grab server earlier in clientFrame()

2003-06-15 22:32  xfce

	* aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig,
	  ltmain.sh, po/xfwm4.pot: Switch to version 3.91.0

2003-06-14 22:56  xfce

	* src/client.c: A lot of improvements on Xinerama support

2003-06-14 21:53  bmeurer

	* Makefile.in, config.guess, config.sub, defaults/Makefile.in,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  install-sh, ltcf-c.sh, ltconfig, ltmain.sh,
	  mcs-plugin/Makefile.in, mcs-plugin/margins_plugin.c,
	  mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/main.c,
	  ...
	  themes/tgc/Makefile.in: Introduced
	  xfce_textdomain()

2003-06-14 15:59  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/client.c: Improve restacking

2003-06-14 00:28  xfce

	* src/client.c: Try to find a better wayof managing restacking

2003-06-13 23:51  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c: apply
	  Benny's patch for mcs plugins

2003-06-13 22:58  xfce

	* src/client.c: Include Thomas Leonard <tal00r@ecs.soton.ac.uk>
	  patch to workarround
	  flickering during restack of windows.

2003-06-13 22:35  bmeurer

	* aclocal.m4, configure, m4/i18n.m4: Fixed
	  bind_textdomain_codeset() problem on linux.

2003-06-11 21:22  xfce

	* src/client.c, src/main.c, src/misc.c: Add some debug messages

2003-06-11 19:34  xfce

	* src/client.c: Don't raise top stack window when reorg. the stack
	  list.

2003-06-10 22:08  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/main.c: Various updates

2003-06-09 23:39  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c: Add new
	  widget xfce_framebox to unify look across UI
	  Migrate all plugins to this new widget

2003-06-09 17:18  xfce

	* configure.ac, mcs-plugin/margins_plugin.c,
	  mcs-plugin/xfwm4_plugin.c: Redesign UI

2003-06-08 22:58  xfce

	* mcs-plugin/xfwm4_plugin.c: Fix compile warning

2003-06-08 22:37  xfce

	* mcs-plugin/xfwm4_plugin.c: Implement (some of) Eugenia's advise
	  on UI design

2003-06-08 14:29  huysmans

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.ac,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in,
	  mcs-plugin/Makefile.in, po/ru.gmo, po/ru.po, src/Makefile.in,
	  ...
	  themes/tgc/Makefile.in: Add
	  russian translation and fix xfdesktop not reading a new local
	  menu

2003-06-08 11:12  bmeurer

	* TODO: Added daemon(3) TODO item

2003-06-06 21:37  xfce

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.ac,
	  defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in,
	  mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.in,
	  ...
	  themes/tgc/Makefile.in:
	  Versionning scheme

2003-06-05 21:49  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Doc fixes assorti

2003-06-05 07:28  huysmans

	* po/de.gmo, po/de.po, po/tr.gmo, po/tr.po: Updated translations
	  and multiple file drop on backdrop list manager

2003-06-04 16:58  xfce

	* src/client.c: Remove last change regarding last client raised,
	  Add an XFlush just after restacking windows.

2003-06-03 12:28  huysmans

	* doc/C/images/decoration_style.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png: Use properly compressed
	  images

2003-06-02 21:35  xfce

	* src/client.c: Don't assume that the latest mapped window is
	  raised

2003-06-02 20:09  xfce

	* defaults/defaults.in, src/events.c, src/settings.c,
	  src/settings.h: Add a hidden option to disable Alt+Click action
	  Add easy_click=false to ~/.xfwm4rc to disable Alt+Click =>
	  move/resize

2003-06-01 17:25  huysmans

	* po/Makefile.in.in, po/ar.gmo, po/ar.po, po/ca.gmo, po/ca.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo,
	  po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo,
	  po/pl.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po: po file tweaks

2003-06-01 12:06  huysmans

	* doc/C/images/decoration_style.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/misc_wm_prefs.png: Updated images by Francois

2003-05-31 12:19  huysmans

	* doc/C/images/Makefile.am, doc/C/images/Makefile.in,
	  doc/C/images/misc_wm_prefs.png,
	  doc/C/images/workspace_margins.png, doc/C/xfwm4.html,
	  doc/C/xfwm4.xml: Doc updates by Francois

2003-05-30 20:36  huysmans

	* configure, configure.ac, po/ms.gmo, po/ms.po: Add malayan
	  translations

2003-05-30 08:51  huysmans

	* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
	  configure, defaults/Makefile.in, depcomp, doc/C/Makefile.in,
	  doc/C/images/Makefile.am, doc/C/images/Makefile.in,
	  doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/Makefile.in, install-sh,
	  mcs-plugin/Makefile.in, mkinstalldirs, src/Makefile.in,
	  ...
	  themes/tgc/Makefile.in: Small
	  tweaks to build files

2003-05-29 18:19  huysmans

	* xfwm4.spec.in: updating spec files

2003-05-29 12:53  huysmans

	* doc/xfce-nochunk.xsl: improve stylesheet import

2003-05-29 09:59  huysmans

	* po/nl.gmo, po/nl.po: Translations update

2003-05-28 14:16  huysmans

	* doc/C/xfwm4.html, doc/C/xfwm4.xml: Doc update by Francois

2003-05-27 21:35  xfce

	* po/fi.gmo, po/fi.po: Update Finnish translation by Ilkka Ollakka
	  (ilkka dot j dot ollakka at students dot oamk dot fi)

2003-05-27 21:30  xfce

	* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
	  configure, configure.ac, defaults/Makefile.in, depcomp,
	  doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in,
	  install-sh, mcs-plugin/Makefile.in, mcs-plugin/monitor-icon.h,
	  mkinstalldirs, po/ja.gmo, po/ja.po, src/Makefile.in,
	  ...
	  themes/tgc/Makefile.in: Add
	  Japanese translation by Zhao-Ji <zhao-ji at awz dot ne dot jp>

2003-05-27 19:20  huysmans

	* doc/C/images/Makefile.am, doc/C/images/Makefile.in,
	  doc/C/images/decoration_style.png,
	  doc/C/images/keyboard_and_focus.png,
	  doc/C/images/misc_wm_prefs.png, doc/C/images/titlebar.png,
	  doc/C/xfwm4.html, doc/C/xfwm4.xml: Add documentation by Francois

2003-05-26 21:18  xfce

	* src/menu.c: Fix submenu item selection when munu was opened with
	  right mouse button

2003-05-25 21:35  xfce

	* mcs-plugin/xfwm4_plugin.c: Set Xft.dpi to 96, and use "Sans 8" as
	  default font and "Sans Bold 10" as window title font

2003-05-24 19:17  xfce

	* po/ar.gmo, po/ar.po, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo,
	  po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo,
	  po/pl.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po: Merging po

2003-05-23 21:37  xfce

	* src/.indent.pro, src/events.c, src/menu.c, src/menu.h: Rework the
	  window menu
	  Add send to... workspace # sub menu

2003-05-22 22:31  xfce

	* defaults/defaults.in, mcs-plugin/margins_plugin.c,
	  mcs-plugin/xfwm4_plugin.c, po/ar.gmo, po/ar.po, po/ca.gmo,
	  po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/ta.gmo, po/ta.po, po/tr.gmo,
	  po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po,
	  src/.indent.pro, src/client.c, src/events.c, src/frame.c,
	  src/hints.c, src/keyboard.c, src/main.c, src/menu.c, src/menu.h,
	  src/misc.c, src/mypixmap.c, src/mywindow.c, src/parserc.c,
	  src/session.c, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/startup_notification.c, src/tabwin.c,
	  src/workspaces.c: Disconnect wrap workspaces and wrap windows
	  options
	  Reorganize mcs-plugin a bit
	  Rerun indent and fix some wrong indent behaviour toward _()
	  Changs "Misc." label to "Advanced" in xfwm4 mcs-plugin

2003-05-21 21:43  huysmans

	* Makefile.in, configure, configure.ac, po/tr.gmo, po/tr.po: Add
	  Turkish translations

2003-05-21 21:30  xfce

	* mcs-plugin/xfwm4_plugin.c: Turn off wrap workspace by default

2003-05-16 20:43  xfce

	* ChangeLog: Update ChangeLog

2003-05-16 19:34  xfce

	* Makefile.in, configure, configure.ac: Bump version to 3.90 for
	  beta release (coming soon... etc.)

2003-05-16 19:20  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/.indent.pro, src/client.c, src/client.h, src/events.c,
	  src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/menu.c,
	  src/menu.h, src/misc.c, src/misc.h, src/mypixmap.c,
	  src/mypixmap.h, src/mywindow.c, src/mywindow.h, src/parserc.c,
	  src/parserc.h, src/session.c, src/session.h, src/settings.c,
	  src/settings.h, src/spinning_cursor.c, src/spinning_cursor.h,
	  src/startup_notification.c, src/startup_notification.h,
	  src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h:
	  Various small cleanups, rerun indent with new settings.

2003-05-16 18:24  huysmans

	* configure, configure.ac, po/ta.gmo, po/ta.po: Add tamil
	  translations

2003-05-15 22:06  xfce

	* src/workspaces.c: Fix a problem with focus not being restored on
	  transients when switching workspaces

2003-05-15 20:55  xfce

	* src/client.c, src/events.c, src/workspaces.c: Various minor fixes

2003-05-15 18:11  huysmans

	* Makefile.am, Makefile.in: Forgot to add the doc directory to
	  Makefile.am

2003-05-15 11:03  huysmans

	* ChangeLog: Mass update of ChangeLogs

2003-05-15 06:37  xfce

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	  configure.ac, defaults/Makefile.in, doc/C/Makefile.in,
	  doc/C/images/Makefile.in, doc/Makefile.in,
	  mcs-plugin/Makefile.in, src/Makefile.in, src/client.c,
	  src/events.c, src/hints.c, src/misc.c, src/settings.c,
	  src/workspaces.c, themes/Makefile.in, themes/bbs/Makefile.in,
	  ...
	  themes/tgc/Makefile.in: Various
	  fixes and small improvements

2003-05-14 21:54  xfce

	* mcs-plugin/xfwm4_plugin.c: Fix edge resistance scale not being
	  updated, set minimum edge resistance to 1 instead of 5 as before.

2003-05-14 20:51  xfce

	* src/client.c, src/client.h, src/workspaces.c: Improve focus
	  management in focus-follow-mode

2003-05-14 14:06  huysmans

	* po/fi.gmo, po/fi.po: Update finnish translations

2003-05-14 04:39  xfce

	* src/frame.c: New flag clearance missing in frameDraw

2003-05-13 19:44  xfce

	* src/client.c, src/client.h, src/frame.c: Code cleanup; make
	  window type dock w/out border

2003-05-13 17:59  huysmans

	* Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
	  configure, configure.ac, defaults/Makefile.in, doc, doc/C,
	  doc/C/Makefile.am, doc/C/Makefile.in, doc/C/images,
	  doc/C/images/Makefile.am, doc/C/images/Makefile.in,
	  doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/Makefile.am,
	  doc/Makefile.in, doc/xfce-nochunk.xsl, mcs-plugin/Makefile.in,
	  po/ca.gmo, po/ca.po, src/Makefile.in, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add catalan translations
	  and skeleton documentation

2003-05-13 07:08  huysmans

	* xfwm4.spec.in: spec file tweaks

2003-05-11 22:37  xfce

	* src/settings.c: Small typo

2003-05-11 22:27  xfce

	* defaults/defaults.in, mcs-plugin/xfwm4_plugin.c, po/ar.gmo,
	  po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po, src/client.c, src/events.c, src/main.c,
	  src/settings.c, src/settings.h: Add wrap workspace even when not
	  moving windows, add edge resistance, update mcs plugin, and huge
	  code cleaup in mcs plugin.
	  Update french i18n

2003-05-10 22:43  xfce

	* src/client.c, src/events.c: Try to improve things with mutiple
	  screen w/out breaking existing proven code.

2003-05-10 21:05  xfce

	* src/client.c, src/events.c, src/hints.c, src/keyboard.c,
	  src/main.c, src/misc.c, src/parserc.c: Just small code cleanup.

2003-05-10 15:47  xfce

	* src/events.c: Add a hook to unfocus active window when leaving
	  the root win (for multi-screen configs)

2003-05-10 12:56  xfce

	* src/client.c, src/events.c: Change sequence so that the timeout
	  for dbl click is not perceived by the user.
	  It "feels" faster, although I doubt it is :)

2003-05-07 17:35  xfce

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change the default theme
	  (who said "again" ??)

2003-05-06 20:45  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Slightly change the default
	  theme to make it a bit simpler

2003-05-04 21:47  xfce

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	  configure.ac, defaults/Makefile.in, mcs-plugin/Makefile.in,
	  src/Makefile.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Move most themes to
	  xfce4-extras/xfwm4-themes/

2003-05-04 21:38  xfce

	* themes/adept, themes/agua, themes/atlanta, themes/atlanta2,
	  ...
	  themes/xfce:
	  Move most themes to xfce4-extras/xfwm4-themes/

2003-05-04 18:21  huysmans

	* Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
	  configure, defaults/Makefile.am, defaults/Makefile.in, ltcf-c.sh,
	  ltconfig, ltmain.sh, mcs-plugin/Makefile.in, po/ar.gmo, po/ar.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Fix rpm target and some distcheck stuff.
	  distcheck still fails

2003-05-03 22:02  xfce

	* src/client.c: Various fixes, added french translation, fixed
	  desktop switching in xfwm4

2003-05-03 18:10  bmeurer

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in: Fixed wrong
	  margins plugin path.

2003-05-03 09:46  huysmans

	* po/zh_CN.gmo, po/zh_CN.po: Update chinese translations

2003-05-02 17:13  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.ac,
	  defaults/Makefile.in, m4/depends.m4, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Several changes. See
	  http://www.home.unix-ag.org/bmeurer/xfce/index.html#20030502
	  for details.

2003-05-01 10:43  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.ac,
	  defaults/Makefile.in, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in,
	  src/events.c, themes/Makefile.in, themes/adept/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Added i18n
	  functions to libxfce4util.

2003-04-30 21:26  xfce

	* src/keyboard.c, themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Allow use of keyboard
	  shortcuts without modifiers
	  Modify default theme

2003-04-29 21:29  xfce

	* src/events.c: Add the "Alt+right-click = resize window" as
	  requested

2003-04-29 21:05  xfce

	* po/pl.gmo, src/client.c: Fix an issue with transients not being
	  placed on the ssame layer as their ancestor (this was a
	  regression introduced recently, with the implementation of
	  transients for group)

2003-04-28 19:07  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change default theme a
	  bit, make it somehow "smoother"

2003-04-27 21:08  xfce

	* src/client.c, src/events.c, src/workspaces.c: Put back workspace
	  wrap when reaching the first or last workspace
	  Make workspace switch with wheel mouse "smoother" by dropping
	  outnumbered events

2003-04-27 20:10  bmeurer

	* po/pl.po: Updated polish translations.

2003-04-26 21:16  bmeurer

	* configure.ac, m4/depends.m4: Updated BM_DEPEND_CHECK.

2003-04-26 20:01  xfce

	* src/client.c, src/workspaces.c: A few more fixes

2003-04-26 15:14  xfce

	* src/events.c, src/workspaces.c: Wrap workspace with mouse wheel
	  natovely (ie even w/out xfdesktop, that's for ROX :)
	  Don't cycle workspace when reaching the first/last workspace

2003-04-26 11:53  bmeurer

	* m4/debug.m4: Fixed a stupid typo.

2003-04-26 09:03  xfce

	* src/client.c: Improve net allowed actions

2003-04-25 22:56  xfce

	* src/client.c, src/client.h, src/events.c: Yay! Another bunch of
	  fixes!

2003-04-25 21:34  xfce

	* src/client.c, src/client.h, src/events.c: Usual bunch of fixes,
	  including a much better handling of old gnome win_state
	  properties.

2003-04-25 18:57  bmeurer

	* aclocal.m4, configure, configure.ac: xfce-mcs-manager version was
	  changed.

2003-04-25 17:47  huysmans

	* po/fi.gmo, po/fi.po: Update finnish translations

2003-04-25 09:53  bmeurer

	* m4/depends.m4: Updated depends.m4 and added macro for use with
	  panel plugins. Updated
	  libxfce4util to install the common m4 files into
	  $(datadir)/xfce4/m4.

2003-04-24 20:14  xfce

	* src/client.c, src/events.c, src/misc.c, src/workspaces.c,
	  ...
	  themes/default/top-right-inactive.xpm: Bunch of small fixes and
	  improved default theme

2003-04-23 22:06  xfce

	* src/client.c: *** empty log message ***

2003-04-23 21:26  xfce

	* src/client.c: Very small... well, nothing, really

2003-04-23 20:42  xfce

	* src/client.c, themes/default/bottom-right-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Fix net wm property for
	  "occupy all workspaces" stuff. There was some kind of confusion
	  between "stickyness" and "on all workspaces" as xfwm4 treat them
	  both the same way

2003-04-22 19:26  xfce

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Add an inner border to the
	  default theme, looks better with some apps

2003-04-21 17:47  bmeurer

	* Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig,
	  ltmain.sh, m4/X11.m4, m4/rpath.m4: Remove rpath stuff (up to the
	  package maintainer to take care of this).

2003-04-21 09:56  xfce

	* src/client.c, src/events.c, src/hints.h, src/main.c,
	  src/tabwin.c: Grab server and draw frame shadows during Alt+Tab
	  ops

2003-04-18 20:53  xfce

	* themes/default/close-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Enlarge title height for
	  default theme

2003-04-17 17:36  xfce

	* src/client.c, src/client.h, src/events.c, src/workspaces.c,
	  ...
	  themes/curve/title-4-active.xpm: Various improvements in
	  transient for group management.

2003-04-16 22:58  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/misc.c, src/settings.c, src/workspaces.c, src/workspaces.h:
	  Fix a bug with struts as seen on rox list
	  Improve group transient management
	  Don't focus on raise from a configureRequest

2003-04-15 21:14  xfce

	* configure, configure.ac, src/client.c, src/client.h,
	  src/events.c, src/hints.c, src/workspaces.c, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Implement a
	  smarter "transient for group" management
	  Rearrange general transients management
	  Add a slightly enhanced version of "perl" theme from Tobias Henle
	  <null@page23.de>

2003-04-14 22:04  xfce

	* src/client.c: Don't set windows transient for root on top

2003-04-12 22:28  xfce

	* src/client.c, src/workspaces.c: Fix small and harmless focus bug.

2003-04-10 22:10  xfce

	* themes/default/menu-pressed.xpm: *** empty log message ***

2003-04-09 22:20  xfce

	* Makefile.in, aclocal.m4, configure, configure.ac, ltcf-c.sh,
	  ltconfig, ltmain.sh, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new
	  theme "triviality", switch to automake-1.7.3

2003-04-09 21:46  xfce

	* themes/default/close-active.xpm,
	  ...
	  themes/default/stick-pressed.xpm: Add a small shadow under title
	  buttons

2003-04-09 20:44  bmeurer

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	  defaults/Makefile.in, depcomp, ltconfig, m4/debug.m4,
	  mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Improved debug.m4:
	  
	  1) --disable-debug no longer disables assert()'s
	  2) --enable-profiling now enables profiling code
	  3) --disable-asserts allows disabling of assert()'s

2003-04-09 05:58  xfce

	* src/client.c, src/misc.c, src/misc.h: *** empty log message ***

2003-04-08 21:37  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/bottom-right-inactive.xpm: Rounf bottom corners

2003-04-08 21:30  xfce

	* src/client.c, src/main.c, src/workspaces.c: Use XFlush() in place
	  of gdk_flush()

2003-04-08 20:37  xfce

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Change shadows to get
	  better 3D look

2003-04-07 20:26  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/themerc:
	  Use round bottom corners and shadowed active title

2003-04-06 12:08  xfce

	* src/client.c: Show decorations on "utility" windows

2003-04-05 22:03  xfce

	* themes/default/title-2-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Add slight stripes ala
	  "microdeck" to title bar

2003-04-05 21:41  xfce

	* themes/redmondxp/close-active.xpm,
	  ...
	  themes/redmondxp/top-right-inactive.xpm: Revert back to an older
	  version of redmondxp theme

2003-04-05 13:32  xfce

	* src/client.c, src/hints.c, src/hints.h: Add support for apps that
	  set their transient_for field to "None"

2003-04-05 13:21  xfce

	* src/client.c: Treat window with transient_for set to root as "on
	  top", sticky windows

2003-04-05 12:29  xfce

	* src/client.c: Allow any kind of window to be modal (not just
	  dialogs)

2003-04-05 12:25  xfce

	* src/client.c: Make modal dialogs sticky

2003-04-05 08:53  xfce

	* themes/default/bottom-inactive.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: Default theme: use black
	  frame arround inactive windows

2003-04-05 00:10  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/hints.c, src/keyboard.c, src/main.c, src/menu.c, src/misc.c,
	  src/mypixmap.c, src/mywindow.c, src/parserc.c, src/session.c,
	  src/settings.c, src/workspaces.c: Revert last change in debug.h,
	  use "??" instead of ((__const char *)0)
	  Replace DBG() statements with TRACE() in libxfcegui4 and xfwm4
	  because it was generating far too much logs in simple debug mode
	  (use --enable-debug=full to get full traces)
	  Add params to TRACE() (just like in DBG())
	  Remove trailing CR in log messages

2003-04-04 21:27  xfce

	* src/client.c: Bug hunting, (small) speedups and improvements

2003-04-03 22:22  xfce

	* src/client.c: Fix transients not showing with their "master"
	  window (as before)

2003-04-03 22:08  bmeurer

	* aclocal.m4, configure, configure.ac, m4/depends.m4: Updated
	  BM_DEPEND_CHECK to make it possible to disable the test

2003-04-03 21:36  bmeurer

	* aclocal.m4, configure, m4/depends.m4: Fixed BM_DEPEND_CHECK

2003-04-03 20:28  xfce

	* src/client.c: Fix a small bug with window snapping

2003-04-03 20:14  xfce

	* src/client.c, src/events.c: Fix a small redrw problem when
	  sticking/unsticking with the menu

2003-04-02 21:18  xfce

	* ChangeLog: Update ChangeLog

2003-04-02 20:35  bmeurer

	* aclocal.m4, config.h.in, configure, m4/debug.m4,
	  mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, src/Makefile.am,
	  src/Makefile.in, src/client.c, src/debug.h, src/events.c,
	  src/frame.c, src/hints.c, src/keyboard.c, src/main.c, src/menu.c,
	  src/misc.c, src/misc.h, src/mypixmap.c, src/mywindow.c,
	  src/parserc.c, src/settings.c, src/tabwin.c, src/tabwin.h,
	  src/workspaces.c: Debugging stuff now provided by libxfce4util.
	  As a result of this change
	  libxfcegui4 now depends on libxfce4util.
	  Some other updates.
	  added a hint to the libxfcegui4 README for Xinerama problems with
	  XFree86.

2003-04-02 17:33  bmeurer

	* aclocal.m4, configure, m4/debug.m4: left-over autostuff for
	  libxfce*, xfcs-mcs-* and xfce4

2003-04-02 16:03  bmeurer

	* Makefile.am, Makefile.in, aclocal.m4, common, configure,
	  configure.ac, ltcf-c.sh, ltconfig, ltmain.sh, m4/debug.m4,
	  m4/rpath.m4, mcs-plugin/margins_plugin.c,
	  mcs-plugin/xfwm4_plugin.c, src/client.c, src/events.c,
	  src/frame.c, src/hints.c, src/keyboard.c, src/main.c, src/menu.c,
	  src/misc.c, src/mypixmap.c, src/mywindow.c, src/parserc.c,
	  src/session.c, src/settings.c, src/spinning_cursor.c,
	  src/startup_notification.c, src/tabwin.c, src/workspaces.c:
	  Updated i18n stuff (libxfce4util now provides a i18n.h).
	  updated X11.m4
	  updated xfwm4 to compile well with -Werror -Wall
	  updated xfce-mcs-plugins and added a hint to the README for
	  XFree86 users

2003-04-01 21:33  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c:
	  Initialize early i18n in mcs plugins
	  Add Etria theme

2003-03-31 21:44  xfce

	* po/POTFILES.in, po/ar.gmo, po/ar.po, po/de.gmo, po/de.po,
	  po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo,
	  po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo,
	  po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po: Fix pixmap.c
	  -> mypixmap.c in POTFILES.in

2003-03-31 19:46  xfce

	* themes/default/top-right-active.xpm: 1 pixel change :)

2003-03-31 19:08  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/bottom-right-active.xpm: Smooth bottom corners

2003-03-30 21:41  xfce

	* themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/bottom-right-inactive.xpm: Use square and bigger
	  bottom corners for default theme.

2003-03-30 21:28  xfce

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/margins_plugin.c, src/events.c: Fix dependecy loop in
	  mcs Makefile
	  Revert to use spin instead of adjustment as callback object in
	  margins plugin

2003-03-30 20:52  xfce

	* src/client.c, src/events.c: Improve focus passing on
	  unmap/destroy events

2003-03-30 14:37  xfce

	* mcs-plugin/margins_plugin.c: Fix bug in original impl. of spin
	  button for margin plugin.

2003-03-30 14:04  xfce

	* src/client.c: Don't show windows in not on same workspace or
	  sticky (as before)

2003-03-30 13:46  xfce

	* src/client.c, src/client.h, src/events.c, src/workspaces.c: Small
	  tweaking

2003-03-30 12:17  xfce

	* src/Makefile.am, src/Makefile.in, src/client.c, src/client.h,
	  src/events.c, src/frame.c, src/main.h, src/mypixmap.c,
	  src/mypixmap.h, src/pixmap.c, src/pixmap.h, src/settings.c,
	  src/settings.h, src/workspaces.c: Small code reorganization

2003-03-29 22:06  xfce

	* src/client.c, src/client.h, src/events.c, src/workspaces.c:
	  Change focus management (huge change in the core of the window
	  manager!)

2003-03-29 15:19  huysmans

	* po/de.gmo, po/de.po: Update german translations

2003-03-27 21:37  xfce

	* mcs-plugin/margins_plugin.c, src/client.c, src/hints.c,
	  src/menu.c, src/misc.c, src/settings.c: Prefer
	  gdk_screen[width|height] instead of XDisplay[Width|Height]

2003-03-27 20:32  xfce

	* ChangeLog: Update ChangeLog

2003-03-27 19:46  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/main.h: Fix a bug in focus management as shown when using OO
	  1.1-beta

2003-03-25 23:04  xfce

	* src/frame.c: Very small optimization that makes code cleaner
	  anyway,
	  Apparetly, yet another default theme change...

2003-03-25 19:55  xfce

	* themes/default/bottom-active.xpm,
	  ...
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-03-24 18:18  xfce

	* src/client.c, themes/default/bottom-left-active.xpm,
	  ...
	  themes/default/bottom-right-inactive.xpm: Test gtk version to use
	  deprecated gdk pixbuf render functions, update default theme.

2003-03-23 23:39  xfce

	* src/events.c: Remove soon to be deprecated gtk functions :
	  gtk_timeout_add()
	  gtk_timeout_remove()
	  gdk_pixbuf_render_to_drawable()
	  gdk_pixbuf_render_to_drawable_alpha()

2003-03-23 21:26  xfce

	* themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: microdeck2 theme was
	  broken (dunno why though...)

2003-03-23 21:17  xfce

	* ChangeLog: Update ChangeLog

2003-03-23 20:47  xfce

	* themes/default/top-right-active.xpm,
	  themes/default/top-right-inactive.xpm: *** empty log message ***

2003-03-23 12:52  xfce

	* ChangeLog, mcs-plugin/xfwm4_plugin.c, po/fi.gmo, po/fi.po: Update
	  Finnish translation from Ilkka Ollakka
	  (ilkka.j.ollakka@students.oamk.fi)

2003-03-23 10:03  xfce

	* mcs-plugin/xfwm4_plugin.c, src/client.c, src/hints.c, src/misc.c:
	  Use gdk_screen[width|height]

2003-03-23 09:33  xfce

	* themes/default/title-2-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: *** empty log message ***

2003-03-23 09:33  xfce

	* themes/default/themerc, themes/default/title-2-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: *** empty log message ***

2003-03-22 20:10  xfce

	* themes/default/close-pressed.xpm, themes/default/hide-active.xpm,
	  ...
	  themes/default/title-4-inactive.xpm: Change default theme (sigh!)

2003-03-20 19:56  xfce

	* mcs-plugin/xfwm4_plugin.c: Forgot to change default theme in mcs
	  plugin....

2003-03-20 19:49  xfce

	* configure, configure.ac, defaults/defaults.in, src/parserc.c,
	  ...
	  xfwm4.spec.in: Add a
	  default theme and fix several others

2003-03-19 07:12  huysmans

	* autogen.sh: Only add extra autogen parameters when none are given

2003-03-18 22:39  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2003-03-18 22:34  xfce

	* ChangeLog, themes/microdeck/title-1-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Update ChangeLog
	  Update build scripts (ie rerun autogen.sh)
	  Update xfwm4's microdeck theme
	  Remove 1 pix border arround xffm menu bar

2003-03-17 22:37  xfce

	* Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig,
	  ltmain.sh: Make sure configure script is in line with Benny's
	  latest changes

2003-03-17 21:59  xfce

	* ChangeLog: Update ChangeLog

2003-03-17 21:52  xfce

	* src/events.c, themes/microdeck/Makefile.am,
	  ...
	  messed up
	  cvs update

2003-03-17 20:29  xfce

	* po/es.gmo, src/client.c: Update default (microdeck) theme and
	  improve toggle buttons management

2003-03-17 18:52  bmeurer

	* NOTES: Forgot to add.

2003-03-17 18:44  bmeurer

	* Makefile.am, Makefile.in, aclocal.m4, autogen.sh,
	  common/Makefile.in, config.h.in, configure, configure.ac,
	  configure.in, defaults/Makefile.in, ltcf-c.sh, ltconfig,
	  ltmain.sh, m4, m4/X11.m4, m4/debug.m4, m4/depends.m4, m4/i18n.m4,
	  m4/rpath.m4, mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  po/Makefile.in.in, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/client.h, src/hints.c, src/hints.h,
	  src/startup_notification.c, src/startup_notification.h,
	  ...
	  xfwm4.spec.in: Major autostuff update.

2003-03-16 22:51  xfce

	* src/frame.c, themes/gtk/maximize-toggled-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Missing bits.

2003-03-16 22:46  xfce

	* src/client.c, src/client.h, src/frame.c, src/settings.c,
	  src/settings.h, themes/gtk/Makefile.am, themes/gtk/Makefile.in,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Apply a modified version
	  of the patch submitted by Jens Guballa <J.Guballa@t-online.de>
	  for toggled buttons.

2003-03-16 14:26  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c,
	  src/client.c, src/client.h, src/debug.h, src/events.c,
	  src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/inline-tabwin-icon.h, src/keyboard.c, src/keyboard.h,
	  src/main.c, src/main.h, src/menu.c, src/menu.h, src/misc.c,
	  src/misc.h, src/mywindow.c, src/mywindow.h, src/parserc.c,
	  src/parserc.h, src/pixmap.c, src/pixmap.h, src/session.c,
	  src/session.h, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h,
	  src/startup_notification.c, src/startup_notification.h,
	  src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Reformat code usign
	  astyle, redesign microdeck theme, include nestu's Spanish
	  translation

2003-03-16 13:43  xfce

	* po/es.gmo, po/es.po: Add nestu's Spanish translation

2003-03-16 13:41  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2003-03-16 13:38  xfce

	* themes/microdeck/themerc, themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: Redesign title bar of
	  microdeck theme (default theme)

2003-03-16 09:16  xfce

	* src/events.c: Fix "button2 on maximize button = maximize horiz"

2003-03-13 20:39  xfce

	* ChangeLog: Update Changelogs

2003-03-13 07:19  xfce

	* src/client.c, themes/microdeck/themerc: Add a flag to avoid
	  double desktop wrapping in clientMove_event_filter()
	  iRemove shadow under title text in micordeck theme

2003-03-11 21:35  xfce

	* themes/microdeck/bottom-active.xpm,
	  ...
	  themes/microdeck/stick-inactive.xpm: Redesign default "microdeck"
	  theme

2003-03-11 20:29  xfce

	* src/client.c: Forgot to apply net_client_list_stacking atom so
	  that the pager was not displaying correct stack

2003-03-10 23:16  xfce

	* src/client.c: Fix some compiler warnings, make code slightly
	  simpler in clientSnapPosition()

2003-03-10 23:08  xfce

	* defaults/defaults.in, mcs-plugin/xfwm4_plugin.c, po/ar.gmo,
	  po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po, src/client.c, src/settings.c, src/settings.h:
	  Rearranged the code a bit, made a separate inline function for
	  snapping
	  Added a separate option for snapping between windows.
	  XFwm4 mcs plugin is updated too so the gui reflect these changes.

2003-03-09 22:11  xfce

	* src/client.c: Committed patch for window snapping (Jens Guballa
	  <J.Guballa@t-online.de>)

2003-03-09 19:37  xfce

	* src/client.c: Fix a raising problem

2003-03-09 16:37  xfce

	* src/client.c: Some more optimizations based on latest changes

2003-03-09 14:47  xfce

	* src/client.c, src/client.h, src/events.c, src/events.h,
	  src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/main.h,
	  src/menu.c, src/menu.h, src/misc.c, src/misc.h, src/mywindow.h,
	  src/parserc.c, src/parserc.h, src/pixmap.c, src/pixmap.h,
	  src/settings.c, src/settings.h, src/workspaces.c,
	  src/workspaces.h: Major rework of stacking management.
	  Removal of all recursive procedures.
	  Update of (c) mention in .c/.h files.

2003-03-06 19:23  xfce

	* src/events.c: Revert last change, there is no such Button6 and
	  Button7 in X.h

2003-03-06 19:17  xfce

	* src/events.c: Include scroll left and right buttons for
	  shade/unshade

2003-03-06 19:00  xfce

	* src/misc.c, src/misc.h, src/settings.c: Increase line width for
	  outline move/resize

2003-03-05 22:44  xfce

	* src/client.c: Improve move/resize of windows under heavy system
	  load.

2003-03-05 19:43  xfce

	* themes/microdeck/title-3-active.xpm,
	  themes/microdeck/title-3-inactive.xpm: Add very light horiz
	  stripes to title bar for microdeck theme.

2003-03-04 21:01  xfce

	* src/workspaces.c: Optimize desktop swtching

2003-03-04 19:29  xfce

	* themes/microdeck/themerc, themes/mofit/bottom-left-active.xpm,
	  ... themes/tgc/themerc: Adjust
	  themes and colors.

2003-03-03 22:07  xfce

	* themes/atlanta/themerc, themes/atlanta2/themerc: Adjust
	  horiz/vert offset

2003-03-03 22:02  xfce

	* src/main.c: Add a DBG statement to tell the XID of the event
	  window

2003-03-03 19:47  xfce

	* src/client.c, themes/microdeck/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-left-inactive.xpm: Apply initial net
	  props even if app is session managed

2003-03-03 06:38  xfce

	* src/client.c: Apply initial net state only when not session
	  managed

2003-03-02 22:16  xfce

	* configure, configure.in, defaults/defaults.in,
	  mcs-plugin/xfwm4_plugin.c, src/client.c, src/parserc.c,
	  ...
	  xfwm4.spec.in: Fix an
	  issue with app that set their initial net state to either
	  maximized or fullscreen as seen with mozilla/gtk2
	  Change default theme to microdeck (different version, uses less
	  colors)
	  Rename microdeck to microdeck3

2003-03-02 17:11  xfce

	* src/events.c: Rearrange button events handler in xfwm4
	  Update french translation for xfce4 panel

2003-02-28 23:10  xfce

	* Makefile.in, aclocal.m4, common/Makefile.in, config.h.in,
	  configure, defaults/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh,
	  mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c,
	  src/Makefile.in, src/client.c, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Fix initial placement
	  Fix deprecated gtk_widget_set_usize()

2003-02-28 18:43  xfce

	* configure: Fix xfce-mcs-manager API/ABI versionning
	  Update configure/libtool to use libtool 1.4.3

2003-02-28 10:59  bmeurer

	* configure.in: Fixes xfce-mcs-manager issue.

2003-02-28 06:41  xfce

	* src/events.c: Add window shade/unshade with mouse wheel on title
	  bar

2003-02-27 21:51  xfce

	* po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po: Updates (I'm sure you wouldn't have
	  guessed)

2003-02-27 21:02  xfce

	* themes/default.keys/keythemerc: Update default kbd shortcut to
	  call xfhelp4 and xflock4 instead of their xfce 3 counter parts

2003-02-27 20:14  xfce

	* src/client.c, src/client.h, src/debug.h, src/events.c,
	  src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h,
	  src/keyboard.c, src/keyboard.h, src/main.c, src/main.h,
	  src/menu.c, src/menu.h, src/misc.c, src/misc.h, src/mywindow.c,
	  src/mywindow.h, src/parserc.c, src/parserc.h, src/pixmap.c,
	  src/pixmap.h, src/session.c, src/settings.c, src/settings.h,
	  src/spinning_cursor.c, src/spinning_cursor.h,
	  src/startup_notification.c, src/startup_notification.h,
	  src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h:
	  Improve window move/resize and expand sources

2003-02-26 21:30  xfce

	* src/client.c, src/client.h: Fine tuning and small optimizations

2003-02-26 12:03  huysmans

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c: Unref
	  icon after last use, not before

2003-02-26 07:18  xfce

	* Makefile.in, common/Makefile.in, configure, defaults/Makefile.in,
	  mcs-plugin/Makefile.in, mcs-plugin/margins_plugin.c,
	  mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/main.c,
	  ...
	  themes/xfce/Makefile.in: Apply
	  Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> patch
	  Replace all occurences of g_getenv("HOME") with g_get_home_dir()
	  Regenerate all Makefiles.on and configure scripts

2003-02-25 22:46  xfce

	* src/client.c: Remove an unecessary test in clientConstraintPos()
	  that was preventing clientInitPosition() to do its job correctly.

2003-02-25 22:16  huysmans

	* Makefile.am, Makefile.in, configure, configure.in: autotool
	  cleanup

2003-02-25 21:44  xfce

	* mcs-plugin/margins_plugin.c, mcs-plugin/monitor-icon.h,
	  mcs-plugin/monitor-icon.png, mcs-plugin/xfwm4_plugin.c,
	  po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, src/client.c, src/settings.c: Fix
	  margins from mcs not being taken in account at startup
	  Change margin plugin GUI
	  Update xtions.

2003-02-25 21:21  huysmans

	* autogen.sh: Fix proper use of AC_PROG_LIBTOOL

2003-02-25 09:59  huysmans

	* mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c: Add frame
	  to margins dialog. Add space to wm dialog.

2003-02-25 07:20  xfce

	* mcs-plugin/margins_plugin.c, po/POTFILES.in, po/ar.gmo, po/ar.po,
	  po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo,
	  po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo,
	  po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo,
	  po/zh_CN.po, src/client.c, src/settings.c: Tweaking

2003-02-24 23:23  xfce

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/margins_plugin.c, src/client.c, src/settings.c,
	  src/settings.h: Implement internal borders

2003-02-24 22:23  xfce

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/icon.png, mcs-plugin/inline-icon.h,
	  mcs-plugin/margins-icon.h, mcs-plugin/margins-icon.png,
	  mcs-plugin/margins_plugin.c, mcs-plugin/monitor-icon.h,
	  mcs-plugin/monitor-icon.png, mcs-plugin/xfwm4-icon.h,
	  mcs-plugin/xfwm4-icon.png, mcs-plugin/xfwm4_plugin.c: Add margin
	  plugin

2003-02-23 21:59  xfce

	* po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, src/events.c: Revert the message about
	  unidentified client message, turn it into a debug message

2003-02-23 17:13  xfce

	* po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po, src/events.c: Add a message when an
	  unidentified client message is received by the WM

2003-02-23 14:11  xfce

	* src/client.c, themes/totem/bottom-active.xpm,
	  ...
	  themes/totem/bottom-right-active.xpm: Add a comment on why/how
	  constraintPos() routine works

2003-02-23 10:35  xfce

	* src/events.c: Add test for apps that try to manipulate the WM
	  frame (bad idea anyway)

2003-02-23 10:06  xfce

	* src/client.c, themes/totem/bottom-left-active.xpm,
	  ...
	  themes/totem/right-inactive.xpm:
	  Some more fine tweaking (plus totem theme update :)

2003-02-22 23:22  xfce

	* configure, configure.in, src/client.c, src/client.h,
	  src/events.c, src/hints.h, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Lot of
	  changes in constraintPos and other related areas
	  Add totem theme

2003-02-22 00:23  xfce

	* src/client.c, src/settings.c: Various stacking and placement
	  tweaking

2003-02-21 18:21  xfce

	* src/client.c, src/client.h, src/debug.h, src/events.c,
	  src/events.h, src/frame.c, src/frame.h, src/hints.h, src/main.c,
	  src/main.h, src/menu.h, src/misc.h, src/mywindow.h,
	  src/parserc.h, src/pixmap.h, src/session.h, src/settings.h,
	  src/spinning_cursor.h, src/startup_notification.h, src/tabwin.h,
	  src/workspaces.h: Take the frame into account when receiving a
	  XConfigureRequest for apps that try to manipulate the WM frame
	  Rearrange headers

2003-02-20 23:27  xfce

	* src/hints.c: EWMH detection

2003-02-20 22:26  xfce

	* src/client.h, src/debug.h, src/events.h, src/frame.h,
	  src/hints.h, src/keyboard.h, src/main.h, src/menu.h, src/misc.h,
	  src/mywindow.h, src/parserc.h, src/pixmap.h, src/session.h,
	  src/settings.h, src/spinning_cursor.h,
	  src/startup_notification.h, src/tabwin.h, src/workspaces.h: Avoid
	  using "__" for defines in headers as it could be reserved for the
	  compiler

2003-02-19 21:06  xfce

	* src/client.c, src/events.c, themes/kde/menu-active.xpm,
	  ...
	  themes/kde/title-3-active.xpm: Make sure the
	  CLIENT_FLAG_HAS_BORDER is reset on Mwm hint event
	  Add a call to configure when such an event happen
	  Update some of kde theme pixmaps

2003-02-18 22:33  xfce

	* src/main.c: Unframe all client first of all when calling
	  cleanup()

2003-02-18 22:31  xfce

	* src/main.c: Use g_error to cause an abort() on SIGSEGV signal

2003-02-17 21:39  xfce

	* themes/microcurve/top-left-active.xpm,
	  ...
	  themes/microcurve/top-right-inactive.xpm: *** empty log message
	  ***

2003-02-16 21:33  xfce

	* src/main.c, src/startup_notification.c: Install sig handlers
	  later in startup sequence

2003-02-13 19:13  xfce

	* ChangeLog, src/debug.h: Update ChangeLog
	  Revert change in debug.h

2003-02-13 15:19  xfce

	* src/client.c: Fix a bug introduced by recent optimizations...

2003-02-13 14:22  xfce

	* src/client.c, src/events.c, src/frame.c, src/frame.h: Okay,
	  promise, I'll stop with optimizations :)

2003-02-13 14:11  xfce

	* src/events.c: Fix a small glitch with shaped windows

2003-02-13 14:03  xfce

	* src/frame.c: even more optimizations!

2003-02-13 10:13  xfce

	* mcs-plugin/inline-icon.h, mcs-plugin/xfwm4_plugin.c,
	  src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/keyboard.c, src/main.c, src/mywindow.c,
	  src/spinning_cursor.c, src/spinning_cursor.h,
	  src/startup_notification.c: Ran indent on sources

2003-02-13 10:08  xfce

	* src/client.c, src/client.h, src/frame.c: ...even more
	  optimizations

2003-02-13 09:49  xfce

	* src/Makefile.am, src/Makefile.in, src/client.c, src/client.h,
	  src/events.c, src/frame.c, src/keyboard.c, src/mywindow.c,
	  src/mywindow.h, src/session.c: Add optimizations

2003-02-12 13:50  xfce

	* src/frame.c: Unmap window sides when shaded

2003-02-11 19:48  xfce

	* ChangeLog: Update ChangeLog

2003-02-11 19:45  xfce

	* src/startup_notification.c: Add additional sanity checks to
	  satrtup notification code.

2003-02-11 15:59  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/frame.h, src/settings.c: Add pixmap caching for frame
	  components

2003-02-11 11:58  xfce

	* src/events.c: Fix typo.

2003-02-11 11:20  xfce

	* ChangeLog: Update ChangeLog

2003-02-11 11:14  xfce

	* src/events.c: Check for CLIENT_FLAG_HAS_STICKY in keyboard
	  shortcut

2003-02-11 11:05  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c: Use ONTOP
	  layer for modal dialogs only (regular dialogs belong to NORMAL
	  layer now)
	  Add new internal flag "CLIENT_FLAG_HAS_STICKY"
	  Do not disable menu button for various window types.

2003-02-10 20:47  xfce

	* src/main.c: Remove g_error (that causes and abort() and thus a
	  core dump) where not necessary.

2003-02-10 12:16  xfce

	* src/startup_notification.c: Increase startup notification timeout
	  to 30 seconds

2003-02-10 12:03  xfce

	* src/Makefile.am, src/Makefile.in, src/startup_notification.c,
	  src/startup_notification.h: Use #define SN_API_NOT_YET_FROZEN
	  instead of -DSN_API_NOT_YET_FROZEN=1 in command line

2003-02-10 09:21  xfce

	* src/Makefile.am, src/Makefile.in, src/main.c,
	  src/spinning_cursor.c, src/spinning_cursor.h: Add neat spinning
	  cursor for startup notification

2003-02-09 22:30  xfce

	* Makefile.in, common/Makefile.in, config.h.in, configure,
	  configure.in, defaults/Makefile.in, mcs-plugin/Makefile.in,
	  src/Makefile.am, src/Makefile.in, src/client.c, src/client.h,
	  src/events.c, src/hints.c, src/hints.h, src/main.c,
	  src/session.c, src/settings.c, src/startup_notification.c,
	  src/startup_notification.h, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Add
	  startup notification support (from freedesktop.org standard)

2003-02-08 16:12  xfce

	* mcs-plugin/xfwm4_plugin.c, src/parserc.c: Reduce the buffer from
	  512 to 80 bytes.

2003-02-08 16:06  xfce

	* mcs-plugin/xfwm4_plugin.c, src/client.c, src/main.c, src/main.h:
	  mcs-plugin: Make button grayed out when a theme for values
	  xfwm4: show menu button in dialogs.

2003-02-08 08:40  xfce

	* src/session.c: Use g_free() for g_malloc()/g_new() allocated
	  memory

2003-02-06 21:05  xfce

	* src/client.c: *** empty log message ***

2003-02-06 21:02  xfce

	* src/client.c, src/client.h, src/session.c: Improve session
	  load/save

2003-02-06 16:22  xfce

	* TODO, aclocal.m4, configure, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h, src/main.c, src/session.c, src/session.h: Add
	  missing bits for full session management

2003-02-06 08:46  xfce

	* src/client.c, src/events.c: Ensure resizability of windows

2003-02-05 22:41  xfce

	* themes/microcurve/themerc, themes/microcurve/title-2-active.xpm,
	  ...
	  themes/microcurve/title-4-active.xpm: Use fixed gradient for
	  active title

2003-02-05 22:21  xfce

	* themes/curve/bottom-left-active.xpm,
	  ...
	  themes/curve/title-3-active.xpm: Align with rawhide original
	  theme

2003-02-05 18:27  xfce

	* mcs-plugin/xfwm4_plugin.c, src/main.c: *** empty log message ***

2003-02-05 15:24  xfce

	* src/main.c: Cleanup/simplification

2003-02-04 10:35  xfce

	* themes/atlanta/themerc: *** empty log message ***

2003-02-03 22:28  xfce

	* src/workspaces.h: Cleanup: remove dead external references in
	  workspaces.h

2003-02-03 11:39  xfce

	* themes/atlanta2/themerc: title vertical offset increased by 1
	  pixel.

2003-02-03 10:44  xfce

	* src/client.c, src/events.c: Fix problem introduced last night
	  with focus notification

2003-02-02 22:17  xfce

	* src/client.c: Add a check to avoid setting focus to an already
	  focused window (see that as an optimization)

2003-02-02 21:56  xfce

	* src/events.c: De-iconify window on raise events

2003-02-02 10:31  xfce

	* src/client.c: Enforce mapping inside top and left margin

2003-02-01 09:44  huysmans

	* po/fi.gmo, po/fi.po: Update finnish translations

2003-01-31 21:15  xfce

	* po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po,
	  po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo,
	  po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot,
	  po/zh_CN.gmo, po/zh_CN.po: Switch to GNU gettext 0.11.5

2003-01-31 20:34  xfce

	* po/ar.gmo, po/ar.po: Update Arabic translation by Nabil Ben
	  Khalifa <nabil_benkhalifa@yahoo.fr>

2003-01-31 18:38  xfce

	* themes/gaudy/title-3-inactive.xpm: *** empty log message ***

2003-01-31 18:33  xfce

	* themes/gaudy/title-2-inactive.xpm,
	  ...
	  themes/gaudy/title-4-inactive.xpm: Change title style

2003-01-30 16:29  xfce

	* themes/default.keys/keythemerc: Add Ctr+Alt+Delete = lock screen

2003-01-29 21:25  xfce

	* src/events.c: Fix small memory leak when spawning a command fails

2003-01-28 14:00  xfce

	* src/events.c, src/main.c, src/settings.c, src/settings.h: Improve
	  keyboard shortcuts internals.

2003-01-28 13:42  huysmans

	* configure: Also update configure ...

2003-01-28 13:40  huysmans

	* configure.in, po/pl.gmo, po/pl.po: Add polish translations by
	  Pablo

2003-01-28 12:48  xfce

	* src/client.c, src/events.c, src/settings.c, src/settings.h,
	  themes/default.keys/keythemerc: Add keyboard shortcuts support
	  (managed by key themes)

2003-01-28 10:47  xfce

	* configure, configure.in, po/ar.gmo, po/ar.po: Add arabic
	  translation from Nabil. Thanks a lot, Nabil :)

2003-01-28 09:42  xfce

	* themes/microdeck2/title-3-active.xpm: *** empty log message ***

2003-01-28 09:41  xfce

	* themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: *** empty log message ***

2003-01-27 21:05  xfce

	* themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: Change title gradient

2003-01-27 14:06  xfce

	* themes/curve/title-3-active.xpm: *** empty log message ***

2003-01-27 13:47  xfce

	* themes/curve/title-3-active.xpm: *** empty log message ***

2003-01-27 10:28  xfce

	* Makefile.am, Makefile.in, autogen.sh, common/Makefile.in,
	  configure, configure.in, defaults/Makefile.in,
	  mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Update
	  Makefiles

2003-01-26 11:06  xfce

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

2003-01-25 23:04  xfce

	* configure, configure.in, po/fi.gmo, po/fi.po: Add Finnish
	  translation by Ilkka Ollakka (ilkka.j.ollakka.oamk.fi)

2003-01-25 18:56  xfce

	* src/client.c: Hide/Show all transients along with a window.

2003-01-25 16:55  xfce

	* themes/keramik/themerc, themes/microdeck2/themerc: Add shadow to
	  keramik active title

2003-01-25 14:35  xfce

	* mcs-plugin/xfwm4_plugin.c, src/events.c, src/settings.c: Small
	  bugfix: click_to_raise wasn't correctly set at first run (ie when
	  no config file was found)

2003-01-25 11:08  xfce

	* INSTALL, Makefile.in, aclocal.m4, common/Makefile.in,
	  config.guess, config.h.in, config.sub, configure, configure.in,
	  defaults/Makefile.in, install-sh, ltmain.sh,
	  mcs-plugin/Makefile.in, mkinstalldirs, po/Makefile.in.in,
	  po/de.gmo, po/de.po, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Add German
	  translation from MisterMoe <MisterMoe@hackerboard.de> and Michael
	  Jakl <mj@int-x.org>

2003-01-24 14:25  edscott

	* INSTALL, Makefile.in, aclocal.m4, common/Makefile.in,
	  config.guess, config.h.in, config.sub, configure, configure.in,
	  defaults/Makefile.in, install-sh, ltmain.sh,
	  mcs-plugin/Makefile.in, mkinstalldirs, po/Makefile.in.in,
	  po/es_MX.gmo, po/es_MX.po, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: added
	  mexican spanish files

2003-01-24 13:06  huysmans

	* configure.in, po/nl.gmo, po/nl.po: Add Dutch translations

2003-01-24 10:07  xfce

	* configure, configure.in, po/zh_CN.GB2312.gmo, po/zh_CN.GB2312.po,
	  po/zh_CN.gmo, po/zh_CN.po: Rename po/zh_CN.GB2312.* to po/zh_CN.*

2003-01-24 09:00  xfce

	* configure, configure.in, po/zh_CN.GB2312.gmo, po/zh_CN.GB2312.po:
	  Add Chinese translation by Yongtao Yang <yongtao.yang@telia.com>

2003-01-23 22:59  xfce

	* configure, configure.in, po/es.gmo, po/es.po: Add spanish
	  translation. Thanks nestu!

2003-01-23 20:32  xfce

	* src/events.c: Small optimizations

2003-01-23 14:22  xfce

	* Makefile.am, Makefile.in, common/Makefile.am, common/Makefile.in,
	  src/client.c, src/client.h, src/events.c: Mix tweakings

2003-01-23 10:58  xfce

	* COPYING, INSTALL, autogen.sh, config.guess, config.sub, depcomp,
	  install-sh, missing, mkinstalldirs: Update auto* stuff

2003-01-23 09:15  xfce

	* configure.in: Use AM_DISABLE_STATIC instead of AC_DISABLE_STATIC

2003-01-23 09:12  xfce

	* configure.in, mcs-plugin/xfwm4_plugin.c, po/fr.gmo: Replace
	  AC_PROG_LIBTOOL with AM_PROG_LIBTOOL
	  Remove gtk_set_locale() from plugin init.

2003-01-22 22:26  xfce

	* Makefile.in, configure, configure.in, po/fr.po, po/xfwm4.pot:
	  Small stuff

2003-01-22 21:54  xfce

	* ChangeLog, Makefile.am, Makefile.in, aclocal.m4, autogen.sh,
	  common/Makefile.in, common/my_intl.h, config.h.in, configure,
	  configure.in, defaults/Makefile.in, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c, mkinstalldirs,
	  po, po/ChangeLog, po/Makefile.in.in, po/POTFILES.in, po/fr.gmo,
	  po/fr.po, po/po2tbl.sed.in, po/xfwm4.pot, src/Makefile.am,
	  src/Makefile.in, src/main.c, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Update
	  autogen.sh script,
	  Add internationalization support
	  Add french locale
	  Add dependency on libxfcegui4 v .14
	  Other stuff I don't remember :)

2003-01-21 23:45  xfce

	* src/menu.c: Fix a typo.

2003-01-21 22:09  xfce

	* Makefile.am, Makefile.in, common, common/Makefile.am,
	  common/Makefile.in, common/my_intl.h, configure, configure.in,
	  mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, my_intl.h,
	  src/Makefile.am, src/Makefile.in, src/tabwin.c: *** empty log
	  message ***

2003-01-21 16:59  xfce

	* src/client.c, src/client.h, src/events.c: bug fixes

2003-01-21 15:30  xfce

	* mcs-plugin/xfwm4_plugin.c, my_intl.h, src/client.c, src/events.c,
	  src/hints.c, src/main.c, src/menu.c, src/settings.c: Prepare i18n

2003-01-20 21:14  xfce

	* themes/microcurve/bottom-active.xpm,
	  ...
	  themes/microcurve/top-right-inactive.xpm: Update microcurve theme

2003-01-20 13:54  xfce

	* src/settings.c, src/workspaces.c: Small improvements in workspace
	  init

2003-01-20 12:54  xfce

	* src/client.c, src/client.h, src/events.c: Fix an issue with old
	  gnome hints

2003-01-20 10:17  xfce

	* src/settings.c, themes/microcurve/bottom-left-active.xpm,
	  ...
	  themes/microcurve/bottom-right-inactive.xpm: Avoid forcing number
	  of desktops if already set...

2003-01-18 22:04  xfce

	* configure, configure.in, src/client.c, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: *
	  Exclude spalshscreen and desktop type windows from window
	  cycling.
	  * Add new theme microcurve.

2003-01-18 17:09  xfce

	* themes/atlanta2/bottom-active.xpm,
	  ...
	  themes/atlanta2/top-right-inactive.xpm: *** empty log message ***

2003-01-18 16:33  xfce

	* Makefile.in, aclocal.m4, configure, defaults/Makefile.in,
	  mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  automake-1.7.2
	  and libtool-1.4.3

2003-01-17 23:37  xfce

	* defaults/defaults.in, src/client.c, src/client.h, src/events.c,
	  src/frame.c, src/inline-tabwin-icon.h, src/main.c, src/main.h,
	  src/parserc.c, src/pixmap.c, src/settings.c, src/settings.h,
	  src/tabwin.c, src/tabwin.h, src/workspaces.c: Huge code cleanup,
	  various optimizations and reorg.

2003-01-17 10:16  xfce

	* themes/atlanta2/stick-active.xpm,
	  ...
	  themes/atlanta2/stick-pressed.xpm: *** empty log message ***

2003-01-16 21:29  xfce

	* themes/atlanta2/close-active.xpm,
	  ...
	  themes/atlanta2/top-right-inactive.xpm: *** empty log message ***

2003-01-16 17:47  xfce

	* mcs-plugin/xfwm4_plugin.c: Change settings save/load to
	  $HOME/.xfce4/settings/

2003-01-16 14:09  xfce

	* src/client.c, src/client.h, themes/atlanta2/right-active.xpm,
	  ...
	  themes/atlanta2/title-4-inactive.xpm: *** empty log message ***

2003-01-16 11:58  xfce

	* src/client.c: Constraint client pos only for NORMAL, DIALOG and
	  MODAL_DIALOG windows

2003-01-14 21:42  xfce

	* src/client.c, src/tabwin.c: Fix a small leak

2003-01-14 14:24  xfce

	* AUTHORS, ChangeLog: Update ChangeLog and credits in AUTHORS

2003-01-14 14:20  xfce

	* aclocal.m4, config.guess, config.sub, configure, ltmain.sh,
	  mcs-plugin/xfwm4_plugin.c, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/inline-tabwin-icon.h, src/tabwin-icon.png,
	  src/tabwin.c, src/tabwin.h: Add a more "civilized" task switcher
	  when pressing Alt+Tab

2003-01-13 09:48  xfce

	* aclocal.m4, config.guess, config.sub, configure, ltmain.sh:
	  Configure stuff

2003-01-13 05:57  xfce

	* ChangeLog: Update ChangeLog

2003-01-13 05:52  xfce

	* src/settings.c: Optimize initial startup time by ignoring channel
	  add

2003-01-12 20:46  xfce

	* Makefile.in, configure, configure.in, defaults/Makefile.in,
	  src/Makefile.in, src/pixmap.c, src/pixmap.h, src/settings.c,
	  ...
	  xfwm4.spec.in: *** empty log message ***

2003-01-12 20:28  xfce

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in: *** empty log
	  message ***

2003-01-12 14:53  xfce

	* configure, configure.in, mcs-plugin/xfwm4_plugin.c: Update to
	  take advantage of libxfcegui4 0.0.12

2003-01-12 13:47  xfce

	* mcs-plugin/xfwm4_plugin.c, src/settings.c: Add font selection for
	  title bar

2003-01-11 21:26  xfce

	* mcs-plugin/Makefile.am, mcs-plugin/Makefile.in: Make sure "make
	  rpm" works.

2003-01-11 15:34  xfce

	* configure, configure.in, mcs-plugin/Makefile.am,
	  mcs-plugin/Makefile.in, src/settings.c: Update to libxfce4mcs
	  0.0.3

2003-01-11 10:39  xfce

	* configure, configure.in, src/settings.c: Fix detection of mcs
	  manager when started afterwards.

2003-01-11 08:57  xfce

	* src/settings.c: Add some traces when mcs init goes wrong

2003-01-10 23:18  xfce

	* src/client.h, src/events.c, src/settings.c, src/settings.h: Both
	  design and speed optimizations

2003-01-10 14:21  xfce

	* mcs-plugin/xfwm4_plugin.c: Center dialog on screen by default.

2003-01-10 10:55  xfce

	* src/main.c: BEWARE: Changed the default mode to *not* fork at
	  startup. Use "xfwm --daemon" to get the daemon mode (this is
	  because usually, window managers aren't supposed to turn
	  themselves into daemon and that cause problems to some)

2003-01-10 09:28  xfce

	* mcs-plugin/xfwm4_plugin.c, src/settings.c: Add an implementation
	  of g_str_has_suffix() when using glib-2 < 2.2

2003-01-09 23:13  xfce

	* Makefile.in, configure, configure.in, defaults/Makefile.in,
	  mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c,
	  src/Makefile.in, themes/Makefile.in, themes/adept/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Update
	  libxfce4mcs and libxfcegui4 dependencies

2003-01-09 21:23  xfce

	* Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.guess,
	  config.h.in, config.sub, configure, configure.in,
	  defaults/Makefile.in, ltmain.sh, mcs-plugin,
	  mcs-plugin/Makefile.am, mcs-plugin/Makefile.in,
	  mcs-plugin/icon.png, mcs-plugin/inline-icon.h,
	  mcs-plugin/xfwm4_plugin.c, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/client.h, src/events.c, src/main.c,
	  src/parserc.c, src/parserc.h, src/pixmap.c, src/settings.c,
	  src/settings.h, src/workspaces.c, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Lot of udpdates and bug
	  fixes, and added MCS support along with plugin for xfwm4
	  preferences.

2003-01-01 10:12  xfce

	* src/client.c, src/events.c: Add more checkings to keyboard
	  shortcut handlers to avoid iconizing taskbar and stuff like that.

2002-12-30 22:04  xfce

	* ChangeLog: Update ChangeLog

2002-12-30 21:59  xfce

	* ChangeLog, configure, configure.in, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Add theme
	  "meenee" derived from Michael Graf theme

2002-12-30 21:48  xfce

	* src/client.c, src/workspaces.c: Include SKIP_PAGER and
	  SKIP_TASKBAR flagged windows in ALT-TAB window cycling
	  Fix a focus oddity when switching desks in focus-follow-mouse
	  mode

2002-12-30 14:55  xfce

	* src/events.c: Apply Thomas Leonard patch :
	  Changes are:
	  
	  - If raise_on_click is off, clicking the titlebar buttons doesn't
	  raise
	  the window.
	  
	  - Button-3 drag on the titlebar moves without raising (previously
	  it did
	  nothing)
	  
	  - Button-3 drag on the frame resizes without raising (previously
	  did
	  nothing).
	  
	  - Button-2 drag on the frame moves without raising (previously
	  did
	  nothing).
	  
	  Button-2 clicks on the frame still do send-to-back.

2002-12-28 23:49  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/title-4-active.xpm: Change active colors for
	  microdeck2

2002-12-28 10:27  xfce

	* src/workspaces.c: Cleanup.

2002-12-27 23:02  xfce

	* src/client.c, src/events.c, src/frame.c, src/main.c,
	  src/settings.c: A lot of huge and critical internal changes
	  regarding windows stacking. Handle with care, but so far, the
	  changes look good.

2002-12-27 15:30  xfce

	* src/client.c: Stack list

2002-12-27 10:29  xfce

	* defaults/defaults.in, src/client.c, src/events.c, src/settings.c,
	  src/settings.h: Apply Thomas Leonard's patch for raise_on-click
	  option
	  Fix a problem with stacking order for EWMH

2002-12-22 14:30  xfce

	* themes/g2/themerc, themes/tabs/themerc: Add shadow on active
	  title text for "g2" and "tabs" themes

2002-12-21 22:58  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: Revert recent changes on
	  microdeck2 theme

2002-12-21 22:27  xfce

	* themes/microdeck2/title-2-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: *** empty log message ***

2002-12-20 22:07  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/title-4-active.xpm: *** empty log message ***

2002-12-20 12:05  xfce

	* configure, configure.in, src/main.c: Change startup behaviour so
	  that xfwm4 turns into a deamon once initialization is performed.
	  *Beware* requires libxfcegui4 >= 0.0.9

2002-12-19 09:52  xfce

	* AUTHORS, configure, configure.in, defaults/defaults.in,
	  src/frame.c, src/settings.c, src/settings.h, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Add optional title_shadow_active and
	  title_shadow_inactive options to themes,
	  Add koynacity theme ported from David Spencer Wysinger's
	  "Koynacity-Blue" theme for Metacity,
	  Modify redmondxp, microdeck2 and curve themes to use the
	  title_shadow_(in)active new option.

2002-12-18 15:59  xfce

	* src/frame.c: Allow negative values for title_horizontal_offset
	  when not in 'title_full_width" mode

2002-12-12 21:44  xfce

	* src/client.c: Even better fix...

2002-12-12 21:34  xfce

	* src/client.c, src/client.h, themes/microdeck/themerc: Fix value
	  not initialized for state above/below (fix a bug reported by
	  Jasper)

2002-12-12 16:28  xfce

	* themes/microdeck/title-2-inactive.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2002-12-12 16:00  xfce

	* src/events.c, src/frame.c: Allow shade button even for frames
	  that specify no menu button (mainly for OpenOffice643)

2002-12-12 14:51  xfce

	* themes/microdeck/bottom-left-active.xpm,
	  ...
	  themes/microdeck/title-2-inactive.xpm: *** empty log message ***

2002-12-11 22:11  xfce

	* themes/microdeck/themerc, themes/microdeck/title-1-active.xpm,
	  ...
	  themes/microdeck/title-5-inactive.xpm: *** empty log message ***

2002-12-11 17:47  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2002-12-11 17:13  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2002-12-11 17:08  xfce

	* themes/microdeck/close-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Use a nice new design
	  for microdeck title bar

2002-12-11 13:50  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-right-inactive.xpm: *** empty log
	  message ***

2002-12-11 13:32  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-right-inactive.xpm: *** empty log
	  message ***

2002-12-09 23:03  xfce

	* themes/microdeck2/close-active.xpm,
	  ...
	  themes/microdeck2/stick-pressed.xpm: Use less relief for buttons

2002-12-09 20:41  xfce

	* themes/microdeck2/title-2-active.xpm,
	  themes/microdeck2/title-3-active.xpm: *** empty log message ***

2002-12-09 13:53  xfce

	* themes/microdeck2/title-3-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: *** empty log message ***

2002-12-09 13:41  xfce

	* themes/microdeck2/title-2-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: *** empty log message ***

2002-12-07 13:52  xfce

	* themes/microdeck2/bottom-left-inactive.xpm,
	  ...
	  themes/microdeck2/title-3-inactive.xpm: *** empty log message ***

2002-12-07 11:15  xfce

	* src/client.c: Fix (for good this time, I think) the race cond
	  when dragging windows from one desk to another.

2002-12-06 21:53  xfce

	* src/main.c, themes/microdeck2/README: Add info about GTK version
	  used at runtime.

2002-12-06 21:20  xfce

	* defaults/defaults.in, src/parserc.c: *** empty log message ***

2002-12-06 20:37  xfce

	* src/client.c, themes/microdeck2/bottom-left-inactive.xpm,
	  ...
	  themes/microdeck2/title-3-inactive.xpm: Change inactive title
	  color and stipple.

2002-12-05 21:55  xfce

	* themes/microdeck2/close-active.xpm,
	  ...
	  themes/microdeck2/title-5-inactive.xpm: *** empty log message ***

2002-12-05 21:42  xfce

	* themes/curve/title-2-active.xpm,
	  ...
	  themes/curve/title-4-inactive.xpm: *** empty log message ***

2002-12-05 19:43  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/title-3-active.xpm:
	  Use curve colors for active title and corners

2002-12-05 19:36  xfce

	* themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm,
	  ...
	  themes/curve/top-right-inactive.xpm: *** empty log message ***

2002-12-05 13:01  xfce

	* themes/microdeck2/title-2-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: *** empty log message ***

2002-12-05 12:57  xfce

	* themes/curve/bottom-left-active.xpm,
	  ...
	  themes/curve/title-4-active.xpm: Use original color sheme for
	  active title gradient.

2002-12-05 11:28  xfce

	* themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: Redo gradients

2002-12-04 22:26  xfce

	* xfwm4.spec.in: *** empty log message ***

2002-12-04 22:16  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: Boom! Redesign completely
	  yhe title bar, nah!

2002-12-04 21:35  xfce

	* themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: *** empty log message ***

2002-12-04 13:47  xfce

	* themes/microdeck2/title-3-inactive.xpm: *** empty log message ***

2002-12-04 13:41  xfce

	* themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: *** empty log message ***

2002-12-04 13:39  xfce

	* themes/microdeck2/themerc, themes/microdeck2/title-3-active.xpm,
	  themes/microdeck2/title-3-inactive.xpm: *** empty log message ***

2002-12-04 10:05  xfce

	* themes/microdeck2/README, themes/microdeck2/title-2-active.xpm,
	  ...
	  themes/microdeck2/title-4-inactive.xpm: Apply same title as curve
	  theme to microdeck2

2002-12-04 09:47  xfce

	* themes/microdeck2/close-active.xpm,
	  ...
	  themes/microdeck2/top-right-inactive.xpm: Reduce title height by
	  2 pixels for microdeck2 theme

2002-12-03 21:15  xfce

	* themes/microdeck/stick-inactive.xpm,
	  themes/microdeck2/stick-inactive.xpm: *** empty log message ***

2002-12-03 16:47  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-right-inactive.xpm: *** empty log
	  message ***

2002-12-03 09:13  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-right-inactive.xpm: *** empty log
	  message ***

2002-12-03 07:19  xfce

	* themes/microdeck2/bottom-active.xpm,
	  ...
	  themes/microdeck2/top-right-inactive.xpm: *** empty log message
	  ***

2002-12-02 14:36  xfce

	* themes/gaudy/bottom-active.xpm, themes/gaudy/bottom-inactive.xpm,
	  ...
	  themes/gaudy/top-right-inactive.xpm: *** empty log message ***

2002-12-02 14:13  xfce

	* themes/gaudy/bottom-active.xpm,
	  ...
	  themes/gaudy/top-right-active.xpm: *** empty log message ***

2002-12-02 13:27  xfce

	* themes/microdeck/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-right-inactive.xpm: *** empty log
	  message ***

2002-12-02 09:22  xfce

	* themes/microdeck2/bottom-left-active.xpm,
	  ...
	  themes/microdeck2/bottom-right-inactive.xpm: *** empty log
	  message ***

2002-12-02 09:14  xfce

	* themes/microdeck/bottom-right-active.xpm,
	  themes/microdeck/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-12-01 21:43  xfce

	* themes/microdeck/bottom-active.xpm,
	  ...
	  themes/microdeck2/top-right-inactive.xpm: Revert some changes in
	  "microdeck" and "microdeck2"

2002-12-01 14:43  xfce

	* themes/redmondxp/themerc: Remove unecessary left title alignment
	  in themerc

2002-12-01 11:57  xfce

	* themes/redmondxp/themerc, themes/redmondxp/top-left-active.xpm,
	  ...
	  themes/redmondxp/top-right-inactive.xpm: *** empty log message
	  ***

2002-12-01 11:41  xfce

	* themes/redmondxp/close-active.xpm,
	  ...
	  themes/redmondxp/top-right-inactive.xpm: Reduce title height for
	  theme "redmondxp" (I always thought that Redmond XP has a way to
	  bug title bar!)

2002-11-29 21:55  xfce

	* themes/gaudy/title-2-active.xpm,
	  ...
	  themes/gaudy/title-4-inactive.xpm: *** empty log message ***

2002-11-29 17:29  xfce

	* src/client.c: Simplify window move routine

2002-11-29 14:13  xfce

	* themes/gaudy/themerc, themes/gaudy/title-2-active.xpm,
	  ... themes/gaudy/title-4-active.xpm:
	  *** empty log message ***

2002-11-29 12:11  xfce

	* themes/curve/close-active.xpm, themes/curve/hide-active.xpm,
	  ...
	  themes/curve/stick-active.xpm:
	  Change colo

2002-11-29 10:52  xfce

	* themes/platinum/title-1-active.xpm,
	  ...
	  themes/platinum/title-5-active.xpm: *** empty log message ***

2002-11-29 10:43  xfce

	* themes/platinum/bottom-right-active.xpm,
	  themes/platinum/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-11-28 20:55  madkiss

	* debian/changelog, debian/control, debian/rules,
	  debian/xfwm4-themes.install, debian/xfwm4.postinst,
	  debian/xfwm4.prerm: Update to debian/-subdir included in
	  xfce4_20021127-1.

2002-11-28 11:24  xfce

	* src/workspaces.c: Window focus bug when switching desktops.

2002-11-27 16:18  xfce

	* themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm,
	  ...
	  themes/curve/top-right-inactive.xpm: *** empty log message ***

2002-11-27 14:45  xfce

	* themes/curve/bottom-left-active.xpm,
	  ...
	  themes/curve/bottom-right-inactive.xpm: Put back colored bottom
	  corners

2002-11-27 11:36  xfce

	* themes/gaudy/close-active.xpm, themes/gaudy/hide-active.xpm,
	  ...
	  themes/gaudy/stick-active.xpm: ***
	  empty log message ***

2002-11-26 21:08  xfce

	* themes/gaudy/close-inactive.xpm, themes/gaudy/hide-inactive.xpm,
	  ...
	  themes/gaudy/themerc: *** empty
	  log message ***

2002-11-26 20:48  xfce

	* themes/kde/stick-active.xpm, themes/kde/stick-inactive.xpm,
	  themes/kde/stick-pressed.xpm: *** empty log message ***

2002-11-26 20:20  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Themes
	  stuff...

2002-11-25 22:22  xfce

	* themes/microdeck2/themerc: *** empty log message ***

2002-11-25 22:13  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add
	  microdeck2, a small variation on microdeck theme.

2002-11-25 21:45  xfce

	* themes/microdeck/bottom-left-active.xpm,
	  ...
	  themes/microdeck/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-11-25 11:37  xfce

	* themes/microdeck/bottom-left-active.xpm,
	  ...
	  themes/microdeck/bottom-right-inactive.xpm: Add tiny engraved
	  dots to show corners.

2002-11-23 17:36  xfce

	* src/client.c, src/client.h, src/events.c, src/events.h,
	  src/main.c, src/main.h, src/menu.c, src/settings.c: Update for
	  libxfcegui4 new include base dir.

2002-11-22 14:53  xfce

	* Makefile.in, config.h.in, configure, configure.in,
	  defaults/Makefile.in, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/client.h, src/events.h, src/main.c, src/main.h,
	  src/menu.c, src/settings.c, src/xinerama.c, src/xinerama.h,
	  ...
	  themes/xfce/Makefile.in: Remove
	  xinerama code to move it to libxfcegui4 (xfwm4 now requires
	  libxfcegui4 >= 0.0.8)

2002-11-22 09:17  xfce

	* themes/microdeck/bottom-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Improve "smoothness"

2002-11-21 14:41  xfce

	* configure, configure.in, defaults/defaults.in, src/frame.c,
	  src/settings.c, src/settings.h, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Add
	  new theme "keramik" from KDE 3.0.3
	  Change "title_vertical_offset" themerc option to
	  "title_vertical_offset_active" and
	  "title_vertical_offset_inactive"
	  Update existing themerc files to reflect this change

2002-11-20 11:13  xfce

	* src/client.c, src/workspaces.c: mall cleanup.

2002-11-20 09:02  xfce

	* themes/kde/bottom-inactive.xpm,
	  ...
	  themes/kde/title-5-inactive.xpm:
	  Color assigns in this themes were messed up...

2002-11-19 17:05  xfce

	* src/client.c: Add more bound checking when resize/move window.

2002-11-18 13:52  xfce

	* themes/bbs/bottom-left-active.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: *** empty log message ***

2002-11-18 11:57  xfce

	* src/client.c: *** empty log message ***

2002-11-18 07:15  xfce

	* src/client.c: Allow move of windows when maximized

2002-11-14 20:46  xfce

	* themes/microdeck/close-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: *** empty log message
	  ***

2002-11-14 16:21  xfce

	* themes/microdeck/close-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2002-11-14 13:33  xfce

	* themes/bbs/stick-active.xpm, themes/bbs/stick-inactive.xpm,
	  ...
	  themes/tgc/stick-pressed.xpm: ***
	  empty log message ***

2002-11-13 16:36  xfce

	* themes/microdeck/bottom-left-active.xpm,
	  themes/microdeck/bottom-left-inactive.xpm: *** empty log message
	  ***

2002-11-13 15:00  xfce

	* themes/microdeck/bottom-right-active.xpm,
	  themes/microdeck/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-11-13 14:40  xfce

	* themes/microdeck/bottom-active.xpm,
	  ...
	  themes/microdeck/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-11-13 13:42  xfce

	* themes/microdeck/bottom-left-active.xpm,
	  ...
	  themes/microdeck/bottom-right-inactive.xpm: Remove colored
	  corners to get a slick frame.

2002-11-12 16:26  xfce

	* themes/microdeck/top-left-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: *** empty log message
	  ***

2002-11-12 15:00  xfce

	* themes/microdeck/menu-active.xpm,
	  ...
	  themes/microdeck/shade-pressed.xpm: anti aliasing for menu/shade
	  buttons

2002-11-12 09:35  xfce

	* themes/microdeck/top-left-active.xpm,
	  themes/microdeck/top-left-inactive.xpm: *** empty log message ***

2002-11-10 23:09  xfce

	* Makefile.in, config.h.in, configure, configure.in,
	  defaults/Makefile.in, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/events.c, src/frame.c, src/hints.c,
	  src/keyboard.c, src/main.c, src/main.h, src/menu.c, src/misc.c,
	  src/parserc.c, src/pixmap.c, src/settings.c, src/settings.h,
	  src/workspaces.c, src/xinerama.c, src/xinerama.h,
	  ...
	  and optimize
	  window move (unrelated, but I just came across an easy
	  optimization while reviewing the code :)

2002-11-10 14:04  xfce

	* ChangeLog: Update ChangeLog.

2002-11-10 10:07  madkiss

	* debian, debian/changelog, debian/control, debian/copyright,
	  debian/docs, debian/maintain, debian/maintain/xfwm4.1,
	  debian/menu, debian/rules, debian/xfwm4-themes.install,
	  debian/xfwm4.install: Initial revision

2002-11-10 09:21  xfce

	* themes/tgc/themerc, themes/tgc/title-3-inactive.xpm: *** empty
	  log message ***

2002-11-09 21:25  xfce

	* src/parserc.c, themes/microdeck/title-2-inactive.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: Change title

2002-11-09 20:52  xfce

	* themes/microdeck/close-active.xpm,
	  ...
	  themes/microdeck/stick-pressed.xpm: Improve AA on stick and close
	  buttons

2002-11-09 20:00  xfce

	* themes/microdeck/close-pressed.xpm,
	  ...
	  themes/microdeck/stick-pressed.xpm: *** empty log message ***

2002-11-09 19:49  xfce

	* themes/tgc/close-pressed.xpm, themes/tgc/hide-pressed.xpm,
	  ...
	  themes/tgc/stick-pressed.xpm: ***
	  empty log message ***

2002-11-09 19:47  xfce

	* themes/tgc/bottom-active.xpm, themes/tgc/bottom-inactive.xpm,
	  ...
	  themes/tgc/top-right-inactive.xpm: *** empty log message ***

2002-11-09 11:38  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: Remove the black frame
	  arround title

2002-11-09 10:39  xfce

	* themes/microdeck/top-right-active.xpm,
	  themes/microdeck/top-right-inactive.xpm: *** empty log message
	  ***

2002-11-09 10:34  xfce

	* themes/microdeck/bottom-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: Reduce the external
	  black border from 2 pixels to 1 pixel.

2002-11-08 22:09  xfce

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
	  defaults/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: make sure required libs for build/rpm are listed,
	  with versions and keep the minimum version required at only one
	  place (configure.in)

2002-11-08 14:25  xfce

	* src/client.c, src/client.h, src/hints.c, src/hints.h: Add
	  NET_WM_STATE_ABOVE and NET_WM_STATE_BELOW hints support (EWMH
	  1.2)

2002-11-08 10:43  xfce

	* src/client.c: Take into account implementation note on EWMH 1.2
	  regarding NET_STATE_HIDDEN

2002-11-08 10:15  xfce

	* themes/microdeck/title-2-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: *** empty log message
	  ***

2002-11-08 09:42  xfce

	* themes/microdeck/title-2-inactive.xpm,
	  ...
	  themes/microdeck/title-4-inactive.xpm: *** empty log message ***

2002-11-07 22:45  xfce

	* defaults/defaults.in: Change initial theme to "microdeck"
	  (default fallback remains "bbs")

2002-11-07 22:21  xfce

	* themes/microdeck/close-active.xpm,
	  ...
	  themes/microdeck/top-right-inactive.xpm: *** empty log message
	  ***

2002-11-07 22:15  xfce

	* Makefile.in, aclocal.m4, configure, configure.in,
	  defaults/Makefile.in, src/Makefile.in, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Add theme "microdeck"
	  that I find fairly nice for a theme that uses only gtk colors.

2002-11-07 15:02  xfce

	* themes/atlanta2/bottom-left-active.xpm,
	  ...
	  themes/atlanta2/top-right-inactive.xpm: *** empty log message ***

2002-11-06 20:35  xfce

	* themes/atlanta2/close-active.xpm,
	  ...
	  themes/atlanta2/stick-pressed.xpm: *** empty log message ***

2002-11-06 15:48  xfce

	* themes/atlanta/bottom-active.xpm,
	  ...
	  themes/atlanta/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-11-06 15:40  xfce

	* themes/atlanta2/bottom-active.xpm,
	  ...
	  themes/atlanta2/title-4-inactive.xpm: *** empty log message ***

2002-11-06 10:59  xfce

	* xfwm4.spec.in: Spec file.

2002-11-05 21:41  xfce

	* themes/fbx/close-active.xpm, themes/fbx/close-inactive.xpm,
	  themes/fbx/close-pressed.xpm: *** empty log message ***

2002-11-05 16:11  xfce

	* themes/fbx/menu-active.xpm, themes/fbx/menu-inactive.xpm,
	  ...
	  themes/fbx/shade-pressed.xpm: ***
	  empty log message ***

2002-11-05 11:22  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add "fbx"
	  theme.

2002-11-04 14:27  xfce

	* Makefile.in, aclocal.m4, configure, configure.in,
	  defaults/Makefile.in, src/Makefile.in, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: *** empty log message ***

2002-11-03 21:41  xfce

	* themes/quiet-purple/themerc: *** empty log message ***

2002-11-03 21:21  xfce

	* themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: *** empty log message ***

2002-11-03 21:06  xfce

	* themes/quiet-purple/themerc: *** empty log message ***

2002-11-03 20:56  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add
	  theme "quiet-purple" ported/adapted from metacity.

2002-11-02 21:46  xfce

	* themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: *** empty log message ***

2002-11-02 21:23  xfce

	* themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm,
	  ...
	  themes/exocet/stick-pressed.xpm: *** empty log message ***

2002-11-02 16:55  xfce

	* Makefile.in, configure, configure.in, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Add theme tgc and remove
	  Makefiles added by mistake for themes beastie and tux

2002-11-02 10:56  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add theme
	  "atlanta" ported from metacity

2002-11-01 19:51  huysmans

	* themes/beastie/title-4-active.xpm,
	  themes/beastie/title-4-inactive.xpm: Updated beastie. Give a bit
	  more space to title

2002-11-01 19:33  huysmans

	* themes/beastie/Makefile.in, themes/tux/Makefile.in: And the final
	  two updates

2002-11-01 19:29  huysmans

	* themes/Makefile.am, themes/Makefile.in,
	  ... themes/tux/Makefile.am: Now I promis
	  I won't touch anything anymore today. This should fix the mess I
	  created.

2002-11-01 19:10  huysmans

	* themes/Makefile.am, themes/Makefile.in: Still not right ...

2002-11-01 19:04  huysmans

	* configure.in: Forgot to update configure.in

2002-11-01 18:57  huysmans

	* Makefile.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/tux/top-right-inactive.xpm: Add two themes by twj: beastie
	  and tux. Tux was made just to avoid flaming ;-)

2002-11-01 14:02  xfce

	* Makefile.in, aclocal.m4, configure, configure.in,
	  defaults/Makefile.in, src/Makefile.in, themes/Makefile.am,
	  ...
	  xfwm4.spec.in: Port theme "elberg" from
	  Sawfish

2002-11-01 09:26  xfce

	* themes/biz/top-left-active.xpm, themes/biz/top-left-inactive.xpm:
	  *** empty log message ***

2002-10-31 14:54  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add theme "biz"

2002-10-30 18:58  xfce

	* themes/variation/close-active.xpm,
	  ...
	  themes/variation/stick-pressed.xpm: Change title height of
	  "variation" theme

2002-10-30 17:42  xfce

	* themes/variation/close-active.xpm,
	  ...
	  themes/variation/top-right-inactive.xpm: *** empty log message
	  ***

2002-10-29 21:24  xfce

	* themes/variation/hide-active.xpm,
	  ...
	  themes/variation/themerc:
	  *** empty log message ***

2002-10-29 21:20  xfce

	* themes/variation/bottom-active.xpm,
	  ...
	  themes/variation/top-right-inactive.xpm: Change theme variation a
	  bit.

2002-10-29 11:44  xfce

	* themes/variation/bottom-left-active.xpm,
	  ...
	  themes/variation/bottom-right-inactive.xpm: *** empty log message
	  ***

2002-10-28 22:04  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add
	  variation theme, a very simplistic theme with large borders and
	  buttons.

2002-10-28 10:58  xfce

	* src/keyboard.c: *** empty log message ***

2002-10-28 10:47  xfce

	* src/keyboard.c: *** empty log message ***

2002-10-27 22:16  xfce

	* src/keyboard.c: Ooops! Never make a change in the code just
	  before going...

2002-10-27 16:31  xfce

	* src/keyboard.c: Fix memory leak in key parsing as spotted by
	  Thomas Leonard <tal00r@ecs.soton.ac.uk>

2002-10-27 10:18  xfce

	* themes/bbs/hide-active.xpm, themes/bbs/hide-inactive.xpm,
	  themes/bbs/hide-pressed.xpm: Slightly change the hide button for
	  bbs theme.

2002-10-27 10:11  xfce

	* Makefile.in, aclocal.m4, autogen.sh, configure,
	  defaults/Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Change autogen.sh script to use env vars
	  if available.

2002-10-26 15:09  xfce

	* src/client.c, src/main.c, src/misc.c, src/misc.h: Get rid of
	  XGrabServer and use gdk similar implementation

2002-10-25 21:58  xfce

	* src/main.c: Increase priority to 30

2002-10-24 21:09  xfce

	* src/events.c, src/hints.c, src/hints.h, src/main.c,
	  src/workspaces.c: Rearrange some part of the code.

2002-10-24 09:03  xfce

	* src/main.c: Use save_phase_2 callback instead of save_yourself
	  callback

2002-10-22 13:31  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm,
	  ...
	  themes/bbs/title-4-inactive.xpm:
	  *** empty log message ***

2002-10-21 22:28  xfce

	* src/main.c: *** empty log message ***

2002-10-21 21:08  xfce

	* src/events.c, src/main.c: *** empty log message ***

2002-10-21 20:07  xfce

	* src/main.c: dd initial support to session management.

2002-10-18 09:56  xfce

	* themes/bbs/hide-active.xpm, themes/bbs/hide-inactive.xpm,
	  ...
	  themes/bbs/maximize-pressed.xpm: Change maximize/hide buttons

2002-10-18 09:42  xfce

	* xfwm4.spec.in: Change spec file to required libxfcegui4 and
	  libxfcegui4-devel for build.

2002-10-18 09:21  xfce

	* configure, configure.in, src/Makefile.am, src/Makefile.in,
	  src/client.c, src/client.h, src/events.c, src/events.h,
	  src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c,
	  src/gtktoxevent.h, src/main.c, src/main.h, src/menu.c,
	  src/settings.c: Move some routines out of xfwm4 to libxfwmgui4,
	  make xfwm4 depend on libxfcegui4

2002-10-17 20:17  xfce

	* defaults/defaults.in, src/frame.c, src/settings.c,
	  src/settings.h, themes/curve/themerc,
	  ...
	  themes/curve/title-2-inactive.xpm: Add new option
	  "title_horizontal_offset" for themerc

2002-10-17 12:04  xfce

	* themes/silverado/themerc: button spacing and offset.

2002-10-17 11:58  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add theme
	  "silverado"

2002-10-16 08:44  xfce

	* src/frame.c, themes/curve/bottom-active.xpm,
	  themes/curve/bottom-inactive.xpm: Unroll loops in frameDraw to
	  make it faster, change bottom pixmap for curve theme.

2002-10-15 12:49  xfce

	* themes/bbs/title-2-inactive.xpm, themes/bbs/title-3-inactive.xpm,
	  ... themes/bbs/title-4-inactive.xpm:
	  *** empty log message ***

2002-10-15 12:02  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm,
	  ... themes/bbs/title-4-inactive.xpm:
	  *** empty log message ***

2002-10-14 12:12  xfce

	* src/client.c: *** empty log message ***

2002-10-14 09:20  xfce

	* themes/curve/top-left-active.xpm,
	  ...
	  themes/curve/top-right-inactive.xpm: *** empty log message ***

2002-10-12 14:36  xfce

	* themes/curve/Makefile.am, themes/curve/Makefile.in,
	  ...
	  themes/curve/top-right-active.xpm: Add missing buttons
	  (shade/stick) to the theme, allow free placement of buttons,
	  remove colored bottom corners.

2002-10-12 12:53  xfce

	* themes/bbs/bottom-left-active.xpm,
	  ...
	  themes/bbs/top-right-inactive.xpm: Remove transparent pixel on
	  each border to avoid using XShape on default theme.

2002-10-11 14:30  xfce

	* src/events.c: *** empty log message ***

2002-10-11 09:35  xfce

	* themes/bbs/menu-active.xpm, themes/bbs/menu-inactive.xpm,
	  ...
	  themes/bbs/title-4-inactive.xpm: *** empty log message ***

2002-10-11 08:59  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-3-active.xpm,
	  themes/bbs/title-4-active.xpm: *** empty log message ***

2002-10-11 08:49  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-3-active.xpm,
	  themes/bbs/title-4-active.xpm: *** empty log message ***

2002-10-11 08:13  xfce

	* themes/bbs/themerc, themes/bbs/title-2-active.xpm,
	  ... themes/bbs/title-4-active.xpm: ***
	  empty log message ***

2002-10-10 21:30  xfce

	* themes/bbs/menu-active.xpm, themes/bbs/menu-inactive.xpm,
	  ...
	  themes/bbs/themerc: Change bbs
	  buttons

2002-10-10 21:17  xfce

	* themes/bbs/close-active.xpm, themes/bbs/close-inactive.xpm,
	  ...
	  themes/bbs/stick-pressed.xpm:
	  Change bbs buttons

2002-10-10 08:37  xfce

	* themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm,
	  ...
	  themes/curve/right-inactive.xpm:
	  *** empty log message ***

2002-10-09 22:15  xfce

	* src/events.c: Fix a bug in double click time computation
	  (actually I'm surprised this ever worked before...)

2002-10-04 14:49  xfce

	* themes/redmond/hide-active.xpm, themes/redmond/hide-inactive.xpm,
	  ...
	  themes/redmond/maximize-pressed.xpm: *** empty log message ***

2002-10-04 14:23  xfce

	* themes/redmond/bottom-left-active.xpm,
	  ...
	  themes/redmond/top-right-inactive.xpm: *** empty log message ***

2002-10-04 12:32  xfce

	* themes/gnububble/bottom-inactive.xpm,
	  ...
	  themes/gnububble/top-right-inactive.xpm: Turn inactive pixmaps to
	  pure greyscale.

2002-10-03 20:35  xfce

	* themes/slick/menu-active.xpm, themes/slick/menu-inactive.xpm,
	  ...
	  themes/slick/shade-pressed.xpm:
	  *** empty log message ***

2002-10-03 19:49  xfce

	* themes/slick/close-active.xpm, themes/slick/close-inactive.xpm,
	  ...
	  themes/slick/stick-pressed.xpm:
	  Change the design of buttons (slick theme)

2002-10-03 15:19  xfce

	* themes/redmondxp/close-inactive.xpm,
	  ...
	  themes/redmondxp/themerc:
	  *** empty log message ***

2002-10-03 15:07  xfce

	* themes/redmondxp/close-active.xpm,
	  ...
	  themes/redmondxp/stick-active.xpm: *** empty log message ***

2002-10-03 13:01  xfce

	* themes/slick/close-inactive.xpm, themes/slick/hide-inactive.xpm,
	  ...
	  themes/slick/stick-inactive.xpm: *** empty log message ***

2002-10-01 22:16  xfce

	* src/client.c, src/client.h: Fix a bug in redrawing frame when
	  un-minimizing a window from an external program (such as gnome
	  panel)
	  Some minor optimizations.

2002-10-01 21:22  xfce

	* src/events.c: *** empty log message ***

2002-10-01 20:08  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add
	  "metabox" theme, a theme from Metacity ported to xfwm4.

2002-09-30 15:11  xfce

	* themes/slick/close-active.xpm, themes/slick/close-pressed.xpm,
	  ...
	  themes/slick/stick-pressed.xpm: *** empty log message ***

2002-09-30 13:23  xfce

	* themes/slick/close-active.xpm, themes/slick/close-inactive.xpm,
	  ...
	  themes/slick/stick-pressed.xpm:
	  *** empty log message ***

2002-09-29 17:14  xfce

	* src/client.c, src/main.c: Put back the "fleur" cursor for moving
	  using keyboard. Don't change cursor when move is performed using
	  the mouse.

2002-09-29 12:41  xfce

	* src/main.c: Replace "fleur" cursor with standard arrow cursor for
	  moving windows.

2002-09-29 12:10  xfce

	* themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: Smaller is better (tm)

2002-09-28 21:33  xfce

	* themes/slick/themerc: *** empty log message ***

2002-09-28 13:41  xfce

	* Makefile.am, Makefile.in: Add removal of autom4te.cache dir at
	  distclean.

2002-09-28 13:27  xfce

	* themes/slick/close-active.xpm, themes/slick/close-inactive.xpm,
	  ...
	  add
	  round corner, change buttons.

2002-09-28 12:10  xfce

	* themes/gnububble/bottom-active.xpm,
	  ...
	  themes/gnububble/bottom-right-inactive.xpm: Change bottom

2002-09-27 21:45  xfce

	* themes/gnububble/themerc: *** empty log message ***

2002-09-27 21:42  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new
	  theme "gnububble"

2002-09-26 15:49  xfce

	* themes/tabs/themerc: Improve readability.

2002-09-25 12:37  xfce

	* themes/slick/title-1-active.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: Reduce title height by 2
	  pixels for theme "slick".

2002-09-24 09:56  xfce

	* src/events.c, src/menu.c: Remove "destroy" from frame menu.

2002-09-23 13:26  xfce

	* src/main.c: Include Thomas' patch

2002-09-22 20:57  xfce

	* themes/pills/top-left-active.xpm,
	  themes/pills/top-right-active.xpm: active corners.

2002-09-22 19:10  xfce

	* themes/pills/themerc: title_vertical_offset = 2 pixel.

2002-09-22 19:06  xfce

	* themes/pills/bottom-right-active.xpm,
	  ...
	  themes/pills/top-right-inactive.xpm: Slightly modify corners and
	  borders.

2002-09-22 17:10  xfce

	* themes/pills/top-left-active.xpm,
	  ...
	  themes/pills/top-right-inactive.xpm: Smooth top corners.

2002-09-22 13:51  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme
	  "pills"

2002-09-22 09:50  xfce

	* src/client.c, src/client.h: Change policy on hiding windows.

2002-09-20 21:33  xfce

	* themes/tabs/close-active.xpm, themes/tabs/close-pressed.xpm,
	  ...
	  themes/tabs/themerc: Change
	  buttons and active text color.

2002-09-20 20:24  xfce

	* src/events.c, src/frame.c: Bug hunting.

2002-09-20 15:15  xfce

	* src/client.h: *** empty log message ***

2002-09-20 13:14  xfce

	* themes/tabs/top-left-inactive.xpm,
	  themes/tabs/top-right-inactive.xpm: *** empty log message ***

2002-09-20 08:07  xfce

	* themes/tabs/themerc: *** empty log message ***

2002-09-19 21:58  xfce

	* themes/tabs/themerc: Shift title vertically by 2 pixels for
	  "tabs" theme

2002-09-19 21:25  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme
	  "tabs" (really nice, check it out)

2002-09-19 06:13  xfce

	* themes/slick/close-inactive.xpm, themes/slick/hide-inactive.xpm,
	  ...
	  themes/slick/stick-inactive.xpm: Theme tweaking.

2002-09-18 20:00  xfce

	* themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: lighten slick theme.

2002-09-18 12:53  xfce

	* themes/slick/close-inactive.xpm, themes/slick/hide-inactive.xpm,
	  ...
	  themes/slick/themerc: *** empty
	  log message ***

2002-09-18 12:38  xfce

	* themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: Add thin black frame.

2002-09-18 10:36  xfce

	* src/frame.c: Fix a (small) bug in button mask.

2002-09-17 10:36  xfce

	* themes/bbs/bottom-active.xpm, themes/bbs/bottom-inactive.xpm: ***
	  empty log message ***

2002-09-17 09:38  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm,
	  ... themes/bbs/title-4-inactive.xpm:
	  *** empty log message ***

2002-09-16 19:20  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm,
	  ...
	  themes/bbs/title-4-inactive.xpm:
	  Change bbs title style.

2002-09-16 10:40  xfce

	* themes/bbs/bottom-left-active.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: *** empty log message ***

2002-09-16 10:29  xfce

	* themes/bbs/bottom-active.xpm, themes/bbs/bottom-inactive.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: *** empty log message ***

2002-09-16 09:06  xfce

	* src/frame.c: Shape problem.

2002-09-16 08:11  xfce

	* themes/bbs/bottom-left-active.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: Enlarge bottom handles.

2002-09-15 20:50  xfce

	* src/client.c, src/client.h, src/events.c, src/settings.c,
	  themes/default.keys/keythemerc: Revert some of the changes
	  regarding transients treated as dialogs since its incomatible
	  with the assumption that a transient is at the same layer as its
	  transient_for window.

2002-09-15 19:39  xfce

	* src/client.c, src/frame.c, themes/bbs/bottom-active.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: Theme tweaking (bbs)
	  Remove menu button from dialogs.

2002-09-15 13:17  xfce

	* src/client.c, src/events.c, src/frame.c: A lot of code cleanup
	  and small internal improvements.

2002-09-14 21:35  xfce

	* Makefile.in, aclocal.m4, configure, configure.in,
	  defaults/Makefile.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Port "adept" theme from Sawfish.

2002-09-14 15:34  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/hints.h: Improve Motif MWM hints compatibility.

2002-09-13 21:47  xfce

	* src/frame.c: HEy! I just found a potential bug in button shaping
	  routine!

2002-09-13 20:45  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c: Implement
	  smarter title buttons, hide maximize/hide/menu buttons when
	  required.
	  Fool proof button settings management.

2002-09-13 16:14  xfce

	* src/Makefile.in, src/client.c, src/client.h, src/events.c,
	  src/frame.c, src/hints.h: *** empty log message ***

2002-09-13 13:19  xfce

	* src/client.c, src/client.h, src/events.c: Smarter hide function.

2002-09-13 10:52  xfce

	* themes/exocet/top-right-active.xpm,
	  themes/exocet/top-right-inactive.xpm: *** empty log message ***

2002-09-13 10:37  xfce

	* themes/exocet/bottom-active.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: Theme tweaking.

2002-09-12 19:53  xfce

	* ChangeLog: Update ChangeLog.

2002-09-12 19:46  xfce

	* themes/exocet/bottom-active.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: Change "exocet" border to
	  be smoother, with an enhanced 3D look.

2002-09-12 16:34  xfce

	* themes/exocet/Makefile.in, themes/exocet/bottom-active.xpm,
	  ...
	  themes/exocet/top-right-active.xpm: *** empty log message ***

2002-09-12 10:19  xfce

	* themes/exocet/top-left-active.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: *** empty log message ***

2002-09-11 16:58  xfce

	* themes/bbs/bottom-left-active.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: *** empty log message ***

2002-09-11 14:35  xfce

	* themes/bbs/bottom-active.xpm, themes/bbs/bottom-inactive.xpm,
	  ...
	  themes/bbs/bottom-right-inactive.xpm: *** empty log message ***

2002-09-11 12:51  xfce

	* themes/bbs/Makefile.in, themes/bbs/bottom-active.xpm,
	  ...
	  themes/bbs/top-right-inactive.xpm: *** empty log message ***

2002-09-11 09:29  xfce

	* themes/crux/title-4-active.xpm, themes/crux/title-4-inactive.xpm:
	  *** empty log message ***

2002-09-10 20:41  xfce

	* themes/microgui/top-left-active.xpm,
	  themes/microgui/top-left-inactive.xpm: Small bug in top-left
	  corner.

2002-09-10 20:29  xfce

	* src/client.c: Implement a smarter placement for transient
	  windows.

2002-09-10 19:59  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add them
	  "microgui" ported from sawfish.

2002-09-10 15:32  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-3-active.xpm,
	  themes/bbs/title-4-active.xpm: *** empty log message ***

2002-09-10 11:07  xfce

	* themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm,
	  ...
	  themes/curve/right-inactive.xpm:
	  *** empty log message ***

2002-09-09 07:52  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add
	  "coolclean" theme ported from Sawfish by Biju Chacko
	  <botsie@myrealbox.com>

2002-09-06 13:41  xfce

	* configure, configure.in, defaults/defaults.in,
	  example.xfwm4rc.in, src/parserc.c, src/settings.c,
	  ...
	  xfwm4.spec.in: *** empty log
	  message ***

2002-09-06 12:36  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-3-active.xpm,
	  themes/bbs/title-4-active.xpm: *** empty log message ***

2002-09-05 20:26  xfce

	* src/client.c: *** empty log message ***

2002-09-05 15:53  xfce

	* src/client.c: *** empty log message ***

2002-09-05 14:07  xfce

	* src/client.c: *** empty log message ***

2002-09-05 13:31  xfce

	* src/client.c: *** empty log message ***

2002-09-04 21:24  xfce

	* defaults/defaults.in, example.xfwm4rc.in, src/parserc.c,
	  src/parserc.h, src/settings.c: cans dirs for theme so there is no
	  need to specify full path anymore (but still work for backward
	  compatibilty). E.g: you can use "theme=exocet" now.
	  Also make sure the theme dir exists, fallback to default
	  otherwise.

2002-09-04 20:16  xfce

	* src/settings.c, src/settings.h: Reverse the gtkSettings object.
	  Need to fine another solution.

2002-09-04 14:29  xfce

	* src/client.c, src/client.h: *** empty log message ***

2002-09-04 13:59  xfce

	* themes/curve/close-active.xpm, themes/curve/close-inactive.xpm,
	  ...
	  themes/curve/top-right-inactive.xpm: *** empty log message ***

2002-09-04 12:45  xfce

	* src/client.c: *** empty log message ***

2002-09-04 10:49  xfce

	* src/client.c: Constaint window pos at first map and during move.

2002-09-04 07:52  xfce

	* themes/curve/title-2-active.xpm, themes/curve/title-3-active.xpm:
	  *** empty log message ***

2002-09-03 21:11  xfce

	* themes/curve/title-2-active.xpm, themes/curve/title-3-active.xpm:
	  *** empty log message ***

2002-09-03 20:29  xfce

	* themes/curve/title-2-active.xpm, themes/curve/title-3-active.xpm:
	  *** empty log message ***

2002-09-03 12:57  xfce

	* themes/curve/bottom-left-active.xpm,
	  ...
	  themes/curve/bottom-right-inactive.xpm: *** empty log message ***

2002-09-03 12:37  xfce

	* themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm,
	  ...
	  themes/curve/right-inactive.xpm:
	  *** empty log message ***

2002-09-03 12:31  xfce

	* themes/curve/bottom-left-active.xpm,
	  ...
	  themes/curve/bottom-right-inactive.xpm: *** empty log message ***

2002-09-03 09:05  xfce

	* themes/curve/title-2-inactive.xpm,
	  themes/curve/title-4-inactive.xpm: *** empty log message ***

2002-09-03 08:53  xfce

	* themes/curve/title-2-active.xpm, themes/curve/title-3-active.xpm,
	  ...
	  themes/curve/title-4-inactive.xpm: *** empty log message ***

2002-09-02 22:01  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add theme
	  "curve"

2002-09-02 07:38  xfce

	* Makefile.am, Makefile.in: Replace "rpm -ta" with "rpmbuild -ta"

2002-09-01 14:51  xfce

	* themes/exocet/top-left-active.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: *** empty log message ***

2002-09-01 08:54  xfce

	* themes/bbs/title-2-inactive.xpm: *** empty log message ***

2002-09-01 08:40  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm,
	  ... themes/bbs/title-4-active.xpm: ***
	  empty log message ***

2002-09-01 08:25  xfce

	* themes/bbs/title-2-active.xpm, themes/bbs/title-2-inactive.xpm,
	  ... themes/bbs/title-4-inactive.xpm:
	  *** empty log message ***

2002-08-31 13:53  xfce

	* themes/exocet/top-left-active.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: Improve shadows on top
	  corners.

2002-08-31 13:41  xfce

	* themes/bbs/stickactive.xpm: Remove mispelled file.

2002-08-31 13:35  xfce

	* themes/bbs/close-active.xpm, themes/bbs/close-inactive.xpm,
	  ...
	  themes/bbs/title-4-inactive.xpm:
	  *** empty log message ***

2002-08-31 13:14  xfce

	* themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: *** empty log message ***

2002-08-30 12:50  xfce

	* src/Makefile.am, src/Makefile.in, src/settings.c,
	  src/xsettings-client.c, src/xsettings-client.h,
	  src/xsettings-common.c, src/xsettings-common.h: Remove xsettings
	  sample implementation (as we'll use gtk mechanism anyway)

2002-08-30 12:45  xfce

	* defaults/defaults.in, example.gtkrc-2.0: *** empty log message
	  ***

2002-08-30 08:13  xfce

	* themes/bbs/bottom-active.xpm, themes/bbs/bottom-inactive.xpm,
	  ...
	  forgot to add the
	  actual pixmaps ! Sorry for those who tried the CVS last night...

2002-08-29 19:47  xfce

	* configure, configure.in, defaults/defaults.in,
	  ...
	  xfwm4.spec.in: Add new
	  theme "bbs", put "exocet" and "bbs" themes in xfwm4 spec file (ie
	  not xfwm4-themes), use bbs as default theme instead of
	  "kindaker".

2002-08-28 22:10  xfce

	* themes/exocet/bottom-left-active.xpm,
	  ...
	  themes/exocet/top-right-inactive.xpm: Redesign theme exocet (3rd
	  attempt)

2002-08-28 20:25  xfce

	* themes/exocet/close-active.xpm, themes/exocet/close-pressed.xpm,
	  ...
	  themes/exocet/top-right-active.xpm: Change exocet theme

2002-08-28 10:39  xfce

	* themes/exocet/themerc: *** empty log message ***

2002-08-28 10:14  xfce

	* themes/exocet/close-active.xpm, themes/exocet/close-pressed.xpm,
	  ...
	  themes/exocet/top-right-active.xpm: *** empty log message ***

2002-08-28 09:04  xfce

	* themes/exocet/close-pressed.xpm, themes/exocet/hide-pressed.xpm,
	  ...
	  themes/exocet/stick-pressed.xpm: *** empty log message ***

2002-08-27 22:11  xfce

	* configure, configure.in, src/parserc.h, src/settings.c,
	  src/settings.h, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new
	  theme "exocet", begin xsettings support using GtkSettings.

2002-08-27 16:49  xfce

	* themes/piranha/bottom-left-active.xpm,
	  ...
	  themes/piranha/top-right-inactive.xpm: *** empty log message ***

2002-08-27 16:20  xfce

	* themes/piranha/bottom-active.xpm,
	  ...
	  themes/piranha/top-right-inactive.xpm: *** empty log message ***

2002-08-26 09:43  xfce

	* defaults/defaults.in, src/events.c, src/settings.c,
	  src/settings.h: Use gtk-double-click-time value.

2002-08-25 22:18  xfce

	* src/settings.c: Remove xsettings init for safety, right now.

2002-08-25 22:16  xfce

	* src/settings.c: Remove the annoying "beep" on xsetting
	  notification.

2002-08-25 21:15  xfce

	* src/settings.c: *** empty log message ***

2002-08-25 20:53  xfce

	* src/Makefile.am, src/Makefile.in, src/settings.c: More on
	  xsetting integration. It now connects to the server and listen to
	  xsettings events.

2002-08-23 08:04  xfce

	* themes/b6/themerc: Recenter title vertically as suggested by
	  Eugenia.

2002-08-22 20:48  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme "b6". Interesting because it uses
	  both own colors and theme colors to display nice hilights and
	  shadows.

2002-08-21 15:41  xfce

	* defaults/defaults.in, example.xfwm4rc.in, src/client.c,
	  src/settings.c, src/settings.h: Add new option "focus_hint"
	  (boolean) to specify whether or not app focus hint should be
	  honored by xfwm4.

2002-08-21 10:09  xfce

	* src/client.c: Remove the layer constraint in overlap computation.

2002-08-20 20:59  xfce

	* themes/piranha/bottom-active.xpm,
	  ...
	  themes/piranha/top-right-inactive.xpm: Theme tweaking.

2002-08-20 14:24  xfce

	* themes/piranha/top-left-active.xpm,
	  ...
	  themes/piranha/top-right-inactive.xpm: *** empty log message ***

2002-08-19 21:40  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add a new
	  theme "piranha" I did just for fun.

2002-08-17 11:13  xfce

	* src/client.c: *** empty log message ***

2002-08-17 10:16  xfce

	* src/client.c, src/xsettings-client.c, src/xsettings-client.h,
	  src/xsettings-common.c, src/xsettings-common.h: Fix a slight
	  overlapping area in clientInitPosition()

2002-08-10 21:15  xfce

	* themes/iceg/close-pressed.xpm, themes/iceg/hide-pressed.xpm,
	  ...
	  themes/iceg/stick-pressed.xpm: Use
	  "mid" color as background color for pressed buttons in iceg theme
	  (the one I prefer)

2002-08-10 20:40  xfce

	* configure, configure.in, src/gtktoxevent.c, src/settings.c,
	  ...
	  xfwm4.spec.in: Introduce a new
	  color for themes, "mid" corresponding to the gtk color of the
	  same name, and add a new theme "ops" that makes use of this
	  (mainly as a proof of concept ;-) )

2002-07-27 11:57  xfce

	* themes/iceg/title-2-active.xpm, themes/iceg/title-2-inactive.xpm,
	  ...
	  themes/iceg/title-4-inactive.xpm:
	  Change border color of the title frame.

2002-07-24 19:29  xfce

	* themes/redmondxp/bottom-left-active.xpm,
	  ...
	  themes/redmondxp/top-right-inactive.xpm: *** empty log message
	  ***

2002-07-24 15:24  xfce

	* ChangeLog: Update ChangeLog

2002-07-24 15:23  xfce

	* themes/kde/title-1-inactive.xpm, themes/kde/title-2-inactive.xpm,
	  ...
	  nothing important.

2002-07-24 12:36  xfce

	* ChangeLog: Update ChangeLog

2002-07-24 08:32  xfce

	* themes/redmond/close-active.xpm,
	  ...
	  themes/redmond/stick-pressed.xpm: Theme tweaking.

2002-07-23 21:11  xfce

	* src/client.c: Last tweakings. Should be back to a fairly stable
	  state now...

2002-07-23 13:01  xfce

	* src/events.c: Comments

2002-07-23 10:56  xfce

	* src/events.c, src/menu.c, src/menu.h: *** empty log message ***

2002-07-23 09:34  xfce

	* src/client.c, src/client.h, src/events.c, src/misc.c: Some more
	  tweaking in event management (specifically button press/release).

2002-07-23 05:35  xfce

	* src/menu.c: *** empty log message ***

2002-07-22 22:30  xfce

	* src/client.c, src/client.h, src/events.c, src/menu.c, src/menu.h,
	  src/misc.c, src/misc.h, src/settings.c: Bunch of changes, some
	  being tricky. Still handle with care (although things are getting
	  better now)

2002-07-22 16:59  xfce

	* src/events.c: *** empty log message ***

2002-07-22 08:57  xfce

	* src/events.c: *** empty log message ***

2002-07-22 08:26  xfce

	* src/events.c: Improve double click management.

2002-07-21 22:28  xfce

	* src/events.c: Whoops! Typos in g_return_if_fail() causing
	  troubles...

2002-07-21 22:17  xfce

	* src/events.c: Change time in grabs for double click to use event
	  time instead of CurrentTime

2002-07-21 21:57  xfce

	* src/client.c, src/events.c: Implement a much smarter way of
	  detecting double clicks, and implement double click on menu
	  button = close.

2002-07-21 13:46  xfce

	* src/client.c: While we're at it, use the tmp event window to grab
	  the keyboard too.

2002-07-21 13:19  xfce

	* src/client.c: Implement a patch for kde 2.1alpha1 (experimental)
	  published on xfree86 mailing list to speedup move/resize.

2002-07-20 13:37  xfce

	* src/events.c: Change the click=raise+focus policy. Alt+click not
	  necessarily raise and focus window (unless click occurs in the
	  frame)

2002-07-20 12:36  xfce

	* themes/iceg/bottom-active.xpm, themes/iceg/bottom-inactive.xpm,
	  ...
	  themes/iceg/right-inactive.xpm:
	  Enlarge border for iceg theme

2002-07-20 12:28  xfce

	* src/events.c: Improve button press callback handler

2002-07-20 12:02  xfce

	* src/client.c, src/events.c, src/main.c, src/menu.c: Change event
	  mask to avoid side effects on gtk menu.

2002-07-19 21:15  xfce

	* src/client.c: Cleanup/finishing up previous fix.

2002-07-19 20:49  xfce

	* src/client.c, src/events.c, src/main.c: Fixed a really tricky
	  problem with mouse button events (causing trouble to dosemu)
	  Handle with care.

2002-07-18 09:30  xfce

	* themes/kde/themerc: *** empty log message ***

2002-07-18 09:28  xfce

	* themes/kde/title-3-active.xpm: Remove the "dots" on title active
	  (I really prefer flat, slick look)

2002-07-18 08:58  xfce

	* ChangeLog: Update ChangeLog

2002-07-18 08:49  xfce

	* src/settings.c: Use proper GTK color for active title text.

2002-07-16 21:44  xfce

	* src/client.c: Even some more small bugfixes between transients
	  and virtual desktops,
	  Some small optimizations.

2002-07-16 11:16  xfce

	* src/client.c, src/client.h, src/events.c, src/workspaces.c: Bug
	  fix in transient vs. virtual desktops management.

2002-07-15 10:05  xfce

	* themes/iceg/bottom-left-active.xpm,
	  ...
	  themes/iceg/top-right-inactive.xpm: *** empty log message ***

2002-07-14 13:26  xfce

	* src/client.c: Fix a bug in stacking when a window had more than
	  one transient.

2002-07-14 08:42  xfce

	* themes/b5/Makefile.am, themes/b5/Makefile.in,
	  ...
	  themes/b5/themerc: Change action of top left button in "b5" theme
	  to "close" instead of "menu" to keep as close as possible to the
	  original system.

2002-07-13 16:50  xfce

	* themes/b5/themerc: Change vertical offset for "b5"

2002-07-13 16:44  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add "b5" theme

2002-07-12 22:14  xfce

	* themes/quinx/bottom-active.xpm, themes/quinx/bottom-inactive.xpm,
	  ...
	  themes/quinx/top-right-inactive.xpm: Again theme stuff...

2002-07-12 21:27  xfce

	* themes/quinx/Makefile.am, themes/quinx/Makefile.in,
	  ...
	  themes/quinx/themerc: Quinx theme
	  tweaking

2002-07-12 13:43  xfce

	* themes/quinx/maximize-pressed.xpm: *** empty log message ***

2002-07-12 13:32  xfce

	* themes/quinx/maximize-active.xpm,
	  ...
	  themes/quinx/maximize-pressed.xpm: *** empty log message ***

2002-07-12 13:25  xfce

	* themes/quinx/close-active.xpm, themes/quinx/close-inactive.xpm,
	  ...
	  themes/quinx/themerc: Theme
	  tweaking

2002-07-12 13:22  xfce

	* themes/quinx/menu-active.xpm, themes/quinx/menu-inactive.xpm,
	  themes/quinx/menu-pressed.xpm: *** empty log message ***

2002-07-11 15:07  xfce

	* themes/iceg/bottom-active.xpm, themes/iceg/bottom-inactive.xpm,
	  ...
	  themes/iceg/bottom-right-inactive.xpm: *** empty log message ***

2002-07-11 14:53  xfce

	* themes/iceg/bottom-active.xpm, themes/iceg/bottom-inactive.xpm,
	  ...
	  themes/iceg/bottom-right-inactive.xpm: *** empty log message ***

2002-07-11 14:11  xfce

	* themes/iceg/bottom-left-active.xpm,
	  ...
	  themes/iceg/top-right-inactive.xpm: Theme stuff.

2002-07-10 09:44  xfce

	* themes/iceg/bottom-right-active.xpm,
	  themes/iceg/bottom-right-inactive.xpm: *** empty log message ***

2002-07-10 09:25  xfce

	* themes/iceg/bottom-left-active.xpm,
	  ...
	  themes/iceg/top-right-inactive.xpm: Round corners

2002-07-09 21:48  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme "g2" based on a screen capture of
	  GNOME2.

2002-07-09 16:52  xfce

	* themes/iceg/themerc, themes/iceg/title-2-active.xpm,
	  ...
	  themes/iceg/title-4-inactive.xpm: Theme stuff.

2002-07-09 11:08  xfce

	* src/hints.c, src/workspaces.c: transient windows/workspace switch
	  stuff

2002-07-08 19:56  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: *** empty log
	  message ***

2002-07-08 08:37  xfce

	* themes/retro/title-4-active.xpm,
	  ...
	  themes/retro/top-left-inactive.xpm: Theme stuff.

2002-07-07 20:24  xfce

	* ChangeLog: Update ChangeLog.

2002-07-07 13:13  xfce

	* ChangeLog: Update ChangeLog

2002-07-07 08:38  xfce

	* themes/retro/bottom-active.xpm, themes/retro/bottom-inactive.xpm,
	  ...
	  xfwm4.spec.in: Change theme
	  retro,
	  add theme retro to spec file

2002-07-07 07:38  xfce

	* src/frame.c, src/pixmap.c: Fix a bug when window title was < 0

2002-07-06 22:26  xfce

	* configure, configure.in, src/frame.c, src/pixmap.c,
	  ...
	  themes/retro/top-right-inactive.xpm: Fixed a (potential ?) bug in
	  frameDraw when window is shaded,
	  add a new theme "retro"

2002-07-05 21:23  uid44859

	* themes/quinx/top-right-active.xpm,
	  themes/quinx/top-right-inactive.xpm: Quinx theme tweaking

2002-07-05 15:53  xfce

	* src/client.c: Remove the call to clientRemoveMaximizedFlag from
	  clientMove as it has side effects on titlebar dbl. click

2002-07-04 19:32  xfce

	* ChangeLog, Makefile.in: Update ChangeLog, release 020704 preview.

2002-07-04 14:47  xfce

	* src/client.c: *** empty log message ***

2002-07-04 08:30  xfce

	* src/client.c: *** empty log message ***

2002-07-04 08:29  xfce

	* src/client.c, src/client.h: Allow move/resize of windows even in
	  maximized state

2002-07-04 08:09  xfce

	* config.guess, config.sub: config.guess and config.sub were
	  missing (??)

2002-07-04 08:08  xfce

	* src/client.c, src/client.h, src/events.c: Remove maximize flag
	  when the client sends configureRequests

2002-07-03 21:49  xfce

	* Makefile.in, src/events.c, themes/redmondxp/close-active.xpm,
	  ...
	  themes/redmondxp/themerc:
	  Prevent focus change to dock and desktop windows in focus follow
	  mode, redesign button for redmondxp.

2002-07-03 14:21  xfce

	* Makefile.in, aclocal.m4, configure, defaults/Makefile.in,
	  src/Makefile.in, themes/Makefile.in, themes/agua/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: *** empty log message ***

2002-07-03 14:15  xfce

	* xfwm4.spec.in: *** empty log message ***

2002-07-03 09:43  xfce

	* Makefile.in, src/client.c, src/events.c, src/menu.c: Don't
	  constrait position (including initial placement) on docks and
	  desktop windows.

2002-07-03 08:26  xfce

	* xfwm4.spec.in: Add requirement for autoconf 2.52 in rpms spec
	  (BuildRequires).

2002-07-03 08:22  xfce

	* Makefile.in, acconfig.h, config.h.in, configure, configure.in:
	  Fix deprecated AC_DEFINE use and remove acconfig.h as it's
	  deprecated with automake 2.5x

2002-07-02 20:26  xfce

	* src/client.c, src/events.c: Various cleanups

2002-07-02 08:55  xfce

	* src/client.c: Remove warnings at compile.

2002-07-01 20:36  xfce

	* ChangeLog: Update ChangeLog

2002-07-01 20:12  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme
	  "quinx".

2002-07-01 09:27  xfce

	* themes/kde/themerc: Small theme tweaking

2002-07-01 08:41  xfce

	* src/debug.h: *** empty log message ***

2002-07-01 08:08  xfce

	* src/client.c: Constraint window initial placement within the
	  margins.

2002-06-30 21:03  xfce

	* src/settings.c, src/settings.h: *** empty log message ***

2002-06-30 20:10  xfce

	* config.h.in, configure, defaults/defaults.in, example.xfwm4rc.in,
	  src/events.c: *** empty log message ***

2002-06-28 15:38  xfce

	* src/events.c: *** empty log message ***

2002-06-28 10:40  xfce

	* src/events.c: *** empty log message ***

2002-06-28 08:37  xfce

	* config.h.in, configure, src/events.c: *** empty log message ***

2002-06-27 22:06  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme
	  "r9x" ported from a theme for Enlightenment e16

2002-06-26 16:02  xfce

	* src/client.c: Check struts at clientUnframe()

2002-06-26 15:48  xfce

	* defaults/defaults.in, example.xfwm4rc.in: Change default title
	  alignment fir default theme (kindaker) to left instead of right.

2002-06-26 10:28  xfce

	* src/client.c, src/events.c: Block stacking request for
	  WINDOW_DESKTOP type windows.

2002-06-25 23:02  xfce

	* src/client.c: Code cleanup

2002-06-25 22:45  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h: Add support for initial_state

2002-06-25 21:51  xfce

	* src/client.c, src/events.c, src/misc.c, src/workspaces.c: Remove
	  XSync()

2002-06-23 22:03  xfce

	* src/client.c: *** empty log message ***

2002-06-23 21:56  xfce

	* src/client.c: Improve stacking for ROX.

2002-06-23 21:04  xfce

	* src/client.c: Include non visible windows in stack computation
	  (with the hope that fixes the bug reported by Jasper)

2002-06-22 15:14  xfce

	* themes/slick/themerc: *** empty log message ***

2002-06-22 15:11  xfce

	* themes/slick/close-active.xpm, themes/slick/close-inactive.xpm,
	  ...
	  themes/slick/stick-pressed.xpm:
	  Theme tweaking...

2002-06-22 12:44  xfce

	* themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: Theme tweaking

2002-06-21 10:55  xfce

	* themes/platinum/bottom-active.xpm,
	  ...
	  themes/platinum/top-right-inactive.xpm: Theme tweaking...

2002-06-20 08:00  xfce

	* themes/gorilla/themerc: Theme tweaking.

2002-06-19 12:39  xfce

	* themes/redmond/close-active.xpm,
	  ...
	  themes/redmond/stick-pressed.xpm: *** empty log message ***

2002-06-19 12:09  xfce

	* themes/redmond/menu-pressed.xpm: *** empty log message ***

2002-06-19 11:02  xfce

	* themes/redmond/close-active.xpm,
	  ...
	  themes/redmond/themerc: Theme
	  tweaking

2002-06-19 10:54  xfce

	* themes/redmond/menu-active.xpm, themes/redmond/menu-inactive.xpm,
	  ... themes/redmond/themerc: Theme
	  tweaking

2002-06-19 08:49  xfce

	* src/keyboard.c: *** empty log message ***

2002-06-18 15:37  xfce

	* defaults/defaults.in, example.xfwm4rc.in, src/client.c,
	  src/events.c, src/gtktoxevent.c, src/hints.c, src/keyboard.c,
	  src/keyboard.h, src/main.c, src/menu.c: Change key modifiers'
	  name, use Alt, Meta instead of Mod1 and Mod2
	  Other stuff (sorry, I can't remember right now :-( )

2002-06-17 21:03  xfce

	* src/client.c: Add margins for in clientConstraintPos()

2002-06-17 16:11  xfce

	* src/client.c: Revert last change

2002-06-17 15:27  xfce

	* src/client.c: Use margins in clientConstraintPos()

2002-06-17 08:01  xfce

	* src/main.c: Install system colormap as widget colormap

2002-06-14 21:03  xfce

	* src/client.c, src/client.h, src/main.c: Add a threshold for
	  client visibility

2002-06-14 13:46  xfce

	* themes/gorilla/bottom-active.xpm,
	  ...
	  themes/gorilla/top-right-inactive.xpm: *** empty log message ***

2002-06-13 21:36  xfce

	* src/Makefile.am, src/Makefile.in, src/client.c, src/menu.c:
	  Various cleanups

2002-06-13 15:34  xfce

	* src/client.c, src/events.c, src/menu.c, src/menu.h: Grab keyboard
	  only when absolutely necessary (in clientMove(), clientResize())
	  Test result of menu_popup() and repaint titlebar accordingly

2002-06-13 12:41  xfce

	* themes/gorilla/bottom-inactive.xpm,
	  ...
	  themes/gorilla/top-right-inactive.xpm: *** empty log message ***

2002-06-12 18:35  xfce

	* themes/gorilla/bottom-inactive.xpm,
	  ...
	  themes/gorilla/top-right-inactive.xpm: *** empty log message ***

2002-06-12 18:29  xfce

	* themes/gorilla/bottom-active.xpm,
	  ...
	  themes/gorilla/top-right-inactive.xpm: *** empty log message ***

2002-06-12 16:18  xfce

	* themes/gorilla/bottom-inactive.xpm,
	  ...
	  themes/gorilla/top-right-inactive.xpm: *** empty log message ***

2002-06-12 08:26  xfce

	* src/client.c, src/client.h, src/events.c: Improve window gravity
	  management

2002-06-11 21:18  xfce

	* depcomp: Add depcomp for automake 1.6

2002-06-11 21:16  xfce

	* Makefile.in, aclocal.m4, compile, configure, configure.in,
	  defaults/Makefile.in, missing, src/Makefile.am, src/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme "gorilla"
	  inspired by Sawfish and Metacity themes and migrate to autoconf
	  1.6

2002-06-11 15:59  xfce

	* src/client.c: Improve NET type detection for apps/windows that do
	  not support the NET standards

2002-06-11 12:07  xfce

	* src/client.c: Set NET_* properties while the server is grabbed
	  when framing clients (should make the framing faster).

2002-06-10 16:28  xfce

	* themes/slick/bottom-right-active.xpm,
	  themes/slick/bottom-right-inactive.xpm: *** empty log message ***

2002-06-10 16:28  xfce

	* themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: *** empty log message ***

2002-06-10 15:31  xfce

	* themes/slick/bottom-left-active.xpm: *** empty log message ***

2002-06-10 15:29  xfce

	* themes/slick/bottom-left-active.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: Slick revisited

2002-06-10 15:01  xfce

	* themes/slick/bottom-active.xpm, themes/slick/bottom-inactive.xpm,
	  ...
	  themes/slick/top-right-inactive.xpm: Slick revisited

2002-06-10 12:21  xfce

	* src/client.c, src/hints.c: Grab server when framing/unframing all
	  clients at startup/exit

2002-06-10 10:36  xfce

	* src/gtktoxevent.c: Fix a possible crash when popEventFilter is
	  called during filter stack processing

2002-06-05 20:52  xfce

	* src/client.c, src/client.h, src/hints.c, src/hints.h, src/main.c:
	  Fix a problem with StarOffice6.0/OpenOffice1.0

2002-06-05 15:57  xfce

	* src/client.c: *** empty log message ***

2002-06-05 14:59  xfce

	* src/client.c, src/client.h: Set various hints *after* first map
	  of window

2002-06-04 16:17  xfce

	* src/events.c: Drag'n drop of windows between workspaces in GNOME
	  Workspace Switcher works now.

2002-06-04 10:31  xfce

	* Makefile.am, Makefile.in: Fix a problem with example.xfwm4rc
	  genaration

2002-06-04 08:10  xfce

	* AUTHORS: *** empty log message ***

2002-06-04 08:07  xfce

	* themes/kindaker/README, themes/kindaker/close-pressed.xpm,
	  ...
	  themes/kindaker/stick-pressed.xpm: Improve rendering

2002-06-03 19:34  xfce

	* defaults/defaults.in, example.xfwm4rc.in, xfwm4.spec.in: Change
	  default theme to "kindaker"

2002-06-03 15:42  xfce

	* themes/kindaker/README: Add names of the original Keramik authors
	  for credits in the README file.

2002-06-03 07:56  xfce

	* themes/kindaker/themerc: Change inactive title color to dark blue
	  instead of black for "kindaker" theme.

2002-06-02 21:58  xfce

	* src/client.c, src/client.h, src/hints.c, src/hints.h,
	  src/keyboard.c, src/parserc.c, src/settings.c: *** empty log
	  message ***

2002-06-01 11:26  xfce

	* themes/agua/README, themes/coldsteel/README, themes/crux/README,
	  ...
	  themes/xfce/README: Add README files

2002-06-01 11:25  xfce

	* configure, configure.in, src/client.c, src/hints.c,
	  ...
	  xfwm4.spec.in: Add new theme "kindaker"
	  based on KDE theme "keramik", add a README file for all themes.

2002-05-31 16:25  xfce

	* src/client.c, src/hints.c: *** empty log message ***

2002-05-31 15:54  xfce

	* src/client.c: *** empty log message ***

2002-05-31 13:29  xfce

	* themes/next/maximize-pressed.xpm, themes/next/shade-pressed.xpm:
	  *** empty log message ***

2002-05-28 13:39  xfce

	* src/Makefile.am, src/Makefile.in, themes/Makefile.in,
	  ...
	  themes/xfce/Makefile.in: Add
	  -DG_DISABLE_DEPRECATED in Makefile.am

2002-05-27 21:38  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new theme

2002-05-26 21:34  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Add new
	  theme (ported from sawfish)

2002-05-25 13:57  xfce

	* xfwm4.spec.in: *** empty log message ***

2002-05-24 22:15  xfce

	* xfwm4.spec.in: *** empty log message ***

2002-05-24 21:47  xfce

	* xfwm4.spec.in: *** empty log message ***

2002-05-24 20:54  xfce

	* Makefile.am, Makefile.in, src/Makefile.in, themes/Makefile.in,
	  ...
	  xfwm4.spec.in: Make separate noarch rpm for themes

2002-05-24 08:03  xfce

	* Makefile.am, Makefile.in, src/.indent.pro, src/Makefile.in,
	  src/client.c, src/client.h, src/events.c, src/events.h,
	  src/frame.c, src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c,
	  src/gtktoxevent.h, src/hints.c, src/hints.h, src/keyboard.c,
	  src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h,
	  src/parserc.c, src/parserc.h, src/pixmap.c, src/settings.c,
	  src/settings.h, src/workspaces.c, src/workspaces.h,
	  ...
	  adjust
	  .indent.pro options for my own taste and apply on sources.

2002-05-23 22:24  xfce

	* AUTHORS, Makefile.am, Makefile.in, autogen.sh, configure,
	  configure.in, defaults/Makefile.am, defaults/Makefile.in,
	  defaults/defaults.in, example.xfwm4rc.in, src/Makefile.am,
	  src/Makefile.in, themes/Makefile.in, themes/agua/Makefile.am,
	  ...
	  xfwm4.spec.in: Improve build
	  process, add automatic xfwm4.spec generation

2002-05-23 17:10  xfce

	* defaults/Makefile.am, defaults/Makefile.in: *** empty log message
	  ***

2002-05-23 16:44  xfce

	* acconfig.h, config.h.in, configure, configure.in,
	  src/Makefile.am, src/Makefile.in: *** empty log message ***

2002-05-23 10:07  xfce

	* Makefile.am, Makefile.in, acconfig.h, config.h.in, configure,
	  configure.in, defaults/Makefile.am, defaults/Makefile.in,
	  defaults/defaults.in, example.xfwm4rc, example.xfwm4rc.in,
	  src/Makefile.in, themes/Makefile.in, themes/agua/Makefile.am,
	  ...
	  xfwm4.spec: Clean up build/install
	  procedure and add a spec file so we have now a rpm

2002-05-22 16:39  xfce

	* src/client.c: *** empty log message ***

2002-05-22 16:36  xfce

	* src/client.c: *** empty log message ***

2002-05-22 15:33  xfce

	* src/client.c, src/client.h, src/frame.c: *** empty log message
	  ***

2002-05-22 15:10  xfce

	* src/client.c, src/frame.c, src/hints.c: *** empty log message ***

2002-05-22 13:06  xfce

	* src/client.c, src/client.h, src/events.c, src/frame.c,
	  src/hints.c, src/hints.h: Add net_wm_state_fullscreen support

2002-05-22 08:54  xfce

	* src/gtktoxevent.c: Disable double buffereing on internal gtk
	  widget

2002-05-21 21:14  xfce

	* src/menu.c: *** empty log message ***

2002-05-20 21:33  xfce

	* src/frame.c: Whoops.

2002-05-20 21:29  xfce

	* src/frame.c: Huh ?

2002-05-19 20:34  xfce

	* src/client.c, src/events.c, src/hints.c, src/hints.h, src/main.c,
	  src/misc.c: Improve responsiveness when sigterm/sigkill is
	  received

2002-05-17 23:25  xfce

	* src/events.c, src/gtk_style.c, src/gtk_style.h, src/menu.c: Make
	  sure it compiles without warnings when adding
	  -DGTK_DISABLE_DEPRECATED

2002-05-17 13:11  xfce

	* src/client.c, src/client.h: Improve focus switching in case of
	  unmap/destroy notify

2002-05-17 10:37  xfce

	* src/events.c: *** empty log message ***

2002-05-17 09:25  xfce

	* README, defaults/defaults.in, example.xfwm4rc, src/client.c,
	  src/client.h, src/hints.c, src/hints.h: Change focus handling to
	  be faster and use less memory

2002-05-16 21:16  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h: Improve focus handling by using GNOME protocol,
	  ICCCM and wm hints (in this order)

2002-05-15 21:56  xfce

	* README: Update README file

2002-05-15 21:46  xfce

	* defaults/defaults.in, example.xfwm4rc: Change defaults

2002-05-15 21:41  xfce

	* src/pixmap.c: Add colorcloseness and colormap to loadPixmap
	  attributes

2002-05-14 21:46  xfce

	* src/client.c: *** empty log message ***

2002-05-14 21:16  xfce

	* src/client.c, src/client.h, src/events.c, src/menu.c, src/menu.h:
	  Rearrange menu and add a new option "hide all others"

2002-05-14 20:36  xfce

	* themes/crux/menu-active.xpm, themes/crux/menu-inactive.xpm,
	  themes/crux/menu-pressed.xpm: Change menu button for the crux
	  theme

2002-05-14 19:55  xfce

	* src/client.c: Revert to decorating net_wm_window_type_menu
	  windows

2002-05-14 06:10  xfce

	* src/client.c: *** empty log message ***

2002-05-13 21:44  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h, src/main.c: Add support for colormaps
	  handling/notification

2002-05-12 21:30  xfce

	* src/main.c, src/settings.c, themes/coldsteel/themerc,
	  ...
	  themes/xfce/themerc: Add the ability to
	  override gtk colors from within themerc or user pref.

2002-05-12 21:04  xfce

	* src/client.c, src/hints.c, src/hints.h, src/main.c,
	  src/workspaces.c: Fix the problem with Kdesktop not starting
	  properly (the problem was with net_workarea property)

2002-05-12 12:03  xfce

	* src/hints.c: Set net_wm_desktop as startup although it prevents
	  kdesktop to start properly (which is still a mystery for me)

2002-05-12 00:11  xfce

	* src/client.c, src/frame.c, src/pixmap.c, src/pixmap.h: Fix a bug
	  introduced earlier today

2002-05-11 21:26  xfce

	* example.gtkrc-2.0: *** empty log message ***

2002-05-11 21:25  xfce

	* example.gtkrc-2.0: Add an example of gtkrc-2.0 file for xfwm4

2002-05-11 21:24  xfce

	* README, configure, configure.in, src/frame.c, src/hints.c,
	  src/pixmap.c, src/pixmap.h, src/settings.c, themes/Makefile.am,
	  ...
	  fix bug with window name
	  property vs. pango and UTF8, add crux theme from Sawfish (GNOME)
	  window manager.

2002-05-08 21:14  xfce

	* themes/kde/menu-pressed.xpm: *** empty log message ***

2002-05-08 21:06  xfce

	* themes/kde/shade-active.xpm, themes/kde/shade-inactive.xpm,
	  themes/kde/shade-pressed.xpm: Again shade button

2002-05-08 21:01  xfce

	* themes/kde/menu-active.xpm, themes/kde/menu-inactive.xpm,
	  ...
	  themes/kde/shade-pressed.xpm:
	  Change kde theme buttons shade and menu

2002-05-08 12:35  xfce

	* themes/kde/menu-active.xpm, themes/kde/menu-inactive.xpm,
	  ...
	  themes/kde/stick-pressed.xpm: Improve some of the KDE theme
	  buttons

2002-05-08 09:19  xfce

	* src/client.c: Reduce the portion of code when the server is
	  grabbed so application windows have a better chance to set their
	  settings when mapping.

2002-05-07 22:22  xfce

	* ChangeLog, configure, configure.in, src/gtktoxevent.c,
	  src/gtktoxevent.h, src/main.c, themes/Makefile.am,
	  ...
	  themes/xfce/themerc: Use Jens' idea about
	  gtk style to set color/fonts on window decorations.
	  
	  Something like :
	  
	  style "titlebar"
	  {
	  font_name = "Sans 14"
	  }
	  
	  widget "xfwm" style "titlebar"
	  
	  does the trick now.

2002-05-07 21:24  xfce

	* themes/kde, themes/kde/Makefile.am, themes/kde/Makefile.in,
	  ...
	  themes/kde/top-right-inactive.xpm: Add kde like theme

2002-05-07 11:01  xfce

	* src/client.c, src/menu.c: Fix some pedantic warnings

2002-05-07 08:24  xfce

	* themes/windows: Remove previous "windows" theme

2002-05-07 08:20  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/redmondxp/top-right-inactive.xpm: Rename "windows" theme
	  to "redmond" and rename previous "redmond" to "redmondxp"

2002-05-06 22:35  xfce

	* src/events.c, src/main.c, src/menu.c, src/menu.h: Various small
	  fixes

2002-05-06 20:26  xfce

	* src/client.c, src/workspaces.c: net_wm-strut stuff (try to
	  pronounce this sentence 10 times as fast as you can)

2002-05-06 15:28  xfce

	* src/client.c, src/events.c, src/main.c, src/main.h,
	  src/workspaces.c, src/workspaces.h: Improve net_wm_strut
	  implementation

2002-05-06 14:42  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/workspaces.c, src/workspaces.h: Complete net_wm_strut support

2002-05-06 14:03  xfce

	* src/client.c, src/client.h, src/events.c, src/hints.c,
	  src/hints.h: preliminary struts support

2002-05-06 07:41  xfce

	* src/settings.c: Change use of GTK colors for frame rendering

2002-05-05 22:38  xfce

	* src/workspaces.c, themes/mofit/bottom-left-inactive.xpm: ***
	  empty log message ***

2002-05-05 18:39  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/linea/top-right-inactive.xpm: Add linea theme

2002-05-05 15:06  xfce

	* src/workspaces.c: transient/workspace inconsistency fixed

2002-05-05 13:37  xfce

	* configure, configure.in, src/workspaces.c, themes/Makefile.am,
	  ...
	  fix a problem when switch workspaces and transients

2002-05-04 20:25  xfce

	* configure, configure.in, themes/Makefile.am, themes/Makefile.in,
	  ...
	  themes/mofit/top-right-inactive.xpm: Add mofit theme

2002-05-03 21:51  xfce

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
	  NEWS, README, TODO, acconfig.h, aclocal.m4, config.h.in,
	  configure, configure.in, defaults, defaults/Makefile.am,
	  defaults/Makefile.in, defaults/defaults.in, example.xfwm4rc,
	  install-sh, missing, mkinstalldirs, src, src/.indent.pro,
	  src/Makefile.am, src/Makefile.in, src/client.c, src/client.h,
	  src/debug.h, src/events.c, src/events.h, src/frame.c,
	  src/frame.h, src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c,
	  src/gtktoxevent.h, src/hints.c, src/hints.h, src/keyboard.c,
	  src/keyboard.h, src/main.c, src/main.h, src/menu.c, src/menu.h,
	  src/misc.c, src/misc.h, src/parserc.c, src/parserc.h,
	  src/pixmap.c, src/pixmap.h, src/settings.c, src/settings.h,
	  src/workspaces.c, src/workspaces.h, stamp-h.in, themes,
	  ...
	  themes/xfce/top-right-inactive.xpm: Initial revision

2002-05-03 21:51  

	* .: New repository initialized by cvs2svn.

