mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
6e42ecf6c0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10355 a592a061-630c-0410-9148-cb99ea01b6c8
49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 1.3.7
|
|
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_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
|
|
order of importance. This is, of course, subjective...]
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates
|
|
|
|
|
|
** Bug fixes
|
|
|
|
* Document input/output:
|
|
|
|
* User Interface:
|
|
|
|
- Fix wrong path when drag-and-dropping files on Windows. [Qt only]
|
|
|
|
- Ensure that no dialogs have one shortcut assigned to more than one action.
|
|
Always connect the OK button to the Alt-O shortcut. [Qt only]
|
|
|
|
- Ensure that the user cannot create a reference without first selecting
|
|
one in the reference dialog. [Qt only].
|
|
|
|
- The Return key is no longer bound to the Goto button in the reference
|
|
dialog. [Qt only].
|
|
|
|
- Do not trim spaces from either end of the find and replace strings in
|
|
the Edit->Find & Replace... dialog. [XForms only].
|
|
|
|
- Don't load the wasysym package automatically anymore (bug 1942)
|
|
|
|
* Configuration/Installation:
|
|
|
|
- compile without STL compatibilty support, since some systems do that
|
|
by default (Slackware, for ex.). [Qt only]
|