2006-03-10 13:36:33 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2006-07-13 09:13:23 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.4.3
|
2006-03-10 13:36:33 +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
|
2006-07-12 13:27:57 +00:00
|
|
|
these fixes have been checked into the BRANCH_1_4_X branch, which you
|
2006-03-10 13:36:33 +00:00
|
|
|
can get with the command
|
|
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x
|
|
|
|
|
|
|
|
JMarc
|
|
|
|
|
2006-03-29 12:07:25 +00:00
|
|
|
[In this list, I try to group things by topic and in decreasing
|
2006-03-10 13:36:33 +00:00
|
|
|
order of importance. This is, of course, subjective...]
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
2006-07-13 09:25:32 +00:00
|
|
|
** Updates:
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
- All shell scripts are translated to python so sh.exe is no longer
|
2006-07-17 13:56:33 +00:00
|
|
|
needed on windows.
|
2006-07-13 09:25:32 +00:00
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* Document Input/Output
|
2006-07-17 19:50:41 +00:00
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
- Fix crash when importing LaTeX files with no text (bug 2667)
|
|
|
|
|
|
|
|
* User Interface:
|
2006-07-13 09:25:32 +00:00
|
|
|
|
2006-08-08 10:57:09 +00:00
|
|
|
- Show an error box when failing to update the TeX Information dalog data.
|
|
|
|
|
2006-07-13 09:25:32 +00:00
|
|
|
- Handle the Meta keyboard modifier as Alt (Qt only).
|
2006-08-06 23:21:43 +00:00
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* Miscellaneous
|
|
|
|
|
2006-08-08 10:31:20 +00:00
|
|
|
- Display latex package checking results faster during configuration.
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
- Change the encoding of some python scripts from iso-8859-15 to
|
|
|
|
iso-8859-1. The former causes problems with embedded python.
|
|
|
|
|
2006-08-08 10:31:20 +00:00
|
|
|
- fix 'check' make target for systems which do not have /bin/bash (bug 2524)
|