]> git.lyx.org Git - lyx.git/log
lyx.git
4 months agoAttempt to fix bug #13017. bugs/13017
Richard Kimberly Heck [Thu, 21 Dec 2023 01:19:12 +0000 (20:19 -0500)]
Attempt to fix bug #13017.

We should not remove the aux and bbl files when the Buffer is actively being exported.

4 months agoAmend 782f6eae00c30
Juergen Spitzmueller [Wed, 20 Dec 2023 07:49:54 +0000 (08:49 +0100)]
Amend 782f6eae00c30

Rows should only be removed in ct mode if they have been added
in ct mode by the same author (otherwise mark them deleted)

4 months agoFix previews in yellow notes and disabled branches
Jean-Marc Lasgouttes [Tue, 19 Dec 2023 16:45:00 +0000 (17:45 +0100)]
Fix previews in yellow notes and disabled branches

While it is not necessary to run validate() on insets that do not
produce output (yellow notes and disabled branches), it has to be done
for previewing, since a construct inside the inset may require some
support.

This is done in two steps:

1. in PreviewLoader::dumpPreamble, indicate that a preview is being
   prepared. It is not clear why the `for_preview' boolean was not set
   before.

2. in Inset(Branch|Note)::validate, always call the parent's validate
   method when previewing.

It should have been possible to move the code from 2. to
InsetText::validate, but the weird code in handling
InsetNoteParams::Comment in html makes it difficult.

4 months agoRemove unused variables
Jean-Marc Lasgouttes [Tue, 19 Dec 2023 16:24:31 +0000 (17:24 +0100)]
Remove unused variables

4 months agoFix tracking of table row/column deletion with added material (#12984)
Juergen Spitzmueller [Tue, 19 Dec 2023 15:45:16 +0000 (16:45 +0100)]
Fix tracking of table row/column deletion with added material (#12984)

4 months agoDon't inherit font in Label inset
Daniel Ramoeller [Fri, 22 Oct 2021 06:32:30 +0000 (08:32 +0200)]
Don't inherit font in Label inset

Fix for #12404.

4 months agoOutput added par break marker inside argument for commands (#13014)
Juergen Spitzmueller [Tue, 19 Dec 2023 14:48:07 +0000 (15:48 +0100)]
Output added par break marker inside argument for commands (#13014)

5 months agoShow change bar for an end-of-paragraph change
Jean-Marc Lasgouttes [Mon, 11 Dec 2023 16:40:09 +0000 (17:40 +0100)]
Show change bar for an end-of-paragraph change

Fixes bug #13003.

5 months agoDisable properly math inset locking
Jean-Marc Lasgouttes [Thu, 7 Dec 2023 16:21:45 +0000 (17:21 +0100)]
Disable properly math inset locking

It is not clear whether this feature was once documented and used (it
would have been 20 years ago).

It is mostly disable now, but there was a remaining bit that is
annoying now.

I'll try to restore this later.

5 months agoPython fixes for export to LyX Archive
Scott Kostyshak [Wed, 6 Dec 2023 19:11:41 +0000 (14:11 -0500)]
Python fixes for export to LyX Archive

Patch by Kees and José Matos.

For discussion, please see this [1] ML thread. José additionally
notes [2] the following:

  I took the change and I changed some minor annoyances:
  * test comparison with None;
  * fixed a region where the indentation was different from all the
  others (2 spaces instead of 4);
  * replaced xrange with range.

[1] https://www.mail-archive.com/search?l=mid&q=007b01da285a%241b8e28c0%2452aa7a40%24%40gmail.com
[2] https://www.mail-archive.com/search?l=mid&q=0cd9fe5fd161c0ad8950258867255a3bfae8dbc1.camel%40gmail.com

5 months agoAmend ddc5fed0ad00a3
Juergen Spitzmueller [Tue, 5 Dec 2023 17:36:04 +0000 (18:36 +0100)]
Amend ddc5fed0ad00a3

*facepalm*

5 months agoFix pt_BR.po escapes
Scott Kostyshak [Tue, 5 Dec 2023 16:24:00 +0000 (11:24 -0500)]
Fix pt_BR.po escapes

We need to use two backslashes for "\\arabic".

This fixes instances of the following warning:

  warning: internationalized messages should not contain the '\a'
  escape sequence

Amends a82ea09a.

5 months agoOmit character activation with hanging package
Juergen Spitzmueller [Tue, 5 Dec 2023 16:07:10 +0000 (17:07 +0100)]
Omit character activation with hanging package

We do not use this feature anyway, and it breaks with other packages/
languages that activate characters

5 months agoPO file from Georger, and GMO updates
Richard Kimberly Heck [Mon, 4 Dec 2023 22:02:25 +0000 (17:02 -0500)]
PO file from Georger, and GMO updates

5 months agofr.po - Restore broken header
Pavel Sanda [Mon, 4 Dec 2023 20:43:30 +0000 (21:43 +0100)]
fr.po - Restore broken header

5 months ago* pt_BR.po from Georger
Pavel Sanda [Mon, 4 Dec 2023 20:22:02 +0000 (21:22 +0100)]
* pt_BR.po from Georger

5 months agoAmend 369828194361164 once more
Juergen Spitzmueller [Sun, 3 Dec 2023 10:18:42 +0000 (11:18 +0100)]
Amend 369828194361164 once more

We need to trim off tabs and spaces

5 months agoAmend 369828194361164 for the sake of the (not exceptionally bright) layout test
Juergen Spitzmueller [Sun, 3 Dec 2023 09:36:59 +0000 (10:36 +0100)]
Amend 369828194361164 for the sake of the (not exceptionally bright) layout test

5 months agoRemove code that has been dead for almost 20 years
Jean-Marc Lasgouttes [Thu, 30 Nov 2023 08:46:05 +0000 (09:46 +0100)]
Remove code that has been dead for almost 20 years

5 months agoBetter variable name
Richard Kimberly Heck [Tue, 28 Nov 2023 02:33:46 +0000 (21:33 -0500)]
Better variable name

I think this one must be a leftover from before the ranges.

5 months ago* Additional.lyx - typo reported by Daniel (#12985).
Pavel Sanda [Mon, 27 Nov 2023 19:07:35 +0000 (20:07 +0100)]
* Additional.lyx - typo reported by Daniel (#12985).

5 months agode/Customization: update
Juergen Spitzmueller [Fri, 24 Nov 2023 15:49:35 +0000 (16:49 +0100)]
de/Customization: update

5 months agoAmend 28e8bf742.
Richard Kimberly Heck [Sat, 18 Nov 2023 00:31:55 +0000 (19:31 -0500)]
Amend 28e8bf742.

The default 'empty' layout has "UNDEFINED" for the LabelString.

5 months agoDocument 58103cf2
Enrico Forestieri [Fri, 17 Nov 2023 18:30:10 +0000 (19:30 +0100)]
Document 58103cf2

5 months agoAmend 58103cf2
Enrico Forestieri [Fri, 17 Nov 2023 18:03:46 +0000 (19:03 +0100)]
Amend 58103cf2

- Do not clear the initial selection to allow consecutive changes
  (this is in line with the behavior in texted)
- Make the color changes last so that the underline is the right color
- Allow to operate on selections that span multiple cells in a grid
- Use \boldsymbol instead of \mathbf to make everything bold

5 months agoLet label strings work with branches.
Richard Kimberly Heck [Fri, 17 Nov 2023 01:16:28 +0000 (20:16 -0500)]
Let label strings work with branches.

A better patch will be attached to bug #12974.

5 months agoFix layout names for branches.
Richard Kimberly Heck [Thu, 16 Nov 2023 19:03:34 +0000 (14:03 -0500)]
Fix layout names for branches.

6 months ago* cs.po
Pavel Sanda [Wed, 15 Nov 2023 23:07:34 +0000 (00:07 +0100)]
* cs.po

6 months ago* layouttranslations reviewed by Yuriy
Pavel Sanda [Mon, 13 Nov 2023 21:36:57 +0000 (22:36 +0100)]
* layouttranslations reviewed by Yuriy

6 months agoUpdate ru.po
Yuriy Skalko [Fri, 10 Nov 2023 16:37:25 +0000 (17:37 +0100)]
Update ru.po

6 months ago Update fr.po
jpc [Sat, 11 Nov 2023 14:38:17 +0000 (15:38 +0100)]
       Update fr.po

6 months agofixup 2b0841b0: forgot to add new file
Jean-Marc Lasgouttes [Fri, 10 Nov 2023 13:39:27 +0000 (14:39 +0100)]
fixup 2b0841b0: forgot to add new file

6 months agoMove LYX_(BEGIN|END)_MUTE_GCC_WARNING macros to their own header.
Jean-Marc Lasgouttes [Fri, 10 Nov 2023 12:14:34 +0000 (13:14 +0100)]
Move LYX_(BEGIN|END)_MUTE_GCC_WARNING macros to their own header.

It was not nice to other build systems to define that in configure.ac.

6 months agoAvoid dangling-reference warning in several places
Jean-Marc Lasgouttes [Wed, 8 Nov 2023 17:07:14 +0000 (18:07 +0100)]
Avoid dangling-reference warning in several places

This new warning in gcc 13 is annoying because it happens in certain
parts of our code where it is harmless to pass a temporary variable to
a function that returns a reference.

This patch introduces a new pair of macros,
LYX_BEGIN_MUTE_GCC_WARNING(warn) and LYX_END_MUTE_GCC_WARNING, which
can be used to define a block of code where a given GCC warning is disabled.

The macros are no-ops with compilers other than gcc, although some
compilers that pretend to be GCC make be mis-detected. The worse that
can happen AFAIU is a bunch of warnings.

The macro relies on an intimidating set of for nested macros. The goal
of these macros is to build a nested string bit by bit. Here is how it
works:

PRAGMA_IGNORE(dangling-reference)
  => PRAGMA_IGNORE_1(-Wdangling-reference)
  => PRAGMA_IGNORE_2("-Wdangling-reference")
  => PRAGMA_IGNORE_3(GCC diagnostic ignored "-Wdangling-reference")
  => _Pragma("GCC diagnostic ignored \""-Wdangling-reference\"")

The next question is: what is _Pragma() good for? Well, it is a
version of #pragma that can be used in a macro.

And finally, what are those pragmas good for? The 'push' and 'pop'
ones make changes to warnings local. The 'ignored' ones allow
to disable some warnings. And disabling -Wpragmas ensures that we do
not have a warning if we try to disable a warning that is not
supported by the compiler.

6 months agoRead separated required arg without enquoting
Juergen Spitzmueller [Thu, 9 Nov 2023 21:06:39 +0000 (22:06 +0100)]
Read separated required arg without enquoting

6 months agoImprove documentation of required argument tag
Juergen Spitzmueller [Thu, 9 Nov 2023 21:06:11 +0000 (22:06 +0100)]
Improve documentation of required argument tag

6 months ago* layouttranslations - uk review by Yuri
Pavel Sanda [Thu, 9 Nov 2023 19:38:34 +0000 (20:38 +0100)]
* layouttranslations - uk review by Yuri

6 months agoGMO for Ukranian update
Richard Kimberly Heck [Thu, 9 Nov 2023 03:48:13 +0000 (22:48 -0500)]
GMO for Ukranian update

6 months agoUkranian update from Yuri. Thanks Yuri!
Richard Kimberly Heck [Thu, 9 Nov 2023 03:46:33 +0000 (22:46 -0500)]
Ukranian update from Yuri. Thanks Yuri!

6 months agoAmend 58103cf2
Enrico Forestieri [Wed, 8 Nov 2023 22:59:43 +0000 (23:59 +0100)]
Amend 58103cf2

The \underbar macro is a text mode macro that can also be used
in math mode. However, when inserting it in mathed, LyX helpfully
wraps it in a \text inset. One can dissolve such text inset and
the macro would appear in math mode without any problem. But the
output routine thinks that the user is shooting itself in the
foot and tries to protect him by wrapping \underbar in the
\lyxmathsym macro, whose definition is normally added to the
preamble when an unicode character is used in math mode.

Of course, this is not the case for \underbar and a compile
error arises. The easier solution is to simply add lyxmathsym as
a requirement for \underbar in lib/symbols, but this means
that the definition of \lyxmathsym would be added even when not
necessary (because in the validation routine we miss the info
about the current mode). The correct solution is acknowledging
the dual nature of \underbar as a text-mode macro that can also
be used in math mode. Luckily the correct solution is almost as
easy as the easier one and is what is done in this commit.

6 months agoBetter dialog resizing behavior
Yuriy Skalko [Wed, 8 Nov 2023 22:38:09 +0000 (23:38 +0100)]
Better dialog resizing behavior

6 months agoUserGuide: fix menu name
Yuriy Skalko [Wed, 8 Nov 2023 22:21:57 +0000 (23:21 +0100)]
UserGuide: fix menu name

6 months agoUpdate ru.po and UserGuide
Yuriy Skalko [Wed, 8 Nov 2023 22:14:50 +0000 (23:14 +0100)]
Update ru.po and UserGuide

6 months agoFix mangling names in temp directory (amends eef0c8e8).
Pavel Sanda [Wed, 8 Nov 2023 20:42:54 +0000 (21:42 +0100)]
Fix mangling names in temp directory (amends eef0c8e8).

Separate mangled-name tables for xhtml and latex exports.

LaTeX route should stay as it were (counter+mangled path within filenames in
temp directory)

xHTML route uses hash of path + filename only. We won't use counters because
(unlike in LaTeX export) they stay visible in final export directory and
generally change across LyX sessions.
Hash is short with collision handling because path-length limits of Windows.

cf https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg220582.html

6 months ago* cs.gmo
Pavel Sanda [Wed, 8 Nov 2023 20:37:01 +0000 (21:37 +0100)]
* cs.gmo

6 months ago* cs.po
Pavel Sanda [Wed, 8 Nov 2023 20:36:50 +0000 (21:36 +0100)]
* cs.po

6 months agoLimit nomencl backwards support to case when old package is really used
Juergen Spitzmueller [Wed, 8 Nov 2023 15:17:58 +0000 (16:17 +0100)]
Limit nomencl backwards support to case when old package is really used

This is only needed for very old versions of the nomencl package
(before March 2005)

No need to output compatibility code with newer versions

Furthermore, this breaks the use of the glossary package which also
has .glo extension (#12968)

6 months agoDo not reverse parentheses in pass thru insets (#12966)
Juergen Spitzmueller [Wed, 8 Nov 2023 14:14:37 +0000 (15:14 +0100)]
Do not reverse parentheses in pass thru insets (#12966)

6 months agoDo not accumulate underline changes
Enrico Forestieri [Wed, 8 Nov 2023 08:17:38 +0000 (09:17 +0100)]
Do not accumulate underline changes

If an element is underlined in mathed by using the text properties
dialog, the changes accumulate. So, for example, to change a single
underline to a double one, one would need removing the previous
underline first. This commit allows using the text properties
dialog and simply replace an underline type with another one.

However, this works only if the underlined element is not included
in some other inset. For example, given "\uline{\text{abc}}",
selecting the 'b' and choosing a double underline produces
"\uline{\text{a\uuline{b}c}}". But, given "\text{\uline{abc}}", and
operating as before produces "\text{\uline{a}\uuline{b}\uline{c}}".

6 months agoAmend 58103cf2
Enrico Forestieri [Wed, 8 Nov 2023 07:56:40 +0000 (08:56 +0100)]
Amend 58103cf2

Give a variable a more meaningful name and fix a typo.

6 months agoUpdate math macro display when entering from above/balow
Jean-Marc Lasgouttes [Tue, 7 Nov 2023 14:43:57 +0000 (15:43 +0100)]
Update math macro display when entering from above/balow

This change forces metrics computation in all cases when cursor enters
a math inset from above/below, but I do not have a better idea right now.

Fixes bug #12952.

6 months agoSilence compiler warning
Enrico Forestieri [Mon, 6 Nov 2023 20:03:23 +0000 (21:03 +0100)]
Silence compiler warning

6 months agoAmend 58103cf2
Enrico Forestieri [Mon, 6 Nov 2023 17:46:22 +0000 (18:46 +0100)]
Amend 58103cf2

Correct file name.

6 months agoAllow using the text properties dialog in mathed
Enrico Forestieri [Mon, 6 Nov 2023 17:04:44 +0000 (18:04 +0100)]
Allow using the text properties dialog in mathed

Until now only the color of the text could be changed by using
the text properties dialog. This commit allows changing all
other properties except for strikethrough. It is possible to
also add underlining with the limitation that the changes
accumulate. This requires other work but I think that underlining
and strikethrough are not so important in mathed and can be
refined at a later time.

Fixes #12958

6 months agoescape spaces in labels
Juergen Spitzmueller [Mon, 6 Nov 2023 13:16:34 +0000 (14:16 +0100)]
escape spaces in labels

refstyle doesn't work with these. See
https://marc.info/?l=lyx-users&m=169926958114185&w=2

6 months agoFix word selection expansion when going to the left
Jean-Marc Lasgouttes [Mon, 6 Nov 2023 10:53:03 +0000 (11:53 +0100)]
Fix word selection expansion when going to the left

The proper way to do word-wise selection is to compute the words
around both the cursor and the anchor.

Note that code is uglier than it should because CursorData::normalAnchor()
returns a CursorSlice instead of a DocIterator.

Fixes bug #12533.

6 months agoRemerge strings.
Richard Kimberly Heck [Sun, 5 Nov 2023 16:07:40 +0000 (11:07 -0500)]
Remerge strings.

6 months agoUpdate sk.po
Kornel Benko [Sun, 5 Nov 2023 14:46:49 +0000 (15:46 +0100)]
Update sk.po

6 months agode.po
Juergen Spitzmueller [Sun, 5 Nov 2023 12:21:23 +0000 (13:21 +0100)]
de.po

6 months agoFix comment
Juergen Spitzmueller [Sun, 5 Nov 2023 11:38:09 +0000 (12:38 +0100)]
Fix comment

6 months agoAmend ec2da3a509
Juergen Spitzmueller [Sun, 5 Nov 2023 11:28:27 +0000 (12:28 +0100)]
Amend ec2da3a509

6 months agoPrevent data loss when closing LyX while document dialog has unapplied changes (...
Juergen Spitzmueller [Sun, 5 Nov 2023 11:09:33 +0000 (12:09 +0100)]
Prevent data loss when closing LyX while document dialog has unapplied changes (#12955)

Entails new strings, but I think the severity allows for that.

6 months agoInherit outer font in text-in-math environments
Enrico Forestieri [Thu, 2 Nov 2023 16:54:02 +0000 (17:54 +0100)]
Inherit outer font in text-in-math environments

Some text-in-math environments such as \text, \mbox, \fbox, and
\makebox, inherit the outer text font. This commit reflects this
in the on-screen representation.

Fixes #12950.

6 months agoRevert "Show full inset context-menu when clicking on text part of collapsible (...
Juergen Spitzmueller [Thu, 2 Nov 2023 09:17:06 +0000 (10:17 +0100)]
Revert "Show full inset context-menu when clicking on text part of collapsible (#10370)"

This reverts commit 6c4afc1ccb90301e7901b574d56335b89a5f4cb7.

This needs more thinking to get the menus sane.

6 months agoRevert "Inherit outer font in text-in-math environments"
Enrico Forestieri [Thu, 2 Nov 2023 00:59:54 +0000 (01:59 +0100)]
Revert "Inherit outer font in text-in-math environments"

This reverts commit d72b9b0238bd33197f0cea4a36d90d78d1cbc666.

Unfortunately, the font taken into account is the font at the
current cursor position rather than the font of the corresponding
math inset.

6 months agoInherit outer font in text-in-math environments
Enrico Forestieri [Wed, 1 Nov 2023 21:21:49 +0000 (22:21 +0100)]
Inherit outer font in text-in-math environments

The text-in-math environments such as \text, \mbox, \fbox, \makebox
and so on, inherit the outer text font. This commit reflects this
in the on-screen representation.

Fixes #12950.

6 months ago* RELEASE-NOTES rephrase
Pavel Sanda [Wed, 1 Nov 2023 20:34:46 +0000 (21:34 +0100)]
* RELEASE-NOTES rephrase

6 months ago* RELEASE-NOTES - add wayland & mutter comment.
Pavel Sanda [Wed, 1 Nov 2023 20:28:31 +0000 (21:28 +0100)]
* RELEASE-NOTES - add wayland & mutter comment.

See https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg219735.html

6 months agoConsider PackageOptions with parskip
Juergen Spitzmueller [Mon, 30 Oct 2023 11:54:29 +0000 (12:54 +0100)]
Consider PackageOptions with parskip

6 months agoAmend 9de9ec1e88fab
Juergen Spitzmueller [Mon, 30 Oct 2023 11:17:14 +0000 (12:17 +0100)]
Amend 9de9ec1e88fab

When setting halfline parskip with parskip provided, we still need
to set this explicitly, as we don't know the current \parskip value.

Also improve code readability.

6 months agoDo not add empty \parskip definition (reported in #12946)
Juergen Spitzmueller [Mon, 30 Oct 2023 08:22:14 +0000 (09:22 +0100)]
Do not add empty \parskip definition (reported in #12946)

6 months agoRevert "MathML: don't output delimiters in InsetMathBinom and InsetMathDelim if the...
Pavel Sanda [Fri, 27 Oct 2023 19:18:45 +0000 (21:18 +0200)]
Revert "MathML: don't output delimiters in InsetMathBinom and InsetMathDelim if the delimiter is a space."

This reverts commit be44cb85165, see #12891.

6 months ago* RELEASE-NOTES
Pavel Sanda [Thu, 26 Oct 2023 19:30:20 +0000 (21:30 +0200)]
* RELEASE-NOTES

6 months agoDocument icon.aliases in Release notes
Jean-Marc Lasgouttes [Tue, 24 Oct 2023 12:52:33 +0000 (14:52 +0200)]
Document icon.aliases in Release notes

6 months agoUse same icon for outline-in/out regardeless of "local" argument
Jean-Marc Lasgouttes [Tue, 24 Oct 2023 12:33:04 +0000 (14:33 +0200)]
Use same icon for outline-in/out regardeless of "local" argument

Final touch to #12417.

6 months agofix comment
Jean-Marc Lasgouttes [Tue, 24 Oct 2023 11:48:57 +0000 (13:48 +0200)]
fix comment

6 months agode.po: remerge
Juergen Spitzmueller [Mon, 23 Oct 2023 04:54:03 +0000 (06:54 +0200)]
de.po: remerge

6 months agoEnter table after insertion (#12101)
Juergen Spitzmueller [Sun, 22 Oct 2023 08:19:50 +0000 (10:19 +0200)]
Enter table after insertion (#12101)

posForward() jumped over the inset, which is not what is wanted here,
I think (cf. other inset insertion methods)

6 months agoMove textstyle-apply icon back to the group of text-style related icons (+ its appear...
Pavel Sanda [Sat, 21 Oct 2023 21:07:53 +0000 (23:07 +0200)]
Move textstyle-apply icon back to the group of text-style related icons (+ its appearance).

(part of ongoing discussion in #11427)

6 months agoUpdate sk.po
Kornel Benko [Sat, 21 Oct 2023 15:46:08 +0000 (17:46 +0200)]
Update sk.po

6 months agoDisable OUTLINE functions when min or max toclevel is reached
Juergen Spitzmueller [Sat, 21 Oct 2023 11:49:50 +0000 (13:49 +0200)]
Disable OUTLINE functions when min or max toclevel is reached

6 months agoLet OUTLINE functions jump from section to part if there is no chapter
Juergen Spitzmueller [Sat, 21 Oct 2023 11:48:50 +0000 (13:48 +0200)]
Let OUTLINE functions jump from section to part if there is no chapter

Fixes #12938

6 months agode.po
Juergen Spitzmueller [Sat, 21 Oct 2023 10:53:31 +0000 (12:53 +0200)]
de.po

6 months agoMake string translatable
Juergen Spitzmueller [Sat, 21 Oct 2023 10:52:49 +0000 (12:52 +0200)]
Make string translatable

6 months agoDisambiguate "Language"
Juergen Spitzmueller [Sat, 21 Oct 2023 10:34:47 +0000 (12:34 +0200)]
Disambiguate "Language"

Some translations need a different term for programming languages.

6 months agoFix tautology spotted by coverity
Juergen Spitzmueller [Fri, 20 Oct 2023 07:53:38 +0000 (09:53 +0200)]
Fix tautology spotted by coverity

The if and else paths have been identical since the removal of dvipost
(a450797b2ab160f5)

6 months agoFix coverity-detected issue CID 403672
Juergen Spitzmueller [Fri, 20 Oct 2023 07:35:55 +0000 (09:35 +0200)]
Fix coverity-detected issue CID 403672

Error handling issues  (CHECKED_RETURN)
Calling "translateString" without checking return value
(as is done elsewhere 15 out of 18 times).

AFAICS we do not need the boolean return value in these two cases.

6 months agoFixup 65cb9fa4: avoid extra spacing when selecting math
Jean-Marc Lasgouttes [Wed, 18 Oct 2023 10:28:47 +0000 (12:28 +0200)]
Fixup 65cb9fa4: avoid extra spacing when selecting math

This was happening whenever a selection started/ended after a fraction
inset.

6 months agoctests: uninvert an export fixed in acmart
Scott Kostyshak [Wed, 18 Oct 2023 02:16:11 +0000 (22:16 -0400)]
ctests: uninvert an export fixed in acmart

Fixed after a tlmgr update with acmart version 1.92.

See here for info:

  https://github.com/borisveytsman/acmart/issues/505

7 months agoAmend 2a2dad3c4d9016 and 32001918cf1d2
Juergen Spitzmueller [Mon, 16 Oct 2023 11:40:40 +0000 (13:40 +0200)]
Amend 2a2dad3c4d9016 and 32001918cf1d2

Thanks, Udi.

7 months ago Update fr.po
jpc [Mon, 16 Oct 2023 08:58:41 +0000 (10:58 +0200)]
       Update fr.po

7 months agoupdate German UG
Juergen Spitzmueller [Mon, 16 Oct 2023 07:48:32 +0000 (09:48 +0200)]
update German UG

7 months agoextend explanation of hyphenation handling
Juergen Spitzmueller [Mon, 16 Oct 2023 07:48:17 +0000 (09:48 +0200)]
extend explanation of hyphenation handling

7 months agoAdd note on \hyphenation
Richard Kimberly Heck [Mon, 16 Oct 2023 01:53:36 +0000 (21:53 -0400)]
Add note on \hyphenation

7 months agoFix documentation on hyphenation points
Richard Kimberly Heck [Mon, 16 Oct 2023 01:48:11 +0000 (21:48 -0400)]
Fix documentation on hyphenation points

7 months agoOnly apply ui_style if it has changed
Juergen Spitzmueller [Sun, 15 Oct 2023 09:20:49 +0000 (11:20 +0200)]
Only apply ui_style if it has changed

7 months agode.po
Juergen Spitzmueller [Sun, 15 Oct 2023 09:16:25 +0000 (11:16 +0200)]
de.po

7 months agoWarn user that uistyle reset to default requires restart
Juergen Spitzmueller [Sun, 15 Oct 2023 09:02:45 +0000 (11:02 +0200)]
Warn user that uistyle reset to default requires restart

7 months agoSimplify
Juergen Spitzmueller [Sun, 15 Oct 2023 09:02:35 +0000 (11:02 +0200)]
Simplify

7 months agoUpdate German User Guide
Juergen Spitzmueller [Sun, 15 Oct 2023 07:41:22 +0000 (09:41 +0200)]
Update German User Guide