[fvwmorg/fvwm] ed4a68: Enable usage of more mouse buttons.
Jaimos <[email protected]> Wed, 19 Oct 2022 14:57:13 -0700
| Newsgroups | gmane.comp.window-managers.fvwm.devel |
|---|---|
| Message-ID | <fvwmorg/fvwm/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/fvwmorg/fvwm
Commit: ed4a684cb78f28356028825d6f07867cb1f811b7
https://github.com/fvwmorg/fvwm/commit/ed4a684cb78f28356028825d6f07867cb1f811b7
Author: Klaus Ethgen <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M libs/defaults.h
Log Message:
-----------
Enable usage of more mouse buttons.
Increase the number of "extended" mouse buttons from 9 (which isn't
enough this day and age) to 15.
Originally from Debian (https://bugs.debian.org/775570).
Commit: 84d16904e823ab1c65b1b81f646ab0a4e7b65a44
https://github.com/fvwmorg/fvwm/commit/84d16904e823ab1c65b1b81f646ab0a4e7b65a44
Author: Helmut Grohne <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M acinclude.m4
M configure.ac
Log Message:
-----------
Use upstream PKG_PROG_PKG_CONFIG.
Use Upstream PKG_PROG_PKG_CONFIG instead of fvwm's AM_CHECK_PG_CONFIG
macro for pkg-config. This should improve cross building.
Originally from Debian (http://bugs.debian.org/900074).
Commit: 9757047b43fe3b3eeb430164344d45508e160d88
https://github.com/fvwmorg/fvwm/commit/9757047b43fe3b3eeb430164344d45508e160d88
Author: Chris Lamb <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M bin/fvwm-bug.in
Log Message:
-----------
Reproducible Builds
Allow fvwm to be built reproducibly.
Originally from Debian (https://bugs.debian.org/831646).
Commit: 55e47fb2547f809fd15cd553f632be95c7f29bd1
https://github.com/fvwmorg/fvwm/commit/55e47fb2547f809fd15cd553f632be95c7f29bd1
Author: somiaj <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M modules/FvwmIconMan/xmanager.c
Log Message:
-----------
Fix FvwmIconMan triggering size hint warnings.
Stop FvwmIconMan from issuing a sizehints warning when it is
still resizing its window.
Originally from Debian (https://bugs.debian.org/849355).
Commit: 6a6dc33507b7c624668f2cb0bfd0b240d46bc079
https://github.com/fvwmorg/fvwm/commit/6a6dc33507b7c624668f2cb0bfd0b240d46bc079
Author: somiaj <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M doc/commands/ClickTime.xml
Log Message:
-----------
Add double click time info to ClickTime in manpage.
Originally from Debian (https://bugs.debian.org/567387).
Commit: 1934dd5d1d83d1a00e071d4889d982a4e8763939
https://github.com/fvwmorg/fvwm/commit/1934dd5d1d83d1a00e071d4889d982a4e8763939
Author: somiaj <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M bin/fvwm-menu-directory.in
Log Message:
-----------
fvwm-menu-directory: escape file name correctly
Rather than escape the menu name as something fvwm would interpret,
escape it as a filename instead as this matches the data type.
Originally from Debian.
Commit: 98b95207a8cc5cd8bd82a241dce796f961e77c8b
https://github.com/fvwmorg/fvwm/commit/98b95207a8cc5cd8bd82a241dce796f961e77c8b
Author: somiaj <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M configure.ac
Log Message:
-----------
Move locales to $FVWM_DATADIR.
Originally from Debian.
Commit: c67a427359a81948e107da4637da204f47d3e359
https://github.com/fvwmorg/fvwm/commit/c67a427359a81948e107da4637da204f47d3e359
Author: somiaj <[email protected]>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M default-config/config
Log Message:
-----------
default-config bug fix and local config.
Fixes a bug with StartFunction resetting the background image
on a restart and adds an optional $FVWM_USERDIR/local.config
for local overrides.
Originally from Debian.
Compare: https://github.com/fvwmorg/fvwm/compare/1dd6c655b52c...c67a427359a8