mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
3f3caf121a
- better translatable error message for uncodable chars, now also displaying the code point value. * src/Paragraph.cpp: - do not throw in View Source mode, but mark up uncodable chars (fix bug 4437). * src/frontends/qt4/QViewSource.{cpp,h}: - highlight LyX warnings. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22293 a592a061-630c-0410-9148-cb99ea01b6c8
89 lines
1.9 KiB
Plaintext
89 lines
1.9 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
|
|
==========
|
|
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Updated Spanish translations of the user interface.
|
|
|
|
- Updated French Introduction manual.
|
|
|
|
- Updated German Tutorial manual.
|
|
|
|
|
|
* 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).
|
|
|
|
- The on-screen appearance of spaces has been improved.
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
|
|
|
|
** 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).
|
|
|
|
|
|
* 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).
|
|
|
|
- Do not exit after catching an iconv exception (bug 4385, part 2).
|
|
|
|
- Fix update/drawing of char style insets.
|
|
|
|
- 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 the function "mark-on" (bug 2913).
|
|
|
|
- Fix rows alignment in the gather environment (part of bug 1497).
|
|
|
|
|
|
* DOCUMENTATION
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION:
|
|
|
|
|