This prevents encoding issues with Python3 that manifested for a user
on the Mac.
Fixes: #10671
(cherry picked from commit 731c9fb401fb1a47dc6b8de21ef60d77975d9b0b)
Generic text editors are used as fallbacks, in case Frescobaldi is
not available. The list of text editors is the same as elsewhere in
configure.py. We might consider centralizing the list of text
editors in a variable.
Patch from Helge Hafting on ML at:.
https://www.mail-archive.com/search?l=mid&q=f167276f-4f59-7bab-a832-cff56dddd670%40ntnu.no
(cherry picked from commit c4b4305fa2e7238b8d92859c286807cb2cb99ab6)
The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.
See #10678 for discussion
This last part updates the layout format and changes collapsable color.
This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).
(cherry picked from commit 4345331870cb3207dde3930a932c77bebe81dbda)
The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.
See #10678 for discussion
This part covers the most tricky part: the internal naming.
Translations and layouts will follow.
This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).
(cherry picked from commit c466baaa5b99e44ea25616556bd0918197f4b54c)
The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.
See #10678 for discussion
This part only covers the usage in comments and the like. More to follow.
This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).
(cherry picked from commit 648ddd25eca045f34569405aca15c5d638bbb723)
In 1a26f9b26cff827da5, all strings in the context of regexes and
comparisons have been converted to byte-like objects for python2/3
compatibility reasons. This has not been considered in the later
commit 5c545573507bb, which makes layout2layout break with
TypeError: can't concat str to bytes.
(cherry picked from commit 8fecdfc473d067f9caa79dffa7ab078d391d50ed)
References to the central clipart directory must be prefixed with
".." for non-English manuals.
(cherry picked from commit d233831c1c7029c1159b8168b2026d7ad3df40c3)
The previous link still worked but asked for bookmarks to be updated
to the newer URL.
Thanks to Ian Holliday for this correction.
(cherry picked from commit 4b1f3ab53924eb4b4c60871dec33617d6d86d3b0)
The homepage does not exist anymore. Note that R installations now
come with Sweave already installed.
We now instead reference the user manual of Sweave.
(cherry picked from commit a0b3c3b563b7fddf839f530ceb66e7ad0b3558f2)
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.
(cherry picked from commit b5662f1d217e67a702c7966a002edc005b4357e3)
Norman Ramsey is now at Tufts, and URLs to his websites at previous
institutions are broken. The new link gives the same information as
the old links did (verified with web.archive.org).
(cherry picked from commit be91997227f69d9622a928b0d4870fbaee0a844e)
The wrapper script is placed in the binary directory of the LyX bundle.
It tries to find the real inkscape command line converter in the
Inkscape.app bundle and starts it or reports an error.
The configure.py is changed for Mac OS to check the presence of
the real inkscape binary in the Inkscape.app bundle.
(cherry picked from commit 350ef993e59b3ede7dd621a81f096ea78296c5c8)