lyx_mirror/status.14x
Georg Baum 141058b7fb * parser_tools.py (find_tokens_exact): new, extract tokens with
exact match
        * parser_tools.py (find_token2): rename to find_token_exact and make
        it work for tokens with spaces
        * lyx_1_4.py (revert_box, convert_collapsable, revert_bibtopic,
        convert_float): use find_token(s)_exact instead of find_token(s).
        This does not match "FloatList" when "Float" is searched (bug 2245)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13412 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-17 13:11:51 +00:00

77 lines
2.1 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.4.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 in the branch BRANCH_1_4_X, which you
can get with the command
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x
JMarc
[In this list, I try to group things by topics, and in decreasing
order of importance. This is, of course, subjective...]
What's new
==========
** Updates
- Update Hungarian and Italian localization.
** Bug fixes
* Document input/output:
- Fix LaTeX error with Address layout in AMS classes (bug 2363).
- Fix LaTeX error when \labelitemi was undefined (bug 2053).
- Translate \verb commands correctly in tex2lyx (bug 2236).
- Truncate temporary file names that are too long for MikTeX's pdflatex
- Parse \tag and \tag* commands correctly in tex2lyx and mathed (bug 2234).
- Import fixed width table columns correctly in tex2lyx (bug 2290).
- Convert old LyX documents with a float list at the end correctly in
lyx2lyx (bug 2245).
* User Interface:
- Convert line endings for external copy/paste on OS X (bug 1955).
- Disable saving when document is unchanged (bug 2313)
- Fix jurabib error with Spanish documents (bug 2365).
- More sensible default label in table and figure captions (bug 1999).
- Do not skip change in "Merge changes..." dialog (bug 2212).
- Improve handling of the labeling environment in KOMA letters (bug 2246).
- Fix: deleting superscript also deleted subscript (bug 2362)
- Fix positioning of cursor when clicking to right of last nestinset
in a cell.
- Fix cursor positioning in tabulars (bug 2006).
- Adjust cursor after backspace in change tracking mode (bug 2185).
- Update screen when cursor was between two spaces and goes to
line/document start/end (bug 2298).
- Fix drawing of inset buttons (bug 2328)
- Fix drawing of \boxed and \fbox in formulas (bug 2361).
- Use the qt wide scroll wheel setting (bug 2175).
* Configuration/Installation: