mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
4c339de71c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27720 a592a061-630c-0410-9148-cb99ea01b6c8
154 lines
3.9 KiB
Plaintext
154 lines
3.9 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 1.6.1
|
|
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
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Updated localization of the user interface for German, Italian, Czech and
|
|
Turkish.
|
|
|
|
- Updated English, French, German, and Spanish User's Guide manual.
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix Preferences dialog in fullscreen mode (bug 5274).
|
|
|
|
|
|
* WINDOWS INSTALLER
|
|
|
|
|
|
|
|
* BUILD
|
|
|
|
- Add missing tabular icon.
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Removed "NoStyle Abstract" from AMS book class, which does have an
|
|
abstract.
|
|
|
|
- Fix reversion of info insets to LyX format 1.5.x. This bug blocked the
|
|
reversion of the User Guide to LyX 1.5.
|
|
|
|
- Fix reversion of subfloats to version 1.5.x.
|
|
|
|
- Fix reversion of \slash and \nobreakdash to version 1.5.x.
|
|
|
|
- Fix possible endless loop while running lyx2lyx.
|
|
|
|
- Fix redirection to temporary files with spaces in path (RCS support).
|
|
|
|
- Do not export preamble parts corresponding to "inactive" text
|
|
(notes and disabled branches).
|
|
|
|
- Fix export to latex in the presence of an encoding switch (bug 5489).
|
|
|
|
- Fix nesting of \begin{CJK} and \end{CJK} with other environments.
|
|
|
|
- Fix export of straight quotes in Hebrew and Greek context (bug 5571).
|
|
|
|
- Fix import of CVS data on Windows.
|
|
|
|
- Fix freeze when child document fails to load due to a conversion error
|
|
or similar problem (bug 5539). Note that LyX will not try to reload the
|
|
file. If the problem should with the child be fixed, the master document
|
|
will need to be closed and reopened for the child to be loaded.
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix crash when undoing a math operation while the outline pane was open
|
|
(bug 5491).
|
|
|
|
- Fix crash on Mac when dropping a file on its own buffer (bug 5447).
|
|
|
|
- Fix crash on display of message string with utf8 encoding
|
|
(bug 5389 related).
|
|
|
|
- Fix freeze when selecting after a large amount of text already was
|
|
selected (bug 5504).
|
|
|
|
- Fix false duplicate warning for labels when just applying without
|
|
changing (bug 5496).
|
|
|
|
- Scrolling speed increased by a factor of 2.
|
|
|
|
- Implement undo grouping for command sequences (part of bug 5531).
|
|
|
|
- Fix wrong size of the view source window (bug 4430).
|
|
|
|
- Fix the -geometry command line option on Windows (bug 5467).
|
|
|
|
- Fix problem with display of footnote numbers, etc., in child documents.
|
|
|
|
- Fix painting update rules after LFUN_UP or LFUN_DOWN in an inset or
|
|
tabular.
|
|
|
|
- Fix some UI glitches in the table cell settings dialog.
|
|
|
|
- Prevent the painting of an invisible cursor.
|
|
|
|
- Fix and improve the selection painting in a tabular (bug 5536).
|
|
|
|
- Fix error dialog, which didn't display some messages.
|
|
|
|
- Fix enabling and functioning of buttons of document settings and
|
|
preferences dialogs (bug 5295).
|
|
|
|
- Enable the button up in the command buffer widget (bug 5567).
|
|
|
|
- Make the character style and custom inset menus quote the arguments
|
|
to flex-insert so that CharStyles, etc, with spaces in their names
|
|
will work properly.
|
|
|
|
- Detect and remove stale lyxpipes on startup (bug 641).
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- LyX man page: Small formatting fix.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
- Fix configuration for docbook backend and add detection of xlstproc.
|
|
|
|
- Fix bogus error message when reconfiguring with platex not installed.
|
|
|
|
- Add missing Galician documentation and example files to the Windows build.
|
|
|
|
- Add compilation fix for gcc 4.4.
|
|
|
|
- cmake: add some missing files.
|
|
|
|
- Fix version number in Mac OS application bundle.
|