Re: Module for number equations by chapter

2025-08-03 Thread Richard Kimberly Heck
On 8/3/25 5:31 AM, Jürgen Spitzmüller wrote: Am Freitag, dem 01.08.2025 um 21:22 +0200 schrieb David Belius: I was looking for a way to number equations by chapter, and was surprised that it apparently can't be done just using the document settings GUI (unlike numbering by section). Luckily just

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Richard Kimberly Heck
On 8/2/25 6:38 AM, Enrico Forestieri wrote: On Sat, Aug 02, 2025 at 08:54:49AM +0200, Jürgen Spitzmüller wrote: Am Freitag, dem 01.08.2025 um 21:16 +0200 schrieb Enrico Forestieri: What about stable? Is it worth it? I assume there will only be one further stable release, in parallel to 2.5.0.

Re: Backtick Display Problem

2025-07-30 Thread Richard Kimberly Heck
On 7/29/25 5:58 PM, Enrico Forestieri wrote: On Tue, Jul 29, 2025 at 10:16:38PM +0200, Enrico Forestieri wrote: On Tue, Jul 29, 2025 at 07:43:01AM +0100, José Matos wrote: On Mon, 2025-07-28 at 21:54 -0400, Richard Kimberly Heck wrote: Attached, and a screenshot of how it looks here. Riki

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-07-30 Thread Richard Kimberly Heck
On 7/30/25 7:52 AM, Jürgen Spitzmüller wrote: Am Mittwoch, dem 30.07.2025 um 12:21 +0200 schrieb Enrico Forestieri: I don't understand. My point is that if users want to add a new symbol to the symbols file and let LyX load the necessary package for it, this would be OK. It is the same as addin

Re: lyx2lyx tests are timing out now

2025-07-29 Thread Richard Kimberly Heck
On 7/29/25 6:53 PM, Scott Kostyshak wrote: Some lyx2lyx tests are timing out now, suggesting a possible infinite loop. For example, lyx -e lyx24x autotests/export/lyx2lyx/lyx_2_3_test.lyx I think it's due to a commit in the last couple of days. Silly mistake by me. Riki -- lyx-devel mai

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-07-29 Thread Richard Kimberly Heck
On 7/29/25 4:51 AM, Jürgen Spitzmüller wrote: Am Montag, dem 28.07.2025 um 08:54 +0200 schrieb Enrico Forestieri: However, I think this change needs to be discussed a bit. Suppose you send a document to someone else not having the right entry in the symbols file specifying the required package

Re: Backtick Display Problem

2025-07-28 Thread Richard Kimberly Heck
On 7/28/25 1:44 PM, Jean-Marc Lasgouttes wrote: Le 28/07/2025 à 17:11, Richard Kimberly Heck a écrit : When using the Droid Serif font for display, I'm seeing a problem displaying the backtick (used as left single quote), in stable only. It gets drawn over the following letter, as if it w

Backtick Display Problem

2025-07-28 Thread Richard Kimberly Heck
When using the Droid Serif font for display, I'm seeing a problem displaying the backtick (used as left single quote), in stable only. It gets drawn over the following letter, as if it were a grave accent. The LaTeX code is correct, however, so it is just a drawing problem, and the problem does

Re: LyX Wishlist [was: 2.5 Beta1]

2025-07-27 Thread Richard Kimberly Heck
On 7/27/25 5:03 AM, Jürgen Spitzmüller wrote: Am Samstag, dem 26.07.2025 um 12:28 -0400 schrieb Richard Kimberly Heck: Graphics groups are provided by a LaTeX package, I believe, so the first question is whether there is support for this kind of thing in LaTeX. I don't think it requi

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-07-27 Thread Richard Kimberly Heck
On 7/26/25 5:47 PM, Enrico Forestieri wrote: On Sat, Jul 26, 2025 at 07:41:03PM +0200, Jean-Marc Lasgouttes wrote: Le 26 juillet 2025 19:01:05 GMT+02:00, Richard Kimberly Heck a écrit : It seems unfortunate that I had to mess with the CPP code to add this symbol. That means an ordinary user

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-07-26 Thread Richard Kimberly Heck
On 7/26/25 12:57 PM, Richard Kimberly Heck wrote: commit 60c6c3dfb6f4a445f9d3c71dee2905502ea1e5f4 Author: Richard Kimberly Heck Date: Sat Jul 26 12:56:33 2025 -0400 Add plimsoll symbol, for Bernt --- lib/symbols | 2 ++ src/LaTeXFeatures.cpp | 3 ++- 2 files changed, 4

Re: LyX Wishlist [was: 2.5 Beta1]

2025-07-26 Thread Richard Kimberly Heck
On 7/26/25 12:28 PM, Richard Kimberly Heck wrote: 4. There are a few symbols I miss, e.g., * the "plimsoll" symbol used for standard state in thermodynamics (    ). I believe I have done this for 2.5. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.o

Re: LyX Wishlist [was: 2.5 Beta1]

2025-07-26 Thread Richard Kimberly Heck
Hi, Bernt, Significant additional new features in 2.5 are unlikely, as we will enter 'feature freeze' soon and focus on fixing bugs. But you should feel free to file enchancement requests (bug reports) for all these. Some of them could be done in the 2.5.x series. 1. Full support for Unic

Re: [LyX/master] Address Qt 6.7 deprecation warning

2025-07-23 Thread Richard Kimberly Heck
On 7/23/25 9:53 AM, Jürgen Spitzmüller wrote: Am Samstag, dem 19.10.2024 um 08:04 + schrieb Juergen Spitzmueller: commit 4d51a05ce401bd1ad7c2bae5b6aeb7a2b494f35a Author: Juergen Spitzmueller Date:   Sat Oct 19 09:57:24 2024 +0200     Address Qt 6.7 deprecation warning     See https

Re: [LyX/master] Fix warning on Qt6 about unpaired model reset

2025-07-23 Thread Richard Kimberly Heck
On 7/23/25 9:41 AM, Jürgen Spitzmüller wrote: Am Mittwoch, dem 23.07.2025 um 10:39 + schrieb Juergen Spitzmueller: commit 17f0101f4fb991c2331a6e8a59b3a9c986b6653f Author: Juergen Spitzmueller Date:   Wed Jul 23 12:36:43 2025 +0200     Fix warning on Qt6 about unpaired model reset  

Re: [LyX/master] Allow including the symbols system file from the user one

2025-07-21 Thread Richard Kimberly Heck
On 7/21/25 3:01 PM, Enrico Forestieri wrote: On Mon, Jul 21, 2025 at 01:52:09PM +0200, Pavel Sanda wrote: On Fri, Jul 18, 2025 at 12:47:24PM +, Enrico Forestieri wrote: commit b7b0c644fcf12f41a2d1bfa441f98a080684d19c Author: Enrico Forestieri Date:   Fri Jul 18 14:39:30 2025 +0200     All

Re: Cross-reference issues in 2.5.0 beta1 on windows 10

2025-07-16 Thread Richard Kimberly Heck
On 7/16/25 11:41 AM, Jürgen Spitzmüller wrote: Am Mittwoch, dem 16.07.2025 um 17:29 +0200 schrieb Jürgen Spitzmüller: There are a couple of other insets which might need the fix as well: InsetFlex, InsetCaption and InsetCaptionable, but I am not sure (at least flexes might appear in headings as

LyX 2.5 Beta1

2025-07-15 Thread Richard Kimberly Heck
production work. That said, several of us have been using it for daily work, and it appears to be quite stable. If you should encounter any problems, please report them to one of the LyX mailing lists, or you can write me directly. Richard Kimberly Heck Release Manager -- lyx-devel mailing list

Re: LyX 2.5-beta1 Tarballs

2025-07-12 Thread Richard Kimberly Heck
On 7/12/25 6:23 AM, Kornel Benko wrote: Am Sat, 12 Jul 2025 09:19:19 +0200 schrieb Yu Jin : Honestly, I'm not sure. But I'm tempted to say: Build it with the patch. It won't affect the other builds. I can repackage the tarball, with the patch, if need be. I did that, uploaded as usual. If y

Re: LyX 2.5-beta1 Tarballs

2025-07-11 Thread Richard Kimberly Heck
On 7/11/25 2:54 PM, Yu Jin wrote: Am Do., 10. Juli 2025 um 23:25 Uhr schrieb Kornel Benko : G. Thanks. Please move the 2 include to before if(MSVC), we need both.         include(CheckCXXCompilerFlag)         include(CheckCCompilerFlag) Yes with that and your patch it wor

Re: [PATCH] Make Qt6 the default

2025-07-10 Thread Richard Kimberly Heck
On 7/10/25 12:16 PM, Jean-Marc Lasgouttes wrote: Hi there, Would that patch be OK? It makes Qt6 the default for configure-based builds. It does seem time to default to Qt 6. I do not have any opinion about qmake, etc. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.ly

LyX 2.5-beta1 Tarballs

2025-07-09 Thread Richard Kimberly Heck
Here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.5/ Please prepare binaries! Note that the alphas are still there as well. I'll remove them when I announce beta1. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Metrics Crash/Metrics Loop

2025-07-08 Thread Richard Kimberly Heck
On 7/8/25 5:36 AM, Jürgen Spitzmüller wrote: Am Dienstag, dem 08.07.2025 um 09:01 +0200 schrieb Jürgen Spitzmüller: I'm having a look ... Should be fixed. Testing would be good. Thanks, Jürgen. Works here, too. All that should go to stable, I suppose. I can do it if you like. Riki -- lyx-

Metrics Crash/Metrics Loop

2025-07-07 Thread Richard Kimberly Heck
Open the attached file (if you can). Then try to resize the window (widen or lengthen it). Here, that leads to a crash. Backtrace with devel: 1  lyx::TextMetrics::tokenizeParagraph TextMetrics.cpp  954 0x6fd7ad 2  lyx::TextMetrics::redoParagraph TextMetrics.cpp  508 0x6fb730 3  lyx::TextMet

Re: Adding external template of draw.io

2025-07-05 Thread Richard Kimberly Heck
On 7/5/25 10:03 AM, Jürgen Spitzmüller wrote: Am Samstag, dem 05.07.2025 um 22:53 +0900 schrieb Koji Yokota: The entry of the external file in a LyX file is something like \begin_inset External template Draw.io filename /path/testFile.drawio \end_inset so my understanding is

Re: Worth fixing warnings about deprecated copy constructors and copy assignment operators?

2025-07-05 Thread Richard Kimberly Heck
On 7/5/25 8:01 AM, Scott Kostyshak wrote: Here are the warnings: src/ConverterCache.cpp:65:2: warning: definition of implicit copy assignment operator for 'CacheItem' is deprecated because it has a user-provided destructor [-Wdeprecated-copy-with-user-provided-dtor] I do not know when the

Re: LyX 2.5.0

2025-07-04 Thread Richard Kimberly Heck
On 7/4/25 1:02 PM, Pavel Sanda wrote: On Fri, Jul 04, 2025 at 10:02:42AM +0200, Jürgen Spitzmüller wrote: It depends on when you want to announce feature freeze (I suggest: now) My suggestion is this: I'll go and drop the zombied bugs. Then we should go through the rest of milestoned ones and

Re: Linguistics module: Labels for subexamples

2025-07-04 Thread Richard Kimberly Heck
On 7/4/25 12:37 PM, Jürgen Spitzmüller wrote: Am Freitag, dem 04.07.2025 um 12:18 -0400 schrieb Richard Kimberly Heck: This requires a file format change, though. If you want to add this, go ahead. I don't think I want to rush this in for 2.5. Probably requires some more thinking. OK.

Re: Adding external template of draw.io

2025-07-04 Thread Richard Kimberly Heck
On 7/4/25 12:32 PM, Jürgen Spitzmüller wrote: Am Freitag, dem 04.07.2025 um 12:17 -0400 schrieb Richard Kimberly Heck: External templates are somewhat different from other new features, I think, since users can write their own. But this should be the last one. And soon. But don't forge

Re: Linguistics module: Labels for subexamples

2025-07-04 Thread Richard Kimberly Heck
On 7/4/25 4:35 AM, Jürgen Spitzmüller wrote: Am Freitag, dem 04.07.2025 um 00:38 +0200 schrieb John Ankarström: The problem is that the List Preamble argument is PassThru, i.e., takes raw LaTeX code, and as such the label won't be tracked by LyX. This may easily be fixed by removing PassThru fro

Re: Adding external template of draw.io

2025-07-04 Thread Richard Kimberly Heck
On 7/4/25 12:02 PM, Jürgen Spitzmüller wrote: Am Samstag, dem 05.07.2025 um 00:58 +0900 schrieb Koji Yokota: Cutting it close to the deadline (sorry about that), can I add the support for draw.io (https://www.drawio.com/) as an external template? It is available at git features/draw.io and also 

Re: LyX 2.5.0

2025-07-03 Thread Richard Kimberly Heck
On 7/3/25 3:40 PM, José Matos wrote: On Thu, 2025-07-03 at 19:34 +0200, Jürgen Spitzmüller wrote: Am Donnerstag, dem 03.07.2025 um 10:56 -0400 schrieb Richard Kimberly Heck: OK. I guess we should discuss what we think the next steps are. We've had some feedback on the alpha release, but

Re: LyX 2.5.0

2025-07-03 Thread Richard Kimberly Heck
On 7/1/25 9:32 AM, Pavel Sanda wrote: On Tue, Apr 29, 2025 at 02:33:31PM +0200, Pavel Sanda wrote: Another thing I would like to propose to stop endlessly postponing major milestones. Our bug lists grew over reasonable size. ... I spend quite some time sorting out bugs for 2.4.0 and its' wais

Re: Float equality warnings

2025-06-30 Thread Richard Kimberly Heck
On 6/30/25 10:42 AM, Scott Kostyshak wrote: On Mon, Jun 30, 2025 at 02:58:43PM +0200, Jürgen Spitzmüller wrote: Am Montag, dem 30.06.2025 um 14:28 +0200 schrieb Jean-Marc Lasgouttes: I agree that normally there is no problem. OTOH, Lentgth::operator= could allow for a 1% relative error, for exa

Re: Float conversion warnings

2025-06-29 Thread Richard Kimberly Heck
On 6/29/25 9:28 AM, Scott Kostyshak wrote: Are these worth looking into? Most of these seem harmless, though it wouldn't be a terrible thing to squash the warnings by doing an explicit cast. However: /home/scott/lyxbuilds/master-master/repo/src/mathed/MathSupport.cpp:704:18: warning: impli

Re: What do you think about shadow warnings for LyX code by compilers [-Wshadow] ?

2025-06-28 Thread Richard Kimberly Heck
On 6/28/25 9:07 AM, Scott Kostyshak wrote: I'm wondering if you think it would be a (even trivial) improvement to fix warnings about shadowing. In my experience, shadowed declarations can give rise to hard to find bugs. So I'd be happy to see these fixed. Riki -- lyx-devel mailing list lyx

Re: underbar

2025-06-27 Thread Richard Kimberly Heck
On 6/26/25 3:50 PM, Enrico Forestieri wrote: On Thu, Jun 26, 2025 at 10:42:56AM +0200, Scott Kostyshak wrote: On Wed, Jun 25, 2025 at 11:57:23PM +0200, Enrico Forestieri wrote: On Sat, Jun 14, 2025 at 11:18:57PM +0200, Scott Kostyshak wrote: > When I enter math mode and type \underbar, the curs

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-26 Thread Richard Kimberly Heck
On 6/25/25 7:02 PM, Jean-Marc Lasgouttes wrote: Le 25/06/2025 à 23:56, Pavel Sanda a écrit : Well, why we should keep it? We consistently cut feature after feature as the most interesting cases already landed in standard C++ libs. How many new uses we came up during last 10 years? I am all fo

Re: [LyX/master] Amend 6acc0759fc89

2025-06-25 Thread Richard Kimberly Heck
On 6/24/25 7:42 AM, Juergen Spitzmueller wrote: commit aba40a9ecf01fb0815ec371df4eefa2cf2eef8d3 Author: Juergen Spitzmueller Date: Tue Jun 24 13:41:27 2025 +0200 Amend 6acc0759fc89 for the case of read-only documents (though I think the real problem here being the restor

Re: Odd Behavior in Document> Settings

2025-06-24 Thread Richard Kimberly Heck
On 6/24/25 8:34 AM, Jürgen Spitzmüller wrote: Pavel Sanda schrieb am 24.06.2025 12:17 (GMT +02:00): On Tue, Jun 24, 2025 at 01:18:58AM -0400, Richard Kimberly Heck wrote: If I open, say, the Tutorial, then open Document> Settings, cancelling the dialog with the escape key pops up

Re: [LyX/master] Return const references when it makes sense

2025-06-24 Thread Richard Kimberly Heck
On 6/22/25 2:01 PM, Jean-Marc Lasgouttes wrote: --- a/src/Floating.h +++ b/src/Floating.h @@ -42,7 +42,7 @@ public: /// std::string const & floattype() const { return floattype_; } /// - std::string docbookFloatType() const; + std::string docbookFloatType() con

Re: English Shortcut Changes for Master

2025-06-24 Thread Richard Kimberly Heck
On 6/24/25 6:09 AM, Pavel Sanda wrote: On Tue, Jun 24, 2025 at 01:30:13AM -0400, Richard Kimberly Heck wrote: I propose the following changes to the File menu shortcuts for English: New From Template: T Look ok. Open Recent: R This conflicts with more obvious Revert to Saved My thinking

Odd Behavior in Document> Settings

2025-06-24 Thread Richard Kimberly Heck
If I open, say, the Tutorial, then open Document> Settings, cancelling the dialog with the escape key pops up the "Unapplied changes" alert. This does not happen if I hit the Cancel button. I am pretty sure this did not happen until recently. This is in stable. I have not checked master. Riki

English Shortcut Changes for Master

2025-06-24 Thread Richard Kimberly Heck
I propose the following changes to the File menu shortcuts for English: New From Template: T Open Recent: R Revert to saved: D The idea is to give 'obvious' shortcuts to the more often used items. These would be for 2.5.0, which is the right time to make this kind of change. Riki -- lyx-de

LyX 2.4.4 Released

2025-06-21 Thread Richard Kimberly Heck
Public release of LyX version 2.4.4 === We are proud to announce the release LyX 2.4.4, the fourth maintenance release in the 2.4.x series. We have fixed a number of bugs, including some crashes, and introduced a few new features. Here are some highlights. There

Re: Translations for 2.4.4

2025-06-21 Thread Richard Kimberly Heck
2.4.4 has already been packaged, and will be released today, but this has been committed and will go into 2.4.5. On 6/21/25 8:55 AM, Kees Zeelenberg wrote: Here is a new Dutch translation. -Oorspronkelijk bericht- Van: lyx-devel Namens Richard Kimberly Heck Verzonden: woensdag 21

Re: Give an error if missing cross-reference in final compilation

2025-06-20 Thread Richard Kimberly Heck
On 6/20/25 4:56 AM, José Matos wrote: On Fri, 2025-06-20 at 07:47 +0200, Jürgen Spitzmüller wrote: You mean, OK on _not_ backporting this? You did follow the ensuing discussion? I suspect so. The OK was in reply to Pavel's followup. Yes, I meant the retraction was fine. At that time. If later

Re: Give an error if missing cross-reference in final compilation

2025-06-18 Thread Richard Kimberly Heck
On 6/18/25 3:31 AM, Pavel Sanda wrote: On Tue, Jun 17, 2025 at 08:47:33PM +0200, Pavel Sanda wrote: On Tue, Jun 17, 2025 at 06:38:30PM +0200, Scott Kostyshak wrote: On Tue, Jun 17, 2025 at 06:19:38PM +0200, Jürgen Spitzmüller wrote: Am Dienstag, dem 17.06.2025 um 15:00 +0200 schrieb Scott Kost

Re: LyX 2.5 alpha Reference regression

2025-06-13 Thread Richard Kimberly Heck
On 6/13/25 12:54 PM, mkri...@me.com wrote: "LyX now also allows for references to multiple labels ("Section 1, 2 and 3") and to ranges ("Sections 1 to 3") for the cross-reference styles which support this.” I think, this is great, but since LyY 2.4.x did not support this functionality, I fear t

Re: Thoughts on TyX - a LyX-like editor based on Typst

2025-06-10 Thread Richard Kimberly Heck
On 6/10/25 7:03 AM, John McCabe-Dansted wrote: Having a way to share and edit LyX documents on the web would be a big plus. Yes, I worry for this reason about the future of LyX. The days of 'thin clients' may finally be upon us, forty years or so after they were prophesied. Riki On Mon,

Re: LyX 2.5-alpha1 Release

2025-06-10 Thread Richard Kimberly Heck
On 6/10/25 3:40 AM, JP wrote: Le 10 juin 2025 09:37:33 Pavel Sanda a écrit : On Mon, Jun 09, 2025 at 11:51:45AM +0200, Jean-Pierre Chrétien wrote: Any clue? I think Riki created tarball from a2e8ed884129 (May 25), while your updates came later. Pavel -- lyx-devel mailing list lyx-devel@l

Re: [LyX/master] Fix clash of double \LyXZeroWidthSpace definition

2025-06-08 Thread Richard Kimberly Heck
On 6/7/25 4:43 AM, Jürgen Spitzmüller wrote: Am Samstag, dem 07.06.2025 um 08:42 + schrieb Juergen Spitzmueller: commit 85e63756b4356ea3132aeea9c3a633d273e4b2cf Author: Juergen Spitzmueller Date:   Sat Jun 7 10:41:52 2025 +0200     Fix clash of double \LyXZeroWidthSpace definition Candid

Re: LyX 2.5-alpha1 Release

2025-06-06 Thread Richard Kimberly Heck
On 6/6/25 4:11 AM, Jürgen Spitzmüller wrote: Am Freitag, dem 06.06.2025 um 02:46 +0300 schrieb fcana...@gmail.com: I also want to test the new \intertext support but I had some diffuculty figuring out how the command supposed to be entered. I think this went in only after alpha1 has been built.

2.4.4 Tarballs

2025-06-05 Thread Richard Kimberly Heck
Here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.4/ Please prepare binaries! Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

LyX 2.5-alpha1 Release

2025-06-05 Thread Richard Kimberly Heck
be lost (it's a bug if any is), but your files may end up with ERT scattered all through them. Richard Kimberly Heck Release Manager for LyX 2.5 -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Implementing \intertext and \shortintertext

2025-06-02 Thread Richard Kimberly Heck
On 6/2/25 4:51 AM, Pavel Sanda wrote: On Sat, May 31, 2025 at 11:31:37AM +0900, Yokota K. wrote: Does this mean format increment is unnecessary and also lyx2lyx is working well? I am not expert on mathed parsing, Enrico would know. I think the point here is that the math stuff is just stored

Re: LyX 2.5.0~alpha1

2025-05-27 Thread Richard Kimberly Heck
On 5/26/25 7:48 PM, José Matos wrote: On Mon, 2025-05-26 at 19:00 -0400, Richard Kimberly Heck wrote: So I was a bit confused about the naming conventions (thanks to Pavel and Jürgen for setting me straight) and so have repackaged 'gamma 1' as alpha 1. Please prepare binaries! R

LyX 2.5.0~alpha1

2025-05-26 Thread Richard Kimberly Heck
So I was a bit confused about the naming conventions (thanks to Pavel and Jürgen for setting me straight) and so have repackaged 'gamma 1' as alpha 1. Please prepare binaries! Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX 2.5-gamma1

2025-05-26 Thread Richard Kimberly Heck
On 5/26/25 1:21 AM, Jürgen Spitzmüller wrote: Am Sonntag, dem 25.05.2025 um 13:08 -0400 schrieb Richard Kimberly Heck: What I have decided to call "gamma 1" (not quite a beta) so actually an alpha? ;-) Yes, Pavel suggested the same thing. I had alpha and beta backwards, thinking

LyX 2.5-gamma1

2025-05-25 Thread Richard Kimberly Heck
What I have decided to call "gamma 1" (not quite a beta) has been packaged and can be found here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.5/ Those of you who are in the binary-building business are invited to build said binaries. I believe Eugene is still out of town, so it may be a bit befor

Re: Backport of change 391ed04cd2cbdce18178464c69967063945ce303

2025-05-25 Thread Richard Kimberly Heck
On 5/25/25 7:19 AM, Scott Kostyshak wrote: On Sat, May 17, 2025 at 11:54:51AM +0200, Stephan Witt wrote: Hi Riki, I’d like to put the change 391ed04cd2cbdce18178464c69967063945ce303 in 2.4.x branch. It allows build no current macOS versions. BR Stephan Bumping this since it went to my SPAM d

Re: [LyX/master] Rerun latex if necessary when generating previews

2025-05-21 Thread Richard Kimberly Heck
On 5/21/25 2:31 AM, Enrico Forestieri wrote: On Mon, May 19, 2025 at 09:34:54PM +, Enrico Forestieri wrote: commit 1888d50eb18277fd93aab2859233887ae5919ebf Author: Enrico Forestieri Date:   Mon May 19 23:19:15 2025 +0200    Rerun latex if necessary when generating previews    Recent vers

Translations for 2.4.4

2025-05-20 Thread Richard Kimberly Heck
We are now moving towards the release of LyX 2.4.4. Please prepare translations by the 1st of June. I'll plan to do the release that week. Note also that we are starting to think about the release of LyX 2.5.0. I will be releasing something akin to a beta version later in June, so you might wa

Re: [LyX/master] Do not use a version of dispatch() that use a DispatchResult if not using it

2025-05-20 Thread Richard Kimberly Heck
On 5/19/25 4:28 AM, Pavel Sanda wrote: On Sun, May 11, 2025 at 06:28:51PM +, Jean-Marc Lasgouttes wrote: commit cd3d32736644477bcd6c3aac66cb197e366f168b Author: Jean-Marc Lasgouttes Date: Sun May 11 20:23:00 2025 +0200 Do not use a version of dispatch() that use a DispatchResult if

Re: Compilation Failure in Master

2025-05-15 Thread Richard Kimberly Heck
On 5/15/25 10:48 AM, Jean-Marc Lasgouttes wrote: My question is thus: Riki, do you _need_ this to work, or is it just that cmake is proposing the wrong defaults? I was just using the defaults. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-d

Re: Compilation Failure in Master

2025-05-14 Thread Richard Kimberly Heck
On 5/14/25 4:41 PM, Scott Kostyshak wrote: On Wed, May 14, 2025 at 12:00:20PM -0400, Richard Kimberly Heck wrote: In file included from /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/loops.h:23, from /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/iconv.c:136: /cvs/lyx/lyx-devel

Re: Compilation Failure in Master

2025-05-14 Thread Richard Kimberly Heck
On 5/14/25 4:41 PM, Scott Kostyshak wrote: On Wed, May 14, 2025 at 12:00:20PM -0400, Richard Kimberly Heck wrote: In file included from /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/loops.h:23, from /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/iconv.c:136: /cvs/lyx/lyx-devel

Compilation Failure in Master

2025-05-14 Thread Richard Kimberly Heck
In file included from /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/loops.h:23, from /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/iconv.c:136: /cvs/lyx/lyx-devel/3rdparty/libiconv/1.15/lib/loop_wchar.h:39:17:error: conflicting types fo r ‘mbrtowc’; have ‘size_t(void)’ {aka ‘l

Re: How to create an empty macro?

2025-05-14 Thread Richard Kimberly Heck
On 5/14/25 11:31 AM, Jean-Marc Lasgouttes wrote: Le 14/05/2025 à 17:06, Richard Kimberly Heck a écrit : On 5/14/25 9:32 AM, Jean-Marc Lasgouttes wrote: Le 13/05/2025 à 17:45, Richard Kimberly Heck a écrit : I'd just remove it. This is way too complicated for the User Guide anyway.

Re: How to create an empty macro?

2025-05-14 Thread Richard Kimberly Heck
On 5/14/25 9:32 AM, Jean-Marc Lasgouttes wrote: Le 13/05/2025 à 17:45, Richard Kimberly Heck a écrit : I'd just remove it. This is way too complicated for the User Guide anyway. I did that. Should I backport to branch? What am I supposed to do in terms of change tracking ? Just have

Re: How to create an empty macro?

2025-05-13 Thread Richard Kimberly Heck
On 5/12/25 11:28 AM, Jean-Marc Lasgouttes wrote: Le 12/05/2025 à 16:57, Richard Kimberly Heck a écrit : On 5/12/25 5:47 AM, Jean-Marc Lasgouttes wrote: Hi there, I tried to replace the example in section 6.9 Branches of the user's guide by proper math macros, because the example as

Re: How to create an empty macro?

2025-05-12 Thread Richard Kimberly Heck
On 5/12/25 5:47 AM, Jean-Marc Lasgouttes wrote: Hi there, I tried to replace the example in section 6.9 Branches of the user's guide by proper math macros, because the example as it is breaks previews. So I would like to define \newcommand[1]{\question}{#1} \newcommand[1]{\answer}{} However

Re: OSU OSL possible shutdown

2025-05-09 Thread Richard Kimberly Heck
On 5/9/25 9:49 AM, Jean-Marc Lasgouttes wrote: Le 03/05/2025 à 22:05, Pavel Sanda a écrit : It seem that recent US budget cuts might affect our infra provider and we'll need to think where to move next... https://osuosl.org/blog/osl-future/ What a nightmare... For their sake and ours, let's h

Re: [LyX/master] CAS: Allow commands for maxima (part of #13178).

2025-04-30 Thread Richard Kimberly Heck
On 4/29/25 6:06 PM, Pavel Sanda wrote: On Sun, Apr 27, 2025 at 07:28:00PM +, Pavel Sanda wrote: commit 9665f6d39ad055b865f78764533d289ae32a22fb Author: Pavel Sanda Date: Sun Apr 27 21:25:57 2025 +0200 CAS: Allow commands for maxima (part of #13178). Now constructs like:

Re: LyX 2.5.0

2025-04-29 Thread Richard Kimberly Heck
On 4/29/25 8:33 AM, Pavel Sanda wrote: On Mon, Apr 28, 2025 at 12:48:37PM -0400, Richard Kimberly Heck wrote: If you think things are reasonably settled, I will do some kind of 'nightly' package of 2.5.0, and see if we can get a bit of testing for it. Then we can think about more conc

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-29 Thread Richard Kimberly Heck
On 4/29/25 3:07 AM, Jean-Marc Lasgouttes wrote: Le 21/04/2025 à 12:57, Jean-Marc Lasgouttes a écrit : Le 21/04/2025 à 12:54, Jean-Marc Lasgouttes a écrit : commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 Author: Jean-Marc Lasgouttes Date:   Mon Apr 21 12:53:34 2025 +0200 Fix handling of

Re: LyX 2.5.0

2025-04-28 Thread Richard Kimberly Heck
On 4/27/25 11:18 PM, Jürgen Spitzmüller wrote: Am Montag, dem 28.04.2025 um 00:29 +0200 schrieb Jean-Marc Lasgouttes: Le 27/04/2025 à 21:12, Richard Kimberly Heck a écrit : If what I have in mind works well, then we can always backport like I did for the performance work. In this case, I&#

LyX 2.5.0

2025-04-27 Thread Richard Kimberly Heck
With this work, which is fantastic, it really seems to me like we are ready to start thinking about potentially considering maybe moving toward 2.5.0. Not to be too definitive about it! JMarc, I'm curious what you think about this, and what plans you might have for improvements, and when you t

Re: #11371: default equation reference format

2025-04-27 Thread Richard Kimberly Heck
On 4/27/25 2:11 PM, thomas.j.buckho...@gmail.com wrote: Riki, "Lyx-devel": This seems to be good news. Is this "fix" now in the publicly downloadable version? (If so, I plan to update the version of LyX that I use. If not, when might it be available and would you let me know when it becomes a

Re: [LyX/master] Integrate theorem definition in layout

2025-04-25 Thread Richard Kimberly Heck
This is just to encourage those of us who use theorems and the like to test this. I've looked through the code, and (no surprise here) it looks right, but this is probably delicate. I'll test it myself this weekend. Riki On 4/25/25 10:28 AM, Juergen Spitzmueller wrote: commit 7d5952201df

Re: Inconsistencies in Using Maxima with LyX

2025-04-22 Thread Richard Kimberly Heck
On 4/21/25 5:14 PM, Enrico Forestieri wrote: On Sun, Apr 20, 2025 at 10:49:36PM -0500, T Rex wrote: The problem is related to "\," if it could be changed to "*" when sending to Maxima it could be operated very easily within LyX Thanks for the report. LyX was already dealing with these cases

Re: [LyX/master] Comments

2025-04-17 Thread Richard Kimberly Heck
On 4/17/25 4:53 PM, Jean-Marc Lasgouttes wrote: Le 17/04/2025 à 01:03, Scott Kostyshak a écrit : OTOH, you could maybe use isBroken() in screenLabel(), but it is strange then to prepend EMPTY to the label, because this means that you know why it is broken. This part I don't understand. Why i

Re: master crashes in updateMacros()

2025-04-14 Thread Richard Kimberly Heck
On 4/14/25 12:39 PM, Jürgen Spitzmüller wrote: Am Montag, dem 14.04.2025 um 18:28 +0200 schrieb Jean-Marc Lasgouttes: We'll see whether this works out. What is you shopping list on this BTW? For now I am eyeing single-paragraph text insets with décoration below. Does it make sense? Yes. Most im

Re: Request to register for submitting bug reports

2025-04-13 Thread Richard Kimberly Heck
Please send me (privately) your preferred user name, and a temporary password, and I'll register you. We had to disable registration because of a ridiculously large number of fake accounts that were spamming us. Unfortunately, trac does not seem to support any sort of preventative measure. R

Re: [LyX/master] Comments

2025-04-12 Thread Richard Kimberly Heck
On 4/12/25 7:32 AM, Scott Kostyshak wrote: On Sat, Apr 12, 2025 at 11:25:43AM +, Scott Kostyshak wrote: commit 7660d14875c9d8b8b83f134c5ac8ffbe12f846cc Author: Scott Kostyshak Date: Sat Apr 12 13:20:18 2025 +0200 Comments --- src/insets/InsetBibtex.cpp | 2 ++ 1 file changed, 2 i

Re: build failure Qt 6.9

2025-04-11 Thread Richard Kimberly Heck
On 4/11/25 8:20 AM, Jürgen Spitzmüller wrote: Am Freitag, dem 11.04.2025 um 11:39 +0200 schrieb Cor Blom: For me LyX fails to build on latest openSUSE Tumbleweed, which has now has Qt 6.9, so I suspect the Qt update is the culprit. Happens both with 2.4.3 and 2.4.x branch. Have not tried master

Re: Upgrading LyXRC file format

2025-04-11 Thread Richard Kimberly Heck
On 4/10/25 9:24 PM, Koji Yokota wrote: 2025/04/10 23:01、Richard Kimberly Heck のメール: Probably not, if I'm following this. That's only needed when preferences are removed or their semantics is changed. We don't revert. Does it mean I can just add the command without changing

Re: Upgrading LyXRC file format

2025-04-11 Thread Richard Kimberly Heck
On 4/10/25 9:24 PM, Koji Yokota wrote: 2025/04/10 23:01、Richard Kimberly Heck のメール: Probably not, if I'm following this. That's only needed when preferences are removed or their semantics is changed. We don't revert. Does it mean I can just add the command without changing

Re: [LyX/master] Move fixBiblio to updateBuffer (4/4): the real thing

2025-04-10 Thread Richard Kimberly Heck
Well done! On 4/10/25 12:25 PM, Jean-Marc Lasgouttes wrote: commit 00f855e4ed3c51a92c77ad001fcc9e4e51dbcb75 Author: Jean-Marc Lasgouttes Date: Thu Apr 10 13:54:02 2025 +0200 Move fixBiblio to updateBuffer (4/4): the real thing Now the code that makes sure that there is a bibi

Re: [LyX/master] Fix wrong index when searching for a second bibitem.

2025-04-10 Thread Richard Kimberly Heck
On 4/10/25 10:31 AM, Jean-Marc Lasgouttes wrote: Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit b93ad7171df84360049b2f1a493efa856814e228 Author: Jean-Marc Lasgouttes Date:   Wed Apr 9 14:55:39 2025 +0200 Fix wrong index when searching for a second bibitem. Riki, This is a

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Richard Kimberly Heck
On 4/10/25 10:32 AM, Jean-Marc Lasgouttes wrote: Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit 4f20ac64d70282f1792abfeafa48a9fea8f89af1 Author: Jean-Marc Lasgouttes Date:   Wed Apr 9 14:29:14 2025 +0200 Do not to release inset before erasing it It will be done by

Re: Upgrading LyXRC file format

2025-04-10 Thread Richard Kimberly Heck
On 4/10/25 9:54 AM, Pavel Sanda wrote: On Thu, Apr 10, 2025 at 02:25:45PM +0900, Koji Yokota wrote: I???m planning to update LYXRC_FILEFORMAT to 40 in a few days to include \color_theme command for preserving color theme over sessions. If there is any problem, please let me know. Not a proble

Re: Suggestion: Adding Font Style Shortcuts to LyX Toolbar

2025-04-05 Thread Richard Kimberly Heck
On 3/19/25 9:55 AM, José Matos wrote: On Wed, 2025-03-19 at 11:29 +0100, Pavel Sanda wrote: I do not have super strong opinion here, but I think that not having font style buttons was deliberate omission to make little push toward semantic text styles rather then just to use font tweaks used by

Re: [LyX/master] Add support for zref-clever and zref-vario

2025-04-05 Thread Richard Kimberly Heck
On 3/23/25 8:07 AM, Juergen Spitzmueller wrote: commit 4ea81b52f8c17d9eea1655e115ea6bc47377da2e Author: Juergen Spitzmueller Date: Sun Mar 23 13:04:49 2025 +0100 Add support for zref-clever and zref-vario Unless I'm doing something wrong, this doesn't work at present, because the labe

Re: [LyX/master] Fix annoying typo

2025-04-04 Thread Richard Kimberly Heck
On 4/3/25 5:08 PM, Jean-Marc Lasgouttes wrote: Le 03/04/2025 à 23:03, Jean-Marc Lasgouttes a écrit : commit e671833bba60f95891fb2235accb1a10af1a7e45 Author: Jean-Marc Lasgouttes Date:   Thu Apr 3 22:32:30 2025 +0200 Fix annoying typo Riki, this is candidate for branch (has been here for

Re: An irritant with branches

2025-04-01 Thread Richard Kimberly Heck
On 3/31/25 4:19 PM, Scott Kostyshak wrote: On Tue, Apr 01, 2025 at 08:39:51AM +1300, Andrew Parsloe wrote: I haven't used branches all that much but I am using them at the moment. Something that has become an irritant is the way the pop-up panel with the branch name and branch and inset status t

Re: [LyX/master] Give error if adding a branch that already exists

2025-03-25 Thread Richard Kimberly Heck
On 3/25/25 11:35 AM, Jürgen Spitzmüller wrote: Am Dienstag, dem 25.03.2025 um 08:16 + schrieb José Matos: Some question to developers: 1. Or asking in another way what is the current state of 2.5? 2. What do we need to do to enter the freeze stage? 3. What are your plans for features that yo

Re: create new account for the LyX Bug Tracker

2025-03-25 Thread Richard Kimberly Heck
On 3/25/25 10:36 AM, Benjamin Schubert wrote: Hello, could you please create an account for me? I would like to report a bug. Thank you! If you can (privately) send me a username and temporary password, I can do this. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.l

Re: [LyX/master] Give error if adding a branch that already exists

2025-03-24 Thread Richard Kimberly Heck
On 3/24/25 8:22 AM, Scott Kostyshak wrote: On Mon, Mar 24, 2025 at 12:16:49PM +, Scott Kostyshak wrote: commit 7d1eea0301986c6f7a080bfaf8166d051aa71f05 Author: Scott Kostyshak Date: Mon Mar 24 12:37:05 2025 +0100 Give error if adding a branch that already exists The previ

Re: LyX Bug Tracker Registration

2025-03-24 Thread Richard Kimberly Heck
If someone hasn't already taken care of this, please send me a temporary password, and I'll do it. On 3/24/25 11:43 AM, jettaz wrote: Dear LyX Devs, I'd like to be able to submit bug reports for LyX on Mac OS. Would it be possible to have an account created for this? Would it be possible to

  1   2   3   4   5   6   7   8   9   10   >