Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-02-03 Thread Eric Pruitt
On Sun, Feb 03, 2019 at 11:17:59PM +0100, a wrote: > Very nice. Hopefully there will be patches to restore xft support in > case it's wanted. I'll be maintaining Xft patches for -- or perhaps forking dwm and dmenu because fallback font support is critical for me. Once the Xft code has actually bee

Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-02-03 Thread a
Very nice. Hopefully there will be patches to restore xft support in case it's wanted. Best regards. On Sun, 3 Feb 2019 13:33:41 -0800 Anselm Garbe wrote: > Hi there, > > I'm glad to announce new dwm and dmenu releases: > > * dwm-6.2: https://dl.suckless.org/dwm/dwm-6.2.tar.gz > * dmenu-4.9:

Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-02-03 Thread Cág
Anselm Garbe wrote: Hi there, I'm glad to announce new dwm and dmenu releases: * dwm-6.2: https://dl.suckless.org/dwm/dwm-6.2.tar.gz * dmenu-4.9: https://dl.suckless.org/tools/dmenu-4.9.tar.gz These releases are the last ones that contain Xft support, which will be removed in the releases to f

[dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-02-03 Thread Anselm Garbe
Hi there, I'm glad to announce new dwm and dmenu releases: * dwm-6.2: https://dl.suckless.org/dwm/dwm-6.2.tar.gz * dmenu-4.9: https://dl.suckless.org/tools/dmenu-4.9.tar.gz These releases are the last ones that contain Xft support, which will be removed in the releases to follow. The Xft mess ha

Re: [dev][sdhcp] more updates

2019-02-03 Thread Sean MacLennan
On Sat, 2 Feb 2019 22:28:33 -0800 Michael Forney wrote: > On 2019-02-02, Sean MacLennan wrote: > > First a question: how portable do we want things? The current sdhcp > > works only on Linux. > > I think that depends on how feasible it is to make it portable without > relying on a bunch of if

Re: [dev] xml parser

2019-02-03 Thread sylvain . bertrand
On Sun, Feb 03, 2019 at 09:36:22AM +0100, Markus Wichmann wrote: > At work, we're using libxml2. Since we are also using static linking, > this has caused our firmware package to go from 20MB to 60MB unzipped. > So I hope this helps you find a good package, by showing you where it > isn't. DOM lib

Re: [dev] xml parser

2019-02-03 Thread Markus Wichmann
On Sat, Feb 02, 2019 at 06:15:26PM +, sylvain.bertr...@gmail.com wrote: > Hi, > > I am looking at xml parsers. > > I am about to go expat, but I am wondering if there are some interesting > alternatives I did miss? > > -- > Sylvain > At work, we're using libxml2. Since we are also using s