From 83e0fdf99b4f37eb5dbb874576d99375e490ab85 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 27 Apr 2006 13:07:23 +0000 Subject: [PATCH] update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13762 a592a061-630c-0410-9148-cb99ea01b6c8 --- status.14x | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/status.14x b/status.14x index c4e879f0fa..d7a0f204c3 100644 --- a/status.14x +++ b/status.14x @@ -79,14 +79,21 @@ What's new * Configuration/Installation: +- Replace the old sh version of lib/configure with the new python version + lib/configure.py + +- Fix lib/configure.py to find tex2lyx when compiling with + --with-version-suffix (bug 2285) + +- Fix lib/configure.py to find tex2lyx if the path to it contains spaces. + +- Fix the code to find interface localization under Windows and Mac OS X. + +- When compiling with --with-version-suffix under windows, do not + rename the executable files. + - Make LyX/Win work under windows 98. - Fix compilation on DragonFly BSD. -- Fix lib/configure to find tex2lyx when compiling with --with-version-suffix - (bug 2285) -- Replace the old sh version of lib/configure with the new python version - lib/configure.py - -- Enable lib/configure.py to find tex2lyx if the path to it contains spaces.