mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
7e9bd4bd81
* src/LaTeXFeatures.[Ch]: replace nice_ by runparams_ * src/insets/insetexternal.C (InsetExternal::validate): Use the correct template for the desired output format * src/insets/insetgraphics.C (InsetGraphics::prepareFile): Record the needed files for "latex" or "pdflatex" format, dependant on the desired output format * src/insets/insetinclude.C (InsetInclude::latex): ditto * src/BufferView_pimpl.C (BufferView::Pimpl::getStatus): adapt to LaTeXFeatures changes * src/paragraph_pimpl.C (Paragraph::Pimpl::simpleTeXSpecialC): ditto * src/buffer.C (Buffer::makeLaTeXFile): ditto (Buffer::makeLinuxDocFile): ditto (Buffer::makeDocBookFile): ditto * src/paragraph.C (Paragraph::simpleTeXOnePar): ditto * src/exporter.C (Backends): Add "pdflatex" backend format (Exporter::Export): set runparams.flavor correctly for "pdflatex" format * lib/external_templates (RasterImage): Use "pdflatex" format in PDFLaTeX template (XFig): ditto (ChessDiagram): Add PDFLaTeX template (Date): ditto * lib/configure.py: Add "pdflatex" format git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13745 a592a061-630c-0410-9148-cb99ea01b6c8
87 lines
2.5 KiB
Plaintext
87 lines
2.5 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 1.4.2
|
|
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 in the branch BRANCH_1_4_X, 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
|
|
|
|
- Update Hungarian localization of the interface.
|
|
|
|
- Update translations for German (User Guide, Extended Features) and
|
|
Hungarian (Introduction, splash document, new tutorial examples).
|
|
|
|
- add support for Austrian (new spelling) as document language.
|
|
|
|
- add "LaTeX (pdflatex)" output format. This new output format produces
|
|
.tex files that are suitable for pdflatex, including figure conversion
|
|
to png, pdf or jpeg instead of eps.
|
|
|
|
** Bug fixes
|
|
|
|
* Document input/output:
|
|
|
|
- Convert definitions of itemize and enumerate environments in old layout
|
|
files correctly
|
|
|
|
- Make sure that the amsmath package is used in LaTeX output when
|
|
using the AMS-specific commands \xleftarrow, \xrightarrow or
|
|
array constructs split, gathered, aligned and alignedat (bug 2149).
|
|
|
|
- Don't get confused by 0-Characters in MikTeX logfiles anymore
|
|
|
|
- Always honor the "Requirement" tag in External Template Definitions
|
|
|
|
* Math editor:
|
|
|
|
- Fix metrics of AMS array environments like bmatrix, vmatrix etc. (bug 2036)
|
|
|
|
|
|
|
|
- Fix conversion of minipages (default height and inner vertical position) from 1.3.7
|
|
|
|
* User Interface:
|
|
|
|
- When pasting contents to a tabular with the middle mouse, the language has sometimes
|
|
be changed. This is fixed now.
|
|
|
|
- Set change tracking marks properly when copying between documents with different change
|
|
tracking status (bug 2207).
|
|
|
|
- Load the tipa package automatically when needed.
|
|
|
|
- Fix undo in math matrices
|
|
|
|
- Text copied from an ERT box has no longer the pseudo "latex" language
|
|
(bug 2476)
|
|
|
|
- Don't jump back to previous cursor position when trying to click on
|
|
an inset (bug 2526)
|
|
|
|
* Configuration/Installation:
|
|
|
|
- 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.
|