]> git.lyx.org Git - lyx.git/log
lyx.git
4 years agoPrepare for 2.3.4-3 2.3.4-3
Richard Kimberly Heck [Fri, 14 Feb 2020 22:18:56 +0000 (17:18 -0500)]
Prepare for 2.3.4-3

4 years agoFix bug #11737.
Richard Kimberly Heck [Thu, 13 Feb 2020 05:03:51 +0000 (00:03 -0500)]
Fix bug #11737.

We need to use the FileName methods when moving or removing a file,
so that refresh() gets called.

4 years agoCmake build: Amend 1c097e56, correctly respect the patch-level
Kornel Benko [Wed, 12 Feb 2020 11:02:36 +0000 (12:02 +0100)]
Cmake build: Amend 1c097e56, correctly respect the patch-level

Handle also the case of creating from tar-file _and_ having 'git' installed

(cherry picked from commit cd3f11e5857e58d5e6a0cce888a8b72aa4a1130c)

4 years agoUse dot instead of dash in version. 2.3.4-2
Richard Kimberly Heck [Sat, 8 Feb 2020 19:13:24 +0000 (14:13 -0500)]
Use dot instead of dash in version.

4 years agoFix a crash with uninitialized buffer member of MathData
Stephan Witt [Fri, 7 Feb 2020 09:17:33 +0000 (10:17 +0100)]
Fix a crash with uninitialized buffer member of MathData

See the details here: https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html

(cherry picked from commit 59fa0b25928b43c8d32d19a6193dc3bd07716947)

4 years agoFinal preparations for 2.3.4-2.
Richard Kimberly Heck [Fri, 7 Feb 2020 15:54:16 +0000 (10:54 -0500)]
Final preparations for 2.3.4-2.

4 years agoIgnore geometry-related settings if the class provides geometry
Juergen Spitzmueller [Wed, 29 Jan 2020 10:25:01 +0000 (11:25 +0100)]
Ignore geometry-related settings if the class provides geometry

Fixes #11724

(cherry picked from commit dce9e44a1421350f275c9a3131f7e0532477c3a6)
(cherry picked from commit b0a286893868bfcbf6ba51e88571e73bc8e110e9)

4 years agoFix encoding inheritance with CJKUtf8 as custom document encoding
Juergen Spitzmueller [Fri, 7 Feb 2020 15:18:47 +0000 (16:18 +0100)]
Fix encoding inheritance with CJKUtf8 as custom document encoding

Fixes #11579

(cherry picked from commit b2604aa840a8ee1017fb8ac5f5bc740106976727)

4 years agoPrepare for emergency release.
Richard Kimberly Heck [Thu, 6 Feb 2020 20:10:50 +0000 (15:10 -0500)]
Prepare for emergency release.

4 years agoDon't need to remove the file if it doesn't exist. (This would cause a five second...
Richard Kimberly Heck [Mon, 3 Feb 2020 16:37:12 +0000 (11:37 -0500)]
Don't need to remove the file if it doesn't exist. (This would cause a five second delay in that case.)

Fixes bug #11728.

(cherry picked from commit 5188f0fcff49bbbee35193c25b726425c8c02287)
(cherry picked from commit e60d5df4b30adfb25825a488aec64aaebfccca33)

4 years agoCmake config: Respect the patch-level while creating package from tar/zip-source 2.3.4-1
Kornel Benko [Sat, 18 Jan 2020 09:40:31 +0000 (10:40 +0100)]
Cmake config: Respect the patch-level while creating package from tar/zip-source

Rename some variables to match the ones used by automake
Slightly modified patch from Eugene Chornyi <technikmagma@gmail.com>

4 years agoPrepare for 2.3.4. 2.3.4
Richard Kimberly Heck [Sun, 12 Jan 2020 18:58:18 +0000 (13:58 -0500)]
Prepare for 2.3.4.

4 years agoDo not check again and again for non existing files
Jean-Marc Lasgouttes [Mon, 16 Dec 2019 17:26:55 +0000 (18:26 +0100)]
Do not check again and again for non existing files

If the file of an InsetInclude does not exist, loadIfNeeded will try
again and again to look for it. This is very bad for files with many
include insets, especially on windows.

Fixes bug #11656.

(cherry picked from commit aeed6fb8fa35c045697fe6950c6109be8d30884c)

4 years agoUpdate sk.po
Kornel Benko [Tue, 31 Dec 2019 10:42:01 +0000 (11:42 +0100)]
Update sk.po

4 years agoCmake tests: Make foreach() command robust
Kornel Benko [Sun, 15 Dec 2019 12:38:23 +0000 (13:38 +0100)]
Cmake tests: Make foreach() command robust

Cmake's foreach command includes forms
  foreach(<loop_var> IN LISTS <lists>)
  foreach(<loop_var> IN ITEMS <items>)
  foreach(<loop_var> RANGE ...)
We get the lines to be parsed by
  file(STRINGS "${filepath}" lines)
If in the parsed lyx-file there is a line
containing only the single word 'IN',  or 'RANGE', then
the command
  foreach(_l ${lines})
can create a syntax error (at least with cmake1.16)

In fact, in file pl_Additional.lyx:12913 happens to have
such a beast.

(cherry picked from commit 7b44280da4fc015a4a930c311cc6073cebacf738)

4 years agoDisable inset-dissolve in table cells
Jean-Marc Lasgouttes [Wed, 4 Dec 2019 14:56:30 +0000 (15:56 +0100)]
Disable inset-dissolve in table cells

This is better than making sure that the inset has exactly one cell.

In the future, inset-dissolve could be extended to dissolve all the
cells contents in the enclosing text.

Note that this check does not appear in mathed, and using dissolve in
e.g. fraction inset may lead to data loss (only current cell contents
is preserved).

(cherry picked from commit 5ac3b880075794130492c2fe63c35104b207ad73)

4 years agoFix typo in lyx2lyx conversion to 2.1 (taken from master)
José Matos [Sat, 28 Dec 2019 14:39:49 +0000 (14:39 +0000)]
Fix typo in lyx2lyx conversion to 2.1 (taken from master)

4 years agoSet makeindex as index processor in the docs
Juergen Spitzmueller [Sat, 14 Dec 2019 08:48:33 +0000 (09:48 +0100)]
Set makeindex as index processor in the docs

Prevent that another processor (such as xindy) is used when set in prefs.

xindy does not play well with hyperref.

Fixes #11708

(cherry picked from commit cb25603ae1c68470755851e25c3ef87b96d33344)

4 years agoUpdate it.po
Enrico Forestieri [Sat, 30 Nov 2019 09:48:19 +0000 (10:48 +0100)]
Update it.po

4 years agosv: update from Jim
Juergen Spitzmueller [Fri, 29 Nov 2019 07:56:44 +0000 (08:56 +0100)]
sv: update from Jim

4 years agoCmake build: Install executables as programms
Kornel Benko [Wed, 27 Nov 2019 14:05:44 +0000 (15:05 +0100)]
Cmake build: Install executables as programms

Patch from Patrick (pdvisschere@edpnet.be)

(cherry picked from commit 58ed976dd374582206d20ffb84feffbb2f29ecb3)

4 years agoUpdate status
Juergen Spitzmueller [Sat, 23 Nov 2019 14:32:11 +0000 (15:32 +0100)]
Update status

4 years agonl.po: update Niko Strijbol
Juergen Spitzmueller [Sat, 23 Nov 2019 14:31:11 +0000 (15:31 +0100)]
nl.po: update Niko Strijbol

4 years agonl/Intro.lyx: Update by Niko Strijbol
Juergen Spitzmueller [Sat, 23 Nov 2019 14:29:47 +0000 (15:29 +0100)]
nl/Intro.lyx: Update by Niko Strijbol

4 years agopt_BR.po: update from Georger
Juergen Spitzmueller [Sat, 23 Nov 2019 14:27:45 +0000 (15:27 +0100)]
pt_BR.po: update from Georger

4 years ago* cs.po
Pavel Sanda [Fri, 22 Nov 2019 19:05:39 +0000 (20:05 +0100)]
* cs.po

4 years agoRemerge strings.
Richard Kimberly Heck [Fri, 22 Nov 2019 16:43:54 +0000 (11:43 -0500)]
Remerge strings.

4 years agoUpdate some gmo files
Richard Kimberly Heck [Fri, 22 Nov 2019 16:43:19 +0000 (11:43 -0500)]
Update some gmo files

4 years agotypo
Juergen Spitzmueller [Fri, 22 Nov 2019 08:14:23 +0000 (09:14 +0100)]
typo

4 years agopt_BR.po: update from Georger
Juergen Spitzmueller [Fri, 22 Nov 2019 08:11:28 +0000 (09:11 +0100)]
pt_BR.po: update from Georger

4 years ago* cs.po
Pavel Sanda [Thu, 21 Nov 2019 16:16:35 +0000 (17:16 +0100)]
* cs.po

4 years agoremerge cs.po
Pavel Sanda [Thu, 21 Nov 2019 15:59:34 +0000 (16:59 +0100)]
remerge cs.po

4 years agoPrevious header change breaks postats script for web.
Pavel Sanda [Thu, 21 Nov 2019 14:30:47 +0000 (15:30 +0100)]
Previous header change breaks postats script for web.

4 years agogenerated bg.gmo
Pavel Sanda [Thu, 21 Nov 2019 14:10:58 +0000 (15:10 +0100)]
generated bg.gmo

4 years agoUpdate bg.po from Veselin.
Pavel Sanda [Thu, 21 Nov 2019 14:08:36 +0000 (15:08 +0100)]
Update bg.po from Veselin.

4 years agoFix crash with polyglossia and intitle commands when lang_auto_end is false
Juergen Spitzmueller [Thu, 21 Nov 2019 07:38:21 +0000 (08:38 +0100)]
Fix crash with polyglossia and intitle commands when lang_auto_end is false

(cherry picked from commit ed44bc9b12c0385eccf9323159365ae96b1b4f19)

4 years agoBeamer loads amsmath
Juergen Spitzmueller [Wed, 20 Nov 2019 08:38:16 +0000 (09:38 +0100)]
Beamer loads amsmath

(cherry picked from commit a37c003448c39937fe1310dc95ceeeda73f505f6)

4 years agouk.po: update by Yuriy
Juergen Spitzmueller [Tue, 19 Nov 2019 13:01:27 +0000 (14:01 +0100)]
uk.po: update by Yuriy

4 years agoUpdate po and gmo files.
Richard Kimberly Heck [Mon, 18 Nov 2019 21:34:21 +0000 (16:34 -0500)]
Update po and gmo files.

4 years ago Update fr.po
jpc [Mon, 18 Nov 2019 09:51:38 +0000 (10:51 +0100)]
    Update fr.po

4 years agoRevert "Set buffer when expanding macro"
Jean-Marc Lasgouttes [Sat, 16 Nov 2019 10:59:15 +0000 (11:59 +0100)]
Revert "Set buffer when expanding macro"

This patch is not ready yet. Moreover, change the assertion in
InsetMathGrid::colAlign to a simple test.

As a consequence, math split inset might show a bad alignment in some
situations.

This reverts commit d3fd91566249b722dbc553b921283f2507ce5e17.

4 years agoUse backing store also with wayland platform
Jean-Marc Lasgouttes [Sat, 13 Jul 2019 14:21:37 +0000 (16:21 +0200)]
Use backing store also with wayland platform

Like with macOS, the Wayland compositor seems to require a
backingstore when doing partial updates like we do.

This extends the mechanism that has been introduced for macOS. This
has to be done at run time, not compile time.

Fixes bug #11692.

(cherry picked from commit 575761c665229e70d9ce9b2bd941d01a1873b9f1)

4 years agoMake branch compilable in C++98 mode again.
Pavel Sanda [Wed, 6 Nov 2019 08:53:28 +0000 (09:53 +0100)]
Make branch compilable in C++98 mode again.

4 years agoUpdate sk.po
Kornel Benko [Thu, 31 Oct 2019 10:12:25 +0000 (11:12 +0100)]
Update sk.po

4 years agode.po
Juergen Spitzmueller [Thu, 31 Oct 2019 09:47:13 +0000 (10:47 +0100)]
de.po

4 years agoAdd line break in message
Juergen Spitzmueller [Thu, 31 Oct 2019 09:41:55 +0000 (10:41 +0100)]
Add line break in message

4 years agoValidate if graphics path is encodable
Juergen Spitzmueller [Sat, 26 Oct 2019 06:33:51 +0000 (08:33 +0200)]
Validate if graphics path is encodable

Fixes #11688

(cherry picked from commit 1c0572f1ab9956cde47fb42ae1a3473ac26964ea)

4 years agoAttempt to fix #11457
José Matos [Tue, 28 May 2019 15:22:32 +0000 (16:22 +0100)]
Attempt to fix #11457

In python 3 the colors need to be strings and not bytes:

This was the equivalent of

>> print("%s" % b"1")
"b'1'"

since the colors were bytes the call to dvipng was something like

dvipng -Ttight -depth -height -D 115 -fg "b'rgb 0.937255 0.941176 0.945098'" -bg "b'rgb 0.137255 0.149020 0.160784'"  "lyxpreviewxBJEqm.dvi"

Note the "b'rgb after both -fg and -bg that wrecked havoc and thus dvipng failed. That was the difference between python2 and python3 calls.

(cherry picked from commit 8dd31803b16d1fb6b30772955188c3595437f64a)

4 years agohe.po: update from Guy.
Juergen Spitzmueller [Wed, 30 Oct 2019 18:51:22 +0000 (19:51 +0100)]
he.po: update from Guy.

4 years agoArrgh: not everything is done with cherryy-pick. Amend 24fae9f5
Kornel Benko [Sat, 26 Oct 2019 13:31:25 +0000 (15:31 +0200)]
Arrgh: not everything is done with cherryy-pick. Amend 24fae9f5

4 years agoMake build: amend 6f2cd26103d0 (allow more compilers)
Jean-Marc Lasgouttes [Sat, 29 Jun 2019 14:45:38 +0000 (16:45 +0200)]
Make build: amend 6f2cd26103d0 (allow more compilers)

Allow gcc 4.7 and 4.8, but use boost regex

Allow visual studio 2015.

(cherry picked from commit 1f90cd3b3f62c59c9a1f8ce3fb84ac163f52a9a2)

4 years agoCmake build:Amend 44bbd0b0 and 22f59925
Kornel Benko [Thu, 13 Jun 2019 07:18:40 +0000 (09:18 +0200)]
Cmake build:Amend 44bbd0b0 and 22f59925

44bbd0b0: Get full version of gcc
22f59925: Remove support for gcc 4.6

Also Remove support for msvc without STD_REGEX

(cherry picked from commit 6f2cd26103d0d59fd76184fd76af89cb8817ad4f)

4 years agoGet full version of gcc
Jean-Marc Lasgouttes [Wed, 12 Jun 2019 18:17:55 +0000 (20:17 +0200)]
Get full version of gcc

Recent gcc versions return a short version with -dumpversion, e.g. 9.

In this case, use -dumpfullversion, which gives something like 9.1.0.

This makes the gcc 9 detection work properly.

(cherry picked from commit 44bbd0b0ef8450f4d88dfb8c3345118f2fd14dfc)

4 years agoAvoid warnings with gcc 9
Jean-Marc Lasgouttes [Wed, 12 Jun 2019 16:49:29 +0000 (18:49 +0200)]
Avoid warnings with gcc 9

The warning about unneeded std::move can be solved by conditioning on
C++14 mode.

The warnings about deprecated copy is harder, so we disable it for
now. We will be able to fix our part, but Qt triggers it a lot too.

(cherry picked from commit 134f3aedaf4150367cdc2f6855d695d3791a5353)

4 years agoKeep last file positions in last-use ordering
Jean-Marc Lasgouttes [Sun, 20 Oct 2019 09:47:04 +0000 (11:47 +0200)]
Keep last file positions in last-use ordering

Using a map would sort the elements in alphabetic ordering, which
means that when the number of elements is larger than 100, the wrong
elements get pruned.

This commit uses a list instead. Searching an item needs linear time,
but this should not be a problem for a list with less than 100
elements.

Fixes bug #10310.

(cherry picked from commit 58d22e0c6edab4cb68af63d3ccaafcb875be995d)

4 years agoBe careful before using buffer parameters in colAlign
Jean-Marc Lasgouttes [Sun, 20 Oct 2019 18:50:23 +0000 (20:50 +0200)]
Be careful before using buffer parameters in colAlign

Make InsetGrid::colAlign a normal method and make it check whether
buffer is valid before using it. This avoids crashes as we have seen
in 2.3.3 (see e.g. #11686).

There is still an assertion so that failure is noticeable before release.

(cherry picked from commit 44816adce634c8a06c1ff0591adbcf042ec4c072)

4 years agoSet buffer when expanding macro
Jean-Marc Lasgouttes [Sun, 20 Oct 2019 10:54:59 +0000 (12:54 +0200)]
Set buffer when expanding macro

This avoids a crash in InsetMathSplit which uses the buffer() value.

Fixes bug #11686.

(cherry picked from commit 19abf29ea0cf89cdc99b9327448146aeb35d1dc1)

4 years agoWin installer: fix registry issue
Uwe Stöhr [Sun, 20 Oct 2019 21:06:21 +0000 (23:06 +0200)]
Win installer: fix registry issue

- when installing LyX 2.3.x over a previous 2.3.x installation a registry key was not deleted
- also fix some hardcoded occurrences of "lyx"

4 years agodevelopment/Makefile.am: fix compilation error
Uwe Stöhr [Sun, 20 Oct 2019 19:20:55 +0000 (21:20 +0200)]
development/Makefile.am: fix compilation error

see also my message on the list

4 years agoForce LTR for numeric citations
Juergen Spitzmueller [Sun, 11 Aug 2019 06:15:57 +0000 (08:15 +0200)]
Force LTR for numeric citations

Fixes: #3005
(cherry picked from commit cce9adc1859f0134800c2405200f1467c8564b13)

4 years agoFix bad caret position with horizontal scrolling
Jean-Marc Lasgouttes [Mon, 7 Oct 2019 10:31:20 +0000 (12:31 +0200)]
Fix bad caret position with horizontal scrolling

Horizontal scrolling used to be taken into account when updating caret
geometry. This is wrong since it may have changed when time comes to
draw the caret. This leads to a situation where the first apparition
of the caret is at a wrong place.

Now the extra horizontal offset is used at drawing time.

Fixes bug #11603.

(cherry picked from commit bdf58b77e7bebce6e9554151a909a5ee62be439f)

4 years agoFix bug 11667
Enrico Forestieri [Sat, 28 Sep 2019 14:08:06 +0000 (16:08 +0200)]
Fix bug 11667

When automatic command termination was added to texstream it was
forgotten to reset its status after a math inset.

(cherry picked from commit 0573bf92e08715266d97ba8cec74107d084744c8)

4 years ago#6961 correct the big-endian conversion of UInt32
Patrick de Visschere [Sun, 8 Sep 2019 09:11:00 +0000 (11:11 +0200)]
#6961 correct the big-endian conversion of UInt32

This is a patch from Patrick de Visschere. Thanks.

(cherry picked from commit b70c3796a1f8752e0001701546f55a0d5feaf152)

4 years agoUpdate sk.po
Kornel Benko [Mon, 16 Sep 2019 08:52:04 +0000 (10:52 +0200)]
Update sk.po

4 years agoEnable dissolve in undefined Flex inset context menu
Jean-Marc Lasgouttes [Wed, 11 Sep 2019 13:49:50 +0000 (15:49 +0200)]
Enable dissolve in undefined Flex inset context menu

This is a hackish special case, so I had to add a hack...

Fixes bug #8650.

(cherry picked from commit 7c1c50d737d61aeccaa3ce277179db19ba3a7467)

4 years agoFix warning
Jean-Marc Lasgouttes [Fri, 13 Sep 2019 07:52:33 +0000 (09:52 +0200)]
Fix warning

4 years agoFix bug #11636.
Richard Kimberly Heck [Thu, 12 Sep 2019 00:54:42 +0000 (20:54 -0400)]
Fix bug #11636.

Directories are created when files are copied, so we do not need
to do it prospectively here.

(cherry picked from commit 05a446b77c5eaeb8ba1982d900bd3ad6f6689139)

4 years agoAllow to hide formats from menus
Juergen Spitzmueller [Wed, 11 Sep 2019 08:29:50 +0000 (10:29 +0200)]
Allow to hide formats from menus

Fixes: #11657
(cherry picked from commit d76cef70a0320212adb3cfcf73aa77174802e4fc)

4 years agoSet buffer correctly when deleting column in math grid
Jean-Marc Lasgouttes [Wed, 28 Aug 2019 16:21:17 +0000 (18:21 +0200)]
Set buffer correctly when deleting column in math grid

This is a followup to ebe6612e.

Fixes bug #11623.

(cherry picked from commit 5915d69eaf66cf89d5c5f24f436bc44afca24dfb)

4 years agoEnable change tracking if paragraph break change
Scott Kostyshak [Sat, 17 Aug 2019 20:35:01 +0000 (16:35 -0400)]
Enable change tracking if paragraph break change

When a selection spans more than one line, we now check for whether
there is a change at one position after the last position of each
fully selected line.

This fixes #11629.

(cherry picked from commit 27f89144bbc054c2afd5ca9d7540805138d44de1)

4 years agoUse acadian rather than canadien
Juergen Spitzmueller [Tue, 27 Aug 2019 15:35:54 +0000 (17:35 +0200)]
Use acadian rather than canadien

This is what babel-french urges, and canadien currently is broken.

acadien seems to be there for at least 15 years

4 years agoAmend [d30da478d/lyxgit]
Juergen Spitzmueller [Thu, 22 Aug 2019 15:35:56 +0000 (17:35 +0200)]
Amend [d30da478d/lyxgit]

Some non-stable code was erroneously cherry-picked.

Fixes: #11642
4 years agoFix encoding issues with configuration under Python 3.
Günter Milde [Wed, 21 Aug 2019 21:20:27 +0000 (23:20 +0200)]
Fix encoding issues with configuration under Python 3.

Backported from [b9cc642/lyxgit].

4 years agoCorrectly set language after intitle paragraphs
Juergen Spitzmueller [Fri, 16 Aug 2019 14:24:09 +0000 (16:24 +0200)]
Correctly set language after intitle paragraphs

Fixes: #11514
(cherry picked from commit b5722962fb0393299e02df0b146522770e98aef6)

4 years agoProperly terminate command.
Juergen Spitzmueller [Mon, 19 Aug 2019 05:32:57 +0000 (07:32 +0200)]
Properly terminate command.

This amends 1c2700eb1132.

4 years agoLoad rotfloat and rotating after graphicx.
Juergen Spitzmueller [Wed, 14 Aug 2019 13:16:10 +0000 (15:16 +0200)]
Load rotfloat and rotating after graphicx.

Fixes: #11502
(cherry picked from commit f937b5eb7a64a51cc47b4835da768556317facc6)

4 years agoFix coloured boxes in RTL with [pdf]latex (#8642)
Juergen Spitzmueller [Thu, 15 Aug 2019 14:21:13 +0000 (16:21 +0200)]
Fix coloured boxes in RTL with [pdf]latex (#8642)

(cherry picked from commit 7ca267e1fe7da456e41d8353b42f744797e32a9c)

4 years agoFix greyedout note in RTL (#8647)
Juergen Spitzmueller [Thu, 15 Aug 2019 13:15:59 +0000 (15:15 +0200)]
Fix greyedout note in RTL (#8647)

More complicated than I wished for, but color handling in RTL is
particularly tricky.

The three versions are needed due to the differences between [pdf]latex,
xetex, luatex/luabidi and luatex/babel.

(cherry picked from commit 4e74dd0d4258177133e5a374264bbc0cec7f9dbb)

4 years agohebarticle: fix compilation with XeTeX (bug #10525)
Juergen Spitzmueller [Thu, 15 Aug 2019 15:42:27 +0000 (17:42 +0200)]
hebarticle: fix compilation with XeTeX (bug #10525)

(cherry picked from commit 1f2eb92b334956d458bf1adca196da2eba1faadd)

4 years agoRe-fix #2005
Juergen Spitzmueller [Thu, 15 Aug 2019 07:20:40 +0000 (09:20 +0200)]
Re-fix #2005

Loading keyval does not work any longer. Fix it properly by de-activating
the equal character locally if graphics options use it.

We do this statically for Turkish and Latin in stable, as opposed to
master (where we have the ActiveChars languages tag)

4 years agoUpdate stats
Juergen Spitzmueller [Wed, 14 Aug 2019 16:59:43 +0000 (18:59 +0200)]
Update stats

4 years agoar.po: update from Hatim Ali
Juergen Spitzmueller [Wed, 14 Aug 2019 16:55:25 +0000 (18:55 +0200)]
ar.po: update from Hatim Ali

4 years agoTypo
Juergen Spitzmueller [Fri, 9 Aug 2019 06:06:23 +0000 (08:06 +0200)]
Typo

4 years agoFix interplay of memoir and geometry
Juergen Spitzmueller [Mon, 5 Aug 2019 17:01:48 +0000 (19:01 +0200)]
Fix interplay of memoir and geometry

Fixes: #10970
(cherry picked from commit 65c1ae813318c128ce74f206eebc79328beb8f43)

4 years agoFix text direction of references with XeTeX/bidi
Juergen Spitzmueller [Mon, 5 Aug 2019 14:30:01 +0000 (16:30 +0200)]
Fix text direction of references with XeTeX/bidi

Fixes: #11626
(cherry picked from commit 231b36d95011f99993684add6e0cdd6012ec13d4)

4 years agoBackport eceed02a90.
Pavel Sanda [Fri, 26 Jul 2019 19:42:19 +0000 (21:42 +0200)]
Backport eceed02a90.

4 years agoFix typo
Richard Kimberly Heck [Thu, 25 Jul 2019 04:04:59 +0000 (00:04 -0400)]
Fix typo

(cherry picked from commit 4597622ce50a4c00d4a7bf8ee9639fec03c7a8dc)

4 years agocolored-boxes.lyx: add section about references
Uwe Stöhr [Sat, 20 Jul 2019 23:31:46 +0000 (01:31 +0200)]
colored-boxes.lyx: add section about references

is a user request

4 years agoFix bug #11616
Juergen Spitzmueller [Fri, 19 Jul 2019 04:55:45 +0000 (06:55 +0200)]
Fix bug #11616

With !using_begin_end, we need to compare against the paragraph language
since cur_language is always empty.

No status entry needed as this fixes a bug introduced after 2.3.3.

4 years agohe.po: Fix string direction
Juergen Spitzmueller [Wed, 17 Jul 2019 04:43:06 +0000 (06:43 +0200)]
he.po: Fix string direction

Patch by Guy Rutenberg

Fixes: #11607
4 years agoUpdate sk.po
Kornel Benko [Tue, 16 Jul 2019 22:46:26 +0000 (00:46 +0200)]
Update sk.po

4 years agoRussian doc updates by Yuriy
Juergen Spitzmueller [Sat, 13 Jul 2019 07:52:11 +0000 (09:52 +0200)]
Russian doc updates by Yuriy

4 years agoFix bug #11612.
Richard Kimberly Heck [Thu, 11 Jul 2019 20:20:10 +0000 (16:20 -0400)]
Fix bug #11612.

Register verbatim includes with the outliner.

(cherry picked from commit 6960bab65c07f36d3ab3b401214fc4f0b36f39ea)

4 years agoProper number ordering with luabidi
Juergen Spitzmueller [Thu, 11 Jul 2019 07:54:28 +0000 (09:54 +0200)]
Proper number ordering with luabidi

As opposed to bidi (XeTeX), luabidi (LuaTeX) does no automatic reordering,
so we need to use \\LR{}

(cherry picked from commit 1d0929b5d9975923f3cbbe7f84e93f3b694a1ccb)

4 years agoBrackets reversion differs in luabidi (LuaTeX) from bidi (XeTeX)
Juergen Spitzmueller [Thu, 11 Jul 2019 06:25:18 +0000 (08:25 +0200)]
Brackets reversion differs in luabidi (LuaTeX) from bidi (XeTeX)

This amends [195f62ac93/lyxgit]

(cherry picked from commit d3aa1022603b94f101c3fc42a8d9a37cb6dc4432)

4 years agoLuaTeX (luabidi) does not correct directions
Juergen Spitzmueller [Wed, 10 Jul 2019 17:10:16 +0000 (19:10 +0200)]
LuaTeX (luabidi) does not correct directions

This amends [9d20bc4e98/lyxgit].

(cherry picked from commit a95339c6e1d9f15390a2734b7cc94b57282e740b)

4 years agoLuaTeX (luabidi) does not swap table columns
Juergen Spitzmueller [Wed, 10 Jul 2019 20:57:34 +0000 (22:57 +0200)]
LuaTeX (luabidi) does not swap table columns

This amends [21b347a2f8485/lyxgit].

(cherry picked from commit 6f8db58778fc9851b85878e2db305bb0f897f7da)

4 years agoFix right and left layout alignment (in workarea) with RTL
Juergen Spitzmueller [Wed, 10 Jul 2019 12:50:08 +0000 (14:50 +0200)]
Fix right and left layout alignment (in workarea) with RTL

Fixes: #11606
(cherry picked from commit b6f0c1de3d31b33452ad87a3a416731907e3c52e)

4 years agoPreserve star on citation style change via menu
Juergen Spitzmueller [Tue, 9 Jul 2019 08:47:18 +0000 (10:47 +0200)]
Preserve star on citation style change via menu

Fixes: #11439
(cherry picked from commit 52fffee7f2a96025a872b5c3a8c4dc26eae04822)

4 years agoUpdate Russian Tutorial
Juergen Spitzmueller [Tue, 9 Jul 2019 14:10:23 +0000 (16:10 +0200)]
Update Russian Tutorial

Patch by Yuriy