[LyX/master] Set the default locale at startup.

2014-06-11 Thread Enrico Forestieri
commit 82faa6619239c2e57fba9128899bafe29d728e51 Author: Enrico Forestieri Date: Wed Jun 11 18:23:44 2014 +0200 Set the default locale at startup. On startup, the default locale is "C", meaning that all system functions assume an ascii codeset. The environment's locale setti

[LyX/2.1.x] Set the default locale at startup.

2014-06-11 Thread Enrico Forestieri
commit 32e42f2f81c9eca4119b2483505452a8fba57844 Author: Enrico Forestieri Date: Wed Jun 11 19:08:44 2014 +0200 Set the default locale at startup. On startup, the default locale is "C", meaning that all system functions assume an ascii codeset. The environment's locale setti

[LyX GSoC/tex4htTesting] Removed span tags from the metadata

2014-06-11 Thread Prannoy Pilligundla
The branch, tex4htTesting, has been updated. - Log - commit 37ec9c6e67e983efe1d8c8636688d22b11e8322f Author: Prannoy Pilligundla Date: Thu Jun 12 00:13:07 2014 +0530 Removed span tags from the metadata diff --git a/tests/oof

[LyX/master] Make binary file detection more robust.

2014-06-11 Thread Enrico Forestieri
commit f439609304371eb3dd7ac238f39c470743261597 Author: Enrico Forestieri Date: Wed Jun 11 23:04:39 2014 +0200 Make binary file detection more robust. The magic library can detect the charset used by a file. While this detection is not full proof, actually the library seems to

[LyX/master] Cmake build: Added magic library to some link commands.

2014-06-11 Thread Kornel Benko
commit 2b0511510a6a3061851b2996bb39e5c157a22408 Author: Kornel Benko Date: Thu Jun 12 07:49:17 2014 +0200 Cmake build: Added magic library to some link commands. Needed due to the use of magic_(open|load|error|file|close) after recent changes. diff --git a/src/client/CMakeLists.t

[LyX/master] Cmake build: Use LYX_USE_QT to determine if QT uses X11

2014-06-11 Thread Kornel Benko
commit 207cd7a1b741e52b1183162b84a69251a29c989f Author: Kornel Benko Date: Thu Jun 12 07:52:45 2014 +0200 Cmake build: Use LYX_USE_QT to determine if QT uses X11 diff --git a/development/cmake/ConfigureChecks.cmake b/development/cmake/ConfigureChecks.cmake index 7217172..2bdc605 100644 --