Branch: refs/heads/master
  Home:   https://github.com/fvwmorg/fvwm
  Commit: 7cfd209e17ed88c34f7ec9318dd82aabc3757baa
      
https://github.com/fvwmorg/fvwm/commit/7cfd209e17ed88c34f7ec9318dd82aabc3757baa
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M fvwm/add_window.c

  Log Message:
  -----------
  Improve and clean up size hints warnings.


  Commit: e98b3e7fae771ca0f6db4ef4c3102bc248a64a02
      
https://github.com/fvwmorg/fvwm/commit/e98b3e7fae771ca0f6db4ef4c3102bc248a64a02
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M modules/FvwmIconMan/xmanager.c

  Log Message:
  -----------
  FvwmIconMan: Don't trigger size hints warning in fvwm core.


  Commit: 5ffc872c63fbd70db2dfc73042fe580fd7a57ec2
      
https://github.com/fvwmorg/fvwm/commit/5ffc872c63fbd70db2dfc73042fe580fd7a57ec2
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M fvwm/events.c

  Log Message:
  -----------
  Fix disappearing windows.

The old patch that removed synthetic UnmapNotify events on the root window to
suppress windows in HandeMapRequestKeepRaised() being unmapped later.  However,
this also caused problems.  vmplayer windows still diasppeared when returning
from fullscreen mode.

It seems that the real problem was the XUnmapWindow in HandleUnmapNotify.
Whoever thought this was a necessary or a good idea is wrong.  When we get an
UnmapNotify on a client window, the client has already unmapped it itself.
When we get a synthetic UnmapNotify on the root window the client has also
unmapped the window.  There's no need whatsoever to unmap it again, and events
caused by unmapping twice do confuse applications.


  Commit: ccea4a057b8dca8657da9f3a505022716ce91999
      
https://github.com/fvwmorg/fvwm/commit/ccea4a057b8dca8657da9f3a505022716ce91999
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS.


  Commit: 2db6922a298738568c3a012e5a62183efe543e48
      
https://github.com/fvwmorg/fvwm/commit/2db6922a298738568c3a012e5a62183efe543e48
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M bin/Makefile.am
    M configure.ac
    M doc/fvwm/Makefile.am
    M fvwm/Makefile.am
    M modules/FvwmAnimate/Makefile.am
    M modules/FvwmAuto/Makefile.am
    M modules/FvwmBacker/Makefile.am
    M modules/FvwmBanner/Makefile.am
    M modules/FvwmButtons/Makefile.am
    R modules/FvwmCommand/FvwmCommandS.c
    M modules/FvwmCommand/Makefile.am
    A modules/FvwmCommandS/FvwmCommand.h
    A modules/FvwmCommandS/FvwmCommandS.c
    A modules/FvwmCommandS/Makefile.am
    A modules/FvwmCommandS/fifos.c
    M modules/FvwmConsole/Makefile.am
    M modules/FvwmCpp/Makefile.am
    M modules/FvwmEvent/Makefile.am
    M modules/FvwmForm/Makefile.am
    M modules/FvwmIconMan/Makefile.am
    M modules/FvwmIdent/Makefile.am
    M modules/FvwmM4/Makefile.am
    M modules/FvwmPager/Makefile.am
    M modules/FvwmPerl/Makefile.am
    M modules/FvwmProxy/Makefile.am
    M modules/FvwmRearrange/Makefile.am
    M modules/FvwmScript/Makefile.am
    M modules/Makefile.am

  Log Message:
  -----------
  Fix installation and uninstallation with --program-transform-name.

Had to move FvwmCommandS to a different subdir to do this.


  Commit: 359820be6d7b85b9ceb796a7f1a03c964f08d9d2
      
https://github.com/fvwmorg/fvwm/commit/359820be6d7b85b9ceb796a7f1a03c964f08d9d2
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS.


Compare: https://github.com/fvwmorg/fvwm/compare/9a57db1dd4ae...359820be6d7b

Reply via email to