Branch: refs/heads/master
  Home:   https://github.com/fvwmorg/fvwm3
  Commit: 073d549256b24cf9924f2260023444160ff64eb3
      
https://github.com/fvwmorg/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/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/fvwm3/commit/73aa41c82379d9c8c907d2f56fcafb759fa3ec5c
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M TODO.md

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


  Commit: f63db4958d360bd6ca1500ba9c03ef76fb11441f
      
https://github.com/fvwmorg/fvwm3/commit/f63db4958d360bd6ca1500ba9c03ef76fb11441f
  Author: scootergrisen <scootergri...@gmail.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Add danish translation


  Commit: 70035157f73587a336a9f1b4407a8107c9c3b0ed
      
https://github.com/fvwmorg/fvwm3/commit/70035157f73587a336a9f1b4407a8107c9c3b0ed
  Author: scootergrisen <scootergri...@gmail.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
    A po/FvwmScript.da.po
    A po/fvwm.da.po

  Log Message:
  -----------
  Add danish translation


  Commit: 7d2c3abd6c250a82bb667f73f14371e0048cbc3e
      
https://github.com/fvwmorg/fvwm3/commit/7d2c3abd6c250a82bb667f73f14371e0048cbc3e
  Author: scootergrisen <scootergri...@gmail.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
    M po/FvwmScript.da.po

  Log Message:
  -----------
  Update FvwmScript.da.po


  Commit: abae35d5f82d774eec498f5aab22d9183c779ed8
      
https://github.com/fvwmorg/fvwm3/commit/abae35d5f82d774eec498f5aab22d9183c779ed8
  Author: scootergrisen <scootergri...@gmail.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
    M po/fvwm.da.po

  Log Message:
  -----------
  Update fvwm.da.po


  Commit: 5724711b9cf99552a1b68fb1954b5ff0a734418a
      
https://github.com/fvwmorg/fvwm3/commit/5724711b9cf99552a1b68fb1954b5ff0a734418a
  Author: Vincent Lefevre <vinc...@vinc17.net>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
    M doc/commands/MoveToScreen.xml

  Log Message:
  -----------
  Remove extraneous word from MoveToScreen


  Commit: a6fbeb7997a4310217c6b9f41fca4a8b1ab3b99d
      
https://github.com/fvwmorg/fvwm3/commit/a6fbeb7997a4310217c6b9f41fca4a8b1ab3b99d
  Author: somiaj <jaimosskril...@boisestate.edu>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
    M bin/fvwm-menu-desktop.1.in
    M bin/fvwm-menu-desktop.in
    M default-config/config

  Log Message:
  -----------
  Improve fvwm-menu-desktop error handling.

  * Checks if $FVWM_USERDIR is defined.
  * Errors out nicer if python-xdg is not installed.
  * New option --menu-error|-e that will output the python-xdg
    not found error or no menus found error to the generated menu.
    For use in default-config.
  * Add -e to default-config.
  * --verbose now informs the user when defaults are loaded from
    the config file.


  Commit: f4d7a680648d11972fa6f66c437de58ecfe62021
      
https://github.com/fvwmorg/fvwm3/commit/f4d7a680648d11972fa6f66c437de58ecfe62021
  Author: somiaj <jaimosskril...@boisestate.edu>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
    M default-config/FvwmScript-ConfirmCopyConfig
    M default-config/config

  Log Message:
  -----------
  Default Config Changes

  * Modified FvwmScript-ConfirmCopyConfig to state config file
    destination (not just directory).
  * Improved/simplified Function Handling mostly around Mouse Bindings.
  * Simplified IconManClick function
  * Updated SendTo menu so it can send to any desk, page or the
    current desk/page.
  * No longer use Decor.
  * Added hotkey's to MenuFvwmRoot
  * Updated FvwmIconMan's configuration. Iconfied windows
    now shown with grey text.
  * Changed placement policy to MinOverlapPlacement
  * Removed some settings such as XorValue and HideGeometryWindow
  * Add delete to double click action on Menu button.


  Commit: fa8125cec830f20c3dd6613f3e8e5686537c57be
      
https://github.com/fvwmorg/fvwm3/commit/fa8125cec830f20c3dd6613f3e8e5686537c57be
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M libs/BidiJoin.c

  Log Message:
  -----------
  BidiJoin: Remove unused definition


  Commit: 3bad8f5e61a9ac1a9e510fe085f69fbbb348fd3c
      
https://github.com/fvwmorg/fvwm3/commit/3bad8f5e61a9ac1a9e510fe085f69fbbb348fd3c
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
    M doc/commands/AddToFunc.xml
    M fvwm/functions.c

  Log Message:
  -----------
  Add "J" function actions (late immediate).

This works like "I" but is executed later (once), when the user
starts interacting with the function, e.g. on the first button
release or if the pointer moves (and the function uses "M").  This
can be used to write an "escalating" close function that runs
on the first button release:

  AddToFunc CloseOrDestroy
  + J Close
  + D Destroy

Run "Close" immediately (but not right when the button is pressed)
and follow up with a Destroy in case of a double click.  Compared
to the normal "+ C Close" this avoids the double click delay
before the action is triggered.


  Commit: ffe942d66cdb1a24d761d9e89c1a4dab49f2400c
      
https://github.com/fvwmorg/fvwm3/commit/ffe942d66cdb1a24d761d9e89c1a4dab49f2400c
  Author: Dominik Vogt <dominik.v...@gmx.de>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
    M fvwm/add_window.c
    M fvwm/add_window.h
    M fvwm/events.c
    M fvwm/ewmh_names.c
    M fvwm/session.c
    M fvwm/style.h
    M fvwm/update.c
    M libs/defaults.h

  Log Message:
  -----------
  Fix updating window and icon titles.

With the introduction of the TitleFormat and IconTitleFormat styles, a change
of the window or icon name could affect both titles.  The existing code did not
reflect this and a change in the icon name might not be visible in the window
title and vice versa.  The patch cleans up and unifies handling of changes of
the window and icon names and fixes this problem.

Also, the said patch simply set the default IconTitleFormat to the same as
TitleFormat, so the icon name would never be used anyway.  This commit replaces
the default IconTitleFormat with "%i" instead.


  Commit: 597a4e296da4f21e71a17facab297e016a3a80a8
      
https://github.com/fvwmorg/fvwm3/commit/597a4e296da4f21e71a17facab297e016a3a80a8
  Author: Liang Chen <chenliang...@users.noreply.github.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
    M bin/fvwm-menu-desktop.in

  Log Message:
  -----------
  Fix syntax error to close issue #42

Close https://github.com/fvwmorg/fvwm/issues/42


  Commit: e953167ead29a7535009346c44b0499bb24a7e9b
      
https://github.com/fvwmorg/fvwm3/commit/e953167ead29a7535009346c44b0499bb24a7e9b
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Changed paths:
    A .gitlab-ci.yml

  Log Message:
  -----------
  Add gitlab-ci.yml


  Commit: 60530d967c430f5c1902e65a75a87726f3c5242f
      
https://github.com/fvwmorg/fvwm3/commit/60530d967c430f5c1902e65a75a87726f3c5242f
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  gitlab-ci: fix typo


  Commit: cadd6ed0d5ec0638104a63360ec7cf82ccd582cf
      
https://github.com/fvwmorg/fvwm3/commit/cadd6ed0d5ec0638104a63360ec7cf82ccd582cf
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
    M COPYING
    M bin/fvwm-root.c
    M fvwm/borders.c
    M fvwm/builtins.c
    M fvwm/colormaps.c
    M fvwm/colormaps.h
    M fvwm/conditional.c
    M fvwm/decorations.c
    M fvwm/focus.c
    M fvwm/functions.c
    M fvwm/fvwm.c
    M fvwm/icons.c
    M fvwm/menucmd.c
    M fvwm/menus.c
    M fvwm/misc.c
    M fvwm/module_interface.c
    M fvwm/move_resize.c
    M fvwm/read.c
    M fvwm/style.c
    M fvwm/windowlist.c
    M libs/Picture.c
    M libs/PictureBase.c
    M libs/flist.c
    M modules/FvwmAuto/FvwmAuto.c
    M modules/FvwmBacker/FvwmBacker.c
    M modules/FvwmBacker/FvwmBacker.h
    M modules/FvwmButtons/FvwmButtons.c
    M modules/FvwmButtons/FvwmButtons.h
    M modules/FvwmButtons/button.c
    M modules/FvwmButtons/button.h
    M modules/FvwmButtons/draw.c
    M modules/FvwmButtons/draw.h
    M modules/FvwmButtons/icons.c
    M modules/FvwmButtons/icons.h
    M modules/FvwmButtons/misc.c
    M modules/FvwmButtons/misc.h
    M modules/FvwmButtons/output.c
    M modules/FvwmButtons/parse.c
    M modules/FvwmButtons/parse.h
    M modules/FvwmCpp/FvwmCpp.c
    M modules/FvwmEvent/FvwmEvent.c
    M modules/FvwmM4/FvwmM4.c
    M modules/FvwmPager/FvwmPager.c

  Log Message:
  -----------
  Remove Rob Nation's copyright notice

There's been a long-standing conflict between the time Rob Nation first
created FVWM, and subsequent GPL versions.  In some strict
interpretations, FVWM is non-GPL compliant because of the original
copyright notices.

In tracking down Rob Nation, he's happy for his original copyright
statements to be removed from the code of FVWM.

"Yes, that's fine. Go ahead and remove the notice from all modules with
that or similar legends." -- Robert Nation.


  Commit: d1928aeb2acd67bd45fae6cd4999306f833a5b8e
      
https://github.com/fvwmorg/fvwm3/commit/d1928aeb2acd67bd45fae6cd4999306f833a5b8e
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
    R .gitlab-ci.yml

  Log Message:
  -----------
  Remove gitlab YAML file


  Commit: 69d35e84330f47191bd3dbe25eef7a330fcc4537
      
https://github.com/fvwmorg/fvwm3/commit/69d35e84330f47191bd3dbe25eef7a330fcc4537
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-03 (Sat, 03 Mar 2018)

  Changed paths:
    M modules/FvwmRearrange/FvwmRearrange.c

  Log Message:
  -----------
  FvwmRearrange: fix compilation warning

Fix the fact that a given if statement was ambiguous without braces.


  Commit: 1a69a894d505f9307739c4c9bb64a3df1762767e
      
https://github.com/fvwmorg/fvwm3/commit/1a69a894d505f9307739c4c9bb64a3df1762767e
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-10 (Sat, 10 Mar 2018)

  Changed paths:
    M bin/fvwm-bug.in
    M bin/fvwm-config.in
    M bin/fvwm-convert-2.6.in
    M bin/fvwm-menu-directory.in
    M bin/fvwm-menu-headlines.in
    M bin/fvwm-menu-xlock.in
    M bin/fvwm-perllib.in
    M bin/fvwm-root.c
    M fvwm/add_window.c
    M fvwm/bindings.c
    M fvwm/borders.c
    M fvwm/builtins.c
    M fvwm/colormaps.c
    M fvwm/colormaps.h
    M fvwm/colorset.c
    M fvwm/conditional.c
    M fvwm/condrc.c
    M fvwm/cursor.c
    M fvwm/decorations.c
    M fvwm/events.c
    M fvwm/ewmh.c
    M fvwm/ewmh_conf.c
    M fvwm/ewmh_events.c
    M fvwm/ewmh_icons.c
    M fvwm/ewmh_names.c
    M fvwm/execcontext.c
    M fvwm/expand.c
    M fvwm/focus.c
    M fvwm/focus_policy.c
    M fvwm/frame.c
    M fvwm/functable.c
    M fvwm/functions.c
    M fvwm/fvwm.c
    M fvwm/geometry.c
    M fvwm/icccm2.c
    M fvwm/icons.c
    M fvwm/infostore.c
    M fvwm/menubindings.c
    M fvwm/menucmd.c
    M fvwm/menudim.c
    M fvwm/menugeometry.c
    M fvwm/menuitem.c
    M fvwm/menus.c
    M fvwm/menustyle.c
    M fvwm/misc.c
    M fvwm/modconf.c
    M fvwm/module_interface.c
    M fvwm/module_list.c
    M fvwm/move_resize.c
    M fvwm/placement.c
    M fvwm/read.c
    M fvwm/repeat.c
    M fvwm/schedule.c
    M fvwm/session.c
    M fvwm/stack.c
    M fvwm/style.c
    M fvwm/template.c
    M fvwm/update.c
    M fvwm/virtual.c
    M fvwm/windowlist.c
    M fvwm/windowshade.c
    M libs/BidiJoin.c
    M libs/Bindings.c
    M libs/ClientMsg.c
    M libs/ColorUtils.c
    M libs/Colorset.c
    M libs/CombineChars.c
    M libs/Cursor.c
    M libs/Event.c
    M libs/FBidi.c
    M libs/FEvent.c
    M libs/FGettext.c
    M libs/FImage.c
    M libs/FRender.c
    M libs/FRenderInit.c
    M libs/FScreen.c
    M libs/FShape.c
    M libs/FTips.c
    M libs/Fft.c
    M libs/Ficonv.c
    M libs/Flocale.c
    M libs/FlocaleCharset.c
    M libs/Grab.c
    M libs/Graphics.c
    M libs/Module.c
    M libs/Parse.c
    M libs/Picture.c
    M libs/PictureBase.c
    M libs/PictureGraphics.c
    M libs/PictureImageLoader.c
    M libs/PictureUtils.c
    M libs/Rectangles.c
    M libs/Strings.c
    M libs/System.c
    M libs/Target.c
    M libs/WinMagic.c
    M libs/XError.c
    M libs/XResource.c
    M libs/charmap.c
    M libs/envvar.c
    M libs/fio.c
    M libs/flist.c
    M libs/fsm.c
    M libs/fvwmlib.c
    M libs/fvwmrect.c
    M libs/fvwmsignal.c
    M libs/gravity.c
    M libs/modifiers.c
    M libs/queue.c
    M libs/safemalloc.c
    M libs/setpgrp.c
    M libs/timeout.c
    M libs/wcontext.c
    M libs/wild.c
    M modules/FvwmAnimate/FvwmAnimate.c
    M modules/FvwmAuto/FvwmAuto.c
    M modules/FvwmBacker/FvwmBacker.c
    M modules/FvwmBacker/FvwmBacker.h
    M modules/FvwmBacker/root_bits.c
    M modules/FvwmBanner/FvwmBanner.c
    M modules/FvwmButtons/FvwmButtons.c
    M modules/FvwmButtons/button.c
    M modules/FvwmButtons/draw.c
    M modules/FvwmButtons/dynamic.c
    M modules/FvwmButtons/icons.c
    M modules/FvwmButtons/icons.h
    M modules/FvwmButtons/misc.c
    M modules/FvwmButtons/misc.h
    M modules/FvwmButtons/output.c
    M modules/FvwmButtons/parse.c
    M modules/FvwmButtons/parse.h
    M modules/FvwmCommand/FvwmCommand.c
    M modules/FvwmCommand/fifos.c
    M modules/FvwmCommand/findcmd.pl
    M modules/FvwmCommand/scripts/ex-auto.pl
    M modules/FvwmCommand/scripts/ex-cascade.pl
    M modules/FvwmCommand/scripts/ex-grpmv.pl
    M modules/FvwmCommand/scripts/focus-Netscape.pl
    M modules/FvwmCommand/scripts/focus-link.pl
    M modules/FvwmCommand/scripts/push-away.pl
    M modules/FvwmCommand/scripts/test1.pl
    M modules/FvwmCommand/scripts/test2.sh
    M modules/FvwmCommandS/FvwmCommandS.c
    M modules/FvwmConsole/FvwmConsole.c
    M modules/FvwmConsole/FvwmConsoleC.c
    M modules/FvwmConsole/FvwmConsoleC.pl.in
    M modules/FvwmConsole/getline.c
    M modules/FvwmCpp/FvwmCpp.c
    M modules/FvwmEvent/FvwmEvent.c
    M modules/FvwmForm/FvwmForm.c
    M modules/FvwmForm/ParseCommand.c
    M modules/FvwmForm/ReadXServer.c
    M modules/FvwmIconMan/FvwmIconMan.c
    M modules/FvwmIconMan/debug.c
    M modules/FvwmIconMan/functions.c
    M modules/FvwmIconMan/fvwm.c
    M modules/FvwmIconMan/globals.c
    M modules/FvwmIconMan/readconfig.c
    M modules/FvwmIconMan/winlist.c
    M modules/FvwmIconMan/x.c
    M modules/FvwmIconMan/xmanager.c
    M modules/FvwmIdent/FvwmIdent.c
    M modules/FvwmM4/FvwmM4.c
    M modules/FvwmPager/FvwmPager.c
    M modules/FvwmPager/x_pager.c
    M modules/FvwmPerl/FvwmPerl.in
    M modules/FvwmProxy/FvwmProxy.c
    M modules/FvwmRearrange/FvwmRearrange.c
    M modules/FvwmScript/FvwmScript.c
    M modules/FvwmScript/Instructions.c
    M modules/FvwmScript/Widgets/CheckBox.c
    M modules/FvwmScript/Widgets/HDipstick.c
    M modules/FvwmScript/Widgets/HScrollBar.c
    M modules/FvwmScript/Widgets/ItemDraw.c
    M modules/FvwmScript/Widgets/List.c
    M modules/FvwmScript/Widgets/Menu.c
    M modules/FvwmScript/Widgets/MiniScroll.c
    M modules/FvwmScript/Widgets/PopupMenu.c
    M modules/FvwmScript/Widgets/PushButton.c
    M modules/FvwmScript/Widgets/RadioButton.c
    M modules/FvwmScript/Widgets/Rectangle.c
    M modules/FvwmScript/Widgets/Swallow.c
    M modules/FvwmScript/Widgets/TextField.c
    M modules/FvwmScript/Widgets/Tools.c
    M modules/FvwmScript/Widgets/VDipstick.c
    M modules/FvwmScript/Widgets/VScrollBar.c
    M modules/FvwmScript/Widgets/Widget.c
    M modules/FvwmScript/scanner.c
    M modules/FvwmScript/scanner.l
    M modules/FvwmScript/script.c
    M modules/FvwmScript/script.h
    M modules/FvwmScript/script.y
    M perllib/FVWM/Event.pm
    M perllib/FVWM/EventNames.pm
    M perllib/FVWM/Module.pm.in
    M perllib/FVWM/Module/Terminal.pm
    M perllib/FVWM/Module/Tk.pm
    M perllib/FVWM/Module/Toolkit.pm
    M perllib/FVWM/Tracker.pm
    M perllib/FVWM/Tracker/Colorsets.pm
    M perllib/FVWM/Tracker/GlobalConfig.pm
    M perllib/FVWM/Tracker/ModuleConfig.pm
    M perllib/FVWM/Tracker/PageInfo.pm
    M perllib/FVWM/Tracker/Scheduler.pm
    M perllib/FVWM/Tracker/WindowList.pm
    M perllib/General/FileSystem.pm
    M perllib/General/Parse.pm

  Log Message:
  -----------
  Licensing: remove FSF address and point to website

Rather than requesting a user write to the FSF; instead, point them at
their website.


  Commit: 3019470df085850c4dda8c136c82e591dcb91124
      
https://github.com/fvwmorg/fvwm3/commit/3019470df085850c4dda8c136c82e591dcb91124
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-10 (Sat, 10 Mar 2018)

  Changed paths:
    M bin/fvwm-menu-desktop.in

  Log Message:
  -----------
  Bugfix: Force variable type to be int for python-xdg.


  Commit: 038fa88242a8a0ad6d0925dd88e4f970b78ce5d3
      
https://github.com/fvwmorg/fvwm3/commit/038fa88242a8a0ad6d0925dd88e4f970b78ce5d3
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
    M acinclude.m4
    M configure.ac

  Log Message:
  -----------
  freetype2: detect via pkg-config

Per Debian bug #887713, freetype-config is being deprecated, and
pkg-config should therefore be used.  Transition to this, per:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887713


  Commit: f345f6551a600e07c7a6e7c8dd7a0620178ce1ed
      
https://github.com/fvwmorg/fvwm3/commit/f345f6551a600e07c7a6e7c8dd7a0620178ce1ed
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

  Changed paths:
    M bin/fvwm-menu-desktop.in

  Log Message:
  -----------
  Update fvwm-menu-desktop to work with Python 3.


  Commit: 0fa037ef839a2454f57cec5dc179e354a2be0e50
      
https://github.com/fvwmorg/fvwm3/commit/0fa037ef839a2454f57cec5dc179e354a2be0e50
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

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

  Log Message:
  -----------
  Update generation of FvwmForm-XDGMenu-Config.

  If too many .menu files were found, the generated form
  would would hit both pipe size and line size limits.
  Updated generation to save the configuration into a
  tmp file in $FVWM_USERDIR and Read the file to avoid
  pipe size limits, and split up some of the configuration
  into multiple lines to avoid line size limits.


  Commit: f969d0ef2fef4116967873cf21042646d42c93df
      
https://github.com/fvwmorg/fvwm3/commit/f969d0ef2fef4116967873cf21042646d42c93df
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

  Changed paths:
    M bin/fvwm-menu-desktop.1.in

  Log Message:
  -----------
  Bugfix: fvwm-menu-desktop manpage stated incorrect option.


  Commit: 371fe467005f65a3602cee9015db6cd10947fa67
      
https://github.com/fvwmorg/fvwm3/commit/371fe467005f65a3602cee9015db6cd10947fa67
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

  Changed paths:
    M bin/fvwm-menu-desktop.in

  Log Message:
  -----------
  Ignore encoding errors when reading config file in python3.


  Commit: 5ee73f616b93870dfd26dff9a6800399a17de219
      
https://github.com/fvwmorg/fvwm3/commit/5ee73f616b93870dfd26dff9a6800399a17de219
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

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

  Log Message:
  -----------
  Bugfix: FvwmForm-XDGMenu-Config now honors config setting.

  * fvwm-menu-desktop-config.fpl didn't save the --include-items
    config setting correctly due to a missing space.


  Commit: 533461594ce8edcda3423d208f8923a8eb6c48d5
      
https://github.com/fvwmorg/fvwm3/commit/533461594ce8edcda3423d208f8923a8eb6c48d5
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Update fvwm-menu-desktop to work with Python 3.


  Commit: ac96425cf98ddaa26caa85f37514fc3b3f543b38
      
https://github.com/fvwmorg/fvwm3/commit/ac96425cf98ddaa26caa85f37514fc3b3f543b38
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
    M bin/fvwm-menu-desktop.in
    M configure.ac

  Log Message:
  -----------
  fvwm-menu-desktop now requires Python 3.

  * Python 3 is now the standard and Python 2 is EOL 2020.
  * Python 3 has better character encoding and unicode support
    that is not compatible with python 2. Due to this the
    script no longer runs in python 2.
  * Improved encoding error handling when encountering menu entries
    with character encodings not in the current locale.


  Commit: fb33e043b65ab576871607131d822058a725312a
      
https://github.com/fvwmorg/fvwm3/commit/fb33e043b65ab576871607131d822058a725312a
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

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

  Log Message:
  -----------
  Add --term-cmd option to fvwm-menu-desktop.

  * fvwm-menu-desktop now honors the Terminal=True .desktop
    specification. If Terminal=True is set, the menu will
    now run "Exec exec termCmd programExec" instead of
    "Exec exec programExec".
  * New option --term-cmd can be used to set the terminal
    command used to run Terminal applications with.
    Default is "xterm -e".
  * The terminal command can be configured via
    FvwmForm-XDGMenu-Config.


  Commit: 4ea13d29b16326466f8965ffaaad2fda431441fb
      
https://github.com/fvwmorg/fvwm3/commit/4ea13d29b16326466f8965ffaaad2fda431441fb
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
    M NEWS

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


  Commit: 43bf9bf82b4b3db521b11778afc68215c3d62173
      
https://github.com/fvwmorg/fvwm3/commit/43bf9bf82b4b3db521b11778afc68215c3d62173
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-25 (Sun, 25 Mar 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure: remove GNOME_INIT_HOOK

This is no longer used.


  Commit: 45862275cb58af2485d6213527c1721ea2d7c245
      
https://github.com/fvwmorg/fvwm3/commit/45862275cb58af2485d6213527c1721ea2d7c245
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-03-25 (Sun, 25 Mar 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Update .gitignore


  Commit: e760d90abacd98109cc63faf5aac9e57070b7c4c
      
https://github.com/fvwmorg/fvwm3/commit/e760d90abacd98109cc63faf5aac9e57070b7c4c
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M doc/commands/AddToFunc.xml

  Log Message:
  -----------
  AddToFunc.xml: fixup incorrect 'J' action

'J' was introduced to counterpart 'I' when the function is being
interacted with.  'R' does not exist, hence this is a typo.


  Commit: 7af0ce9f570ec7c6114a8e69c4eb3a1b96d47031
      
https://github.com/fvwmorg/fvwm3/commit/7af0ce9f570ec7c6114a8e69c4eb3a1b96d47031
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-05-17 (Thu, 17 May 2018)

  Changed paths:
    M bin/fvwm-root.1.in
    M doc/commands/AddToFunc.xml

  Log Message:
  -----------
  Fix spelling errors in manpage.

  * Fix two spelling errors in manpages found by lintian.


  Commit: d84d4d4bbde61ca49ce9ec1f378f13d88abc5aae
      
https://github.com/fvwmorg/fvwm3/commit/d84d4d4bbde61ca49ce9ec1f378f13d88abc5aae
  Author: Jaimos <jaimosskril...@boisestate.edu>
  Date:   2018-05-17 (Thu, 17 May 2018)

  Changed paths:
    A po/FvwmScript.da.gmo
    A po/fvwm.da.gmo

  Log Message:
  -----------
  Add .gmo files for da translations.

  * The *.da.gmo files were not built, and are
    needed to actually install the them.


  Commit: de6f19e1590dd7d4e81f5eced400c8f0d6075bf7
      
https://github.com/fvwmorg/fvwm3/commit/de6f19e1590dd7d4e81f5eced400c8f0d6075bf7
  Author: Sebastian Reichel <sebastian.reic...@collabora.co.uk>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M default-config/Makefile.am

  Log Message:
  -----------
  Avoid absolute symlinks

Using absolute symlinks breaks build of rootfs for a target different
than host, because of a the root wwhcih is different between build time
and runtime. This is the case with pyro release of Yocto.

Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk>
Signed-off-by: Fabien Lahoudere <fabien.lahoud...@collabora.com>


  Commit: 818c0a9360c4d546f67674382755dc4204b9cd3d
      
https://github.com/fvwmorg/fvwm3/commit/818c0a9360c4d546f67674382755dc4204b9cd3d
  Author: Thomas Adam <thomas.a...@smoothwall.net>
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure: fix mandoc check

When checking whether to build mandoc, ensure we say "no" explicitly
when asked to disable mandoc.


  Commit: 9a313bbb1fb59694862b6586301df372c4417df1
      
https://github.com/fvwmorg/fvwm3/commit/9a313bbb1fb59694862b6586301df372c4417df1
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M NEWS
    M doc/commands/Maximize.xml
    M fvwm/move_resize.c

  Log Message:
  -----------
  Maximize: add 'fullscreen' option

Not all EWMH-aware applications make it obvious that they can be
fullscreened.  Let FVWM put windows into this state by adding a
'fullscreen' option to the 'Maximize' command.


  Commit: dc6a396bfe5cd6c53eb1df103c3af505d0899f90
      
https://github.com/fvwmorg/fvwm3/commit/dc6a396bfe5cd6c53eb1df103c3af505d0899f90
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-05-31 (Thu, 31 May 2018)

  Changed paths:
    M configure.ac
    M utils/fvwm-version-str.sh

  Log Message:
  -----------
  Prepare for 2.6.8 release


  Commit: fe764c7f2d080cf688f3ed50c7e099ab3af8c883
      
https://github.com/fvwmorg/fvwm3/commit/fe764c7f2d080cf688f3ed50c7e099ab3af8c883
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-05-31 (Thu, 31 May 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure.ac: 2.6.8+ - is_released: no


  Commit: 2e437c9c132d469edfec5e1ed66f227e34978c64
      
https://github.com/fvwmorg/fvwm3/commit/2e437c9c132d469edfec5e1ed66f227e34978c64
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-05-31 (Thu, 31 May 2018)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  Working on 2.6.9


  Commit: 0fdf2815bc09edaf4c0ecb45d47ad12d00863239
      
https://github.com/fvwmorg/fvwm3/commit/0fdf2815bc09edaf4c0ecb45d47ad12d00863239
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M .gitignore
    M NEWS
    M doc/Makefile.am
    M doc/fvwm/Makefile.am

  Log Message:
  -----------
  doc: fix htmldoc/mandoc building

Ensure that --enable-mandoc and --enable-htmldoc correctly disable
building the relevant parts of the documentation, depending on the
options given.


  Commit: 4e759d6f4419896a2877614f02c3cf838eb3d904
      
https://github.com/fvwmorg/fvwm3/commit/4e759d6f4419896a2877614f02c3cf838eb3d904
  Author: scootergrisen <scootergri...@gmail.com>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M po/fvwm.da.po

  Log Message:
  -----------
  Change "Mere" to "Flere" in fvwm.da.po


  Commit: 55a5893adb4e332a48578734dee31f8929f2f2ad
      
https://github.com/fvwmorg/fvwm3/commit/55a5893adb4e332a48578734dee31f8929f2f2ad
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2018-07-28 (Sat, 28 Jul 2018)

  Changed paths:
    M .gitignore
    M TODO.md
    M bin/Makefile.am
    M configure.ac
    M doc/fvwm/Makefile.am
    M fvwm/Makefile.am
    R fvwm/fvwm.c
    A fvwm/fvwm3.c
    M libs/Makefile.am
    R libs/fvwmlib.c
    A libs/fvwmlib3.c
    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
    M modules/FvwmCommand/Makefile.am
    M modules/FvwmCommandS/Makefile.am
    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/FvwmProxy/Makefile.am
    M modules/FvwmRearrange/Makefile.am
    M modules/FvwmScript/Makefile.am
    M tests/hints/Makefile.am
    M utils/Makefile.am
    M utils/fvwm-version-str.sh

  Log Message:
  -----------
  Change version to 3.0.0

Indicate this is fvwm-3.0.0

(cherry picked from commit d58219c5c32f1e430db15d4bc0008a36239c3030)


Compare: https://github.com/fvwmorg/fvwm3/compare/65ba209215f9...55a5893adb4e
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

Reply via email to