lyx_mirror/status.14x
Georg Baum 294109c66a Add lilypond external inset
* src/graphics/GraphicsConverter.C
	(build_script): Change the current directory to the directory of
	the output file

	* src/converter.C
	(Converters::convert): Add comment

	* lib/external_templates: Add lilypond template

	* lib/configure.py
	(checkFormatEntries): Add lilypond format
	(checkConverterEntries): Add lilypond converter


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15260 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-05 19:58:42 +00:00

59 lines
1.4 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.4.4
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:
- Improve Computer Algebra System support.
- Add a wmf -> eps converter (bug 2845)
- Add a latex -> rtf converter
- Update Romanian localization of the interface.
- Outline support.
- Add an external template for LilyPond (a music typesetter)
** Bug fixes:
* Document Input/Output
- Parse the optional argument of the AMS math environments aligned, gathered
and alignedat.
- Support lgathered and rgathered math environments.
* User Interface:
- Fix a crash that occured on exit if the clipboard was not empty (only on
windows). This fix was already used by the official windows installer for
1.4.3.
- Fix cursor positioning when opening the VSpace dialog (bug 2869).
- Give a better error message for missing layout include files
* Build/installation:
* Miscellaneous
- The minimum required python version is now 2.2.0.