]> git.lyx.org Git - lyx.git/blob - lib/RELEASE-NOTES
This is supposed to end with a '/'
[lyx.git] / lib / RELEASE-NOTES
1 !Important Changes in LyX 2.2.0
2
3 (: This file lists interface changes that might affect users in 2.2.0, some
4    known problems in LyX 2.2.0 and some things you have to take into account
5    when upgrading from earlier versions to a version of the 2.2.x series. :)
6
7
8 !!Interface changes
9
10
11 !!!The following pref variables were added in 2.2:
12
13
14
15 !!!The following pref variables were changed in 2.2:
16
17
18
19 !!!The following pref variables are obsoleted in 2.2:
20
21 * \rtl:
22   This variable was introduced to guard against any bad consequence of
23   the then-new right-to-left languages support. It is no longer needed
24   because of improvements. Now right-to-left support is always enabled.
25
26
27 !!!The following new LyX functions have been introduced in 2.2:
28
29 * buffer-view-cache:
30   Opens the last previewed output of the buffer, if it exists.
31
32 * buffer-move-next:
33   Moves the current tab one spot to the right.
34
35 * buffer-move-previous:
36   Moves the current tab one spot to the left.
37
38
39 !!!The following LyX functions have been changed in 2.2:
40
41
42
43 !!!The following LyX key bindings have been changed in 2.2:
44
45 * For bindings where Control + {PgDn, PgUp} switches to the
46   {next, previous} tab, Control + Shift + {PgDn, PgUp} moves the current
47   tab to the {next, previous} tab.
48
49
50 !!!The following LyX documents have been moved in 2.2:
51
52
53
54 !!!The following metadata files have been added to the tarball in 2.2:
55
56
57
58 !!Changes with respect to external programs and libraries in 2.2:
59
60 * LyX is not yet supposed to work with Qt5. It is advised to compile and
61   run LyX against Qt 4.8.x. On Windows, Qt 4.8.5 suffers from a bug that
62   breaks the use of shortcuts, so on Windows Qt 4.8.4 is advised.
63
64 * LyX now gives an error if the underlying LaTeX command exited with error.
65
66
67 !!Known issues in version 2.2.0
68
69 * LyX needs to be run under Python 2 and will not work properly on systems
70   where Python 3 is the default binary. See bug #7030 to know how to fix
71   this properly, since simple sheebang conversion in *.py files will not
72   be enough.
73
74
75 !!Caveats when upgrading from earlier versions to 2.2.x
76
77 * BibTeX errors are now processed and cause LyX to show the errors dialog.
78   Before, these errors were ignored, which means that it may happen that
79   documents that compiled without error with a previous version now
80   compile with error. However, because now in 2.2.x users can click on
81   the "Show Output Anyway" button, the document can still be viewed.
82