]> git.lyx.org Git - lyx.git/blob - lib/RELEASE-NOTES
Cmake export tests: some testnames corrected
[lyx.git] / lib / RELEASE-NOTES
1 !Important Changes in LyX 2.4.0
2
3
4 !!Interface changes
5
6 - It is now possible to cancel background export processes. A menu entry
7   to do so will appear on the Document menu when such a process is underway.
8   The LFUN for this is export-cancel.
9
10
11 !!Documents compilation process and images conversion
12
13
14
15 !!!The following pref variables were added in 2.4:
16
17
18
19 !!!The following pref variables were changed in 2.4:
20
21
22
23 !!!The following pref variables are obsoleted in 2.4:
24
25 * \font_encoding
26   The font encoding is now automatically set depending on the document
27   fonts and languages.
28
29 * \use_qimage
30   This is no longer necessary due to the rewrite of the painter.
31
32 * \use_pixmap_cacheqimage
33   There is no evidence that this painting mode was useful anymore.
34
35 * \date_insert_format
36   The function date-insert has been removed and superseded by info-insert date.
37   The latter does not need a pref value anymore.
38
39
40 !!!The following new LyX functions have been introduced in 2.4:
41
42 * buffer-write-as-template is a new convenient function to ease saving a document
43   in the (personal) templates folder.
44
45 * export-cancel: Used to cancel background export processes.
46
47
48 !!!The following LyX functions have been changed in 2.4:
49
50 * set-graphics-group was renamed to graphics-set-group.
51
52 * info-insert buffer vcs-*: renamed to info-insert vcs *
53
54 * file-insert: optional second parameter "ignorelang" to make the insertion
55   ignore the inserted file's main language (and rather adapt it to the insertion
56   context's language).
57
58
59 !!!The following LyX functions have been removed in 2.4:
60
61 * date-insert: obsoleted by info-insert date.
62
63
64
65 !!!The following LyX documents have been moved in 2.4:
66
67 * As a result of a major restructuring of the templates and example
68   directories, almost all examples and templates files have been renamed and
69   moved to subfolders that reflect the layout category.
70   The files now have much more decriptive (and longer) names, and they use
71   URL encoding for specific special characters such as '(', ')' and '&'.
72   Notably also the file that opens for new users has been renamed (from
73   splash.lyx to Welcome.lyx).
74
75
76 !!!The following new folders have been added to the LyX directory
77
78 * The examples and templates directories have been completely re-organized.
79   They are now much more structured (by means of layout categories) and thus
80   consist of many new subfolders. 
81
82
83
84 !!!The following preferences files have been removed from the tarball in 2.4:
85
86
87
88 !!!The following metadata files have been added to the tarball in 2.4:
89
90
91
92 !!Changes with respect to external programs and libraries in 2.4:
93
94 * The Qt5 libraries are now used by default. In order to link against
95   Qt4 the configure option --disable-qt5 has to be used.
96
97
98
99 !!Known issues in version 2.4.0
100
101 * See http://www.lyx.org/trac/wiki/BugTrackerHome
102
103
104 !!Caveats when upgrading from earlier versions to 2.4.x
105
106 * Autotools monolithic build option for building LyX binaries was removed,
107   for compilation speedup use parallel building on multiple cores instead.
108
109 !! If upgrading from a LyX version before 2.3.0
110
111 * Please additionally see the release notes from the versions in-between:
112   https://wiki.lyx.org/LyX/ReleaseNotes
113
114 * Several ttf fonts (esint10.ttf, stmary10.ttf, wasy10.ttf) were changed
115   to reflect the fact that newer Qt libraries do not support displaying certain
116   codepoints anymore (bug #8493, #10161). 
117   Distribution packagers need to repack those font files in case they are
118   delivering the fonts as a separated package dependent from core LyX.