lyx_mirror/status.13x
Jean-Marc Lasgouttes 31a37ba49b add support for hspell; fix \framebox
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6541 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-19 15:59:11 +00:00

50 lines
1.5 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.3.2
All comments are welcome.
You can find a list of bugs pending for 1.3.2 at URL
http://bugzilla.lyx.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&&target_milestone=1.3.2
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_3_X, which you
can get with the command
cvs checkout -d lyx-1_3_x -r BRANCH_1_3_X lyx-devel
JMarc
[In this list, I try to group things by topics, and in decreasing
importance order. This is of course subjective...]
What's new
==========
** Updates
- The spell-checking system has been over-hauled, including the following
changes :
o start spell-checking immediately on pressing F7
o xform's broken start/stop button removed
o better spell progress feedback
o long hang on ispell error changed
o infinite hang on ispell error fixed
o reports ispell errors back to the user
o the personal dictionaries are always correctly written out
o "Accept" button became "Ignore All" for clarity
- add support for the hspell spell-checker for hebrew [Qt only]
- updated russian interface localisation
** Bug fixes
- fix loading of included files that are under revision control
- fix support for \framebox macro: the argument is handled as text,
and a second optional argument is now supported
- fix building of xforms dialogs' source on SMP machines [Bug #944,
xforms only]