Re: [LyX/master] Fix build with GNU libstdc++ C++11 ABI

2015-05-08 Thread Jean-Marc Lasgouttes
Le 08/05/2015 21:19, Georg Baum a écrit : commit 51cc8aa9f6b784f806b1d9cc97fe0749ffac29af Author: Georg Baum Date: Fri May 8 21:12:42 2015 +0200 Fix build with GNU libstdc++ C++11 ABI The GNU libstdc++ that ships witch gcc 5 can be used with the same ABI as older versions, or

[LyX/master] Add commented ASCII control pictures

2015-05-08 Thread Georg Baum
commit 507cc07c2dc75e3376c259a1cf762c75089eb0de Author: Georg Baum Date: Fri May 8 22:00:40 2015 +0200 Add commented ASCII control pictures The list was taken by a patch from Jürgen for bug #5704. diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 810a7ed..441b2d4 100644 -

[LyX/2.1.x] Make static variable non-static

2015-05-08 Thread Georg Baum
commit b59e1bd79b648a8249e734aa46d42a5c0044aad5 Author: Georg Baum Date: Fri May 8 21:52:55 2015 +0200 Make static variable non-static This is still a hack, but a less dangerous one. The old code had a problem if it was called from different threads, or if for some reason it wo

[LyX/master] Fix build with GNU libstdc++ C++11 ABI

2015-05-08 Thread Georg Baum
commit 51cc8aa9f6b784f806b1d9cc97fe0749ffac29af Author: Georg Baum Date: Fri May 8 21:12:42 2015 +0200 Fix build with GNU libstdc++ C++11 ABI The GNU libstdc++ that ships witch gcc 5 can be used with the same ABI as older versions, or with a new ABI which is conformant to the C

[LyX/master] #1720 disable document buffer related LFUNs in GUI view if the work area has no focus

2015-05-08 Thread Stephan Witt
commit da548dbe30ef0d36a2fb8ec6c05facb45d7f8ee7 Author: Stephan Witt Date: Fri May 8 19:09:00 2015 +0200 #1720 disable document buffer related LFUNs in GUI view if the work area has no focus diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index a520b4e..52fadcf

[LyX/master] Fix compilation after e93444e7

2015-05-08 Thread Enrico Forestieri
commit bc8717b297e0b3001ccaf5146ba5ec945c77ad42 Author: Enrico Forestieri Date: Fri May 8 14:15:38 2015 +0200 Fix compilation after e93444e7 Stephan, please check whether RowPainter::paintMisspelledMark has to be extended to use a third parameter, instead. diff --git a/src/Row

[LyX/master] #9514 improved document iterator for correct check of speller disabled state

2015-05-08 Thread Stephan Witt
commit e93444e7e9d6f1aeabd356d414d4e5af3cea8569 Author: Stephan Witt Date: Fri May 8 11:13:32 2015 +0200 #9514 improved document iterator for correct check of speller disabled state diff --git a/src/Buffer.cpp b/src/Buffer.cpp index fb36026..e12d830 100644 --- a/src/Buffer.cpp +++ b/src/Bu

[LyX/master] Forgot this.

2015-05-08 Thread Juergen Spitzmueller
commit 9162a3f40e74efe2cc663e884bac651c4a677ac4 Author: Juergen Spitzmueller Date: Fri May 8 09:51:09 2015 +0200 Forgot this. diff --git a/src/Layout.cpp b/src/Layout.cpp index e01b21e..cb1f69b 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -1046,6 +1046,8 @@ void writeArgument(ostrea

[LyX/master] Document PassThruChars option of argument.

2015-05-08 Thread Juergen Spitzmueller
commit 32341edbb7aab197b5267b94e43b46a18f652a83 Author: Juergen Spitzmueller Date: Fri May 8 09:37:28 2015 +0200 Document PassThruChars option of argument. diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index daed7d6..e702b51 100644 --- a/lib/doc/Customization.lyx +++ b

[LyX/master] Implement PassThruChars to Argument

2015-05-08 Thread Juergen Spitzmueller
commit 5b03ae11a06f937b270fc6bccab1e3a7d96fc3b8 Author: Juergen Spitzmueller Date: Fri May 8 09:32:31 2015 +0200 Implement PassThruChars to Argument Closes: #9535. diff --git a/src/Layout.cpp b/src/Layout.cpp index 1e89433..e01b21e 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp