lyx_mirror/status.14x
Jean-Marc Lasgouttes bd648f4a81 Fix bug 2716 (backport changeset 14504 from G. Baum)
* lib/external_templates
	(XFig): Require the color package, since xfig generates LaTeX
	code with \color.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14571 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-08 13:33:49 +00:00

55 lines
1.5 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.4.3
All comments are welcome.
I'd be glad if some of you could take the time to check it out (or fix
a bug or two if you are feeling adventurous). Let me recall that all
these fixes have been checked into the BRANCH_1_4_X branch, which you
can get with the command
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x
JMarc
[In this list, I try to group things by topic and in decreasing
order of importance. This is, of course, subjective...]
What's new
==========
** Updates:
- All shell scripts are translated to python so sh.exe is no longer
needed on windows.
** Bug fixes:
* Document Input/Output
- Fix crash when importing LaTeX files with no text (bug 2667)
- Ignore definition of lyxgreyout environment when re-importing a LyX
generated LaTeX file (part of bug 2420)
- When exporting to LaTeX an external inset with template XFig,
require the color package, since xfig generates LaTeX code with
\color (bug 2716).
* User Interface:
- Show an error box when failing to update the TeX Information dalog data.
- Handle the Meta keyboard modifier as Alt (Qt only).
* Miscellaneous
- Display latex package checking results faster during configuration.
- Change the encoding of some python scripts from iso-8859-15 to
iso-8859-1. The former causes problems with embedded python.
- Fix 'check' make target for systems which do not have /bin/bash (bug 2524)
- Set CPPFLAGS only if not already set by the user (and ignore CXXFLAGS for
setting CPPFLAGS).