Re: [LyX/master] Fix compilation problem

2023-01-04 Thread Richard Kimberly Heck
On 1/4/23 22:09, Richard Kimberly Heck wrote: commit 04025d0259cb556daf54bb74a01b9f9a615dcb77 Author: Richard Kimberly Heck Date: Wed Jan 4 23:04:02 2023 -0500 Fix compilation problem --- src/mathed/InsetMathDecoration.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) d

Re: Compilation failure with c++11 (string_view)

2023-01-04 Thread Richard Kimberly Heck
On 1/4/23 21:39, Scott Kostyshak wrote: On Tue, Jan 03, 2023 at 10:30:27AM +0100, Jean-Marc Lasgouttes wrote: With master, I cannot compile in c++11 mode: ../../master/src/mathed/InsetMathDecoration.cpp:191:22: error: ‘string_view’ has not been declared 191 | Attributes(bool o, string_view

Re: [LyX/master] Revert doc update for Additional.lyx so maitenance work can continue.

2023-01-04 Thread Scott Kostyshak
On Wed, Jan 04, 2023 at 10:06:13PM +0100, Pavel Sanda wrote: > On Fri, Dec 30, 2022 at 09:27:32AM +0100, Jürgen Spitzmüller wrote: > > Am Donnerstag, dem 29.12.2022 um 15:25 -0500 schrieb Scott Kostyshak: > > > Sounds good. I can do that. Should I do that now or wait (i.e., would > > > this change

Re: Compilation failure with c++11 (string_view)

2023-01-04 Thread Scott Kostyshak
On Tue, Jan 03, 2023 at 10:30:27AM +0100, Jean-Marc Lasgouttes wrote: > With master, I cannot compile in c++11 mode: > > ../../master/src/mathed/InsetMathDecoration.cpp:191:22: error: ‘string_view’ > has not been declared > 191 | Attributes(bool o, string_view entity) > |

Re: macOS python issue

2023-01-04 Thread Richard Kimberly Heck
On 1/4/23 06:53, Stephan Witt wrote: Am 03.01.2023 um 10:36 schrieb Stephan Witt : Am 03.01.2023 um 10:29 schrieb Pavel Sanda : On Tue, Jan 03, 2023 at 10:20:22AM +0100, Stephan Witt wrote: Now I???ve reduced the image sizes to reduce the screen clutter. Do you think it is ok? Looks fine to

LyX 2.3.7

2023-01-04 Thread Richard Kimberly Heck
Binaries and tarballs have been uploaded to FTP. I'll do the actual release after giving the mirrors a day to sync. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Revert doc update for Additional.lyx so maitenance work can continue.

2023-01-04 Thread Pavel Sanda
On Fri, Dec 30, 2022 at 09:27:32AM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 29.12.2022 um 15:25 -0500 schrieb Scott Kostyshak: > > Sounds good. I can do that. Should I do that now or wait (i.e., would > > this change disrupt the ongoing work)? > > It's probably better to wait until Jo

Re: Patch to delete the iopart, kluwer and svjog layouts and edit Makefile.am as the relevant cls files have not been available for several years

2023-01-04 Thread Pavel Sanda
On Wed, Jan 04, 2023 at 12:12:39PM +, John Robert Hudson wrote: > From 673a7b1786ecaea775d10ad9751a8630ab844b10 Mon Sep 17 00:00:00 2001 > From: John R Hudson > Date: Wed, 4 Jan 2023 12:08:23 + > Subject: [PATCH] Delete iopart, kluwer and svjog layouts as the relevant cls > files have no

Re: 2.3.7 Tarballs Available

2023-01-04 Thread Pavel Sanda
On Wed, Jan 04, 2023 at 01:34:11PM -0500, Richard Kimberly Heck wrote: > >I???ve built the binaries for Mac and put them here: > > > >https://my.hidrive.com/share/qr1.dh8gbw > > > >* build on BigSur for Intel and Apple chips (minimum macOS 10.14 with Qt > >5.15.7). > >+ LyX-2.3.7+qt5-x86_64-arm64-

Re: 2.3.7 Tarballs Available

2023-01-04 Thread Richard Kimberly Heck
On 1/3/23 03:05, Stephan Witt wrote: Am 02.01.2023 um 00:53 schrieb Richard Kimberly Heck : Here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ Note that I've named these files as 2.3.7-1, but did not do that in configure.ac, since we did not release anything yet. Please build binaries. I’

Patch to delete the iopart, kluwer and svjog layouts and edit Makefile.am as the relevant cls files have not been available for several years

2023-01-04 Thread John Robert Hudson
From 673a7b1786ecaea775d10ad9751a8630ab844b10 Mon Sep 17 00:00:00 2001 From: John R Hudson Date: Wed, 4 Jan 2023 12:08:23 + Subject: [PATCH] Delete iopart, kluwer and svjog layouts as the relevant cls files have not been available for several years and edit Makefile.am to reflect this change

Re: macOS python issue

2023-01-04 Thread Stephan Witt
Am 03.01.2023 um 10:36 schrieb Stephan Witt : > Am 03.01.2023 um 10:29 schrieb Pavel Sanda : >> >> On Tue, Jan 03, 2023 at 10:20:22AM +0100, Stephan Witt wrote: >>> Now I???ve reduced the image sizes to reduce the screen clutter. >>> >>> Do you think it is ok? >> >> Looks fine to me. >> >> Wha