CI commit checks (was: [ANNOUNCE] libXft 2.3.7)

2022-11-30 Thread Alan Coopersmith
On 11/16/22 01:08, Thomas Dickey wrote: On Tue, Nov 15, 2022 at 03:27:38PM -0500, Thomas E. Dickey wrote: Thomas E. Dickey (4): libxft issue #15 fix compiler warning libxft issue #16 I hadn't thought of this while committing the changes, but had used short titles because

Re: [PATCH libX11 1/2] Indention fixes around recent dpy->in_ifevent changes

2022-11-30 Thread Alan Coopersmith
It looks like we updated the Workflow Overview section at the beginning to mention "Create a merge request in the freedesktop.org gitlab", but someone still needs to update the later sections of the document to cover that and remove the email instructions. Sorry about the confusion here.

Re: [PATCH libX11 1/2] Indention fixes around recent dpy->in_ifevent changes

2022-11-30 Thread Ulrich Sibiller
Well, then the documentation is wrong, I tried to follow this: https://www.x.org/wiki/Development/Documentation/SubmittingPatches/ which clearly talks about sending patches to the ML, but at the same time mentioning gitlab without mentioning merge requests. Would have preferred a gitlab MR

Re: [PATCH libX11 1/2] Indention fixes around recent dpy->in_ifevent changes

2022-11-30 Thread Alan Coopersmith
On 11/30/22 14:42, Ulrich Sibiller wrote: Resent due to gmail mangling tabs.. Seems impossible nowadays to send a plaintext mail unmodifed using gmail's web interface... Just one of many reasons we prefer patches to be sent as merge requests on https://gitlab.freedesktop.org/xorg/lib/libx11

PATCH libX11 2/2] ChkIfEv.c: fix wrong handling of dpy->in_ifevent

2022-11-30 Thread Ulrich Sibiller
From 9d6bb3d179427d832d811e61fb6e4ebb9d004283 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 30 Nov 2022 22:19:15 +0100 Subject: [PATCH libX11 2/2] ChkIfEv.c: fix wrong handling of dpy->in_ifevent Is no longer a bool but a counter. Signed-off-by: Ulrich Sibiller --- src/ChkIfEv.c |

[PATCH libX11 1/2] Indention fixes around recent dpy->in_ifevent changes

2022-11-30 Thread Ulrich Sibiller
Resent due to gmail mangling tabs.. Seems impossible nowadays to send a plaintext mail unmodifed using gmail's web interface... From 35072d172d0bfecb24fdd8437ecdcd0e391e1f14 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 30 Nov 2022 22:18:42 +0100 Subject: [PATCH libX11 1/2]

[PATCH libX11 1/2] Indention fixes around recent dpy->in_ifevent changes

2022-11-30 Thread Ulrich Sibiller
>From 35072d172d0bfecb24fdd8437ecdcd0e391e1f14 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 30 Nov 2022 22:18:42 +0100 Subject: [PATCH libX11 1/2] Indention fixes around recent dpy->in_ifevent changes Use the same indention as the surrounding code. Signed-off-by: Ulrich Sibiller