[LyX/2.3.x] * cs.po

2018-05-02 Thread Pavel Sanda
commit c4922adb72673054836571254899734320e2f659 Author: Pavel Sanda Date: Wed May 2 10:11:02 2018 +0200 * cs.po --- po/cs.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/cs.po b/po/cs.po index f6971d5..86b0322 100644 --- a/po/cs.po +++

[LyX/master] Revert "Update documentation"

2018-05-02 Thread Jean-Marc Lasgouttes
commit 7f035b51a00f96f4dd49e6d67f5522cb22538438 Author: Jean-Marc Lasgouttes Date: Wed May 2 12:38:40 2018 +0200 Revert "Update documentation" This update was wrong. This reverts commit 969540be59de2dcb15a694cea268a4b16af24688. --- src/update_flags.h

[LyX/master] Move code around

2018-05-02 Thread Jean-Marc Lasgouttes
commit 22de5c972a4e3432f09d8195ac41c77153f04770 Author: Jean-Marc Lasgouttes Date: Wed May 2 12:43:10 2018 +0200 Move code around --- src/Cursor.cpp | 12 ++-- src/Cursor.h | 18 ++ 2 files changed, 16 insertions(+), 14 deletions(-) diff

[LyX/master] Update documentation

2018-05-02 Thread Jean-Marc Lasgouttes
commit 969540be59de2dcb15a694cea268a4b16af24688 Author: Jean-Marc Lasgouttes Date: Wed May 2 12:21:29 2018 +0200 Update documentation --- src/update_flags.h |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/update_flags.h

Re: [LyX/master] Restore implicit word selection for inset insertion.

2018-05-02 Thread Jean-Marc Lasgouttes
Le 26/04/2018 à 03:49, Richard Kimberly Heck a écrit : commit aa2f409d871d36dc0e1c038aba900d06963d3459 Author: Richard Kimberly Heck Date: Wed Apr 25 21:48:25 2018 -0400 Restore implicit word selection for inset insertion. Am I right that you test for the same

[LyX/master] MergedManuals.lyx: remove example files in Note

2018-05-02 Thread Scott Kostyshak
commit 0d1b981b2b9da99359dd820597b370b99f6dff50 Author: Scott Kostyshak Date: Wed May 2 10:59:56 2018 -0400 MergedManuals.lyx: remove example files in Note A Note inset contained two example files. The linguistics example file caused terminal messages like

[LyX/master] Do not use needauth when only exporting code

2018-05-02 Thread Scott Kostyshak
commit 065e37e96ff37dd891e47aede84258fd9adf23cf Author: Scott Kostyshak Date: Sun Apr 29 20:06:16 2018 -0400 Do not use needauth when only exporting code We have a couple of converters (using Sweave and knitr to "tangle" an intermediate file) that are used

[LyX/master] Enable graphics-unify only for selections containing graphics insets.

2018-05-02 Thread Pavel Sanda
commit 641ae5c7add025e51a2da718cdbb0dff098b29e7 Author: Pavel Sanda Date: Wed May 2 22:35:09 2018 +0200 Enable graphics-unify only for selections containing graphics insets. Follow-up of https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg204907.html ---

Re: [LyX/master] Restore implicit word selection for inset insertion.

2018-05-02 Thread Richard Kimberly Heck
On 05/02/2018 08:05 AM, Jean-Marc Lasgouttes wrote: > Le 26/04/2018 à 03:49, Richard Kimberly Heck a écrit : >> commit aa2f409d871d36dc0e1c038aba900d06963d3459 >> Author: Richard Kimberly Heck >> Date:   Wed Apr 25 21:48:25 2018 -0400 >> >> Restore implicit word selection

[LyX/master] Fix indentation.

2018-05-02 Thread Richard Kimberly Heck
commit e91245362f9f59e9662a515a1cf34959a5e24db5 Author: Richard Kimberly Heck Date: Wed May 2 19:57:09 2018 -0400 Fix indentation. --- src/Text3.cpp | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Text3.cpp b/src/Text3.cpp

[LyX/master] Add toolbar menus for custom insets and character styles.

2018-05-02 Thread Richard Kimberly Heck
commit cc4bfc7f04dc5a16347172f064f910ff3d26df9d Author: Richard Heck Date: Fri Jun 24 17:47:30 2016 -0400 Add toolbar menus for custom insets and character styles. I'm open to putting this elsewhere on the toolbar, or even on a different toolbar. Also, we need

[LyX/2.3.x] Comment on python versions.

2018-05-02 Thread Richard Kimberly Heck
commit f64e52b59885e87d3c2528251ae08db66b49b50a Author: Richard Kimberly Heck Date: Wed May 2 19:50:54 2018 -0400 Comment on python versions. --- ANNOUNCE |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index

[LyX/master] Do not step counters in deleted material.

2018-05-02 Thread Richard Kimberly Heck
commit 200064e9a40f5ecfe6b7e5b361d31be3eba5ce92 Author: Richard Kimberly Heck Date: Wed May 2 23:56:41 2018 -0400 Do not step counters in deleted material. Also, display the counter as "#" if the inset is deleted. --- src/insets/InsetFlex.cpp | 10 +++---

[LyX/master] Do not step equation numbers in deleted equations.

2018-05-02 Thread Richard Kimberly Heck
commit df5805917be108b0cce8b502f7b6906f59b0e2ea Author: Richard Kimberly Heck Date: Thu May 3 00:05:21 2018 -0400 Do not step equation numbers in deleted equations. --- src/mathed/InsetMathHull.cpp |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff