[LyX/master] The way this was done here is inconsistent with how it is done in other places.

2015-05-28 Thread Richard Heck
commit babe9eaeabd44faf4ecf98285799f2a8670c8f6c Author: Richard Heck rgh...@lyx.org Date: Thu May 28 18:02:46 2015 -0400 The way this was done here is inconsistent with how it is done in other places. diff --git a/src/Text.cpp b/src/Text.cpp index eac26ea..889c21b 100644 ---

[LyX/master] hpstatement.module: just in time a new module for H-P statements

2015-05-28 Thread Uwe Stöhr
commit a610e29c9c3a92dae605cd344c7f6003df79fd68 Author: Uwe Stöhr uwesto...@lyx.org Date: Thu May 28 20:36:35 2015 +0200 hpstatement.module: just in time a new module for H-P statements In June the R-SS phrase system is replaced officially by the GHS H-P statement system in the

[LyX/master] Revert 82c7669381

2015-05-28 Thread Georg Baum
commit 59294b71fe551d1d7524283fac35be81750f433f Author: Georg Baum b...@lyx.org Date: Thu May 28 20:45:34 2015 +0200 Revert 82c7669381 Now make dist works again. See b188e74cd6b089be3d6 for details. diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index

[LyX/master] R-S-statements.lyx: add warning that R-S statements no longer accepted in the EU

2015-05-28 Thread Uwe Stöhr
commit 0ee646ea53f310289b8840e9a087df259970b8a7 Author: Uwe Stöhr uwesto...@lyx.org Date: Thu May 28 20:33:35 2015 +0200 R-S-statements.lyx: add warning that R-S statements no longer accepted in the EU diff --git a/lib/examples/R-S-statements.lyx b/lib/examples/R-S-statements.lyx index

[LyX/master] LaTeXFeatures.cpp: register the hpstatement package

2015-05-28 Thread Uwe Stöhr
commit f8d5a3ea4fbb3f2337bd5d20cf1c3c8c4ec259e2 Author: Uwe Stöhr uwesto...@lyx.org Date: Fri May 29 01:47:46 2015 +0200 LaTeXFeatures.cpp: register the hpstatement package diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 5a05ef1..d5b8b2f 100644 --- a/src/LaTeXFeatures.cpp

[LyX/master] Do AutoInsert of item arguments also on paragraph break.

2015-05-28 Thread Juergen Spitzmueller
commit 6501bb09043d585f1bd973a97df41b224eff782b Author: Juergen Spitzmueller sp...@lyx.org Date: Thu May 28 09:46:40 2015 +0200 Do AutoInsert of item arguments also on paragraph break. diff --git a/src/Text3.cpp b/src/Text3.cpp index 8707b76..4261ab8 100644 --- a/src/Text3.cpp +++

[LyX/master] Merge branch 'master' of git.lyx.org:lyx

2015-05-28 Thread Juergen Spitzmueller
commit 5c97c15e0334bdbe1ca5b2f2d6e43725c8431e34 Merge: 6501bb0 24af3f8 Author: Juergen Spitzmueller sp...@lyx.org Date: Thu May 28 09:47:18 2015 +0200 Merge branch 'master' of git.lyx.org:lyx

[LyX/master] Update sk.po

2015-05-28 Thread Kornel Benko
commit 24af3f876994b35aa55d849db7fd40d123e049dd Author: Kornel Benko kor...@lyx.org Date: Thu May 28 09:07:14 2015 +0200 Update sk.po diff --git a/po/sk.gmo b/po/sk.gmo index 28e4292..31e95aa 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index

[LyX/master] improved positioning of version text in banner image

2015-05-28 Thread Stephan Witt
commit 31ebb844869cbd1ff898f2d0399dfa4c59e4a014 Author: Stephan Witt sw...@lyx.org Date: Thu May 28 08:01:58 2015 +0200 improved positioning of version text in banner image diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 6b7ddd7..5275321 100644 ---

[LyX/master] Update banner.

2015-05-28 Thread Enrico Forestieri
commit fb5b907074a28853291d688a945c96fe0226e305 Author: Enrico Forestieri for...@lyx.org Date: Thu May 28 13:13:58 2015 +0200 Update banner. diff --git a/lib/images/banner.svgz b/lib/images/banner.svgz index e986b72..f93526b 100644 Binary files a/lib/images/banner.svgz and

[LyX/master] Remove leftover from printing support.

2015-05-28 Thread Stephan Witt
commit 0632c91aee255b8bacb7d27a0f4b9efa33c456e2 Author: Stephan Witt sw...@lyx.org Date: Thu May 28 13:33:56 2015 +0200 Remove leftover from printing support. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 8af68e4..2a67292 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -133,14

[LyX/master] Add comment

2015-05-28 Thread Juergen Spitzmueller
commit abefdcaf309554ae9ea506affcb84e6c0219128c Author: Juergen Spitzmueller sp...@lyx.org Date: Thu May 28 13:34:58 2015 +0200 Add comment diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 01d9b95..3ebfdb1 100644 --- a/src/frontends/qt4/GuiView.cpp +++

[LyX/master] #9574 check for valid focus (see ticket #1720) does not work on Linux and Windows

2015-05-28 Thread Stephan Witt
commit c25e8c50a7c845e7ab358543416102ebec1a64bf Author: Stephan Witt sw...@lyx.org Date: Thu May 28 13:27:53 2015 +0200 #9574 check for valid focus (see ticket #1720) does not work on Linux and Windows diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index

[LyX/master] improved positioning of version text in banner image

2015-05-28 Thread Stephan Witt
commit 31ebb844869cbd1ff898f2d0399dfa4c59e4a014 Author: Stephan Witt Date: Thu May 28 08:01:58 2015 +0200 improved positioning of version text in banner image diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 6b7ddd7..5275321 100644 ---

[LyX/master] Update sk.po

2015-05-28 Thread Kornel Benko
commit 24af3f876994b35aa55d849db7fd40d123e049dd Author: Kornel Benko Date: Thu May 28 09:07:14 2015 +0200 Update sk.po diff --git a/po/sk.gmo b/po/sk.gmo index 28e4292..31e95aa 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index

[LyX/master] Merge branch 'master' of git.lyx.org:lyx

2015-05-28 Thread Juergen Spitzmueller
commit 5c97c15e0334bdbe1ca5b2f2d6e43725c8431e34 Merge: 6501bb0 24af3f8 Author: Juergen Spitzmueller Date: Thu May 28 09:47:18 2015 +0200 Merge branch 'master' of git.lyx.org:lyx

[LyX/master] Do AutoInsert of item arguments also on paragraph break.

2015-05-28 Thread Juergen Spitzmueller
commit 6501bb09043d585f1bd973a97df41b224eff782b Author: Juergen Spitzmueller Date: Thu May 28 09:46:40 2015 +0200 Do AutoInsert of item arguments also on paragraph break. diff --git a/src/Text3.cpp b/src/Text3.cpp index 8707b76..4261ab8 100644 --- a/src/Text3.cpp +++

[LyX/master] Update banner.

2015-05-28 Thread Enrico Forestieri
commit fb5b907074a28853291d688a945c96fe0226e305 Author: Enrico Forestieri Date: Thu May 28 13:13:58 2015 +0200 Update banner. diff --git a/lib/images/banner.svgz b/lib/images/banner.svgz index e986b72..f93526b 100644 Binary files a/lib/images/banner.svgz and

[LyX/master] #9574 check for valid focus (see ticket #1720) does not work on Linux and Windows

2015-05-28 Thread Stephan Witt
commit c25e8c50a7c845e7ab358543416102ebec1a64bf Author: Stephan Witt Date: Thu May 28 13:27:53 2015 +0200 #9574 check for valid focus (see ticket #1720) does not work on Linux and Windows diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index

[LyX/master] Remove leftover from printing support.

2015-05-28 Thread Stephan Witt
commit 0632c91aee255b8bacb7d27a0f4b9efa33c456e2 Author: Stephan Witt Date: Thu May 28 13:33:56 2015 +0200 Remove leftover from printing support. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 8af68e4..2a67292 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -133,14

[LyX/master] Add comment

2015-05-28 Thread Juergen Spitzmueller
commit abefdcaf309554ae9ea506affcb84e6c0219128c Author: Juergen Spitzmueller Date: Thu May 28 13:34:58 2015 +0200 Add comment diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 01d9b95..3ebfdb1 100644 --- a/src/frontends/qt4/GuiView.cpp +++

[LyX/master] R-S-statements.lyx: add warning that R-S statements no longer accepted in the EU

2015-05-28 Thread Uwe Stöhr
commit 0ee646ea53f310289b8840e9a087df259970b8a7 Author: Uwe Stöhr Date: Thu May 28 20:33:35 2015 +0200 R-S-statements.lyx: add warning that R-S statements no longer accepted in the EU diff --git a/lib/examples/R-S-statements.lyx b/lib/examples/R-S-statements.lyx index

[LyX/master] hpstatement.module: just in time a new module for H-P statements

2015-05-28 Thread Uwe Stöhr
commit a610e29c9c3a92dae605cd344c7f6003df79fd68 Author: Uwe Stöhr Date: Thu May 28 20:36:35 2015 +0200 hpstatement.module: just in time a new module for H-P statements In June the R-SS phrase system is replaced officially by the GHS H-P statement system in the

[LyX/master] Revert 82c7669381

2015-05-28 Thread Georg Baum
commit 59294b71fe551d1d7524283fac35be81750f433f Author: Georg Baum Date: Thu May 28 20:45:34 2015 +0200 Revert 82c7669381 Now make dist works again. See b188e74cd6b089be3d6 for details. diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index

[LyX/master] The way this was done here is inconsistent with how it is done in other places.

2015-05-28 Thread Richard Heck
commit babe9eaeabd44faf4ecf98285799f2a8670c8f6c Author: Richard Heck Date: Thu May 28 18:02:46 2015 -0400 The way this was done here is inconsistent with how it is done in other places. diff --git a/src/Text.cpp b/src/Text.cpp index eac26ea..889c21b 100644 ---

[LyX/master] LaTeXFeatures.cpp: register the hpstatement package

2015-05-28 Thread Uwe Stöhr
commit f8d5a3ea4fbb3f2337bd5d20cf1c3c8c4ec259e2 Author: Uwe Stöhr Date: Fri May 29 01:47:46 2015 +0200 LaTeXFeatures.cpp: register the hpstatement package diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 5a05ef1..d5b8b2f 100644 ---