Re: default value of Right-to-left cursor movement preference

2024-06-11 Thread Richard Kimberly Heck
On 6/10/24 15:44, Udicoudco wrote: Dear all, Personally I don't know anyone who is intentionally use the current default value of this preference, so I thought about changing the default from 'logical' to 'visual' to make the experience of new users easier, but I don't want to do that without

Re: [LyX/master] Add "full" drawing strategy

2024-06-11 Thread Richard Kimberly Heck
On 6/11/24 12:06, Jean-Marc Lasgouttes wrote: Le 11/06/2024 à 17:44, Richard Kimberly Heck a écrit : On 6/11/24 09:36, Jean-Marc Lasgouttes wrote: The point is to offer a mode where the screen is redrawn fully every time (only the drawing, not the metrics computation). The performance seems

Re: [LyX/master] Remove hebrew letter document class

2024-06-11 Thread Richard Kimberly Heck
On 6/11/24 14:39, Udicoudco wrote: On Tue, Jun 11, 2024 at 9:37 PM Udicoudco wrote: How can it break old documents? Other than custom user layouts, which requires this one, I can't think of a problem. And in such a rare case they can simply input the regular letter layout instead (which gives

Re: [LyX/master] Add "full" drawing strategy

2024-06-11 Thread Richard Kimberly Heck
On 6/11/24 09:36, Jean-Marc Lasgouttes wrote: Le 11/06/2024 à 15:17, Jean-Marc Lasgouttes a écrit : commit f48cf461010daa8aceb220a6762cb50c1192db0d Author: Jean-Marc Lasgouttes Date:   Sat Jul 15 11:46:25 2023 +0200 Add "full" drawing strategy Riki, would it be OK to backport this

Re: The Demise of 2.4.1-devel

2024-06-10 Thread Richard Kimberly Heck
On 6/10/24 17:27, Alexander Dunlap wrote: On Mon, Jun 10, 2024, at 3:39 PM, Richard Kimberly Heck wrote: I've merged 2.4.1-devel into 2.4.x, so it should no longer be used. Commits to stable should now all go to 2.4.x. I'm intending to release 2.4.1 around 1 July. We already have 23 bugs fixed

The Demise of 2.4.1-devel

2024-06-10 Thread Richard Kimberly Heck
I've merged 2.4.1-devel into 2.4.x, so it should no longer be used. Commits to stable should now all go to 2.4.x. I'm intending to release 2.4.1 around 1 July. We already have 23 bugs fixed. If you're feeling like fixing some others, there's a list of open bugs for 2.4.1 and 2.4.x here:

[LyX/2.4.1-devel] Closing this branch. It has been merged into 2.4.x.

2024-06-10 Thread Richard Kimberly Heck
commit 0c58ced1d0087e8d879bded075712bd43e360c21 Author: Richard Kimberly Heck Date: Mon Jun 10 15:31:42 2024 -0400 Closing this branch. It has been merged into 2.4.x. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index

[LyX/2.4.x] Merge branch '2.4.x' into 2.4.1-devel

2024-06-10 Thread Richard Kimberly Heck
commit 3c909daeeace595afb267bff1c9439474a650091 Merge: 4acc6e36e3 9c16e25a84 Author: Richard Kimberly Heck Date: Sun Jun 9 13:13:12 2024 -0400 Merge branch '2.4.x' into 2.4.1-devel README | 14 +++--- po/lyx_pot.py| 2 +- src/RowPainter.cpp

[LyX/2.4.x] Fix bug #13028.

2024-06-10 Thread Richard Kimberly Heck
commit 03870c03709caa84178c21589cbea41208772add Author: Richard Kimberly Heck Date: Sun Jun 9 14:12:40 2024 -0400 Fix bug #13028. Bindings for 'join lines. (cherry picked from commit 8655c83a902bfb2261e5c1fd3fade71883282864) --- lib/bind/cua.bind | 2 ++ lib/bind

[LyX/2.4.x] Extend tab context menu features

2024-06-10 Thread Richard Kimberly Heck
commit 259c89f45edd4a13fe63fa759fa80b06b2ee4e9a Author: Daniel Ramoeller Date: Sat Feb 27 07:05:54 2021 +0100 Extend tab context menu features Add - Close Other Tabs - Close Tabs to Left/Right - Move Tab to Start/End - Show Enclosing Folder to the

[LyX/2.4.x] Status

2024-06-10 Thread Richard Kimberly Heck
commit e01397f1dbd9e96e2b8dfb27eeb268567b491c9d Author: Richard Kimberly Heck Date: Fri Jun 7 15:59:27 2024 -0400 Status --- status.24x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/status.24x b/status.24x index 77db9f4f7e..6acb1dedba 100644 --- a/status.24x +++ b/status.24x

[LyX/2.4.x] Fix textstyle-update handling in mathed

2024-06-10 Thread Richard Kimberly Heck
commit 4acc6e36e339e2022170136927cccda9060b930f Author: Enrico Forestieri Date: Sun Jun 9 13:04:22 2024 +0200 Fix textstyle-update handling in mathed The code was expecting that all properties were specified in the argument and not only some. Simply do not process those

[LyX/2.4.x] Return false on invalid input in Font::fromString()

2024-06-10 Thread Richard Kimberly Heck
commit 5a69b8a184393e94c781addc423bf0273b573e52 Author: Juergen Spitzmueller Date: Sun Jun 9 08:09:01 2024 +0200 Return false on invalid input in Font::fromString() Fixes crash with invalid font-update lfun (cherry picked from commit

[LyX/2.4.x] Fix table crash reported on Windows.

2024-06-10 Thread Richard Kimberly Heck
commit 4bd03197d1482d982ef73541e5ba92c612784d4f Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. (cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7) --- src/insets/InsetTabular.cpp | 14 -- 1 file

[LyX/2.4.x] Fix bug #13066

2024-06-10 Thread Richard Kimberly Heck
commit 63b23ce288919e86eabcdfb4cfd498d26fdfc96a Author: Richard Kimberly Heck Date: Sun Jun 2 23:06:11 2024 -0400 Fix bug #13066 Patch from Lorenzo (cherry picked from commit 0c70f340c0fe33daa68b2a3eb4b3347fef1a9a95) --- lib/layouts/stdinsets.inc| 15

[LyX/2.4.x] Copy French manuals from 2.4.x branch

2024-06-10 Thread Richard Kimberly Heck
commit 160084af3c16eb0f646f35a47eb05360acd6d105 Author: Richard Kimberly Heck Date: Sun Jun 2 22:23:38 2024 -0400 Copy French manuals from 2.4.x branch --- lib/doc/fr/Customization.lyx | 159 +-- 1 file changed, 34 insertions(+), 125 deletions

[LyX/2.4.x] Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use

2024-06-10 Thread Richard Kimberly Heck
commit 6186506033098b52726abd6ccbddc2236f4310ed Author: Kornel Benko Date: Fri May 24 20:26:04 2024 +0200 Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use Spotted by Eugene Chornyi (cherry picked from commit ea74574d8f02481732b591306410e3c49faae87d) ---

[LyX/2.4.x] Cmake build: Make QT5-compilation be default

2024-06-10 Thread Richard Kimberly Heck
commit 29282c1e13bb738fd84ba2a883520f9250997989 Author: Kornel Benko Date: Sat Apr 6 12:36:47 2024 +0200 Cmake build: Make QT5-compilation be default (cherry picked from commit c971974f331c249fa4d57953d8d93c107c154024) --- CMakeLists.txt | 36 ++--

[LyX/2.4.x] Merge branch '2.4.x' into 2.4.1-devel

2024-06-10 Thread Richard Kimberly Heck
commit 701c7632213c688b2cc621279f2a42cc8e644a38 Merge: 1d7c8325f2 342a0f5438 Author: Richard Kimberly Heck Date: Sun Jun 2 21:49:54 2024 -0400 Merge branch '2.4.x' into 2.4.1-devel ANNOUNCE | 25 +- INSTALL

[LyX/2.4.x] Put new citation after selected item rather than at end of list.

2024-06-10 Thread Richard Kimberly Heck
commit 1d7c8325f29c5da77218e37e1085ae983da356e0 Author: Richard Kimberly Heck Date: Sat Jun 1 20:25:20 2024 -0400 Put new citation after selected item rather than at end of list. Fixes bug #12940. Patch from Daniel. (cherry picked from commit

[LyX/2.4.x] One more

2024-06-10 Thread Richard Kimberly Heck
commit bf412b179795160549342318ea714bbe81a89fdd Author: Richard Kimberly Heck Date: Sat Jun 1 20:24:15 2024 -0400 One more --- status.24x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/status.24x b/status.24x index fb0bccf703..f4ab64b448 100644 --- a/status.24x +++ b/status.24x

[LyX/2.4.x] Status for last few commits

2024-06-10 Thread Richard Kimberly Heck
commit bb8989ac772756d5f158252ebbffdab65af9cbd6 Author: Richard Kimberly Heck Date: Sat Jun 1 20:23:08 2024 -0400 Status for last few commits --- status.24x | 6 ++ 1 file changed, 6 insertions(+) diff --git a/status.24x b/status.24x index e7f677295e..fb0bccf703 100644 --- a/status

[LyX/2.4.x] Fix bug #12934

2024-06-10 Thread Richard Kimberly Heck
commit c97375e46d15ab3c9b864b2ebcae821c0b3b09d8 Author: Richard Kimberly Heck Date: Sat Jun 1 13:05:12 2024 -0400 Fix bug #12934 (cherry picked from commit 6484dce51b46f8fc0134a7532efb08401bba3c53) --- src/Buffer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[LyX/2.4.x] Fix bug #11796.

2024-06-10 Thread Richard Kimberly Heck
commit d7800919909f120c9fa8e4f5e3805371ec263337 Author: Richard Kimberly Heck Date: Sat Jun 1 12:43:56 2024 -0400 Fix bug #11796. Toolbars are now locked by default. Unlocked state should be saved by Qt as a session variable. Patch from Daniel. (cherry picked

[LyX/2.4.x] Fix bug #8856.

2024-06-10 Thread Richard Kimberly Heck
commit 26ab818033d6798bc88ea263f893e6f461d45221 Author: Richard Kimberly Heck Date: Sat Jun 1 12:36:00 2024 -0400 Fix bug #8856. Show values of cross-references in tooltips. (cherry picked from commit 2a1c3dce57da0ad25451fc61f413ebbeba2448fe) --- src/insets/InsetRef.cpp

[LyX/2.4.x] Reset require_fresh_start_ after buffer has been viewed/exported

2024-06-10 Thread Richard Kimberly Heck
commit 91e90a7c1cec7c2b5c52e41d5ed9ee87d5142b05 Author: Juergen Spitzmueller Date: Sat Jun 1 09:06:44 2024 +0200 Reset require_fresh_start_ after buffer has been viewed/exported The LFUN buffer-reset-export states to start afresh the export for the next run, but in fact, the

[LyX/2.4.x] Fix bug #12981

2024-06-10 Thread Richard Kimberly Heck
commit b78bcc2eb2b64b3d4c89d6641baed6b1eb6c9492 Author: Richard Kimberly Heck Date: Sat Jun 1 11:52:05 2024 -0400 Fix bug #12981 (cherry picked from commit 61181a39778ed5bcd7849ab388c402ab3f88d5cd) --- src/insets/InsetText.cpp | 12 1 file changed, 8 insertions(+), 4

[LyX/2.4.x] Status

2024-06-10 Thread Richard Kimberly Heck
commit 965661f07cd0e895f74fc7372109e4fab068f8f3 Author: Richard Kimberly Heck Date: Sat May 11 13:03:54 2024 -0400 Status --- status.24x | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/status.24x b/status.24x index 421226bba1..694e43136f 100644 --- a/status.24x

[LyX/2.4.x] Consider CT in dash mechanism (#13062)

2024-06-10 Thread Richard Kimberly Heck
commit 8b0546dfe7a1349f601473d874f2b08ce54ffe70 Author: Juergen Spitzmueller Date: Sat May 11 13:07:32 2024 +0200 Consider CT in dash mechanism (#13062) (cherry picked from commit fe4f0dbf0b37c413994bbfa780a833b1c041a433) --- src/Text.cpp | 9 ++--- 1 file changed, 6

[LyX/2.4.x] Status

2024-06-10 Thread Richard Kimberly Heck
commit e83f91252c07b652bb4e361f4270b2cb41503d6e Author: Richard Kimberly Heck Date: Sun Apr 21 15:56:00 2024 -0400 Status --- status.24x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/status.24x b/status.24x index f667c16376..350e94d4da 100644 --- a/status.24x +++ b/status.24x

[LyX/2.4.x] Defer construction of temporary cursor.

2024-06-10 Thread Richard Kimberly Heck
commit 365ff71e2319673c2685be79963443fee13c333b Author: Richard Kimberly Heck Date: Tue Apr 16 12:15:50 2024 -0400 Defer construction of temporary cursor. We were doing this on every mouse movement. I.e., for every single pixel the mouse traverses. It can be expensive

[LyX/2.4.x] Ignore all build* directories

2024-06-10 Thread Richard Kimberly Heck
commit 368f10571aab8b6796218a1ac70b98a940e45722 Author: Richard Kimberly Heck Date: Tue Apr 2 22:03:53 2024 -0400 Ignore all build* directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b86db561a..3667bd0a0a 100644

[LyX/2.4.x] Docs for menu change

2024-06-10 Thread Richard Kimberly Heck
commit c8534081c9d40b7331ac73513a758ffc51bc423e Author: Richard Kimberly Heck Date: Tue Apr 2 22:02:55 2024 -0400 Docs for menu change --- lib/doc/UserGuide.lyx | 87 +-- 1 file changed, 84 insertions(+), 3 deletions(-) diff --git a/lib/doc

[LyX/2.4.x] Fix duplicate accelerator

2024-06-10 Thread Richard Kimberly Heck
commit deaaec065dd70d831934ca382951c9829effd34e Author: Richard Kimberly Heck Date: Mon Apr 1 21:54:44 2024 -0400 Fix duplicate accelerator --- lib/ui/stdmenus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index

[LyX/2.4.x] Add shortcut for plain single quote.

2024-06-10 Thread Richard Kimberly Heck
commit d3101e6d6f325c4597ec0945fecb03fee745c56e Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:29 2024 -0400 Add shortcut for plain single quote. --- lib/bind/cua.bind | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 2cee7ed28f

[LyX/2.4.x] Fix bug #13025.

2024-06-10 Thread Richard Kimberly Heck
commit 9e5a98e8f92f773e11815631961997b8045d20b1 Author: Richard Kimberly Heck Date: Mon Apr 1 17:25:40 2024 -0400 Fix bug #13025. Add plain single quote to menu. --- lib/ui/stdmenus.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ui/stdmenus.inc b

[LyX/2.4.x] Clarify quote-insert LFUN.

2024-06-10 Thread Richard Kimberly Heck
commit 29be057a073fde4e36c9adbf31c6cd764f62bda2 Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:01 2024 -0400 Clarify quote-insert LFUN. And add remark about multiple optional arguments. lib/doc/LFUNs.lyx | 2472 +++-- 1 file

[LyX/2.4.x] Mark 2.4.1 development branch

2024-06-10 Thread Richard Kimberly Heck
commit 32c5f1854db0f6629f7db4704146da0b74e48dcb Author: Richard Kimberly Heck Date: Mon Apr 1 16:20:55 2024 -0400 Mark 2.4.1 development branch --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8c4f1bfbe1..b966861c7c

Re: [LyX/master] FindAdv: Omitting cursor advance at start of search if in mathed.

2024-06-10 Thread Richard Kimberly Heck
On 6/10/24 08:40, Kornel Benko wrote: commit 8c501308c3c9bf2389275837798ed6c62a9a17bf Author: Alexander Dunlap Date: Mon Jun 10 14:42:29 2024 +0200 FindAdv: Omitting cursor advance at start of search if in mathed. Fixes #13070 Advanced S does not find math symbols at start of

[LyX/master] Brackets.

2024-06-09 Thread Richard Kimberly Heck
commit 4372f1b58f4b46d9823b70c488cacd8e86a9cd1b Author: Richard Kimberly Heck Date: Sun Jun 9 21:02:24 2024 -0400 Brackets. I read somewhere that comments after an if-statement without brackets is dangerous. --- src/frontends/qt/GuiView.cpp | 3 ++- 1 file changed, 2

Re: Rearranging figures - reassurance

2024-06-09 Thread Richard Kimberly Heck
On 6/9/24 06:05, Brian Kneller via lyx-users wrote: Hello, I am using the document class books for my thesis and I have numbered my figures with chapter number first and incremental number second - ie Fig 2.3 for graphic 3 in chapter 2. I wish to delete and change the order of figs . I have

[LyX/2.4.1-devel] Fix bug #13028.

2024-06-09 Thread Richard Kimberly Heck
commit 03870c03709caa84178c21589cbea41208772add Author: Richard Kimberly Heck Date: Sun Jun 9 14:12:40 2024 -0400 Fix bug #13028. Bindings for 'join lines. (cherry picked from commit 8655c83a902bfb2261e5c1fd3fade71883282864) --- lib/bind/cua.bind | 2 ++ lib/bind

[LyX/master] Fix bug #13028.

2024-06-09 Thread Richard Kimberly Heck
commit 8655c83a902bfb2261e5c1fd3fade71883282864 Author: Richard Kimberly Heck Date: Sun Jun 9 14:12:40 2024 -0400 Fix bug #13028. Bindings for 'join lines. --- lib/bind/cua.bind | 2 ++ lib/bind/mac.bind | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/bind/cua.bind b

[LyX/2.4.1-devel] Extend tab context menu features

2024-06-09 Thread Richard Kimberly Heck
commit 259c89f45edd4a13fe63fa759fa80b06b2ee4e9a Author: Daniel Ramoeller Date: Sat Feb 27 07:05:54 2021 +0100 Extend tab context menu features Add - Close Other Tabs - Close Tabs to Left/Right - Move Tab to Start/End - Show Enclosing Folder to the

[LyX/2.4.1-devel] Fix Python warning of invalid escape in lyx_pot.py

2024-06-09 Thread Richard Kimberly Heck
commit 9c16e25a84c3c1d813c0e4c2e5fa83e4965836ac Author: Scott Kostyshak Date: Sat Jun 8 11:54:44 2024 -0400 Fix Python warning of invalid escape in lyx_pot.py Newer Python versions (e.g., Python 3.12.3) gave the following warning: po/lyx_pot.py:607: SyntaxWarning:

[LyX/2.4.1-devel] Merge branch '2.4.x' into 2.4.1-devel

2024-06-09 Thread Richard Kimberly Heck
commit 3c909daeeace595afb267bff1c9439474a650091 Merge: 4acc6e36e3 9c16e25a84 Author: Richard Kimberly Heck Date: Sun Jun 9 13:13:12 2024 -0400 Merge branch '2.4.x' into 2.4.1-devel README | 14 +++--- po/lyx_pot.py| 2 +- src/RowPainter.cpp

[LyX/2.4.1-devel] Update README

2024-06-09 Thread Richard Kimberly Heck
commit e0cd7c0129cb410b886e2314b25547610bfa7110 Author: Richard Kimberly Heck Date: Tue Jun 4 11:25:58 2024 -0400 Update README --- README | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 3d8da5aeea..aa30c75d21 100644

[LyX/2.4.1-devel] Fix table crash reported on Windows.

2024-06-09 Thread Richard Kimberly Heck
commit 90ab21e0e998ff9780bc9f475718a4af2a8361ef Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. (cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7) --- src/insets/InsetTabular.cpp | 14 -- 1 file

2.4.1

2024-06-09 Thread Richard Kimberly Heck
We do not seem to have had any panicked reports of crashes. Yea! So I propose to merge 2.4.1-devel into 2.4.x and plan to release 2.4.1 at the end of the month. We have quite a few fixes already in the pipeline. OK? Otherwise, I'm going to try working to some kind of release schedule, of the

[LyX/2.4.1-devel] Fix textstyle-update handling in mathed

2024-06-09 Thread Richard Kimberly Heck
commit 4acc6e36e339e2022170136927cccda9060b930f Author: Enrico Forestieri Date: Sun Jun 9 13:04:22 2024 +0200 Fix textstyle-update handling in mathed The code was expecting that all properties were specified in the argument and not only some. Simply do not process those

[LyX/2.4.1-devel] Return false on invalid input in Font::fromString()

2024-06-09 Thread Richard Kimberly Heck
commit 5a69b8a184393e94c781addc423bf0273b573e52 Author: Juergen Spitzmueller Date: Sun Jun 9 08:09:01 2024 +0200 Return false on invalid input in Font::fromString() Fixes crash with invalid font-update lfun (cherry picked from commit

Re: current font parameters are not updated in math equations

2024-06-09 Thread Richard Kimberly Heck
On 6/9/24 09:32, Enrico Forestieri wrote: On Sun, Jun 09, 2024 at 02:51:52PM +0300, Udicoudco wrote: On Sun, Jun 9, 2024 at 2:42 PM Enrico Forestieri wrote: Should be fixed at afb70c90. Just tested and it looks great, thanks! any chance it will be backported as it made some shortcuts to

Re: current font parameters are not updated in math equations

2024-06-09 Thread Richard Kimberly Heck
On 6/9/24 02:11, Jürgen Spitzmüller wrote: Am Sonntag, dem 09.06.2024 um 01:36 +0300 schrieb Udicoudco: Somewhat but not entirely related to that, if I execute textstyle- update shape up, LyX crash and I get a segmentation fault in 2.3.7, and "Exception: basic_string::_M_construct null not

Re: [LyX/master] missing background in xetex and fix RTL stuff in preview

2024-06-09 Thread Richard Kimberly Heck
On 6/9/24 07:05, Udicoudco wrote: On Sun, Jun 9, 2024 at 1:55 PM Udi-Fogiel wrote: commit 64aad586f49b9047082356e5f217fc6147ac9500 Author: Udi-Fogiel Date: Sun Jun 9 13:36:35 2024 +0300 missing background in xetex and fix RTL stuff in preview * previwes with xetex did not

Re: 2.4.0 for Debian stable

2024-06-08 Thread Richard Kimberly Heck
On 6/8/24 14:23, Saša Janiška wrote: Hello! Recently, after using Linux more than 25 years, mostly rolling/unstable distros/releases, I decided to settle on Debian stable (bookworm) and now I'm often enjoy "All packages are up to date." :-) However, Lyx's 2.4.0 release is exceptional and I

[LyX/2.4.x] Fix Python warning of invalid escape in lyx_pot.py

2024-06-08 Thread Richard Kimberly Heck
commit 9c16e25a84c3c1d813c0e4c2e5fa83e4965836ac Author: Scott Kostyshak Date: Sat Jun 8 11:54:44 2024 -0400 Fix Python warning of invalid escape in lyx_pot.py Newer Python versions (e.g., Python 3.12.3) gave the following warning: po/lyx_pot.py:607: SyntaxWarning:

Re: Scrolling unresponsive in LyX 2.4.0

2024-06-07 Thread Richard Kimberly Heck
On 6/7/24 15:13, Hung-Tzu Chang via lyx-users wrote: I recently installed LyX 2.4.0 on macOS 12.7.5(intel) and found that scrolling plain-text (revtex4-2, with several sections with math, comments and LyX note plus an appendix but no figures) documents created by LyX 2.3.7 tends to lag. This

[LyX/2.4.1-devel] Status

2024-06-07 Thread Richard Kimberly Heck
commit e01397f1dbd9e96e2b8dfb27eeb268567b491c9d Author: Richard Kimberly Heck Date: Fri Jun 7 15:59:27 2024 -0400 Status --- status.24x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/status.24x b/status.24x index 77db9f4f7e..6acb1dedba 100644 --- a/status.24x +++ b/status.24x

[LyX/2.4.1-devel] Fix table crash reported on Windows.

2024-06-07 Thread Richard Kimberly Heck
commit 4bd03197d1482d982ef73541e5ba92c612784d4f Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. (cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7) --- src/insets/InsetTabular.cpp | 14 -- 1 file

Re: Uncompatiable syntax of \set_color

2024-06-07 Thread Richard Kimberly Heck
On 6/7/24 14:49, José Matos wrote: On Fri, 2024-06-07 at 13:50 -0400, Richard Kimberly Heck wrote: I think this was meant to be handled in the prefs2prefs script. Check the file prefs2prefs_prefs.py, especially the add_dark_color routine. Riki Isn't prefs2prefs run directly over

Re: Uncompatiable syntax of \set_color

2024-06-07 Thread Richard Kimberly Heck
On 6/7/24 11:33, Udicoudco wrote: Hello all, The old syntax of \set_color in 2.3 was \set_color "lyxcolorname" "color in normal mode" but now it is \set_color "lyxcolorname" "color in normal mode" "color in darkmode" and so all the color schemes in https://wiki.lyx.org/Tips/ColorSchemes or

Re: Tip: Modifying the shortcut directories in the open/save-as system dialogs

2024-06-07 Thread Richard Kimberly Heck
On 6/6/24 21:44, Scott Kostyshak wrote: Just in case anyone else was curious about this: When I open a file, or save a file, I often want to quickly get to a few key directories, such as Desktop. However, it took me a while to figure out how to change these quick-shortcut directories in the

Re: Unbinding Alt-1 Does Not Work

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 11:21, Jean-Marc Lasgouttes wrote: Le 06/06/2024 à 16:50, Richard Kimberly Heck a écrit : I assume there is also ~C? Does that ever get used? It's not in any of our files, only ~S. Allowing for the possibility of something like C-~S-~A-8 is not going to be trivial, so I'm wondering

Re: [LyX/master] Fixup de5f63eeb: the code did not do what it was supposed to

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 02:55, Jean-Marc Lasgouttes wrote: Le 06/06/2024 à 08:48, Jean-Marc Lasgouttes a écrit : commit 92ef555abde86466b7ca3c3401ab8132258fc497 Author: Jean-Marc Lasgouttes Date:   Wed Jun 5 23:05:22 2024 +0200 Fixup de5f63eeb: the code did not do what it was supposed to Riki, I

Re: FW: LyX 2.4.0 -- annoying bug (?) in Windows with multiple documents open

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 11:04, Dr Paul Verschueren wrote: On 6/6/24 10:27, Bernt Lie via lyx-users wrote: LyX 2.4.0 on Windows 11, latest version. When I have more than one document open in LyX and click on the document tab [any one of them], the following warning pops up: This

Re: Unbinding Alt-1 Does Not Work

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 09:07, Jean-Marc Lasgouttes wrote: Le 04/06/2024 à 17:31, Richard Kimberly Heck a écrit : There are other cases like C-~S-underscore. On most English keyboards, underscore is shifted, but it might not be even on all English keyboards. I guess the only solution then is to figure out

Re: LyX 2.4.0 -- annoying bug (?) in Windows with multiple documents open

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 10:27, Bernt Lie via lyx-users wrote: LyX 2.4.0 on Windows 11, latest version. When I have more than one document open in LyX and click on the document tab [any one of them], the following warning pops up: This message shows up irrespective of whether I have made any changes, or

Re: LyX 2.4.0 -- annoying bug (?) in Windows with multiple documents open

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 10:27, Bernt Lie via lyx-users wrote: LyX 2.4.0 on Windows 11, latest version. When I have more than one document open in LyX and click on the document tab [any one of them], the following warning pops up: This message shows up irrespective of whether I have made any changes, or

Re: Appendix border lines painting cross document border

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 08:44, Jean-Marc Lasgouttes wrote: Le 04/06/2024 à 10:02, Pavel Sanda a écrit : Hi, just a small painting issue: 1. start new file 2. document -> start appendix here 3. type anything 4. the border lines stretch below the end of document 5. it get's fixed byt enter 6. type again ->

Re: quotes around argument of PackageOptions

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 01:01, Jürgen Spitzmüller wrote: Am Donnerstag, dem 06.06.2024 um 00:19 +0300 schrieb Udicoudco: I attached a file that compiles with 2.3.x but not with 2.4.0. If I remove the quotes around the second argument of PackageOptions then LyX 2.3.7 complains that the layout is invalid, and

Re: Springer Natura template

2024-06-04 Thread Richard Kimberly Heck
On 6/4/24 11:55, Sergio Celani wrote: Dear community, Many thanks for the new release of LyX. I have been using it extensively and without any problems. Thanks! Good to know. I am currently writing an article for a Springer journal and I am required to use the Springer Nature LaTeX

Re: Unbinding Alt-1 Does Not Work

2024-06-04 Thread Richard Kimberly Heck
On 6/4/24 04:58, Pavel Sanda wrote: On Tue, Jun 04, 2024 at 10:29:55AM +0200, Jean-Marc Lasgouttes wrote: Le 04/06/2024 ?? 10:14, Pavel Sanda a écrit : Sorry for my ignorance, what is the '~' in ~S supposed to mean? Ignore Shift state? I see we use it like crazy in aqua.bind and bunch of other

[LyX/2.4.x] Update README

2024-06-04 Thread Richard Kimberly Heck
commit e0cd7c0129cb410b886e2314b25547610bfa7110 Author: Richard Kimberly Heck Date: Tue Jun 4 11:25:58 2024 -0400 Update README --- README | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 3d8da5aeea..aa30c75d21 100644

[LyX/2.4.x] Fix table crash reported on Windows.

2024-06-04 Thread Richard Kimberly Heck
commit 90ab21e0e998ff9780bc9f475718a4af2a8361ef Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. (cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7) --- src/insets/InsetTabular.cpp | 14 -- 1 file

[LyX/master] Use ranges

2024-06-03 Thread Richard Kimberly Heck
commit b8cdfd1e1dbbe18957a7cd2d49071d4fa5909f4d Author: Richard Kimberly Heck Date: Mon Jun 3 22:04:57 2024 -0400 Use ranges --- src/KeyMap.cpp | 103 ++--- 1 file changed, 47 insertions(+), 56 deletions(-) diff --git a/src/KeyMap.cpp b

Re: Unbinding Alt-1 Does Not Work

2024-06-03 Thread Richard Kimberly Heck
On 6/3/24 16:34, Richard Kimberly Heck wrote: On 6/3/24 15:55, Richard Kimberly Heck wrote: A user reported that many of his custom shortcuts were not working. These used Alt-1, etc, as a prefix (e.g., Alt-1 M). Because 2.4 now binds Alt-NUM to "Save bookmark NUM", that is not a surp

Re: Unbinding Alt-1 Does Not Work

2024-06-03 Thread Richard Kimberly Heck
On 6/3/24 15:55, Richard Kimberly Heck wrote: A user reported that many of his custom shortcuts were not working. These used Alt-1, etc, as a prefix (e.g., Alt-1 M). Because 2.4 now binds Alt-NUM to "Save bookmark NUM", that is not a surprise. What is a surprise is that it doe

Unbinding Alt-1 Does Not Work

2024-06-03 Thread Richard Kimberly Heck
A user reported that many of his custom shortcuts were not working. These used Alt-1, etc, as a prefix (e.g., Alt-1 M). Because 2.4 now binds Alt-NUM to "Save bookmark NUM", that is not a surprise. What is a surprise is that it does not seem possible to unbind this. Even if I unbind Alt-9,

Re: Keyboard shortcut binding issues

2024-06-03 Thread Richard Kimberly Heck
On 6/3/24 13:29, Michael Dean Pugh wrote: Hello! I just upgraded to 2.4, something I have been looking forward to doing for quite a while.  I am having a minor problem that may be a bug.  I had added quite a few additional keyboard shortcuts which LyX stored in a user.bind file in the bind

Re: layout in LyX 2.4?

2024-06-03 Thread Richard Kimberly Heck
On 6/3/24 12:53, Stef Pillaert wrote: Auwch I must have done something wrong in downloading this exam.layout file from Github. This file was completely rubish (looked like html). And the file that I used when using this "button" ad explained earlier, was a correct version (probably

Re: layout in LyX 2.4?

2024-06-03 Thread Richard Kimberly Heck
On 6/3/24 12:31, Stef Pillaert wrote: Indeed, it is exam.layout, sorry for my typo in the mail. Not sure how I should "undo" what I did before, using the button to guide LyX to the "Lokale documentklasse". But if I check the message pane after reconfigure now, I see indeed this: **

Re: Merge

2024-06-03 Thread Richard Kimberly Heck
On 6/3/24 03:04, José Matos wrote: On Sun, 2024-06-02 at 22:53 -0400, Richard Kimberly Heck wrote: I've merged 2.4.x into 2.4.1-devel. I should have been  doing this periodically but didn't. There were quite a few conflicts, unsurprisingly. I believe I have resolved them all properly, and I've

Re: [LyX/master] Fix table crash reported on Windows.

2024-06-02 Thread Richard Kimberly Heck
On 6/2/24 23:07, Richard Kimberly Heck wrote: commit 3e796c680a11593bd09433be22bec45dcfe0d7a7 Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. I did not mean to commit this yet. But I am pretty sure it is right, so won't revert

[LyX/2.4.1-devel] Fix bug #13066

2024-06-02 Thread Richard Kimberly Heck
commit 63b23ce288919e86eabcdfb4cfd498d26fdfc96a Author: Richard Kimberly Heck Date: Sun Jun 2 23:06:11 2024 -0400 Fix bug #13066 Patch from Lorenzo (cherry picked from commit 0c70f340c0fe33daa68b2a3eb4b3347fef1a9a95) --- lib/layouts/stdinsets.inc| 15

[LyX/master] Fix bug #13066

2024-06-02 Thread Richard Kimberly Heck
commit 0c70f340c0fe33daa68b2a3eb4b3347fef1a9a95 Author: Richard Kimberly Heck Date: Sun Jun 2 23:06:11 2024 -0400 Fix bug #13066 Patch from Lorenzo --- lib/layouts/stdinsets.inc| 15 +-- src/insets/InsetListings.cpp | 8 ++-- 2 files changed, 3 insertions

[LyX/master] Fix table crash reported on Windows.

2024-06-02 Thread Richard Kimberly Heck
commit 3e796c680a11593bd09433be22bec45dcfe0d7a7 Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. --- src/insets/InsetTabular.cpp | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/insets

Merge

2024-06-02 Thread Richard Kimberly Heck
I've merged 2.4.x into 2.4.1-devel. I should have been  doing this periodically but didn't. There were quite a few conflicts, unsurprisingly. I believe I have resolved them all properly, and I've spot-checked several commits. But you might want to have a look and make sure I didn't mess

[LyX/2.4.1-devel] Copy French manuals from 2.4.x branch

2024-06-02 Thread Richard Kimberly Heck
commit 160084af3c16eb0f646f35a47eb05360acd6d105 Author: Richard Kimberly Heck Date: Sun Jun 2 22:23:38 2024 -0400 Copy French manuals from 2.4.x branch --- lib/doc/fr/Customization.lyx | 159 +-- 1 file changed, 34 insertions(+), 125 deletions

[LyX/2.4.1-devel] Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use

2024-06-02 Thread Richard Kimberly Heck
commit 6186506033098b52726abd6ccbddc2236f4310ed Author: Kornel Benko Date: Fri May 24 20:26:04 2024 +0200 Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use Spotted by Eugene Chornyi (cherry picked from commit ea74574d8f02481732b591306410e3c49faae87d) ---

[LyX/2.4.1-devel] Cmake build: Make QT5-compilation be default

2024-06-02 Thread Richard Kimberly Heck
commit 29282c1e13bb738fd84ba2a883520f9250997989 Author: Kornel Benko Date: Sat Apr 6 12:36:47 2024 +0200 Cmake build: Make QT5-compilation be default (cherry picked from commit c971974f331c249fa4d57953d8d93c107c154024) --- CMakeLists.txt | 36 ++--

[LyX/2.4.1-devel] Merge branch '2.4.x' into 2.4.1-devel

2024-06-02 Thread Richard Kimberly Heck
commit 701c7632213c688b2cc621279f2a42cc8e644a38 Merge: 1d7c8325f2 342a0f5438 Author: Richard Kimberly Heck Date: Sun Jun 2 21:49:54 2024 -0400 Merge branch '2.4.x' into 2.4.1-devel ANNOUNCE | 25 +- INSTALL

[LyX/2.4.1-devel] Begin 2.4.1 development

2024-06-02 Thread Richard Kimberly Heck
commit d752ba33764c7273f76bd6e9bc6798d8c1ae7e16 Author: Richard Kimberly Heck Date: Fri May 31 19:43:36 2024 -0400 Begin 2.4.1 development --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fa5bda2bbd..9c6a48329c

[LyX/2.4.1-devel] Minor update

2024-06-02 Thread Richard Kimberly Heck
commit 002ca266207abcf5f31c06e6943bb689f3e27d3b Author: Richard Kimberly Heck Date: Fri May 31 19:41:22 2024 -0400 Minor update --- ANNOUNCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 27a66fa894..6ddcebd70c 100644 --- a/ANNOUNCE +++ b

[LyX/2.4.1-devel] New status file, and status for last commit

2024-06-02 Thread Richard Kimberly Heck
commit e80fdf38e4dc095316547371d22284676e2e6c7d Author: Richard Kimberly Heck Date: Wed May 29 10:49:58 2024 -0400 New status file, and status for last commit --- status.24x | 69 ++ 1 file changed, 69 insertions(+) diff --git

[LyX/2.4.1-devel] Remerge strings.

2024-06-02 Thread Richard Kimberly Heck
commit 597a453197240925c4cd9c51054317ad384c0ccf Author: Richard Kimberly Heck Date: Sat May 25 17:50:58 2024 -0400 Remerge strings. po/ar.po| 394 ++-- po/bg.po| 394

[LyX/2.4.1-devel] New 2.4.0 release

2024-06-02 Thread Richard Kimberly Heck
commit 18eb95a6ea1b9d3a82edbabcd7a8b9b2026948d0 Author: Richard Kimberly Heck Date: Sat May 25 17:50:41 2024 -0400 New 2.4.0 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53ad4401f7..fa5bda2bbd 100644

[LyX/2.4.1-devel] InsetNote: pass on inset-modify lfuns addressed at other insets (#13068)

2024-06-02 Thread Richard Kimberly Heck
commit cc77602066cffdc030ce6b7b71eaa78d0bcf737f Author: Juergen Spitzmueller Date: Fri May 24 14:19:18 2024 +0200 InsetNote: pass on inset-modify lfuns addressed at other insets (#13068) (cherry picked from commit ae1ddcbda0615b742184f4263cd1ad550eb38c32) ---

[LyX/2.4.1-devel] Return a reference, not a copy.

2024-06-02 Thread Richard Kimberly Heck
commit 39c7199afc5e2e84e89028429b63373810949d19 Author: Richard Kimberly Heck Date: Sun May 19 16:55:48 2024 -0400 Return a reference, not a copy. Stupid mistake from 2009. Thanks to Scott and JMarc for tracking it down. (cherry picked from commit

[LyX/2.4.1-devel] Update build file

2024-06-02 Thread Richard Kimberly Heck
commit 2db9eb463dbdf4d66ec767f1ad6900c2d00c301b Author: Richard Kimberly Heck Date: Mon May 13 17:39:44 2024 -0400 Update build file --- development/tools/lyx-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/tools/lyx-build b/development/tools/lyx

[LyX/2.4.1-devel] 2.4.0!

2024-06-02 Thread Richard Kimberly Heck
commit e6ee31ef535bdc168e16b0baa8b97e034b41722d Author: Richard Kimberly Heck Date: Mon May 13 17:34:41 2024 -0400 2.4.0! --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 08221b1692..53ad4401f7 100644

  1   2   3   4   5   6   7   8   9   10   >