2003-02-07 11:14:56 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2004-02-19 12:02:16 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.3.5
|
2003-02-07 11:14:56 +00:00
|
|
|
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
|
|
|
|
|
2003-02-07 14:25:59 +00:00
|
|
|
[In this list, I try to group things by topics, and in decreasing
|
|
|
|
importance order. This is of course subjective...]
|
|
|
|
|
2003-02-07 11:14:56 +00:00
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates
|
|
|
|
|
2004-04-29 15:57:12 +00:00
|
|
|
- new textclass svglobal, needed for various Springer Verlag journals
|
|
|
|
for which no specific class exists
|
2004-04-22 13:59:39 +00:00
|
|
|
|
2004-08-14 11:12:13 +00:00
|
|
|
- add new bindings file mac.bind for LyX/Mac
|
|
|
|
|
2004-06-09 12:35:49 +00:00
|
|
|
- the script used to control the generation of bitmap images for use
|
|
|
|
in 'Instant Preview' of math equations has been re-written in python.
|
|
|
|
Windows users now have some chance of getting Instant Preview to
|
|
|
|
work for them.
|
2004-04-22 13:59:39 +00:00
|
|
|
|
2004-09-09 09:35:17 +00:00
|
|
|
- The built-in Qt dialogs are now correctly translated for the
|
|
|
|
languages that Qt supports [Qt >= 3.2 only]
|
|
|
|
|
2004-09-13 14:27:05 +00:00
|
|
|
- add support for icelandic, latvian, lithuanian and nynorsk
|
2004-09-09 09:35:17 +00:00
|
|
|
|
|
|
|
- updated basque, danish, german, italian and romanian localizations;
|
|
|
|
updated basque and german documentations
|
|
|
|
|
2003-02-07 11:14:56 +00:00
|
|
|
** Bug fixes
|
|
|
|
|
2004-05-26 15:15:18 +00:00
|
|
|
* LaTeX input/output:
|
2004-04-22 13:59:39 +00:00
|
|
|
|
2004-04-19 15:21:19 +00:00
|
|
|
- partly fix handling of included files; external insets are still not
|
|
|
|
working correctly [bug #605]
|
2004-04-18 15:36:05 +00:00
|
|
|
|
2004-04-22 13:59:39 +00:00
|
|
|
- fix nesting of language change commands, especially important for
|
|
|
|
arabic [bug #1404]
|
2004-04-18 11:21:22 +00:00
|
|
|
|
2004-04-22 13:59:39 +00:00
|
|
|
- fix missing line break in front of \end{...} in some cases [bug #1225]
|
2004-03-22 15:30:38 +00:00
|
|
|
|
2004-04-18 11:21:22 +00:00
|
|
|
- fix running makeindex and bibtex when the file name contains some
|
|
|
|
special characters [bug #1526]
|
|
|
|
|
2004-09-09 09:35:17 +00:00
|
|
|
- prevent clashes with LaTeX packages defining "\boldsymbol" [bug #1498]
|
2004-05-26 15:15:18 +00:00
|
|
|
|
|
|
|
- make import of the preamble of LaTeX files more robust [bug #1584]
|
2004-04-08 12:53:53 +00:00
|
|
|
|
2004-04-29 15:57:12 +00:00
|
|
|
- fix handling of floats and counters in svjog and svprobth
|
|
|
|
textclasses [bug #1430]
|
2004-05-03 09:47:18 +00:00
|
|
|
|
2004-05-03 14:24:46 +00:00
|
|
|
- fix handling of counters in the scrlettr and scrlttr2 classes.
|
2004-04-22 13:59:39 +00:00
|
|
|
|
2004-06-27 12:36:22 +00:00
|
|
|
- fix off-by-one-error which caused LyX to chose the wrong custom margin
|
|
|
|
package.
|
|
|
|
|
2004-04-22 13:59:39 +00:00
|
|
|
* User Interface:
|
|
|
|
|
|
|
|
- use opening quotation marks after an opening square bracket
|
|
|
|
|
|
|
|
- fix toggling of short title inset in some cases
|
|
|
|
|
2004-03-11 14:30:05 +00:00
|
|
|
- when the autodetection of latex classes cannot be done for some
|
2004-03-24 12:44:01 +00:00
|
|
|
reason, provide a sensible list of textclasses
|
|
|
|
|
|
|
|
- honor correctly the various locale-related environment variables when
|
|
|
|
looking for translated help files
|
2004-03-22 16:15:17 +00:00
|
|
|
|
2004-05-05 09:51:12 +00:00
|
|
|
- prevent activation of the Ok and Apply buttons in the reference
|
|
|
|
dialog when simply manipulating the list of references in the dialog.
|
2004-04-22 13:59:39 +00:00
|
|
|
|
2004-05-19 16:22:38 +00:00
|
|
|
- set the default button in the print dialog, activated on Return,
|
|
|
|
to be the Ok button rather than the Close button. [bug #1465, Qt only]
|
|
|
|
|
2004-05-05 10:20:04 +00:00
|
|
|
- enable instant preview to work on solaris machines.
|
|
|
|
|
2004-05-19 16:22:38 +00:00
|
|
|
- fix an annoying "could not delete temp dir" warning
|
|
|
|
|
|
|
|
- fix some math bindings like "M-m [" for german or french keyboards
|
2004-05-05 11:14:27 +00:00
|
|
|
|
2004-06-21 08:55:50 +00:00
|
|
|
- don't allow the insertion of incomplete citation references,
|
|
|
|
which led to a crash [bug 1617]
|
|
|
|
|
2004-08-09 10:40:17 +00:00
|
|
|
- correct the spelling of the "Acknowledgements" style in the APA layout.
|
|
|
|
|
2004-04-22 13:59:39 +00:00
|
|
|
* Configuration/Installation:
|
|
|
|
|
2004-03-22 16:15:17 +00:00
|
|
|
- when running under windows, configure correctly the ps and pdf
|
|
|
|
viewers [bug #1508]
|
2004-03-11 14:30:05 +00:00
|
|
|
|
|
|
|
- the qt-related parts of the configure script honors the environment
|
|
|
|
variables MOC and UIC if they are set
|
|
|
|
|
|
|
|
- fix compilation for OpenBSD
|
2004-03-16 10:49:58 +00:00
|
|
|
|
2004-04-22 13:12:10 +00:00
|
|
|
- fix compilation with SGI C++ compiler
|
|
|
|
|
2004-04-29 15:57:12 +00:00
|
|
|
- fix compilation with gcc 3.4
|
|
|
|
|
2004-03-26 15:35:35 +00:00
|
|
|
- fix linking with Qt/Mac 3.3.1
|
2004-04-05 15:59:47 +00:00
|
|
|
|
|
|
|
- fix warning with automake 1.7
|