[LyX/master] Enhancements and bugfixes to the TOCs

2015-10-01 Thread Guillaume Munch
commit d5a5fbb8ee87d4a8ae1c55f9ba72819251bb6fb7 Author: Guillaume Munch Date: Sun Sep 27 07:05:00 2015 +0100 Enhancements and bugfixes to the TOCs * New TOC "math-macro". This means that math macros can now be accessed in the outline pane in their order of appearance or in a

[LyX/master] Fix compilation with MSVC in c++98 mode

2015-10-01 Thread Guillaume Munch
commit 39343d65af804d83803b16557b624f3cc024cc21 Author: Guillaume Munch Date: Mon Sep 28 18:13:19 2015 +0100 Fix compilation with MSVC in c++98 mode diff --git a/src/TocBackend.cpp b/src/TocBackend.cpp index f0750c6..f3511be 100644 --- a/src/TocBackend.cpp +++ b/src/TocBackend.cpp @@ -155,

[LyX/master] Improvements to cursor highlighting in the source panel

2015-10-01 Thread Guillaume Munch
commit afed7d06fa6c932a1a1578b76371189a7e17825e Author: Guillaume Munch Date: Tue Sep 15 05:56:01 2015 +0100 Improvements to cursor highlighting in the source panel * TexRow now computes rows from a DocIterator. In practice, the cursor highlighting is now correct inside inset

[LyX/master] Example Emacs configuration

2015-10-01 Thread Guillaume Munch
commit 24ae209358904f6515e2f230c735a70bde7bc6dd Author: Guillaume Munch Date: Thu Oct 1 22:06:01 2015 +0100 Example Emacs configuration diff --git a/development/coding/emacs b/development/coding/emacs new file mode 100644 index 000..518e571 --- /dev/null +++ b/development/coding/emacs