]> git.lyx.org Git - lyx.git/log
lyx.git
2 months ago\cprotect amendment
Juergen Spitzmueller [Sat, 22 Jun 2024 11:38:47 +0000 (13:38 +0200)]
\cprotect amendment

\cprotect'ed insets do not need forced local font switch; in fact files
with this break in compilation. E.g. a caption with an URL containing
the char '#' and caption text set to a secondary language.

(cherry picked from commit 8659924abd7026aa97a36bd99efeb11705ff7190)

3 months agoGuiDocument: do not ask switch-back question on document closing
Juergen Spitzmueller [Sun, 16 Jun 2024 13:53:37 +0000 (15:53 +0200)]
GuiDocument: do not ask switch-back question on document closing

(cherry picked from commit c243126eb406c10420fc112ca1d24ae7e8e42a1f)

3 months agoCorrect status entry
Juergen Spitzmueller [Sat, 15 Jun 2024 17:32:30 +0000 (19:32 +0200)]
Correct status entry

3 months agoAdd status
Richard Kimberly Heck [Sat, 15 Jun 2024 17:32:17 +0000 (13:32 -0400)]
Add status

3 months agoPrevent division by zero
Juergen Spitzmueller [Sat, 15 Jun 2024 12:48:37 +0000 (14:48 +0200)]
Prevent division by zero

Fixes crash reported at
https://marc.info/?l=lyx-users&m=171842978728676

(cherry picked from commit 0fc8ee5ace22c11175cb93f5b6f7310cc4d646c1)

3 months agoRegenerate LFUNs.lyx
Pavel Sanda [Sat, 15 Jun 2024 08:32:26 +0000 (10:32 +0200)]
Regenerate LFUNs.lyx

3 months agoUpdate doc info for quote-insert
Richard Kimberly Heck [Tue, 2 Apr 2024 16:46:36 +0000 (12:46 -0400)]
Update doc info for quote-insert

3 months agode.po
Juergen Spitzmueller [Tue, 11 Jun 2024 12:30:47 +0000 (14:30 +0200)]
de.po

3 months agoUpdate sk.po
Kornel Benko [Tue, 11 Jun 2024 11:29:19 +0000 (13:29 +0200)]
Update sk.po

3 months agoFindAdv: Omitting cursor advance at start of search if in mathed.
Alexander Dunlap [Mon, 10 Jun 2024 18:08:39 +0000 (20:08 +0200)]
FindAdv: Omitting cursor advance at start of search if in mathed.

Fixes #13070 Advanced S&R does not find math symbols at start of document

(Should be cherry-pick of 8c501308, but due to merge conflicts its done
manually)

3 months agoFix change tracking colors with RTL languages (#12923)
Udi Fogiel [Mon, 10 Jun 2024 12:19:08 +0000 (15:19 +0300)]
Fix change tracking colors with RTL languages (#12923)

(cherry picked from commit a5749b9c1f5c5b42e6d6db7cd9f2aab16bc28f5b)

3 months agoFix greyedout with RTL languages (#8647)
Udi Fogiel [Mon, 10 Jun 2024 12:03:05 +0000 (15:03 +0300)]
Fix greyedout with RTL languages (#8647)

(cherry picked from commit ee43584140d9c62801d524291c5cfd0c29c8d916)

3 months agofix a typo
Udi Fogiel [Sun, 9 Jun 2024 23:20:25 +0000 (02:20 +0300)]
fix a typo

3 months agodocument recent fixes
Udi Fogiel [Sun, 9 Jun 2024 23:18:02 +0000 (02:18 +0300)]
document recent fixes

3 months agoammend 64aad586f49b904
Udi Fogiel [Sun, 9 Jun 2024 18:06:25 +0000 (21:06 +0300)]
ammend 64aad586f49b904

Remove an empty auxiliary file that snuck in (sorry...)

(cherry picked from commit 61bee11a628d1f9c05ef66fa9669c84fa67e2c4d)

3 months agomissing background in xetex and fix RTL stuff in preview
Udi-Fogiel [Sun, 9 Jun 2024 10:36:35 +0000 (13:36 +0300)]
missing background in xetex and fix RTL stuff in preview

* previwes with xetex did not produce any background (\pagecolor does not work for some reason), adding the direct command for that, \special{background <color>} inside the preview box solved it.

* similar to #12923 we should push the color node in horizontal mode

* there is a bug in preview with LuaTeX with main RTL language, this commit fix this bug, but it should be removed when it is fixed upstream (the code related to \pr@set@pagerightoffset)

(cherry picked from commit 64aad586f49b9047082356e5f217fc6147ac9500)

3 months agoFix bug #13028.
Richard Kimberly Heck [Sun, 9 Jun 2024 18:12:40 +0000 (14:12 -0400)]
Fix bug #13028.

Bindings for 'join lines.

(cherry picked from commit 8655c83a902bfb2261e5c1fd3fade71883282864)

3 months agoExtend tab context menu features
Daniel Ramoeller [Sat, 27 Feb 2021 06:05:54 +0000 (07:05 +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 tabs context menus.

Fix for bug #11963

(cherry picked from commit a114f12868f8b48b9507aa22bf4156af0062ac97)

3 months agoMerge branch '2.4.x' into 2.4.1-devel
Richard Kimberly Heck [Sun, 9 Jun 2024 17:13:12 +0000 (13:13 -0400)]
Merge branch '2.4.x' into 2.4.1-devel

3 months agoFix textstyle-update handling in mathed
Enrico Forestieri [Sun, 9 Jun 2024 11:04:22 +0000 (13:04 +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 properties not specified in the argument.

(cherry picked from commit afb70c905b526ec6fdc5ed66afe800fcd705b425)

3 months agoReturn false on invalid input in Font::fromString()
Juergen Spitzmueller [Sun, 9 Jun 2024 06:09:01 +0000 (08:09 +0200)]
Return false on invalid input in Font::fromString()

Fixes crash with invalid font-update lfun

(cherry picked from commit 2a9648fc4c58a007f7ddb4012d608666f8cc2ec8)

3 months agoFix Python warning of invalid escape in lyx_pot.py
Scott Kostyshak [Sat, 8 Jun 2024 15:54:44 +0000 (11:54 -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: invalid escape sequence '\w'

An alternative fix would be to double the backslash, but that might
be less readable than this fix.

(cherry picked from commit 325f1429f83d7ce1d35404c3f99a31d19c0dbe45)

3 months agoStatus
Richard Kimberly Heck [Fri, 7 Jun 2024 19:59:27 +0000 (15:59 -0400)]
Status

3 months agoFix table crash reported on Windows.
Richard Kimberly Heck [Sun, 2 Jun 2024 18:12:23 +0000 (14:12 -0400)]
Fix table crash reported on Windows.

(cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7)

3 months agoStrip quotes from PackageOptions. Amends a77c84a0b4d5
Juergen Spitzmueller [Thu, 6 Jun 2024 04:58:33 +0000 (06:58 +0200)]
Strip quotes from PackageOptions. Amends a77c84a0b4d5

(cherry picked from commit 1449fbf9ae3ecc70fbc7299f8901ecc31cdff1ab)

3 months agoFixup 39c7199a: the code did not do what it was supposed to
Jean-Marc Lasgouttes [Wed, 5 Jun 2024 21:05:22 +0000 (23:05 +0200)]
Fixup 39c7199a: the code did not do what it was supposed to

(cherry picked from commit 92ef555abde86466b7ca3c3401ab8132258fc497)

3 months agoDo not draw appendix lines below en of document
Jean-Marc Lasgouttes [Thu, 6 Jun 2024 12:32:00 +0000 (14:32 +0200)]
Do not draw appendix lines below en of document

This bug is pretty old, but it was not visible because the grey area
below the document would overwrite it.

It would be better to close the frame at the end of the document, but
this is for later.

(cherry picked from commit 7acfbe0fccc729dcf5d910a4049b25e9943329fc)
(cherry picked from commit c96d3a03400893f440dca7e68ed87bd70bea0b39)

3 months agoUpdate tex info in readme
Pavel Sanda [Wed, 5 Jun 2024 18:43:51 +0000 (20:43 +0200)]
Update tex info in readme

3 months agoSome comments into bind file
Pavel Sanda [Wed, 5 Jun 2024 18:42:10 +0000 (20:42 +0200)]
Some comments into bind file

3 months agoUpdate README
Richard Kimberly Heck [Tue, 4 Jun 2024 15:25:58 +0000 (11:25 -0400)]
Update README

3 months agoavoid adding redundant preamble to double column hebrew documents (#12919)
Udi-Fogiel [Mon, 3 Jun 2024 18:05:20 +0000 (21:05 +0300)]
avoid adding redundant preamble to double column hebrew documents (#12919)

3 months agohe.po
Udi-Fogiel [Mon, 3 Jun 2024 17:16:34 +0000 (20:16 +0300)]
he.po

3 months agode.po
Juergen Spitzmueller [Mon, 3 Jun 2024 16:04:53 +0000 (18:04 +0200)]
de.po

3 months agoShow full inset context-menu when clicking on text part of collapsible (#10370)
Juergen Spitzmueller [Mon, 3 Jun 2024 14:10:17 +0000 (16:10 +0200)]
Show full inset context-menu when clicking on text part of collapsible (#10370)

Re-fix this since #12907 has been resolved

(cherry picked from commit 7a85b1b7caeb3fb390aa488d7061e29b9a77cc6b)

3 months agoFix table crash reported on Windows.
Richard Kimberly Heck [Sun, 2 Jun 2024 18:12:23 +0000 (14:12 -0400)]
Fix table crash reported on Windows.

(cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7)

3 months agoUpdate sk.po
Kornel Benko [Mon, 3 Jun 2024 07:17:19 +0000 (09:17 +0200)]
Update sk.po

3 months agoAdv. F&R: strange dialog text
Kornel Benko [Mon, 3 Jun 2024 06:23:35 +0000 (08:23 +0200)]
Adv. F&R: strange dialog text

Fixes #12997
Added 'Scope' to better indicate the searched area.

3 months agoFix bug #13066
Richard Kimberly Heck [Mon, 3 Jun 2024 03:06:11 +0000 (23:06 -0400)]
Fix bug #13066

Patch from Lorenzo

(cherry picked from commit 0c70f340c0fe33daa68b2a3eb4b3347fef1a9a95)

3 months agoCopy French manuals from 2.4.x branch
Richard Kimberly Heck [Mon, 3 Jun 2024 02:23:38 +0000 (22:23 -0400)]
Copy French manuals from 2.4.x branch

3 months agoCmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use
Kornel Benko [Fri, 24 May 2024 18:26:04 +0000 (20:26 +0200)]
Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use

Spotted by Eugene Chornyi <yu_jin@lyx.org>

(cherry picked from commit ea74574d8f02481732b591306410e3c49faae87d)

3 months agoCmake build: Make QT5-compilation be default
Kornel Benko [Sat, 6 Apr 2024 10:36:47 +0000 (12:36 +0200)]
Cmake build: Make QT5-compilation be default

(cherry picked from commit c971974f331c249fa4d57953d8d93c107c154024)

3 months agoMerge branch '2.4.x' into 2.4.1-devel
Richard Kimberly Heck [Mon, 3 Jun 2024 01:49:54 +0000 (21:49 -0400)]
Merge branch '2.4.x' into 2.4.1-devel

3 months agoPut new citation after selected item rather than at end of list.
Richard Kimberly Heck [Sun, 2 Jun 2024 00:25:20 +0000 (20:25 -0400)]
Put new citation after selected item rather than at end of list.

Fixes bug #12940.

Patch from Daniel.

(cherry picked from commit 40ae8644f9f81576033ff1f8f56428946029b4f4)

3 months agoXHTML: export paragraph IDs also for list items, but not for the opening tag of the...
Thibaut Cuvelier [Mon, 20 May 2024 01:21:00 +0000 (03:21 +0200)]
XHTML: export paragraph IDs also for list items, but not for the opening tag of the list.

The IDs are used to link to specific elements (for instance, the User's guide nomenclature).

The beginning of the list (<ul> or <ol>) has the same magic ID as the first item of the list.

3 months agoMake comment clearer.
Thibaut Cuvelier [Sat, 18 May 2024 17:38:52 +0000 (19:38 +0200)]
Make comment clearer.

3 months agoInsetInfo: no need to output + explicitly in a shortcut, it is already contained...
Thibaut Cuvelier [Sat, 18 May 2024 17:41:44 +0000 (19:41 +0200)]
InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence.

3 months agoOne more
Richard Kimberly Heck [Sun, 2 Jun 2024 00:24:15 +0000 (20:24 -0400)]
One more

3 months agoStatus for last few commits
Richard Kimberly Heck [Sun, 2 Jun 2024 00:23:08 +0000 (20:23 -0400)]
Status for last few commits

3 months agoFix display of math hull inset in RTL context
Jean-Marc Lasgouttes [Thu, 16 May 2024 12:56:28 +0000 (14:56 +0200)]
Fix display of math hull inset in RTL context

The inversion of margin was done in the wrong way for RTL support.

(cherry picked from commit b469c142ad579d3338fc81ab3e1c6ee7b4e270ec)

3 months agoFix bug #12934
Richard Kimberly Heck [Sat, 1 Jun 2024 17:05:12 +0000 (13:05 -0400)]
Fix bug #12934

(cherry picked from commit 6484dce51b46f8fc0134a7532efb08401bba3c53)

3 months agoSet buffer when creating a MathData from parts of another one
Jean-Marc Lasgouttes [Thu, 25 Apr 2024 15:13:15 +0000 (17:13 +0200)]
Set buffer when creating a MathData from parts of another one

This is triggered by selecting part of an equation under Xcb platform
(x11). Indeed, the current selection has to be sent to the X11 server
and BufferView::requestSelection() is called. Eventually
cap::grabSelection() is the function that creates this partial
MathData object.

Fixes ticket #12947.

(cherry picked from commit ed2f3cb9cfa1e871d48a92d41791a77bd218ab67)

3 months agoTry to make sure that math insets have a properly set buffer_ member
Jean-Marc Lasgouttes [Fri, 14 Oct 2022 20:42:21 +0000 (22:42 +0200)]
Try to make sure that math insets have a properly set buffer_ member

Set the buffer of contents that is added to a MathData object through
MathData::insert() (both versions)
MathData::push_back()
asArray()

Also in math macros, initialize look_ with the relevant buffer.

This reduces the number of insets hat do not have a proper buffer.

See #13050 for discussion of this issue.

(cherry picked from commit f3c5ff9cb72c5231f1e1e81452e67d6f12dadecb)

3 months agoFix bug #11796.
Richard Kimberly Heck [Sat, 1 Jun 2024 16:43:56 +0000 (12:43 -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 from commit 42a8463aab6100e8209caa8cd137d3c500623729)

3 months agoFix bug #8856.
Richard Kimberly Heck [Sat, 1 Jun 2024 16:36:00 +0000 (12:36 -0400)]
Fix bug #8856.

Show values of cross-references in tooltips.

(cherry picked from commit 2a1c3dce57da0ad25451fc61f413ebbeba2448fe)

3 months agoFix bug #12981
Richard Kimberly Heck [Sat, 1 Jun 2024 15:52:05 +0000 (11:52 -0400)]
Fix bug #12981

(cherry picked from commit 61181a39778ed5bcd7849ab388c402ab3f88d5cd)

3 months agoReset require_fresh_start_ after buffer has been viewed/exported
Juergen Spitzmueller [Sat, 1 Jun 2024 07:06:44 +0000 (09:06 +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 boolean was never reset, so that this was
done for all subsequent runs unless the buffer had been closed and
reopened.

Now the lfun does what it states and only acts on the next pass.

(cherry picked from commit e1cb15ee5d9377cef6e3683a6d0bb68eb9b379c1)

3 months agoUpdate sk.po
Kornel Benko [Sat, 1 Jun 2024 12:06:26 +0000 (14:06 +0200)]
Update sk.po

3 months agoAmend 6c3447c8: FindAdv: sometimes a space is added on some math symbols
Kornel Benko [Fri, 31 May 2024 07:15:59 +0000 (09:15 +0200)]
Amend 6c3447c8: FindAdv: sometimes a space is added on some math symbols

Restrict the removing to math insets

(cherry picked from commit f248b003a9f7b8b16c85c04ae37b3c5e27a4a8d6)

3 months agoFindAdv: sometimes a space is added on some math symbols
Kornel Benko [Wed, 29 May 2024 12:09:20 +0000 (14:09 +0200)]
FindAdv: sometimes a space is added on some math symbols

For example '\int '.
Should fix regression #13070
Spotted  by Alexander Dunlap

(cherry picked from commit 4730ec78f544b6fd51defd063e52955554b14e89)
(cherry picked from commit 6c3447c8a62d1ed9c8e17732f991296123c69efb)

3 months agoBegin 2.4.1 development
Richard Kimberly Heck [Fri, 31 May 2024 23:43:36 +0000 (19:43 -0400)]
Begin 2.4.1 development

3 months agoMinor update
Richard Kimberly Heck [Fri, 31 May 2024 23:41:22 +0000 (19:41 -0400)]
Minor update

3 months agoAmend 4730ec78: FindAdv: sometimes a space is added on some math symbols
Kornel Benko [Fri, 31 May 2024 07:07:19 +0000 (09:07 +0200)]
Amend 4730ec78: FindAdv: sometimes a space is added on some math symbols

Restrict the removing to math insets

3 months agoNew status file, and status for last commit
Richard Kimberly Heck [Wed, 29 May 2024 14:49:58 +0000 (10:49 -0400)]
New status file, and status for last commit

3 months agoFindAdv: sometimes a space is added on some math symbols
Kornel Benko [Wed, 29 May 2024 12:09:20 +0000 (14:09 +0200)]
FindAdv: sometimes a space is added on some math symbols

For example '\int '.
Should fix regression #13070
Spotted  by Alexander Dunlap

3 months agoWininstaller Qt6.7 changed file name 2.4.0
Eugene Chornyi [Sun, 26 May 2024 07:35:10 +0000 (09:35 +0200)]
Wininstaller Qt6.7 changed file name

(cherry picked from commit a6d0d7ea92b686fc102b05970830ee11fc51e47b)

3 months agoRemerge strings.
Richard Kimberly Heck [Sat, 25 May 2024 21:50:58 +0000 (17:50 -0400)]
Remerge strings.

3 months agoNew 2.4.0 release
Richard Kimberly Heck [Sat, 25 May 2024 21:50:41 +0000 (17:50 -0400)]
New 2.4.0 release

3 months agoCmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use
Kornel Benko [Fri, 24 May 2024 18:26:04 +0000 (20:26 +0200)]
Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use

Spotted by Eugene Chornyi <yu_jin@lyx.org>

3 months agoInsetNote: pass on inset-modify lfuns addressed at other insets (#13068)
Juergen Spitzmueller [Fri, 24 May 2024 12:19:18 +0000 (14:19 +0200)]
InsetNote: pass on inset-modify lfuns addressed at other insets (#13068)

(cherry picked from commit ae1ddcbda0615b742184f4263cd1ad550eb38c32)

4 months agoUpdate status
Juergen Spitzmueller [Mon, 20 May 2024 16:01:33 +0000 (18:01 +0200)]
Update status

4 months agoAddress Qt 6.7 deprecation warning
Juergen Spitzmueller [Mon, 20 May 2024 07:49:10 +0000 (09:49 +0200)]
Address Qt 6.7 deprecation warning

(cherry picked from commit 44633c7f729e79ea023f2a5ccbbdd0002411619f)

4 months agoInitialize is_long_tabular before updateIndexes() (which employs it)
Juergen Spitzmueller [Mon, 20 May 2024 06:50:39 +0000 (08:50 +0200)]
Initialize is_long_tabular before updateIndexes() (which employs it)

(cherry picked from commit 10b5f03d95dca8f3e8c225aa2deca4d473f8b169)

4 months agoUpdate aastex63.layout according to https://journals.aas.org/aastexguide/#acknowledgments
Juergen Spitzmueller [Mon, 20 May 2024 14:10:23 +0000 (16:10 +0200)]
Update aastex63.layout according to https://journals.aas.org/aastexguide/#acknowledgments

(cherry picked from commit d3d8b3d748f03ebafd477570291264961e22c7c4)

4 months ago*RELEASE-NOTES: add cprotect
Pavel Sanda [Sun, 19 May 2024 23:08:16 +0000 (01:08 +0200)]
*RELEASE-NOTES: add cprotect

4 months agoReturn a reference, not a copy.
Richard Kimberly Heck [Sun, 19 May 2024 20:55:48 +0000 (16:55 -0400)]
Return a reference, not a copy.

Stupid mistake from 2009. Thanks to Scott and JMarc for tracking
it down.

(cherry picked from commit de5f63eeb398046027180162272cc83099fdef55)

4 months agoAmend 207eaeee9071cb
Juergen Spitzmueller [Thu, 16 May 2024 05:33:29 +0000 (07:33 +0200)]
Amend 207eaeee9071cb

The upstream encoding needs to be updated after this routine
(see comment in OutputParams.h:183ff.)

(cherry picked from commit 2d95f8fc160d6ecc63acb81ffac16a99339083b2)

4 months agoDocument NeedCProtect -1 InsetLayout option
Juergen Spitzmueller [Wed, 15 May 2024 11:58:28 +0000 (13:58 +0200)]
Document NeedCProtect -1 InsetLayout option

4 months agoAmend a716fb96b53447
Juergen Spitzmueller [Tue, 14 May 2024 11:54:00 +0000 (13:54 +0200)]
Amend a716fb96b53447

(cherry picked from commit af59551b1b0c7d7e95c70ae4db156cba7ac0cefe)

4 months agoNeedCProtect -1 also for InsetLayouts
Juergen Spitzmueller [Tue, 14 May 2024 11:37:29 +0000 (13:37 +0200)]
NeedCProtect -1 also for InsetLayouts

(cherry picked from commit a716fb96b534475759799b195a7edaeb049fbcf6)

4 months agoDocument NeedCProtect -1
Juergen Spitzmueller [Mon, 13 May 2024 04:53:19 +0000 (06:53 +0200)]
Document NeedCProtect -1

(cherry picked from commit ea004cdb28e9b440347a9487d127e55765940c79)

4 months agoAmend 207eaeee9071cb
Juergen Spitzmueller [Sun, 12 May 2024 06:52:09 +0000 (08:52 +0200)]
Amend 207eaeee9071cb

FragileFrame, as opposed to normal frame, supports cprotect (and needs
it in the usual circumstances)

(cherry picked from commit eeb3f9e719d15c4117a510e8a214d1c1b2c5a33c)
(cherry picked from commit 50cd148bd260222e30b6e429d135c45f8c2f1f14)

4 months agoIntroduce NeedCProtect -1 layout option
Juergen Spitzmueller [Sun, 12 May 2024 05:52:16 +0000 (07:52 +0200)]
Introduce NeedCProtect -1 layout option

It turns out beamer frame does not allow \cprotect and errors if it is
used. Hence we need to prevent it in this context entirely.

(cherry picked from commit 207eaeee9071cb828a2ab7f4680f8ff92e379af8)
(cherry picked from commit f05fd787548e8b3082051b7d45bb4119f97a55dc)

4 months agoAmend(1) 5eaa03a1, Adapt to recognise AC_INIT empty buildtype
Kornel Benko [Wed, 15 May 2024 10:16:59 +0000 (12:16 +0200)]
Amend(1) 5eaa03a1, Adapt to recognise AC_INIT empty buildtype

4 months agoCmake build: Adapt to recognise AC_INIT empty buildtype
Kornel Benko [Tue, 14 May 2024 15:07:18 +0000 (17:07 +0200)]
Cmake build: Adapt to recognise AC_INIT empty buildtype

4 months agoUpdate build file
Richard Kimberly Heck [Mon, 13 May 2024 21:39:44 +0000 (17:39 -0400)]
Update build file

4 months ago2.4.0!
Richard Kimberly Heck [Mon, 13 May 2024 21:34:41 +0000 (17:34 -0400)]
2.4.0!

4 months ago Close notes about status of translation
jpc [Mon, 13 May 2024 09:33:56 +0000 (11:33 +0200)]
      Close notes about status of translation

4 months ago Typo
jpc [Mon, 13 May 2024 08:24:29 +0000 (10:24 +0200)]
   Typo

4 months ago Translate documentation of NeedCProtect
jpc [Mon, 13 May 2024 08:16:16 +0000 (10:16 +0200)]
    Translate documentation of NeedCProtect

4 months agoDocument NeedCProtect -1
Juergen Spitzmueller [Mon, 13 May 2024 04:53:19 +0000 (06:53 +0200)]
Document NeedCProtect -1

4 months agoAmend 207eaeee9071cb
Juergen Spitzmueller [Sun, 12 May 2024 06:52:09 +0000 (08:52 +0200)]
Amend 207eaeee9071cb

FragileFrame, as opposed to normal frame, supports cprotect (and needs
it in the usual circumstances)

(cherry picked from commit eeb3f9e719d15c4117a510e8a214d1c1b2c5a33c)

4 months agoIntroduce NeedCProtect -1 layout option
Juergen Spitzmueller [Sun, 12 May 2024 05:52:16 +0000 (07:52 +0200)]
Introduce NeedCProtect -1 layout option

It turns out beamer frame does not allow \cprotect and errors if it is
used. Hence we need to prevent it in this context entirely.

(cherry picked from commit 207eaeee9071cb828a2ab7f4680f8ff92e379af8)

4 months agoStatus
Richard Kimberly Heck [Sat, 11 May 2024 17:03:54 +0000 (13:03 -0400)]
Status

4 months agoConsider CT in dash mechanism (#13062)
Juergen Spitzmueller [Sat, 11 May 2024 11:07:32 +0000 (13:07 +0200)]
Consider CT in dash mechanism (#13062)

(cherry picked from commit fe4f0dbf0b37c413994bbfa780a833b1c041a433)

4 months agoRemerge strings for 2.4.0 release
Richard Kimberly Heck [Fri, 10 May 2024 17:14:09 +0000 (13:14 -0400)]
Remerge strings for 2.4.0 release

4 months agoUpdate LFUNs
Richard Kimberly Heck [Fri, 10 May 2024 17:11:08 +0000 (13:11 -0400)]
Update LFUNs

4 months ago Typo
jpc [Fri, 26 Apr 2024 16:33:33 +0000 (18:33 +0200)]
  Typo

4 months ago Last review of French Tutorial manual before 2.4.0
jpc [Fri, 26 Apr 2024 16:16:22 +0000 (18:16 +0200)]
    Last review of French Tutorial manual before 2.4.0

4 months ago Last review of French Math manual before 2.4.0
jpc [Fri, 26 Apr 2024 09:43:30 +0000 (11:43 +0200)]
   Last review of French Math manual before 2.4.0

4 months ago Last review of French Math manual before 2.4.0
jpc [Fri, 26 Apr 2024 09:42:41 +0000 (11:42 +0200)]
     Last review of French Math manual before 2.4.0