[LyX/2.1.x] French documentation files: 2 fixes by Jan-Pierre

2014-07-27 Thread Uwe Stöhr
commit 96639d22550cf801fe9a1d390da25f80bf7a0c27 Author: Uwe Stöhr Date: Mon Jul 28 00:56:57 2014 +0200 French documentation files: 2 fixes by Jan-Pierre diff --git a/lib/doc/fr/Intro.lyx b/lib/doc/fr/Intro.lyx index 8dd5d91..17bef4c 100644 --- a/lib/doc/fr/Intro.lyx +++ b/lib/doc/fr/Intro.

[LyX/2.1.x] Fix bugs 9190 and 9193.

2014-07-27 Thread Enrico Forestieri
commit 5f7948e5a52b7c6e375b5fbe676578a8b8117de0 Author: Enrico Forestieri Date: Mon Jul 28 00:33:13 2014 +0200 Fix bugs 9190 and 9193. The conversion from floating point to string performed by boost:lexical_cast does not allow specifying a precision and, for example, values

[LyX features/scroll-reloaded] Add marks to indicate when a row is too large

2014-07-27 Thread Jean-Marc Lasgouttes
The branch, scroll-reloaded, has been updated. - Log - commit b13ce27430f78fff9c8c58e1bd26d73c9f355aec Author: Jean-Marc Lasgouttes Date: Sun Jul 27 18:55:10 2014 +0200 Add marks to indicate when a row is too large A

[LyX/2.1.x] Fix beamer block conversion when arguments are in multiple ERTS.

2014-07-27 Thread Juergen Spitzmueller
commit edddfb99fc2ca810a77a286b6a7730881610199c Author: Juergen Spitzmueller Date: Sun Jul 27 11:30:25 2014 +0200 Fix beamer block conversion when arguments are in multiple ERTS. Fixes second part of #9208. diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index ae4c390

[LyX/2.1.x] Add beamer-resenumerate (from our wiki) to the list of safe modules for argument conversion, since it is safe.

2014-07-27 Thread Juergen Spitzmueller
commit a8ba869d73f3f657c465d9a7a652aff7d34e789d Author: Juergen Spitzmueller Date: Sun Jul 27 10:23:17 2014 +0200 Add beamer-resenumerate (from our wiki) to the list of safe modules for argument conversion, since it is safe. Fixes part of #9208. diff --git a/lib/lyx2lyx/lyx_2_1.p

[LyX features/scroll-reloaded] Fix some display glitches

2014-07-27 Thread Jean-Marc Lasgouttes
The branch, scroll-reloaded, has been updated. - Log - commit 14ba5154aa10a7e0f7977e17f3b66483727644d1 Author: Jean-Marc Lasgouttes Date: Sun Jul 27 17:30:57 2014 +0200 Fix some display glitches * When doing a redraw

[LyX/2.1.x] Whitespace

2014-07-27 Thread Juergen Spitzmueller
commit 5210cfa5f9565cba2ab0996098eb5cbec0070a67 Author: Juergen Spitzmueller Date: Sun Jul 27 12:26:37 2014 +0200 Whitespace diff --git a/status.21x b/status.21x index 34c813e..7ec8f00 100644 --- a/status.21x +++ b/status.21x @@ -66,6 +66,7 @@ What's new * USER INTERFACE - Do not forge

[LyX/master] Fix beamer block conversion when arguments are in multiple ERTS.

2014-07-27 Thread Juergen Spitzmueller
commit cc56c64ede19fc0e95e6fe1c5ccf86f220019b83 Author: Juergen Spitzmueller Date: Sun Jul 27 11:30:25 2014 +0200 Fix beamer block conversion when arguments are in multiple ERTS. Fixes second part of #9208. diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index ae4c390

[LyX/master] Add beamer-resenumerate (from our wiki) to the list of safe modules for argment conversion, since it is safe.

2014-07-27 Thread Juergen Spitzmueller
commit 728cf1edf37bcb41296c997ff7d539b32d090fb8 Author: Juergen Spitzmueller Date: Sun Jul 27 10:23:17 2014 +0200 Add beamer-resenumerate (from our wiki) to the list of safe modules for argment conversion, since it is safe. Fixes part of #9208. diff --git a/lib/lyx2lyx/lyx_2_1.py

[LyX/2.1.x] Fix typos in InsetListingsParams validator

2014-07-27 Thread Juergen Spitzmueller
commit 8d8880d83b707ca803cb949ba9a8ad166f276648 Author: Juergen Spitzmueller Date: Tue May 6 20:17:03 2014 +0200 Fix typos in InsetListingsParams validator diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index b5c1ad8..572a806 100644 --- a/src/insets/I

[LyX/2.1.x] Store InsetListingsParams in a vector of pairs, not a map, since order of insertion matters.

2014-07-27 Thread Juergen Spitzmueller
commit 2194c2c484de6ff383e9759235a7857dc875cf3e Author: Juergen Spitzmueller Date: Tue May 6 20:22:25 2014 +0200 Store InsetListingsParams in a vector of pairs, not a map, since order of insertion matters. Fixes: #8144, #5203. diff --git a/src/insets/InsetListingsParams.cpp b/sr