mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
319e1c38b7
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8662 a592a061-630c-0410-9148-cb99ea01b6c8
58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 1.3.5
|
|
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_3_X, which you
|
|
can get with the command
|
|
cvs checkout -d lyx-1_3_x -r BRANCH_1_3_X lyx-devel
|
|
|
|
JMarc
|
|
|
|
[In this list, I try to group things by topics, and in decreasing
|
|
importance order. This is of course subjective...]
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates
|
|
|
|
- updated basque, danish, italian and romanian localizations; updated basque
|
|
documentation
|
|
|
|
** Bug fixes
|
|
|
|
- partly fix handling of included files; external insets and bibtex
|
|
support are still not working correctly [bug #605]
|
|
|
|
- fix toggling of short title inset in some cases
|
|
|
|
- use opening quotation marks after an opening square bracket
|
|
|
|
- fix running makeindex and bibtex when the file name contains some
|
|
special characters [bug #1526]
|
|
|
|
- Prevent clashes with LaTeX packages defining "\boldsymbol".
|
|
|
|
- when the autodetection of latex classes cannot be done for some
|
|
reason, provide a sensible list of textclasses
|
|
|
|
- fix an annoying "could not delete temp dir" warning
|
|
|
|
- honor correctly the various locale-related environment variables when
|
|
looking for translated help files
|
|
|
|
- when running under windows, configure correctly the ps and pdf
|
|
viewers [bug #1508]
|
|
|
|
- the qt-related parts of the configure script honors the environment
|
|
variables MOC and UIC if they are set
|
|
|
|
- fix compilation for OpenBSD
|
|
|
|
- fix linking with Qt/Mac 3.3.1
|
|
|
|
- fix warning with automake 1.7
|