Branch: refs/heads/ta/todo
  Home:   https://github.com/fvwmorg/fvwm
  Commit: 6afa5b34640eba525e3586f0735c0ddab78487d7
      
https://github.com/fvwmorg/fvwm/commit/6afa5b34640eba525e3586f0735c0ddab78487d7
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  PNG support: complain if --disable-png missing

PNG support is required for the default configuration so that icons are
displayed.  It's also required from third-party meny generators to provide
icons in generated menus.

* If libpng is found at compile time, use it.
* If libpng is NOT found, and --disable-png is NOT given, complain with good
  reason.


  Commit: c0ae18064466425f3864bd1e3baf03815cae4a44
      
https://github.com/fvwmorg/fvwm/commit/c0ae18064466425f3864bd1e3baf03815cae4a44
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M configure.ac
    M fvwm/add_window.c
    M fvwm/events.c
    M fvwm/frame.c
    M fvwm/icons.c
    M fvwm/menus.c
    M fvwm/session.c
    M libs/FGettext.c
    M libs/FImage.c
    M libs/FRender.c
    M libs/FScreen.c
    M libs/Fft.c
    M libs/Ficonv.c
    M libs/fsm.c
    M modules/FvwmConsole/getline.c

  Log Message:
  -----------
  Fix Gcc warnings.

        * fvwm/session.c (SessionInit, set_sm_properties): Fix warnings.
        * fvwm/frame.c (frame_prepare_animation_shape)
        (frame_setup_shape): Fix warnings.
        * fvwm/icons.c (CreateIconWindow): Fix warnings.
        * fvwm/add_window.c (setup_style_and_decor): Fix warnings.
        * fvwm/events.c (_handle_cr_on_shaped): Fix warnings.
        * configure.ac: Add helper macro SUPPRESS_UNUSED_VAR_WARNING to fake
        using a variable and its value in certain hard to fix places.
        * fvwm/menus.c (size_menu_vertically): Fix write access to read-only
        location with gettext.

libs:
        * fsm.c (SaveYourselfPhase2ReqProc, SaveYourselfDoneProc)
        (NewConnectionMsg): Fix warnings.
        * FGettext.c (FGettextInit): Fix warnings.
        * FImage.c (FGetFImage): Fix warnings.
        * Fft.c (FftGetFont): Fix warnings.
        * FRender.c (FRenderVisualInit, FRenderCreateShadePicture)
        (FRenderTintPicture, FRenderTintRectangle, FRenderRender): Fix
        warnings.
        * FScreen.c (FScreenInit): Fix warnings.
        * Ficonv.c (is_translit_supported, convert_charsets): Fix warnings.


  Commit: f160e7806648e7a1cc5b7f42eba393ed30913d4a
      
https://github.com/fvwmorg/fvwm/commit/f160e7806648e7a1cc5b7f42eba393ed30913d4a
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    A NEWS

  Log Message:
  -----------
  Reinstate NEWS file

Useful to track changes between versions, rather than relying on other means
(such as git commit messages, and per-release information) which would
otherwise have to be generated at time of the release.

This also helps establish that FVWM is a GNU project.


  Commit: abed4eae18d0852f3a1b5a943221bb2147328417
      
https://github.com/fvwmorg/fvwm/commit/abed4eae18d0852f3a1b5a943221bb2147328417
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS:  changes since 2.6.6


  Commit: 64d4244746754610a64ed35de9ca69e557d3e25a
      
https://github.com/fvwmorg/fvwm/commit/64d4244746754610a64ed35de9ca69e557d3e25a
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M docs/DEVELOPERS.md

  Log Message:
  -----------
  DEVELOPERS: mention NEWS file

Let's try and get patches which introduce changes to also include changes to
the NEWS file.


  Commit: 58d1a64671c12e93554dd48e6112f6c6e0d921ed
      
https://github.com/fvwmorg/fvwm/commit/58d1a64671c12e93554dd48e6112f6c6e0d921ed
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS: formatting tweaks


  Commit: 1f45da61792db76a50b40eb22d6510b0f4bc533d
      
https://github.com/fvwmorg/fvwm/commit/1f45da61792db76a50b40eb22d6510b0f4bc533d
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-23 (Sun, 23 Oct 2016)

  Changed paths:
    M NEWS
    M modules/FvwmButtons/dynamic.c

  Log Message:
  -----------
  FvwmButtons: Fix infinite loop with Silent

When detecting whether Silent has been given (to surpress errors), make sure
the loop is exited early, otherwise the tokenisation of commands can cause
FvwmButtons to infinite loop.


  Commit: 40a6bb74c13873b5bb93759fd0b79efa939a5942
      
https://github.com/fvwmorg/fvwm/commit/40a6bb74c13873b5bb93759fd0b79efa939a5942
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M TODO.md

  Log Message:
  -----------
  TODO comments


  Commit: b364ede34b24427f0e0ab129be294b1bfdc16ec3
      
https://github.com/fvwmorg/fvwm/commit/b364ede34b24427f0e0ab129be294b1bfdc16ec3
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M configure.ac
    M libs/FEvent.c

  Log Message:
  -----------
  Fix sanitising XConfigureRequest and XConfigureNotify events.

        * configure.ac: Check for inttypes.h and stdint.h.
        Check for int16_t and uint16_t.

libs:
        * FEvent.c (fev_sanitise_configure_request)
        (fev_sanitise_configure_notify): Fix trunctation of int to 16-bit
        quantity.  This broke ConfigureRequest handling for some applications
        like acroread.


  Commit: 8df3c78b17f657a7a9a264f49cd577cf4485d2ea
      
https://github.com/fvwmorg/fvwm/commit/8df3c78b17f657a7a9a264f49cd577cf4485d2ea
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M NEWS

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


  Commit: c8d0fc74ce97db79eb334a624d375ef9831a7b46
      
https://github.com/fvwmorg/fvwm/commit/c8d0fc74ce97db79eb334a624d375ef9831a7b46
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M fvwm/events.c
    M fvwm/icons.c
    M fvwm/menus.c

  Log Message:
  -----------
  Revert "Expose: don't flush accumulated events"

This reverts commit 0c5211e20940cd8dc811753c83118107d6964c8c.


  Commit: 40974a749e3482fee1de4cae9502070c2f81b1f3
      
https://github.com/fvwmorg/fvwm/commit/40974a749e3482fee1de4cae9502070c2f81b1f3
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M libs/FEvent.c

  Log Message:
  -----------
  Fix Expose events getting discarded.

        * libs/FEvent.c (_fev_check_peek_args, FWeedIfEvents): Remove
        has_predicate from structure.
        (_fev_pred_weed_if): Properly check whether a predicate is present or
        not.  This caused the weeding loop to dispose of Expose events.


  Commit: 8a6de096f88cf52cc98792b8e2c441e5fbca5341
      
https://github.com/fvwmorg/fvwm/commit/8a6de096f88cf52cc98792b8e2c441e5fbca5341
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M TODO.md

  Log Message:
  -----------
  TODO: Section about messages.


  Commit: 91efbde14e42bc0af24edfbf93bc6e5f702981c8
      
https://github.com/fvwmorg/fvwm/commit/91efbde14e42bc0af24edfbf93bc6e5f702981c8
  Author: somiaj <jaimosskril...@boisestate.edu>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M bin/fvwm-menu-desktop-config.fpl
    M bin/fvwm-menu-desktop.in
    R modules/FvwmForm/FvwmForm-GenOptionHelp
    R modules/FvwmForm/FvwmForm-MultiMenuHelp
    R modules/FvwmForm/FvwmForm-SingleMenuHelp
    A modules/FvwmForm/FvwmForm-XDGMenuHelp
    A modules/FvwmForm/FvwmForm-XDGOptionsHelp
    M modules/FvwmForm/Makefile.am

  Log Message:
  -----------
  fvwm-menu-desktop improvements

 * Added the ability to load defaults from the
   FvwmForm-XDGMenu-Config data file.

 * The top level menu now has two additional items:
     'Regenerate' - Regenerates menu with saved options.
     'Configure' - Opens up FvwmForm-XDGMenu.
   Added --include-items [config|regenerate|both|none]

 * Modified the FvwmForm-XDGMenu-Config interface and renamed it.

 * The default menu name is now XDGMenu (was FvwmMenu)

 * Added --without-titles option. Needed to overrided the config
   file if titles are set there.


  Commit: 533559976fc71f2e19b895c3ed54a39bf19af5bc
      
https://github.com/fvwmorg/fvwm/commit/533559976fc71f2e19b895c3ed54a39bf19af5bc
  Author: somiaj <jaimosskril...@boisestate.edu>
  Date:   2016-10-30 (Sun, 30 Oct 2016)

  Changed paths:
    M NEWS
    M bin/fvwm-menu-desktop-config.fpl
    M bin/fvwm-menu-desktop.1.in
    M bin/fvwm-menu-desktop.in
    M modules/FvwmForm/FvwmForm-XDGMenuHelp
    M modules/FvwmForm/FvwmForm-XDGOptionsHelp

  Log Message:
  -----------
  fvwm-menu-desktop more improvements

 * Added --dynamic option.
 * Added --regen-cmd to control the Regenerate menu item.
 * Made titles default and added --without-titles
 * Added --all-menus to generate all menus and not try to
   find the best one.
 * Updated man page to reflect the changes.
 * Updated News file about changes.


  Commit: 9e81c6aeca97f37e272cfb275aa9e0b0cd119279
      
https://github.com/fvwmorg/fvwm/commit/9e81c6aeca97f37e272cfb275aa9e0b0cd119279
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-30 (Sun, 30 Oct 2016)

  Changed paths:
    M NEWS

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


  Commit: 754c196187551fda0d1eca84f6bf9967b9233e02
      
https://github.com/fvwmorg/fvwm/commit/754c196187551fda0d1eca84f6bf9967b9233e02
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-30 (Sun, 30 Oct 2016)

  Changed paths:
    M Makefile.am
    M configure.ac
    A default-config/.stalonetrayrc
    A default-config/FvwmScript-ConfirmCopyConfig
    A default-config/FvwmScript-ConfirmQuit
    A default-config/FvwmScript-DateTime
    A default-config/Makefile.am
    A default-config/config
    A default-config/images/background/bg1.png
    A default-config/images/background/bg2.png
    A default-config/images/background/bg3.png
    A default-config/images/bgicons/bg1.png
    A default-config/images/bgicons/bg2.png
    A default-config/images/bgicons/bg3.png
    A default-config/images/fvwm-logo-small.png
    A default-config/images/icons/apps.png
    A default-config/images/icons/conf.png
    A default-config/images/icons/help.png
    A default-config/images/icons/programs.png
    A default-config/images/icons/quit.png
    A default-config/images/icons/refresh.png
    A default-config/images/icons/restart.png
    A default-config/images/icons/terminal.png
    A default-config/images/icons/wallpaper.png
    A default-config/images/icons/xterm.png
    M doc/fvwm/configuration.xml
    M fvwm/ConfigFvwmDefaults
    M fvwm/fvwm.c
    M perllib/Makefile.am

  Log Message:
  -----------
  Add default-config to fvwm

It's been a long-time coming, but fvwm out-of-the-box now has an uptodate and
maintainable configuration file which will hopefully serve as a good basis for
users to customise, should they not have one of their own to start with.

A few tiny backend changes (by Thomas Adam) were required to plumb the config
into the existing infrastructure.

All credit for this goes to Jaimos Skriletz for this work, with some nice
feedback from the fvwm community at-large (mostly on #fvwm on freenode).


  Commit: 478cb80303bc4faf217d03ae7fc746d8b11c9be7
      
https://github.com/fvwmorg/fvwm/commit/478cb80303bc4faf217d03ae7fc746d8b11c9be7
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-30 (Sun, 30 Oct 2016)

  Changed paths:
    M default-config/config

  Log Message:
  -----------
  default-config: add passid for fvwmevent

Without the PassID option, the desk number is not sent back.  This makes
changing the colour of FvwmButtons difficult without it.


  Commit: d74e890f514e3da696c4f34e2cc41d0eeef4126b
      
https://github.com/fvwmorg/fvwm/commit/d74e890f514e3da696c4f34e2cc41d0eeef4126b
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-10-31 (Mon, 31 Oct 2016)

  Changed paths:
    M fvwm/fvwm.c

  Log Message:
  -----------
  Correct path to access()

When checking to see if the configuration file exists, use the correct
argument, and not the built-up string.


  Commit: 683d522914fe04f63a928bb8dc2c6520241422df
      
https://github.com/fvwmorg/fvwm/commit/683d522914fe04f63a928bb8dc2c6520241422df
  Author: somiaj <jaimosskril...@boisestate.edu>
  Date:   2016-11-01 (Tue, 01 Nov 2016)

  Changed paths:
    M bin/fvwm-menu-desktop-config.fpl

  Log Message:
  -----------
  FvwmForm-XDGMenu-Config fix defaults

 Changed the default icon setting from on to off to agree
 with fvwm-menu-desktop defaults.


  Commit: b6c0354726acdcdb6650875cfcaf54b8179f8508
      
https://github.com/fvwmorg/fvwm/commit/b6c0354726acdcdb6650875cfcaf54b8179f8508
  Author: somiaj <jaimosskril...@boisestate.edu>
  Date:   2016-11-01 (Tue, 01 Nov 2016)

  Changed paths:
    M default-config/FvwmScript-ConfirmCopyConfig
    M default-config/config
    R default-config/images/icons/xterm.png

  Log Message:
  -----------
  Unneeded complexity

 The script to copy the config only needed to copy the config file.
 No need to copy the images or stalonetrayrc file as they can be
 read from their location in default-config.

 Removed the xterm.png icon as it was not part of google's set.


  Commit: c8b04dfb30710ae3c83b733a6aa188b531da69d6
      
https://github.com/fvwmorg/fvwm/commit/c8b04dfb30710ae3c83b733a6aa188b531da69d6
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M Makefile.am
    M NEWS
    M configure.ac
    M default-config/Makefile.am
    M doc/docbook-xml/Makefile.am
    R po/FvwmTaskBar.ar.gmo
    R po/FvwmTaskBar.ar.po
    R po/FvwmTaskBar.de.gmo
    R po/FvwmTaskBar.de.po
    R po/FvwmTaskBar.es.gmo
    R po/FvwmTaskBar.es.po
    R po/FvwmTaskBar.fr.gmo
    R po/FvwmTaskBar.fr.po
    R po/FvwmTaskBar.pot
    R po/FvwmTaskBar.ru.gmo
    R po/FvwmTaskBar.ru.po
    R po/FvwmTaskBar.sv_SE.gmo
    R po/FvwmTaskBar.sv_SE.po
    R po/FvwmTaskBar.zh_CN.gmo
    R po/FvwmTaskBar.zh_CN.po
    R po/FvwmTaskBar.zh_TW.po
    M po/Makefile.am

  Log Message:
  -----------
  Release files for 2.6.7


  Commit: e32f464e91fcdb61e45d9c00fee18201ee8da485
      
https://github.com/fvwmorg/fvwm/commit/e32f464e91fcdb61e45d9c00fee18201ee8da485
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M NEWS
    M configure.ac

  Log Message:
  -----------
  Next version


  Commit: af1a6ab474398ec205b2592246b46bfd8c394c97
      
https://github.com/fvwmorg/fvwm/commit/af1a6ab474398ec205b2592246b46bfd8c394c97
  Author: Thomas Adam <tho...@fvwm.org>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M default-config/Makefile.am
    M po/FvwmScript.fr.gmo
    M po/fvwm.fr.gmo
    M utils/Makefile.am
    M utils/fvwm-version-str.sh

  Log Message:
  -----------
  Fix up Makefile install targets

* Make default-config honour DESTDIR.


  Commit: 8dcd28c5e08474d9c2ccd031561fcb1bd03bfc78
      
https://github.com/fvwmorg/fvwm/commit/8dcd28c5e08474d9c2ccd031561fcb1bd03bfc78
  Author: Thomas Adam <tho...@fvwm.org>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M NEWS

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


  Commit: 8c1be384c99d36afeac702f428b0b60e21eba926
      
https://github.com/fvwmorg/fvwm/commit/8c1be384c99d36afeac702f428b0b60e21eba926
  Author: Thomas Adam <tho...@fvwm.org>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M docs/DEVELOPERS.md

  Log Message:
  -----------
  DEVELOPERS: update release info


  Commit: e8ab7a826310e1468545dbc07fc41d470347a805
      
https://github.com/fvwmorg/fvwm/commit/e8ab7a826310e1468545dbc07fc41d470347a805
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: add a releases section

Add releases section which describes fvwm2-stable, etc.


  Commit: 073d549256b24cf9924f2260023444160ff64eb3
      
https://github.com/fvwmorg/fvwm/commit/073d549256b24cf9924f2260023444160ff64eb3
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
    M NEWS
    M bin/fvwm-perllib.in

  Log Message:
  -----------
  fvwm-perllib: fix pod2man usage


  Commit: 9a57db1dd4ae6423a991a6aa0f399c8e137728f8
      
https://github.com/fvwmorg/fvwm/commit/9a57db1dd4ae6423a991a6aa0f399c8e137728f8
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M doc/commands/BugOpts.xml
    M doc/commands/Style.xml
    M doc/commands/TitleStyle.xml
    M doc/fvwm/images.xml
    M fvwm/builtins.c
    M fvwm/events.c
    M modules/FvwmBacker/FvwmBacker.1.in
    M modules/FvwmButtons/FvwmButtons.1.in
    M modules/FvwmCommand/FvwmCommand.c
    M modules/FvwmPerl/FvwmPerl.1
    M modules/FvwmProxy/FvwmProxy.1.in
    M modules/FvwmScript/Instructions.c
    M modules/FvwmScript/Widgets/Widget.c

  Log Message:
  -----------
  Fix typos/spelling errors

Via Debian linter.


  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.


  Commit: 027774b2a39fb7d9d53e3528b9a3b974c098c643
      
https://github.com/fvwmorg/fvwm/commit/027774b2a39fb7d9d53e3528b9a3b974c098c643
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M doc/commands/Asterisk.xml
    M doc/commands/Colorset.xml
    M doc/commands/DestroyModuleConfig.xml
    M doc/commands/LocalePath.xml
    M doc/commands/Module.xml
    M doc/commands/Style.xml
    M doc/commands/Wait.xml
    M doc/fvwm/colorsets.xml
    M doc/fvwm/initialization.xml
    M doc/fvwm/virtualDesktop.xml
    M modules/FvwmBacker/FvwmBacker.1.in
    M modules/FvwmButtons/FvwmButtons.1.in
    M modules/FvwmForm/FvwmForm.1.in
    M modules/FvwmIconMan/FvwmIconMan.1.in
    M modules/FvwmIdent/FvwmIdent.1.in
    M modules/FvwmPager/FvwmPager.1.in
    M modules/FvwmScript/FvwmScript.1.in

  Log Message:
  -----------
  Remove references to old modules


  Commit: 1a05b19174c2aaab4da6e21f8243f23ca79af8c4
      
https://github.com/fvwmorg/fvwm/commit/1a05b19174c2aaab4da6e21f8243f23ca79af8c4
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M NEWS

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


  Commit: 73aa41c82379d9c8c907d2f56fcafb759fa3ec5c
      
https://github.com/fvwmorg/fvwm/commit/73aa41c82379d9c8c907d2f56fcafb759fa3ec5c
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M TODO.md

  Log Message:
  -----------
  + Translations


Compare: https://github.com/fvwmorg/fvwm/compare/ccc093f814e7...73aa41c82379

Reply via email to