2008-11-23 09:38:42 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2009-06-04 12:58:13 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.6.4
|
2008-11-23 09:38:42 +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 into the BRANCH_1_6_X branch, which you
|
|
|
|
can get with the command
|
|
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X lyx-1.6.x
|
|
|
|
|
|
|
|
Juergen
|
|
|
|
|
|
|
|
[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:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2009-06-07 19:27:44 +00:00
|
|
|
- New Slovakian translation of the Introduction manual.
|
|
|
|
|
2009-06-09 00:48:00 +00:00
|
|
|
- Updated Czech, German and Italian localization of the user interface.
|
2009-05-17 17:00:01 +00:00
|
|
|
|
2009-06-06 07:34:31 +00:00
|
|
|
- Updated English Additional Features manual.
|
|
|
|
|
2009-06-06 15:28:32 +00:00
|
|
|
- Updated Intro manual for all languages.
|
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2009-06-08 16:04:11 +00:00
|
|
|
- Implement separate chains for Japanese bibliography and index
|
|
|
|
compilation. This allows for proper support for jbibtex and mendex,
|
|
|
|
pLaTeX's bibtex and makeindex replacements (bug 5601).
|
2009-06-02 15:37:29 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2009-06-05 05:06:17 +00:00
|
|
|
- LyX's warning about different textclasses in master and child now has a
|
|
|
|
"Do not show this warning again!" checkbox. Checking it will disable the
|
|
|
|
warning for this specific master/child constellation over sessions
|
|
|
|
(bug 3218).
|
|
|
|
|
2009-06-04 15:35:35 +00:00
|
|
|
- Tooltips for footnotes and some other insets now wrap, so they can actually
|
|
|
|
be seen.
|
2009-05-02 13:21:56 +00:00
|
|
|
|
2009-05-04 08:01:09 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
* WINDOWS INSTALLER
|
|
|
|
|
|
|
|
|
2008-12-13 12:50:09 +00:00
|
|
|
|
2009-06-06 15:35:30 +00:00
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
- Added a shell script (lyxeditor) for performing reverse DVI/PDF search
|
|
|
|
and a python script (lyxpak.py) for creating archives of a lyx file and
|
|
|
|
all its ancillary files (graphics and so on) to development/tools.
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2009-06-06 07:42:05 +00:00
|
|
|
- Fix the on-screen representation of headings in the AMS article and
|
|
|
|
AMS book classes.
|
2009-05-09 19:14:25 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2009-06-04 18:56:22 +00:00
|
|
|
- Take into account file system case sensitivity when checking whether
|
|
|
|
a path starts with a given prefix. This fixes a bug with reverse PDF
|
|
|
|
search when using SumatraPDF as a PDF viewer on Cygwin.
|
2009-05-01 13:55:56 +00:00
|
|
|
|
2009-06-09 06:53:51 +00:00
|
|
|
- Fix the maximum number of the files stored in last-opened-files list
|
|
|
|
(bug 5980).
|
|
|
|
|
2009-05-24 09:03:03 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2009-06-04 13:41:26 +00:00
|
|
|
- Fix icon image files so that they appear correctly when the
|
|
|
|
documentation files are converted to DVI (bug 5945).
|
2009-01-15 14:01:37 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2009-06-06 13:14:05 +00:00
|
|
|
- Detect multithreaded boost libraries if included boost is not used
|
|
|
|
|
2009-04-14 10:37:49 +00:00
|
|
|
|