[LyX/master] Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows

2014-11-27 Thread Enrico Forestieri
commit 417c233d07cd5ad2e9b956e4cf459d4b2aaa1b7b Author: Enrico Forestieri Date: Thu Nov 27 22:35:20 2014 +0100 Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows The reason being the backslashes in the path. Note that escaping does not work here because the path is be

[LyX/master] Fix bug #9342: LaTeX build get stuck for unconventional path name

2014-11-27 Thread Enrico Forestieri
commit 11b7b7234e42ad46add882df914037930c6dd438 Author: Enrico Forestieri Date: Thu Nov 27 21:59:09 2014 +0100 Fix bug #9342: LaTeX build get stuck for unconventional path name The reason being that the TEXINPUTS path list was not quoted on Windows. This was no problem with spa

[LyX/master] Fix warnings reported by clang

2014-11-27 Thread Jean-Marc Lasgouttes
commit 38f885867178406083ded5b9c7f0a6ddf1b656ec Author: Jean-Marc Lasgouttes Date: Thu Nov 27 18:51:26 2014 +0100 Fix warnings reported by clang All these problems have the same root: the address of a reference can never be 0, and it does not make sense to test it. diff --git a/s

[LyX/master] Fix reverting of chunks insets to 2.0 format

2014-11-27 Thread Jean-Marc Lasgouttes
commit 6442b3a0c047c36d96927c0e9f5e2037d2d2cee7 Author: Jean-Marc Lasgouttes Date: Thu Nov 27 16:30:00 2014 +0100 Fix reverting of chunks insets to 2.0 format When the chunk inset did not have an optional argument, the prefix of the chunk was omitted. Fixes bug: #9343 di