[LyX/2.3.x] doc files: fix some path and reference mistakes

2017-10-25 Thread Uwe Stöhr
commit 361397f273d9a11a8ea00d22810ef09299438596 Author: Uwe Stöhr Date: Thu Oct 26 02:24:24 2017 +0200 doc files: fix some path and reference mistakes also replace remaining occurrences of EPS images --- lib/doc/Changelog-UserGuide-LyX_23x.txt | 15

[LyX/master] Japanese EmbeddedObjects.lyx: fix image paths

2017-10-25 Thread Uwe Stöhr
commit 165427f8372897730916a99e9c1830d6551f56e8 Author: Uwe Stöhr Date: Thu Oct 26 01:24:08 2017 +0200 Japanese EmbeddedObjects.lyx: fix image paths also replace remaining occurrences of EPS images --- lib/doc/EmbeddedObjects.lyx|8

[LyX/2.3.x] Fix issue with change-tracked deleted display math

2017-10-25 Thread Enrico Forestieri
commit 8be0ec0db5731b2089462ac81abb67c108cd7840 Author: Enrico Forestieri Date: Sun Oct 22 13:12:33 2017 +0200 Fix issue with change-tracked deleted display math - If a display math not starting a new paragraph is deleted, the current \lyxdeleted macro (if

[LyX/master] de.po

2017-10-25 Thread Juergen Spitzmueller
commit dac2dea8ad7c00999263f490a186178e124fe15e Author: Juergen Spitzmueller Date: Tue Oct 24 08:46:51 2017 +0200 de.po --- po/de.gmo | Bin 540495 -> 540495 bytes po/de.po | 20 +--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git

[LyX/master] Allow multiple calls to processUpdateFlags before redraw

2017-10-25 Thread Jean-Marc Lasgouttes
commit 8d8988de475bf2055f253823e53fd5627be5de78 Author: Jean-Marc Lasgouttes Date: Wed Oct 11 18:00:48 2017 +0200 Allow multiple calls to processUpdateFlags before redraw The goal of this commit is to ensure that a processUpdateFlags call that requires no

[LyX/2.3.x] de.po

2017-10-25 Thread Juergen Spitzmueller
commit 3d30a01bd78f8d579389f99ef0566653363a37aa Author: Juergen Spitzmueller Date: Tue Oct 24 08:46:02 2017 +0200 de.po --- po/de.gmo | Bin 539815 -> 539815 bytes po/de.po | 20 +--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git

[LyX/2.2.x] de.po

2017-10-25 Thread Juergen Spitzmueller
commit c323be70b49f53534be8594e95936c0fe1a3a33e Author: Juergen Spitzmueller Date: Tue Oct 24 08:45:02 2017 +0200 de.po po/de.gmo | Bin 503153 -> 503399 bytes po/de.po | 579 +++-- 2 files changed, 292

[LyX/master] Fix comment

2017-10-25 Thread Jean-Marc Lasgouttes
commit 785c6d4e05c86fdcf96604d68d252e6591769f0f Author: Jean-Marc Lasgouttes Date: Wed Oct 25 12:16:16 2017 +0200 Fix comment --- src/frontends/WorkArea.h |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/frontends/WorkArea.h

[LyX/master] Move some Cursor methods to CursorData

2017-10-25 Thread Jean-Marc Lasgouttes
commit 02028c0b12ba94093e4e77494e7158a58f1631e5 Author: Jean-Marc Lasgouttes Date: Sun Jul 23 18:13:33 2017 +0200 Move some Cursor methods to CursorData Basically, everything that does not depend on a BufferView should move there. Some methods that do not