mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
bf5e1e5eeb
(the manuals have already been updated two days ago) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22895 a592a061-630c-0410-9148-cb99ea01b6c8
211 lines
6.1 KiB
Plaintext
211 lines
6.1 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 1.5.4
|
|
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_5_X branch, which you
|
|
can get with the command
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X lyx-1.5.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
|
|
==========
|
|
|
|
Important Note: The LaTeX-package "floatflt" that is used by LyX for wrap
|
|
floats has been removed from all major LaTeX-distributions
|
|
due to a license conflict. We are therefore forced to switch
|
|
from floatflt to the package "wrapfig". As consequence of this,
|
|
the wrap floats in your documents can eventually look
|
|
different, the position can slightly differ. So you should
|
|
check the output of your documents where you use wrap floats.
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- New manual "LyX's detailed math manual" available in English and German.
|
|
It includes the content of the example file "mathed.lyx", which is
|
|
no more shipped separately.
|
|
|
|
- New section "Floats Side by Side" in the EmbeddedObjects manual.
|
|
|
|
- New Spanish translation of the FAQ manual and the mathed example file.
|
|
|
|
- New Japanese splash LyX file.
|
|
|
|
- Updated French and Spanish Introduction manual.
|
|
|
|
- Updated German, French, and Spanish Tutorial manual.
|
|
|
|
- Updated German User's Guide manual.
|
|
|
|
- New Russian translation of the user interface.
|
|
|
|
- Updated Czech, German, Italian, and Spanish translations of the user
|
|
interface.
|
|
|
|
- New example files how to create serial letters.
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- LyX gives more instructive information if a character cannot be encoded
|
|
properly. Most notably, the offending character is highlighted both in
|
|
the work area and in the "View Source" pane (bug 3511).
|
|
|
|
- Initial support for shift + right-mouse-click selection (bug 2304).
|
|
|
|
- The on-screen appearance of spaces has been improved.
|
|
|
|
- New shortcut "C-M-n" to create numbered formulas.
|
|
|
|
- Characters counting added to "Count Words" function (bug 2819).
|
|
|
|
- The BibTeX dialog now has buttons to move databases up or down
|
|
the list.
|
|
|
|
- New toolbar button to creates boxes.
|
|
|
|
- Keyboard shortcuts for TOC window buttons were introduced. For outlining
|
|
you can use "M-p Left/Right/Up/Down" keys. Note that depth-in/decrement
|
|
LFUNs are still reachable via "M-S-Left/Right" shortcuts (bug 4456).
|
|
|
|
- Improve cursor movement around lines with ending line-breaks.
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Support to paste text containing ligatures to LyX.
|
|
|
|
|
|
* BUILD/INSTALLATION:
|
|
|
|
- The Windows version is compiled with MSVC 2008.
|
|
It is no longer necessary to install the Windows SDK and other patches,
|
|
these things are now also included in the Express edition.
|
|
|
|
- Viewers wrapper xdg-open was removed due to the problems on environments
|
|
without desktop managers. Waiting for upstream fixes.
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Fix LaTeX output of documents with both CJK and non-CJK languages.
|
|
LyX is basically ready for multilingual CJK now (bug 4337).
|
|
|
|
- Fix internal conversion from ucs4 to cp-1255 (LyX didn't recognize
|
|
the Hebrew character tav [0x5EA] as a valid character in cp-1255)
|
|
(bug 4439).
|
|
|
|
- Rotated floats are now correctly converted to ERT when exporting to LyX
|
|
format < 1.4.0.
|
|
|
|
- Fix the LaTeX output of boxes (bug 2492).
|
|
|
|
- Assure that the package "pdfcolmk" is loaded after the package color.
|
|
|
|
- Consider graphic drivers when loading the package "xcolor".
|
|
|
|
- Fix LaTeX code for line spacing when using the memoir class.
|
|
|
|
- Perform additional latex run if package clefval is used.
|
|
|
|
- The "dvi viewer paper options" switch now supports all known
|
|
paper sizes (bug 4432).
|
|
|
|
- "letter" is no more hardcoded as default dvips paper size
|
|
(bug 2098).
|
|
|
|
|
|
* USER INTERFACE:
|
|
|
|
- Fix a crash when changing the document encoding while View->Source
|
|
is open (bug 3561).
|
|
|
|
- Fix an assertion when inserting a non-CJK character in a CJK paragraph
|
|
(bug 4349).
|
|
|
|
- Fix a crash when opening a document with relative path (bug 4517).
|
|
|
|
- Fix a crash after converting a formula to eqnarray while a selection
|
|
was active (bug 4452).
|
|
|
|
- Fix an assertion when inserting a box in a list while at least one
|
|
paragraph of that list was selected (bug 4502).
|
|
|
|
- Do not exit after catching an iconv exception (bug 4385, part 2).
|
|
|
|
- Fix update/drawing of character style insets.
|
|
|
|
- Keep unapplied content of the document settings dialog after
|
|
clicking in the main window (bug 4302).
|
|
|
|
- Fix access to network drives on Windows.
|
|
|
|
- "Accept compound words" in Preferences->Spellchecker now also works
|
|
with aspell (library) (bug 4408).
|
|
|
|
- Overwrite selected text when inserting from the math panel (bug 4055,
|
|
part 2).
|
|
|
|
- Fix copying of insets to external clipboard and display of insets
|
|
in the navigaton menu (bug 4472).
|
|
|
|
- Fix pasting of multiple tabular cells on Mac and Windows (bug 4436).
|
|
|
|
- Fix the function "mark-on" (bug 2913).
|
|
|
|
- Fix rows alignment in the gather environment (part of bug 1497).
|
|
|
|
- Add missing pdflatex format to Export->Custom.
|
|
|
|
- Add a check box to the formula numbering menu entries and disable
|
|
them as needed.
|
|
|
|
- Avoid multiple warning messages from menu system at start-up.
|
|
|
|
- Avoid spurious warning messages about translation of "Plain text" at
|
|
start-up.
|
|
|
|
- Add unicode support for missing space modifier letters.
|
|
|
|
- Add unicode support for many IPA characters.
|
|
|
|
- The case-changing functions do not select text anymore.
|
|
|
|
- set correct width for labels in document class "letter (KOMA-Script v.2)"
|
|
(bug 4529).
|
|
|
|
|
|
* DOCUMENTATION
|
|
|
|
- Document in the User's Guide how to dissolve insets (bug 3687).
|
|
|
|
- Fix the bibliography of the French User's Guide.
|
|
|
|
- Fix a document preamble font entry that prevented the User's Guide
|
|
from beeing exported to PDF in some cases.
|
|
|
|
- Make the template file "koma-letter2.lyx" compilable.
|
|
|
|
|
|
* BUILD/INSTALLATION:
|
|
|
|
- New script postats.py used to generate translation statistics for the main
|
|
page.
|
|
|
|
- Dutch dictionary now downloads.
|
|
|
|
- Fix compilation with gcc 4.3 (soon to be released)
|