lyx_mirror/status.12x
Jean-Marc Lasgouttes 1c708c3b8b fix problem with \limits
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5774 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-04 11:22:18 +00:00

123 lines
3.8 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.2.2.
All comments are welcome.
You can find a list of bugs pending for 1.2.2 at URL
http://bugzilla.lyx.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&&target_milestone=1.2.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_2_X, which you
can get with the command
cvs checkout -d lyx-1_2_x -r BRANCH-1_2_X lyx-devel
JMarc
What's new
==========
** Updates
- selecting a word by double clicking now sets the X clipboard (like
when dragging the mouse)
- it is now possible to specify the arguments for viewers; in
particular, this means that it is possible to use browsers which
require a file: URL as HTML viewers (mozilla is used as default if
found)
- when a new LyX version is launched, the Edit>Reconfigure tool is
automatically invoked; this should avoid many problems with users
who are not aware that it is needed
- when changing the current layout with the toolbar, the corresponding
keyboard binding is shown in the minibuffer
- in hebrew language, the key " now inserts a typewriter quote (since
other quotes do not make sense in hebrew)
- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
- new class ijmpd; update cl2emult, llncs and foils textclasses
- update sciword bindings
- small cleanup of UserGuide and FAQ; update to German, French and
Russian documentation; new Hebrew tutorial
- update french, german, russian, finnish and danish localization of
the interface
** Bug fixes
- fix bug where special characters in equations label confuse LyX
(this was a new bug in 1.2.1)
- fix bug with citation keys that contain spaces (this was a new bug
in 1.2.1)
- remove special handling of EPSI files, because it caused more
problems than it fixed (EPSI handling was new in 1.2.1)
- fix crash with undo
- fix lockup when changing the layout of several paragraphs at the
same time (and the layout of the first paragraph is already correct)
- fix bug with graphics files which name contain a '.'
- fix bug in the xforms image loader, where images would be cropped by
a few pixels
- when a viewer has not been found (set to "none"), remove the
corresponding View menu entry
- fix bad latex output with language changes in nested environment
- fix bad latex output with math array environment included in an
eqnarray environment
- fix bug where \limits statements (as obtained in math with M-m l)
would not be read back from the lyx file.
- do not output labels in latex when numbering is off
- harmonize the behavior of delete and backspace in main text,
insettext, and tabulars, i.e. don't put stuff into the clipboard
- add bindings for M-< and M-> in emacs mode
- fix crash when using the koi8-u keyboard mapping
- fix handling of word-related cursor movement functions in math editor
- fix placement of cursor with mouse in presence of hfills
- the reference dialog now lists the labels of the current buffer
- fix the thesaurus dialog so that it can be closed with the Escape key
- fix problem where citation labels do not appear in 'natbib' style
when the user expects them to do so.
- fix problems with wrong highlighted entry in citation dialog
- fix drawing problem when a line of text contains both left-to-right
and right-to-left text
- ignore bogus matches of scalable fonts
- when loading a font fails, show the name of the said font
- make sure that pdf files use 1.3 format
- add detection of kdeprintfax for sending faxes
- add missing autoconf file xforms.m4
- fix compilation problem (missing <wchar.h>) on some BSD systems
(including Mac OS X)
- fix link problems with gcc on and non-GNU linkers