]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoUpdate it.po
Enrico Forestieri [Tue, 16 Jan 2018 08:23:46 +0000 (09:23 +0100)]
Update it.po

6 years agoEmbeddedObjects.lyx: fix a typo spotted by Paul Rubin
Uwe Stöhr [Tue, 16 Jan 2018 03:45:20 +0000 (04:45 +0100)]
EmbeddedObjects.lyx: fix a typo spotted by Paul Rubin

fixes #10965

6 years agodoc files: correct preamble commands
Uwe Stöhr [Tue, 16 Jan 2018 03:04:51 +0000 (04:04 +0100)]
doc files: correct preamble commands

thanks toe Jean-Pierre

6 years agoComment: explain interpretation of "!"
Scott Kostyshak [Mon, 15 Jan 2018 22:28:14 +0000 (17:28 -0500)]
Comment: explain interpretation of "!"

The "!" line takes precedence, since it is first.

(cherry picked from commit c6d4380c891e3c1f9381cc4065409e30d330f622)

6 years agoWhitespace
Scott Kostyshak [Mon, 15 Jan 2018 22:07:55 +0000 (17:07 -0500)]
Whitespace

6 years agoMerge branch 'ja_knitr_sweave_updates'
Scott Kostyshak [Mon, 15 Jan 2018 22:01:28 +0000 (17:01 -0500)]
Merge branch 'ja_knitr_sweave_updates'

This merges updates from Koji Yokota, and adapts the ctests
accordingly.

(cherry picked from commit 299b730318137e01e74ed95353cfc6ef00839612)

6 years agoctests: allow excluding patterns
Scott Kostyshak [Mon, 15 Jan 2018 21:25:44 +0000 (16:25 -0500)]
ctests: allow excluding patterns

This allows us to exclude matches of certain patterns in
invertedTests, ignoredTests, unreliableTests, and suspendedTests.

To use this new functionality, prefix "!" to the pattern.

This functionality serves as a workaround in some cases to not being
able to use advanced regular expression techniques, such as
"negative lookahead", with CMake's regular expression engine.

Output of "ctest -N" is unchanged by this commit.

This functionality will be used soon (see next commits).

Patch from Kornel Benko.

(cherry picked from commit 10cd5dd223402e96c2d58a1f4b32d45abccd36ee)

6 years agoUpdate sk.po
Kornel Benko [Mon, 15 Jan 2018 18:48:55 +0000 (19:48 +0100)]
Update sk.po

6 years agoRemerge strings for translators
Scott Kostyshak [Mon, 15 Jan 2018 18:02:43 +0000 (13:02 -0500)]
Remerge strings for translators

6 years agouk.po: updates from Yuri
Uwe Stöhr [Mon, 15 Jan 2018 14:33:11 +0000 (15:33 +0100)]
uk.po: updates from Yuri

6 years agoRemove 'premature optimization' that proved buggy
Jean-Marc Lasgouttes [Wed, 3 Jan 2018 17:28:55 +0000 (18:28 +0100)]
Remove 'premature optimization' that proved buggy

At some time it seemed like a good idea in breakRow() to return early
when the row was bound to be empty. It turns out that this creates two
symptoms:

* empty paragraphs will not have an end of paragraph marker

* since row width is not correctly computed in this case, caret ghosts
  can appear in master.

This commit removes the oprimization and replace the do {} while()
construct to a straightforward while() {}.

Related to bug #10952.

(cherry picked from commit 76f0a3dd4ee5c7958c6dea79628ef8c2ac2c59bd)

6 years agoWin installer: start an an RC2 installer
Uwe Stöhr [Sun, 14 Jan 2018 21:16:23 +0000 (22:16 +0100)]
Win installer: start an an RC2 installer

- also fix a typo and update a file size

6 years agoFix loop while separating
Juergen Spitzmueller [Sat, 13 Jan 2018 08:59:09 +0000 (09:59 +0100)]
Fix loop while separating

getMaxDepthAfter() gives wrong result here.

Fixes: #10979
Signed-off-by: Juergen Spitzmueller <spitz@lyx.org>
(cherry picked from commit bceaa7f92971f62014da43557815479d40adf551)

6 years agoDo not convert dashes/hyphens in LyX-Code.
Günter Milde [Wed, 10 Jan 2018 11:05:26 +0000 (12:05 +0100)]
Do not convert dashes/hyphens in LyX-Code.

See previous commit and #10961

6 years agoDo not convert dashes/hyphens in Code insets (logical markup).
Günter Milde [Mon, 8 Jan 2018 21:47:09 +0000 (22:47 +0100)]
Do not convert dashes/hyphens in Code insets (logical markup).

Code is by default rendered as typewriter and should be treated
similar:
In text marked up as code, -- or --- is typically part of a
command (e.g. "lyx --help" or "x--") and not a transliteration
for en dash, see #10961.
This is already handled so for text in typewriter font
(see Text.cpp:500).

6 years agoTake AgainFrame to the TOC.
Juergen Spitzmueller [Thu, 11 Jan 2018 12:14:16 +0000 (13:14 +0100)]
Take AgainFrame to the TOC.

(cherry picked from commit 3daa447c3cfac30493021daf5e83d9d1f83c6f71)

6 years agoFix Null-checking issue detected by Coverity.
Juergen Spitzmueller [Thu, 11 Jan 2018 12:43:35 +0000 (13:43 +0100)]
Fix Null-checking issue detected by Coverity.

(cherry picked from commit 974553d8583954aa7741c4dc0ce83f9ca812b03b)

6 years agoRevert "de.po: update some translations"
Juergen Spitzmueller [Fri, 12 Jan 2018 09:23:44 +0000 (10:23 +0100)]
Revert "de.po: update some translations"

This reverts commit 9089dec01dbb4da3d6fa85937997dd13387b8303.

6 years agoUserGuide.lyx: distribute recent changes
Uwe Stöhr [Fri, 12 Jan 2018 03:52:53 +0000 (04:52 +0100)]
UserGuide.lyx: distribute recent changes

6 years agode.po: update some translations
Uwe Stöhr [Fri, 12 Jan 2018 03:51:54 +0000 (04:51 +0100)]
de.po: update some translations

6 years agoAdditional.lyx: re-sync with master
Uwe Stöhr [Fri, 12 Jan 2018 01:41:52 +0000 (02:41 +0100)]
Additional.lyx: re-sync with master

please use use LyX 2.3.x and keep the docs in sync unless you describe a new feature of LyX 2.4

6 years agoRCS: commit undo allowed only in unlocked state.
Pavel Sanda [Wed, 10 Jan 2018 09:47:48 +0000 (10:47 +0100)]
RCS: commit undo allowed only in unlocked state.

6 years agoru.po: updates from Yuriy
Uwe Stöhr [Wed, 10 Jan 2018 01:37:58 +0000 (02:37 +0100)]
ru.po: updates from Yuriy

6 years agoanother dummy test commit
Uwe Stöhr [Wed, 10 Jan 2018 01:24:29 +0000 (02:24 +0100)]
another dummy test commit

6 years agoCustomization.lyx: distribute and accept recent changes
Uwe Stöhr [Tue, 9 Jan 2018 00:27:51 +0000 (01:27 +0100)]
Customization.lyx: distribute and accept recent changes

6 years ago Update log
jpc [Mon, 8 Jan 2018 10:12:45 +0000 (11:12 +0100)]
    Update log

6 years ago Hopefully final update of French EmbeddedObjects manual for 2.3.0
jpc [Sun, 7 Jan 2018 10:00:40 +0000 (11:00 +0100)]
     Hopefully final update of French EmbeddedObjects manual for 2.3.0

6 years ago Typo
jpc [Sun, 7 Jan 2018 09:58:56 +0000 (10:58 +0100)]
          Typo

6 years agoMark follow-up paragraphs in a paragraph group as nested.
Juergen Spitzmueller [Sun, 7 Jan 2018 09:38:30 +0000 (10:38 +0100)]
Mark follow-up paragraphs in a paragraph group as nested.

This gives a more consistent indication of what belongs to an environment
(and semantically, such paragraphs are synonymous to nested standard
paragraphs)

Addresses part of #9261.

6 years ago Typo
jpc [Sun, 7 Jan 2018 09:32:03 +0000 (10:32 +0100)]
        Typo

6 years agoUpdate buffer when an inset or an INFO inset has bee inserted
Jean-Marc Lasgouttes [Fri, 5 Jan 2018 18:29:45 +0000 (19:29 +0100)]
Update buffer when an inset or an INFO inset has bee inserted

This is important for info inset, since if updateBuffer needs to be
run in redoParagraph (for the macro code), crashes can happen.

Fixes bug #10944.

(cherry picked from commit 806f40dbd4e861e3def104f26a8b70ed8c3ba386)

6 years agoStart inset at new line
Juergen Spitzmueller [Sat, 6 Jan 2018 09:43:44 +0000 (10:43 +0100)]
Start inset at new line

(cherry picked from commit 7da8473c4f7283e55528aad56df0761ef4e50d67)

6 years agoCustomization: some color name fixes.
Juergen Spitzmueller [Sat, 6 Jan 2018 08:31:24 +0000 (09:31 +0100)]
Customization: some color name fixes.

(cherry picked from commit 44670d477831f56feef0de37f205f4b9c0e7ce09)

6 years agoFix preview with a nested preview not being shown (#10795)
Guillaume MM [Wed, 3 Jan 2018 18:58:50 +0000 (19:58 +0100)]
Fix preview with a nested preview not being shown (#10795)

Regression at db581113.

(cherry picked from commit 94c65074e029937b549f5ed5af1001fadbe408be)

6 years agoru.po: fix msgmerge warnings
Uwe Stöhr [Fri, 5 Jan 2018 20:52:37 +0000 (21:52 +0100)]
ru.po: fix msgmerge warnings

6 years agoMinor re-ordering of the Insert menu
Juergen Spitzmueller [Fri, 5 Jan 2018 10:08:23 +0000 (11:08 +0100)]
Minor re-ordering of the Insert menu

(cherry picked from commit 016393a0dd0a259655e0b3a44e8950f931d01486)

6 years agoFix bug #10951.
Richard Heck [Tue, 2 Jan 2018 03:18:52 +0000 (22:18 -0500)]
Fix bug #10951.

The Buffer member for the remembered definition_ was not being set.

(cherry picked from commit f130f7713fae326daa05795a5bf4761d33aee649)

6 years agoDo note attempt to nest more than possible.
Juergen Spitzmueller [Thu, 4 Jan 2018 17:38:08 +0000 (18:38 +0100)]
Do note attempt to nest more than possible.

(cherry picked from commit 32efb914384392426a4d909d1650edff727d8f15)

6 years agoProperly handle color none.
Juergen Spitzmueller [Wed, 3 Jan 2018 12:20:05 +0000 (13:20 +0100)]
Properly handle color none.

Fixes: #5870
(cherry picked from commit 9a1eeb8cbbf078aca6e95a554a76dc622a8d39f1)

6 years ago Insert correct shortcut for environment split
jpc [Wed, 3 Jan 2018 17:37:12 +0000 (18:37 +0100)]
   Insert correct shortcut for environment split

6 years ago New beamer environments strings and documentation
jpc [Wed, 3 Jan 2018 17:21:13 +0000 (18:21 +0100)]
     New beamer environments strings and documentation

6 years agoDisable useless environment-split function at the core.
Juergen Spitzmueller [Wed, 3 Jan 2018 12:16:07 +0000 (13:16 +0100)]
Disable useless environment-split function at the core.

(cherry picked from commit f965d23633916387cd48d228380f4a3172e61c2f)

6 years agoUse the command-alternatives sequence as defined in menus.bind
Juergen Spitzmueller [Wed, 3 Jan 2018 09:58:30 +0000 (10:58 +0100)]
Use the command-alternatives sequence as defined in menus.bind

Otherwise, the shortcut is not displayed in the menu.

(cherry picked from commit 7d2764fb9ed708c36c636c88ce40149988f3b941)

6 years agoar.po: updates from Hatim
Uwe Stöhr [Tue, 2 Jan 2018 14:25:00 +0000 (15:25 +0100)]
ar.po: updates from Hatim

6 years agoUpdate UserGuide and de/UserGuide.
Günter Milde [Tue, 2 Jan 2018 11:50:48 +0000 (12:50 +0100)]
Update UserGuide and de/UserGuide.

Remove warnings for issues fixed in lyx2lyx.
Update the GUI name of the ligature-dash Option.
Fix example for preventing unwanted line break in French.

6 years agoUpdate layout format
Juergen Spitzmueller [Tue, 2 Jan 2018 10:53:01 +0000 (11:53 +0100)]
Update layout format

6 years agoDocumentation fixes: revert conversion of -- to en dash in code.
Günter Milde [Mon, 1 Jan 2018 21:52:08 +0000 (22:52 +0100)]
Documentation fixes: revert conversion of -- to en dash in code.

lyx2lyx erroneousely merged -- to en dash in text with logical
markup "code".
Revealed by recent (but now silenced) ctest fails.

Also add space around en dash in examples.

6 years agoFix lyx2lyx conversion of dashes.
Günter Milde [Sat, 30 Sep 2017 21:26:02 +0000 (23:26 +0200)]
Fix lyx2lyx conversion of dashes.

Update for UserGuide and de/UserGuide will follow.

6 years agoUpdate it.po
Enrico Forestieri [Mon, 1 Jan 2018 18:14:48 +0000 (19:14 +0100)]
Update it.po

6 years agoru.po: updates from Yuri
Uwe Stöhr [Mon, 1 Jan 2018 15:48:24 +0000 (16:48 +0100)]
ru.po: updates from Yuri

6 years agoRussian doc files: new and updated translations by Yuri
Uwe Stöhr [Mon, 1 Jan 2018 15:47:58 +0000 (16:47 +0100)]
Russian doc files: new and updated translations by Yuri

6 years agoUpdate sk.po
Kornel Benko [Mon, 1 Jan 2018 13:23:12 +0000 (14:23 +0100)]
Update sk.po

6 years agode.po: update
Juergen Spitzmueller [Mon, 1 Jan 2018 12:46:34 +0000 (13:46 +0100)]
de.po: update

6 years agoPrepend "Insert " in the context menu for environment separators.
Juergen Spitzmueller [Mon, 1 Jan 2018 12:40:49 +0000 (13:40 +0100)]
Prepend "Insert " in the context menu for environment separators.

(cherry picked from commit 8f86feb26087305625cef3e66afabcdcb91a4057)

6 years agode.po: update
Juergen Spitzmueller [Mon, 1 Jan 2018 11:53:39 +0000 (12:53 +0100)]
de.po: update

6 years agoLFUNs.lyx: update.
Juergen Spitzmueller [Mon, 1 Jan 2018 11:38:55 +0000 (12:38 +0100)]
LFUNs.lyx: update.

6 years agoUser Guide: document the environment-split changes (forgot this one)
Juergen Spitzmueller [Mon, 1 Jan 2018 11:37:03 +0000 (12:37 +0100)]
User Guide: document the environment-split changes (forgot this one)

6 years agobeamer.lyx: document the environment-split changes.
Juergen Spitzmueller [Mon, 1 Jan 2018 11:36:44 +0000 (12:36 +0100)]
beamer.lyx: document the environment-split changes.

6 years agoUserGuide: document the environment-split changes.
Juergen Spitzmueller [Mon, 1 Jan 2018 11:36:18 +0000 (12:36 +0100)]
UserGuide: document the environment-split changes.

6 years agoImplement environment-split before and previous
Juergen Spitzmueller [Mon, 1 Jan 2018 11:34:39 +0000 (12:34 +0100)]
Implement environment-split before and previous

Possibility to add an environment before the current one and to append
and environment from outside the nesting scope.

This commit includes all fixes that went in during testing these
functions in master. It also moves the menu items from Edit to Insert.

6 years agoAdd ignoresep option to layout lfun
Juergen Spitzmueller [Mon, 1 Jan 2018 11:31:31 +0000 (12:31 +0100)]
Add ignoresep option to layout lfun

This does not force the cursor in a separator paragraph to endpos.

This is needed for environment-split.

6 years agoImplement auto-nesting.
Juergen Spitzmueller [Mon, 1 Jan 2018 11:27:08 +0000 (12:27 +0100)]
Implement auto-nesting.

Now layouts can specify other layouts that should be nested in and
after the current one (if the layout is switched from the current one
and if it follows a paragraph in the current one).

This is particularly useful for things such as the beamer frames, where
particular layouts are practically always nested.

This is a backport from master, including all fixes.

6 years agoProperly implement IsTocCaption for Arguments in standard TOC
Juergen Spitzmueller [Fri, 29 Dec 2017 10:51:24 +0000 (11:51 +0100)]
Properly implement IsTocCaption for Arguments in standard TOC

Fixes: #10631
Candidate for 2.3.x.

(cherry picked from commit 3a4b233dbd9810608ad1d79a1d866c8ab3ce2f29)

6 years ago Unify translation of 'Nomenclature' in French
jpc [Fri, 29 Dec 2017 17:30:09 +0000 (18:30 +0100)]
   Unify translation of 'Nomenclature' in French

       Second iteration following Jürgen's remarks

6 years ago Unify the translation of 'Nomenclature' in French
jpc [Thu, 28 Dec 2017 17:11:30 +0000 (18:11 +0100)]
   Unify the translation of 'Nomenclature' in French

6 years agoFix footnotes in table with RevTeX4
Juergen Spitzmueller [Wed, 27 Dec 2017 14:43:40 +0000 (15:43 +0100)]
Fix footnotes in table with RevTeX4

These classes come with their own working implementation of table
footnotes, so we are not supposed to use the tablefootnote or
footnote package.

Also add missing outliner name.

(cherry picked from commit dfaa4e9466fd0e5bf22bf55965a26e86a767cfa7)

6 years agoTufte title is fragile
Juergen Spitzmueller [Tue, 26 Dec 2017 11:35:55 +0000 (12:35 +0100)]
Tufte title is fragile

Candidate for 2.3.x.

(cherry picked from commit 994176e55ba2f7aea4f09a82c46d88d3eead7078)

6 years agoUpdate sk.po
Kornel Benko [Mon, 25 Dec 2017 13:50:47 +0000 (14:50 +0100)]
Update sk.po

6 years agoctests: run URL tests at beginning
Scott Kostyshak [Sun, 24 Dec 2017 01:41:16 +0000 (20:41 -0500)]
ctests: run URL tests at beginning

The URL tests can take a long time to complete. By running them at
the beginning, time can be saved when running the ctests in
parallel.

This saves around 10 minutes for me.

(cherry picked from commit c9817a4fb5a85fea175659b2fe1f0ab394f81c1e)

6 years agosync layouttranslations with master
Pavel Sanda [Sun, 24 Dec 2017 04:04:00 +0000 (05:04 +0100)]
sync layouttranslations with master

6 years agoBackport cs.po from master
Pavel Sanda [Sun, 24 Dec 2017 04:02:17 +0000 (05:02 +0100)]
Backport cs.po from master

6 years agoremerge cs.po
Pavel Sanda [Sun, 24 Dec 2017 04:01:25 +0000 (05:01 +0100)]
remerge cs.po

6 years agoDo not draw inactive math corners when they have mathbg color
Jean-Marc Lasgouttes [Tue, 19 Dec 2017 21:32:32 +0000 (22:32 +0100)]
Do not draw inactive math corners when they have mathbg color

By default, inactive math corners are invisible. In practice they are
annoying because they are visible when selecting text, and they can
also overwrite some parts of the equation.

The code in Inset::drawMarkers2, which is only used for maths, is
moved to InsetMathHull. Moreover, the inactive corners are not drawn
when they have the same color as the math background. A better way to
achieve this would be to set the color to transparent, but we do not
support this yet.

(cherry picked from commit 68614e9783382b6267fc9ce32ed45bc2477007dd)

6 years agoReintroduce the spacing around delimiters
Jean-Marc Lasgouttes [Wed, 20 Dec 2017 10:22:21 +0000 (11:22 +0100)]
Reintroduce the spacing around delimiters

This spacing was wrongly removed at 361bd53b as part of the
introduction of proper spacing between elements, but it only introduces
some breathing space around the delimiters. This will not be necessary
anymore when/if we use proper delimiters from the cmex10 font.

(cherry picked from commit 4cb5cc0c7de7cb5dbaaf14328e5a82e1cfe5a6ca)

6 years agoHandle properly undo groups in embedded work areas
Jean-Marc Lasgouttes [Wed, 13 Dec 2017 09:38:47 +0000 (10:38 +0100)]
Handle properly undo groups in embedded work areas

When a buffer is in an embedded work area (adv. find&replace), it is
not found by BufferList:::exists(), and therefore the undo group
created in GuiApplication::dispatch and in the handling of
LFUN_COMMAND_SEQUENCE will not be closed.. Crashes can ensue, as
described in Ubuntu bug:
https://bugs.launchpad.net/bugs/1737429

The solution is to introduce BufferList::isInternal and act on it.

Fixes bug #10847.

(cherry picked from commit 8b107f0490e61b4390e925f08d21661ef50d6f49)

6 years agoTitle commands are fragile in memoir
Juergen Spitzmueller [Sat, 23 Dec 2017 12:26:35 +0000 (13:26 +0100)]
Title commands are fragile in memoir

(cherry picked from commit 7b4d2279298b5ececf643610b80d8f7c9bd3c63c)

6 years ago Update fr.po
jpc [Fri, 22 Dec 2017 10:28:18 +0000 (11:28 +0100)]
    Update fr.po

6 years agoUpdate sk.po
Kornel Benko [Thu, 21 Dec 2017 05:12:44 +0000 (06:12 +0100)]
Update sk.po

6 years agoFix typo.
Juergen Spitzmueller [Wed, 20 Dec 2017 11:17:04 +0000 (12:17 +0100)]
Fix typo.

This had the effect that for file dialogs supposed to use two buttons,
only the second one was displayed, while file dialogs supposed to use
one button did not have a button at all.

Candidate for 2.3.x and 2.2.x.

(cherry picked from commit 74607702a585fd68bdf6b9cda668421a4ed06f3e)

6 years agorevtex4-1.lyx: LyXify the document
Uwe Stöhr [Tue, 19 Dec 2017 14:07:29 +0000 (15:07 +0100)]
revtex4-1.lyx: LyXify the document

- avoid unnecessary TeX code etc.

6 years agoctests: invert tests for Arabic splash
Scott Kostyshak [Tue, 19 Dec 2017 01:27:35 +0000 (20:27 -0500)]
ctests: invert tests for Arabic splash

The Arabic splash only compiles with XeTeX + system fonts.

(cherry picked from commit 291d2f1037a0611783103438c85c06ebecbd7f54)

6 years agoxyfigure.png: update the screenshot
Uwe Stöhr [Tue, 19 Dec 2017 00:51:06 +0000 (01:51 +0100)]
xyfigure.png: update the screenshot

6 years agonew Arabic splash.lyx from Hatim
Uwe Stöhr [Mon, 18 Dec 2017 14:27:28 +0000 (15:27 +0100)]
new Arabic splash.lyx from Hatim

6 years agoDo not rely on babel quotation macros for encodings other than [O]T1
Juergen Spitzmueller [Sun, 17 Dec 2017 11:16:01 +0000 (12:16 +0100)]
Do not rely on babel quotation macros for encodings other than [O]T1

Babel falls back to OT1 in these cases, which gives wrong output got the
guillemots

Fixes: #10947
(cherry picked from commit 64b94f81be52de33553cda5db85d824de2119a3c)

6 years agoANNOUNCE: https a link
Scott Kostyshak [Mon, 18 Dec 2017 02:09:55 +0000 (21:09 -0500)]
ANNOUNCE: https a link

6 years agoRELEASE-NOTES: macOS 10.8 is no longer supported
Scott Kostyshak [Mon, 18 Dec 2017 02:03:29 +0000 (21:03 -0500)]
RELEASE-NOTES: macOS 10.8 is no longer supported

This change is because of using Qt 5.9.x.

For discussion, see:

  https://www.mail-archive.com/search?l=mid&q=7D26D5A2-86D4-4495-B225-5119C5CCCDA4%40gmx.net

6 years agoRussian Tutorial.lyx: translations from Yuriy
Uwe Stöhr [Mon, 18 Dec 2017 00:39:37 +0000 (01:39 +0100)]
Russian Tutorial.lyx: translations from Yuriy

6 years agoUserGuide.lyx: distribute dash changes
Uwe Stöhr [Mon, 18 Dec 2017 00:31:53 +0000 (01:31 +0100)]
UserGuide.lyx: distribute dash changes

6 years agode.po: update
Juergen Spitzmueller [Sun, 17 Dec 2017 18:32:44 +0000 (19:32 +0100)]
de.po: update

6 years agoAdapt documentation.
Juergen Spitzmueller [Sun, 17 Dec 2017 08:20:34 +0000 (09:20 +0100)]
Adapt documentation.

(cherry picked from commit 5dca4abb09ae9518eeee82743c65a2f93ee2aae0)

6 years agoFurther modifications of the "Dashes and Linebreaks" section
Juergen Spitzmueller [Sat, 16 Dec 2017 16:35:40 +0000 (17:35 +0100)]
Further modifications of the "Dashes and Linebreaks" section

(cherry picked from commit ad093160d8c183f2b09d8e844047ea4b8813f079)

6 years agoAmend d56a5447f306
Juergen Spitzmueller [Sun, 17 Dec 2017 08:19:26 +0000 (09:19 +0100)]
Amend d56a5447f306

LaTeX only breaks after dashes (even though unicode suggests optional
line breaks also before em dashes).

(cherry picked from commit 1371dbb24063b613cb8914a521b90a47d74f0472)

6 years agoConsistent output of breakable/non-breakable dashes on all TeX engines.
Juergen Spitzmueller [Sat, 16 Dec 2017 15:11:25 +0000 (16:11 +0100)]
Consistent output of breakable/non-breakable dashes on all TeX engines.

Fixes: #10839
(cherry picked from commit d56a5447f30688286c1fe19f3b51225f4b586b3e)

6 years agosk.po: Remerge strings with a shortcut from master
Kornel Benko [Sun, 17 Dec 2017 06:18:53 +0000 (07:18 +0100)]
sk.po: Remerge strings with a shortcut from master

6 years agoRussian splash.lyx: update from Yuriy
Uwe Stöhr [Sun, 17 Dec 2017 02:51:08 +0000 (03:51 +0100)]
Russian splash.lyx: update from Yuriy

6 years agoRussian doc files: finished review from Yuriy
Uwe Stöhr [Sun, 17 Dec 2017 02:39:25 +0000 (03:39 +0100)]
Russian doc files: finished review from Yuriy

6 years agoru.po: remerge for Yuriy
Uwe Stöhr [Sun, 17 Dec 2017 02:33:52 +0000 (03:33 +0100)]
ru.po: remerge for Yuriy

6 years agode.po: translate a new string
Uwe Stöhr [Sun, 17 Dec 2017 02:14:32 +0000 (03:14 +0100)]
de.po: translate a new string

6 years agoit.po: fix msgmerge warning
Uwe Stöhr [Sun, 17 Dec 2017 02:12:18 +0000 (03:12 +0100)]
it.po: fix msgmerge warning

"it.po:33740: warning: internationalized messages should not contain the '\f' escape sequence"
Since this message is not used, it can be removed.

6 years agoBuffer.cpp: reference oasis in https link
Uwe Stöhr [Sun, 17 Dec 2017 01:41:51 +0000 (02:41 +0100)]
Buffer.cpp: reference oasis in https link