* GuiLog.cpp: don't forget Package warnings.
[lyx.git] / status.16x
blob1209629faf2ba03de43005a290db6c0d2b0afee2
1 -*- text -*-
3 This file describes what has been done in the preparation of LyX 1.6.4
4 All comments are welcome.
6 I'd be glad if some of you could take the time to check it out (or fix
7 a bug or two if you are feeling adventurous). Let me recall that all
8 these fixes have been checked into the BRANCH_1_6_X branch, which you
9 can get with the command
10   svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X lyx-1.6.x
12 Juergen
14 [In this list, I try to group things by topic and in decreasing
15 order of importance. This is, of course, subjective...]
18 What's new
19 ==========
22 ** Updates:
23 ***********
25 * DOCUMENT INPUT/OUTPUT
27 - Implement separate chains for Japanese bibliography and index
28   compilation. This allows for proper support for jbibtex and mendex,
29   pLaTeX's bibtex and makeindex replacements (bug 5601).
31 - LaTeX import (tex2lyx) was updated and now also supports:
32   * nomenclature entries
33   * the LaTeX-package esint
34   * the alternative LaTeX document language names "portuguese" and
35     "brazilian"
38 * USER INTERFACE
40 - LyX's warning about different textclasses in master and child now has a
41   "Do not show this warning again!" checkbox. Checking it will disable the
42   warning for this specific master/child constellation over sessions
43   (bug 3218).
45 - Tooltips for toolbar buttons now show the main shortcut associated
46   to the action.
48 - Tooltips for footnotes and some other insets now wrap, so they can
49   actually be seen.
51 - New commands inset-begin/end (bound to Ctrl-Alt-Home/End) allow to jump 
52   to begin/end of insets (and outside of the inset if the cursor is already 
53   in place). There are also versions that select text.
55 - The LaTeX Log File dialog has a search facility.
57 - Notes context menu has a new item for toggling all notes.
59 - Math context menu has a new item for numbering a single line in a formula.
61 - Include inset context menu shows with a checkbox what is the current 
62   inclusion type.
64 - Some strings in the context menus have been improved.
66 - Guify support for SVN file locking property.
69 * DOCUMENTATION AND LOCALIZATION
71 - New Slovakian translation of the Introduction manual.
73 - Updated Czech, German, Indonesian, Italian and Spanish localizations
74   of the user interface.
76 - Updated EmbeddedObjects manual: New section about subfloats.
78 - Updated English Additional Features manual.
80 - Updated Intro manual for all languages.
82 - Updated Spanish User's Guide.
85 * WINDOWS INSTALLER
89 * BUILD/INSTALLATION
91 - Added a shell script (lyxeditor) for performing reverse DVI/PDF search
92   and a python script (lyxpak.py) for creating archives of a lyx file and
93   all its ancillary files (graphics and so on) to development/tools.
95 - Take advantage of some bugfixes in Qt 4.5 for internal file handling.
97 - Added some cygwin-specific scripts and utility programs that are
98   compiled and installed when building on cygwin.
101 ** Bug fixes:
102 *************
104 * DOCUMENT INPUT/OUTPUT
106 - Fix output of alignment if default aligment is not justified (bug 5995).
108 - Fix problem where updates in some child documents were not recognized
109   and no LaTeX update was performed (bug 6024).
111 - Fix the on-screen representation of headings in the AMS article and
112   AMS book classes.
114 - The default eLyXer configuration now handles images correctly on view
115   and export (requires eLyXer >= 0.27).
117 - Fix loading of UTF-8 encoded files when a byte order mark (BOM) is
118   present (bug 6030).
120 - Fix reverse DVI/PDF search with child documents (bug 6020).
121   
123 * USER INTERFACE
125 - Fix bookmark navigation crash when multiple windows are used
126   (bug 6000).
128 - Fix assertion when a nested math hull appears in a math macro
129   (bug 5996).
130   
131 - Fix assertion when pressing down arrow in the command buffer while
132   the history is empty (bug 6001).
134 - Fix assertion when selecting with Shift-button in math editor (bugs
135   5046 and 6026).
137 - Fix assertion when starting spellchecker in math mode and clicking 
138   "replace" (bug 6013)
140 - Make Tools>Statistics ignore Note insets and inactive branches
141   (bug 2566).
143 - Take into account file system case sensitivity when checking whether
144   a path starts with a given prefix. This fixes a bug with reverse PDF
145   search when using SumatraPDF as a PDF viewer on Cygwin.
147 - Fix the maximum number of the files stored in last-opened-files list
148   (bug 5980).
150 - Disable unused functions in the citation dialog (bug 5987).
152 - Fix display of BibTeX entries in the info field of the citation
153   dialog by only converting text mode latex macros to unicode glyphs.
154   
155 - Convert LaTeX macros such as \"{u} to proper unicode characters
156   for the display of authors/editors on the citation inset button.
158 - Fix pop-up of ToC and Source code panels after fresh install (part
159   of bug 5082).
161 - Maintain session settings over version changes (also related to
162   bug 5082).
164 - Do not reset toolbar settings after a change of UI files that do not
165   concern toolbars.
167 - Fix math-insert lfun behaviour in the absence of a selection or when
168   something outside mathed is selected (bug 6033).
169   
170 - Fix casing inconsistencies in the English user interface.
172 - Fix context menu for insets inside a branch inset (bug 6022).
174 - Fix command "tabular-feature align-(left|right|center)" which was
175   inadvertently disabled for a math matrix (bug 6041).
177 - Ensure that pasting into the preamble and the nomenclature dialog's
178   description widget resets the font formatting (bug 3936).
180 - Fix wrong labeling as "child only" branch if branches were unknown.
183 * DOCUMENTATION AND LOCALIZATION
185 - Fix icon image files so that they appear correctly when the
186   documentation files are converted to DVI (bug 5945).
189 * BUILD/INSTALLATION
191 - Detect multithreaded boost libraries if included boost is not used.
193 - Fix small documentation bug in configure.py (bug 5881).
195 - LyX now recognizes both elyxer and elyxer.py.