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