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