Re: Bugs in 2.3.0rc1

2017-12-17 Thread Scott Kostyshak
On Mon, Dec 18, 2017 at 02:47:56AM +, Hongbin Chen wrote: > Hello, > > > These are actually not new bugs, but they still exist in 2.3.0rc1.  > 1. The shortcut Command+Shift+R for exporting pdf is not working. If I choose > from the menu to export pdf, it’s fine. But if I use the shortcut to

Bugs in 2.3.0rc1

2017-12-17 Thread Hongbin Chen
Hello, These are actually not new bugs, but they still exist in 2.3.0rc1.  1. The shortcut Command+Shift+R for exporting pdf is not working. If I choose from the menu to export pdf, it’s fine. But if I use the shortcut to export, then nothing happens. I tried to define the shortcut in various w

Re: Plan for next announcement

2017-12-17 Thread Scott Kostyshak
On Sun, Dec 17, 2017 at 07:00:54PM +, Stephan Witt wrote: > Am 17.12.2017 um 16:07 schrieb Scott Kostyshak : > > > > On Sun, Dec 17, 2017 at 07:10:16AM +, Stephan Witt wrote: > >> I’ve noticed Qt-5.9.x doesn’t run on Mac OS X 10.8.x anymore. So, the RC1 > >> binary as available for 10.9+ o

LyX version 2.3.0rc1 available

2017-12-17 Thread Scott Kostyshak
Public release of LyX version 2.3.0rc1 We are proud to announce the first public release candidate of the new LyX 2.3 series. This first release candidate was actually available more than a month ago, but because of problems with our mailing lists we could

Re: Master: Undo crash with change of document language

2017-12-17 Thread Jean-Marc Lasgouttes
Le 17/12/2017 à 20:29, Kornel Benko a écrit : And the point is, that lyx crashes on an (innocent?) Undo. This is not something that appears in production builds anyway. We have asserts exactly because we want to make lyx robust. Am I misunderstanding something? My point is that I am not su

Re: Master: Undo crash with change of document language

2017-12-17 Thread Kornel Benko
Am Sonntag, 17. Dezember 2017 um 19:55:54, schrieb Jean-Marc Lasgouttes > Le 17/12/2017 à 19:14, Kornel Benko a écrit : > > > > Reliably. > > > > 1.) Open src/tex2lyx/test/test-insets.lyx.lyx > > 2.) Change document language to 'Slovak' > > (Ignore warnings about undefined flex inset Flex:F

Re: Plan for next announcement

2017-12-17 Thread Stephan Witt
Am 17.12.2017 um 16:07 schrieb Scott Kostyshak : > > On Sun, Dec 17, 2017 at 07:10:16AM +, Stephan Witt wrote: >> I’ve noticed Qt-5.9.x doesn’t run on Mac OS X 10.8.x anymore. So, the RC1 >> binary as available for 10.9+ only (although I couldn’t test this OS - >> I don’t have it ATM). > > Ah

Re: Master: Undo crash with change of document language

2017-12-17 Thread Jean-Marc Lasgouttes
Le 17/12/2017 à 19:14, Kornel Benko a écrit : Reliably. 1.) Open src/tex2lyx/test/test-insets.lyx.lyx 2.) Change document language to 'Slovak' (Ignore warnings about undefined flex inset Flex:Flex:URL) 3.) Use menu "Back" (e.g. Undo) ==> crash Actually, the error _is_ the problem (see

Master: Undo crash with change of document language

2017-12-17 Thread Kornel Benko
Reliably. 1.) Open src/tex2lyx/test/test-insets.lyx.lyx 2.) Change document language to 'Slovak' (Ignore warnings about undefined flex inset Flex:Flex:URL) 3.) Use menu "Back" (e.g. Undo) ==> crash support/lassert.cpp (51): ASSERTION el.empty() VIOLATED IN /usr2/src/lyx/lyx-git/src/Undo

Re: Plan for next announcement

2017-12-17 Thread Scott Kostyshak
On Sun, Dec 17, 2017 at 07:10:16AM +, Stephan Witt wrote: > I’ve noticed Qt-5.9.x doesn’t run on Mac OS X 10.8.x anymore. So, the RC1 > binary as available for 10.9+ only (although I couldn’t test this OS - > I don’t have it ATM). Ah good to know. We should put this in the release notes and th

Re: [LyX/master] Do not rely on babel quotation macros for encodings other than [O]T1

2017-12-17 Thread Jürgen Spitzmüller
Am Sonntag, den 17.12.2017, 12:45 +0100 schrieb Kornel Benko: > > + } else if ((!runparams.use_babel > > #endif > > + || fontenc_ != "T1" || fontenc_ != "OT1") > > This one is always true... Indeed. Thanks! Jürgen signature.asc Description: This is a digitally signed mes

Re: [LyX/master] Do not rely on babel quotation macros for encodings other than [O]T1

2017-12-17 Thread Kornel Benko
Am Sonntag, 17. Dezember 2017 um 12:17:46, schrieb Juergen Spitzmueller > #ifdef DO_USE_DEFAULT_LANGUAGE > - } else if (doclang == "default") { > + } else if ((doclang == "default" > #else > - } else if (!runparams.use_babel || runparams.isFullUnicode()) { > + } else if