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:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* 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
|
|
|
|
2009-06-24 07:30:40 +00:00
|
|
|
- LaTeX import (tex2lyx) was updated and now also supports:
|
2009-06-19 00:44:43 +00:00
|
|
|
* nomenclature entries
|
|
|
|
* the LaTeX-package esint
|
|
|
|
* the alternative LaTeX document language names "portuguese" and
|
|
|
|
"brazilian"
|
|
|
|
|
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-10 22:48:24 +00:00
|
|
|
- Tooltips for toolbar buttons now show the main shortcut associated
|
2009-06-10 14:03:55 +00:00
|
|
|
to the action.
|
|
|
|
|
2009-06-18 06:33:20 +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-06-18 15:47:01 +00:00
|
|
|
- New commands inset-begin/end (bound to Ctrl-Alt-Home/End) allow to jump
|
|
|
|
to begin/end of insets (and outside of the inset if the cursor is already
|
|
|
|
in place). There are also versions that select text.
|
|
|
|
|
2009-06-26 11:01:28 +00:00
|
|
|
- Notes context menu has a new item for toggling all notes.
|
|
|
|
|
|
|
|
- Math context menu has a new item for numbering a single line in a formula.
|
|
|
|
|
2009-06-29 13:33:47 +00:00
|
|
|
- Include inset context menu shows with a checkbox what is the current
|
|
|
|
inclusion type.
|
|
|
|
|
2009-06-26 11:01:28 +00:00
|
|
|
- Some strings in the context menus have been improved.
|
2009-06-16 08:24:44 +00:00
|
|
|
|
2009-06-26 14:54:37 +00:00
|
|
|
- Guify support for SVN file locking property.
|
|
|
|
|
2009-05-04 08:01:09 +00:00
|
|
|
|
2009-06-10 14:03:55 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
- New Slovakian translation of the Introduction manual.
|
|
|
|
|
2009-06-29 12:12:36 +00:00
|
|
|
- Updated Czech, German, Indonesian, Italian and Spanish localizations
|
2009-06-26 12:24:46 +00:00
|
|
|
of the user interface.
|
2009-06-10 14:03:55 +00:00
|
|
|
|
|
|
|
- Updated English Additional Features manual.
|
|
|
|
|
|
|
|
- Updated Intro manual for all languages.
|
|
|
|
|
|
|
|
|
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
|
|
|
|
2009-06-10 11:34:28 +00:00
|
|
|
- Take advantage of some bugfixes in Qt 4.5 for internal file handling.
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2009-06-18 06:52:59 +00:00
|
|
|
- Fix output of alignment if default aligment is not justified (bug 5995).
|
|
|
|
|
2009-06-20 13:03:19 +00:00
|
|
|
- Fix problem where updates in some child documents were not recognized
|
2009-06-20 13:06:30 +00:00
|
|
|
and no LaTeX update was performed (bug 6024).
|
2009-06-20 13:03:19 +00:00
|
|
|
|
2009-06-06 07:42:05 +00:00
|
|
|
- Fix the on-screen representation of headings in the AMS article and
|
|
|
|
AMS book classes.
|
2009-06-16 08:08:34 +00:00
|
|
|
|
|
|
|
- The default eLyXer configuration now handles images correctly on view
|
|
|
|
and export (requires eLyXer >= 0.27).
|
2009-06-22 06:15:20 +00:00
|
|
|
|
2009-06-24 07:30:40 +00:00
|
|
|
- Fix loading of UTF-8 encoded files when a byte order mark (BOM) is
|
|
|
|
present (bug 6030).
|
2009-06-22 06:18:12 +00:00
|
|
|
|
|
|
|
- Fix reverse DVI/PDF search with child documents (bug 6020).
|
2009-05-09 19:14:25 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2009-06-24 07:30:40 +00:00
|
|
|
- Fix bookmark navigation crash when multiple windows are used
|
|
|
|
(bug 6000).
|
2009-06-18 06:33:20 +00:00
|
|
|
|
|
|
|
- Fix assertion when a nested math hull appears in a math macro
|
|
|
|
(bug 5996).
|
|
|
|
|
|
|
|
- Fix assertion when pressing down arrow in the command buffer while
|
|
|
|
the history is empty (bug 6001).
|
2009-06-15 15:55:53 +00:00
|
|
|
|
2009-06-29 13:03:04 +00:00
|
|
|
- Fix assertion when selecting with Shift-button in math editor (bug
|
|
|
|
6026).
|
|
|
|
|
2009-06-24 07:30:40 +00:00
|
|
|
- Make Tools>Statistics ignore Note insets and inactive branches
|
|
|
|
(bug 2566).
|
2009-06-23 13:29:41 +00:00
|
|
|
|
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-06-18 06:33:20 +00:00
|
|
|
- Disable unused functions in the citation dialog (bug 5987).
|
2009-06-12 11:37:47 +00:00
|
|
|
|
2009-06-12 14:22:51 +00:00
|
|
|
- Fix display of BibTeX entries in the info field of the citation
|
2009-06-18 06:33:20 +00:00
|
|
|
dialog by only converting text mode latex macros to unicode glyphs.
|
2009-06-12 14:34:44 +00:00
|
|
|
|
2009-06-18 06:33:20 +00:00
|
|
|
- Convert LaTeX macros such as \"{u} to proper unicode characters
|
|
|
|
for the display of authors/editors on the citation inset button.
|
2009-05-24 09:03:03 +00:00
|
|
|
|
2009-06-17 22:07:32 +00:00
|
|
|
- Fix pop-up of ToC and Source code panels after fresh install (part
|
|
|
|
of bug 5082).
|
|
|
|
|
2009-06-29 08:45:03 +00:00
|
|
|
- Maintain session settings over version changes (also related to
|
|
|
|
bug 5082).
|
|
|
|
|
2009-06-24 08:29:50 +00:00
|
|
|
- Fix math-insert lfun behaviour in the absence of a selection or when
|
|
|
|
something outside mathed is selected (bug 6033).
|
2009-06-29 08:45:03 +00:00
|
|
|
|
|
|
|
- Fix casing inconsistencies in the English user interface.
|
2009-06-24 08:29:50 +00:00
|
|
|
|
2009-06-29 12:58:08 +00:00
|
|
|
- Fix context menu for insets inside a branch inset (bug 6022).
|
2009-06-16 07:58:04 +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-22 10:55:38 +00:00
|
|
|
- Detect multithreaded boost libraries if included boost is not used.
|
2009-06-06 13:14:05 +00:00
|
|
|
|
2009-06-22 10:55:38 +00:00
|
|
|
- Fix small documentation bug in configure.py (bug 5881).
|
2009-06-25 10:01:45 +00:00
|
|
|
|
2009-06-26 11:02:22 +00:00
|
|
|
- LyX now recognizes both elyxer and elyxer.py.
|