Dear core maintainers Is there any chance you could review this MR? Many thanks
I've tested this and can confirm it works on Fedora 42. Could any core maintainer help review this MR? Love to get this fixed upstream so we Fedora do not have to ship a patch downstream? Many thanks in advance
Add support for _NET_WORKAREA and _GTK_WORKAREAS
Fix a memory leak in XmString with UTF-8
Anyway, I've now changed it to tabs so it's consistent, at least in my own patch. Thanks!
Heh, ok, fair enough!
That's how things are in Motif code I'm afraid, this block was copied from another similar one above. FWIW, indentation seems to be completely random (at least to my untrained eyes), sometimes it's 8 spaces, sometimes 1 tab, sometimes 4 spaces, sometimes 3 spaces (even within the same source file!)... Indentation is a lost cause in that code base, I reckon.
That's how things are in Motif code I'm afraid, this block was copied from another similar one above. FWIW, indentation is complely random, sometimes it's 8 spaces, sometimes 1 tab, sometimes 4 spaces, sometimes 3 spaces (even within the same source file!)... Indentation is a lost cause in that code base, I reckon.
In e8b50d + / Xinerama support / + { + XmNenableXinerama, XmCEnableXinerama, + XmRBoolean, sizeof(Boolean), + Offset(display.enable_xinerama), + XmRImmediate, (XtPointer) False + }, Mixing tabs and spaces for indentation.
Add optional Xinerama support
EditresCom: Fix build with modern systems.
Improve linking on macOS
Already tested by myself.
Useful for me.
So I think this patch can help resolve these problems, thanks.
Makefile.am: error: required file './AUTHORS' not found Makefile.am: installing './INSTALL' Makefile.am: error: required file './NEWS' not found
When build with autoreconf, I met the following warnings and errors: automake: warning: source file '$(srcdir)/wmldbcreate.c' is in a subdirectory, automake: but option 'subdir-objects' is disabled tools/wml/Makefile.am:25: while processing program 'wmldbcreate' automake: warning: possible forward-incompatibility. automake: At least one source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s)...
[BUG] fix compile error when build with autoreconf
Alternatively, use return instead of exit().
MenuShell: [BUG] computing position uses RC_Type() expecting RowColumn.
fixed compile time error
updated built-in Xpm library to version 3.5.12
Make Xft rendition cache distinguish between display connections
Attempt to fix detection of sprintf() returning int rather than void
Properly detect XTHREADS when using Xcode 12 or later
fixed tools/wml compilation error
Fixed bug 1705
Fixed bug 1704
fixed bug 1706
Fixed bug 1697
Fixed bug 1708
fixed bug 1696
Fixed bug 1624
Fixed bug 1629
Fixed bug 1682
Fixed bug 1679
Fixed bug 1685
Fixed bug 1688
Fixed bug 1681
Fixed bug 1684
Fixed bug 1691
Fixed bug 1686
Fixed bug 1680
Fixed bug 1683
updated README.RPM
updated README.RPM
Fixed bug 1677
Fixed bug 1678
Fixed bug 1676
reverted partially bugfix 1641
Fixed bug 1632
Fixed bug 1633
Fixed bug 1634
Fixed bug 1639
Fixed bug 1640
Fixed bug 1641
Fixed bug 1673
Fixed bug 1669
Fixed bug 1672
Fixed bug 1671
Fixed bug 1644
Fixed bug 1670
Fixed bug 1661
Fixed bug 1668
Fixed bug 1648
Fixed bug 1667
release 2.3.8
Fixed bug 1665
Fixed bug 1651
Fixed bug 1650
Fixed bug 1652
Fixed bug 1655
Fixed bug 1625
Fixed bug 1656
Fixed bug 1658
Fixed bug 1659
Fixed bug 1660
updated version and release data
removed redundant includes
removed bugfix 1565. See details on http://bugs...
obsolete malloc.h changed on stdlib.h
updated ChangeLog
updated release 2.3.6 information
removed automatic configure start from autogen.sh
fixid parallel building (make -j) error
minor fix