[LyX/master] Make sure that math macros are updated at export time.

2016-09-12 Thread Enrico Forestieri
commit 8f86ee74cddc6d3d9f8eea4d98ad4d4bab842411 Author: Enrico Forestieri Date: Tue Sep 13 07:53:48 2016 +0200 Make sure that math macros are updated at export time. The math macros system is quite complex. Macros are updated during metrics calculation, so a missing update is v

[LyX/2.2.x] Fix data loss with [ in first cell of aligned

2016-09-12 Thread Georg Baum
commit 701f10a502a61647e0ede99b1ed2c187ed168848 Author: Georg Baum Date: Mon Sep 12 20:56:05 2016 +0200 Fix data loss with [ in first cell of aligned If the first character in the first cell of an aligned math environment is '[', and the environment does not use top or bottom v

[LyX/master] lib/unicodesymbols fixes

2016-09-12 Thread Günter Milde
commit e62d20fc01928fda2bdc8f0210b6424d46dd0e3a Author: Günter Milde Date: Mon Sep 12 11:39:59 2016 +0200 lib/unicodesymbols fixes "vdots" fails in text mode, if "mathdots" is loaded. package "ascii": remove invalid command "\\ascii", let LyX terminate commands --- lib/u

[LyX/master] tex2lyx test: make box-color-*.tex sample compilable

2016-09-12 Thread Günter Milde
commit 99eeb29e5863516220eb823c2bcc276761107c41 Author: Günter Milde Date: Mon Sep 12 11:44:45 2016 +0200 tex2lyx test: make box-color-*.tex sample compilable Load required package textcomp. Replace call to non-existent packages textcyr and textgreek with the backup definition

[LyX/master] Cmake build: Shuffle code around.

2016-09-12 Thread Kornel Benko
commit e78e58a7deb7356e0099c47d0b1cd5cf953e7d09 Author: Kornel Benko Date: Mon Sep 12 11:04:14 2016 +0200 Cmake build: Shuffle code around. --- CMakeLists.txt |3 ++- src/CMakeLists.txt |3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMak