]> git.lyx.org Git - lyx.git/blob - ANNOUNCE
Update documentation to latest file format (for 1.5.0 release)
[lyx.git] / ANNOUNCE
1 Public release of LyX version 1.5.0 (release candidate 2)
2 ===================================
3
4 We are pleased to announce the release of LyX 1.5.0 (release candidate 2).
5 We expect this to be the last release before 1.5.0. We do not anticipate
6 any further changes before 1.5.0, although any critical bugs and regressions
7 in 1.5.0rc2 will, of course, be addressed.
8
9 We encourage users to try this release candidate and report
10 any feedback or problems to lyx-devel at lists.lyx.org.
11
12 Since the announcement of release candidate 1, we have mostly fixed bugs
13 and polished the graphical interface.
14
15
16 LyX 1.5.0 is the culmination of 15 months of hard work since the release
17 of the LyX 1.4 series. We sincerely hope you will enjoy the result.
18 The changes are too numerous to summarize in a few words, but initial
19 unicode support is the flagship among the new features. See the end of
20 this announcement for further details.
21
22 As usual with a major release, a lot of work that is not directly
23 visible has taken place. The core of LyX has seen more cleanups and
24 some of the new features are the direct results of this work.
25
26 The file RELEASE-NOTES lists some known issues with this release
27 compared to the current stable release (LyX 1.4.4). An updated list of
28 issues might later be found at http://wiki.lyx.org/LyX/ReleaseNotes
29
30
31 In case you are wondering what LyX is, here is what
32 http://www.lyx.org/ has to say on the subject:
33
34    LyX is a document processor that encourages an approach to writing
35    based on the structure of your documents, not their appearance. It
36    is released under a Free Software / Open Source license.
37
38    LyX is for people that write and want their writing to look great,
39    right out of the box. No more endless tinkering with formatting
40    details, 'finger painting' font attributes or futzing around with page
41    boundaries. You just write. In the background, Prof. Knuth's legendary
42    TeX typesetting engine makes you look good.
43
44    On screen, LyX looks like any word processor; its printed output -- or
45    richly cross-referenced PDF, just as readily produced -- looks like
46    nothing else. Gone are the days of industrially bland .docs, all
47    looking similarly not-quite-right, yet coming out unpredictably
48    different on different printer drivers. Gone are the crashes 'eating'
49    your dissertation the evening before going to press.
50
51    LyX is stable and fully featured. It is a multi-platform, fully
52    internationalized application running natively on Unix/Linux and the
53    Macintosh and modern Windows platforms.
54
55 You can download LyX 1.5.0rc2 here (the .bz2 are compressed with
56 bzip2, which yields smaller files):
57
58         ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.5.0rc2.tar.gz
59         ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.5.0rc2.tar.bz2
60
61 Note that due to the amount of change, no patch is provided to upgrade
62 from version 1.4.4.
63
64 Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows
65 installers) should soon be available at
66         ftp://ftp.devel.lyx.org/pub/lyx/devel/
67
68 As confusing as it is, two sets of installers are available to windows
69 users:
70  * LyX-1.5.0rc2-Installer.exe and LyX-1.5.0rc2-Installer-bundle.exe;
71  * LyX-1.5.0rc2-AltInstaller.exe and LyX-1.5.0rc2-AltInstaller-Complete.exe.
72 The former is our official installer and the latter was previously known
73 as LyXWinInstaller. Please feel free to try either of them. Feedback
74 and bug reports on both installers are welcome because they will help
75 the merge of the two installers, which is expected to happen during the
76 1.5.x series of LyX development.
77
78 If you find what you think is a bug in LyX 1.5.0rc2, you may either
79 e-mail the LyX developers' mailing list (lyx-devel at lists.lyx.org), or open
80 a bug report at http://bugzilla.lyx.org
81
82 If you're having trouble using the new version of LyX, or have a question,
83 first check out http://www.lyx.org/help/. If you can't find the answer there,
84 e-mail the LyX users' list (lyx-users at lists.lyx.org).
85
86 Enjoy!
87
88 The LyX team.
89
90
91 What's new in version 1.5.0 (release candidate 2)?
92 ----------------------------
93
94 * Unicode
95
96 LyX 1.5's big goal was to use unicode internally and so resolve a slew
97 of existing problems with special characters and non-alphabetic
98 languages. LyX 1.5 is able to output unicode (in addition to
99 encodings currently available), so that you can use LaTeX's new utf8
100 encoding or a brand new typesetting system such as XeTeX.
101 Since the change to unicode touched much of the code base and some
102 areas still need a cleanup it, is very likely that some bugs related to
103 the unicode transition still exist. Please have a look at the Known
104 bugs on the LyX 1.5 page if you encounter a bug that seems to be related
105 to unicode. If it's not there, then please report it to the lyx-devel
106 mailing list.
107
108 * Integrated CJK support
109
110 The very first result of the Unicode transition is that we have finally
111 merged in the externally maintained CJK-LyX branch.
112 The languages Chinese, Japanese, and Korean are now supported in
113 the user interface.
114 Note that setting the encoding for these languages in LyX 1.5 by
115 using ERT or the document preamble will lead to LaTeX-errors!
116 Also note that you may need to run qtconfig and set appropriate default
117 or substitution fonts to display CJK characters under some circumstances.
118
119 * Language support
120
121 In addition to the CJK languages, the languages Armenian and Farsi also
122 have full user interface support.
123
124 * Multiple views of the same buffer
125
126 LyX can now display multiple views of the same buffer. I.e., you can
127 now open a single document in multiple windows and work on different
128 parts of it synchronously.
129
130 * Outliner and embedded TOC
131
132 LyX has another long-awaited feature: a basic outliner mode, in which
133 you can move chapters and sections around in the Table of Contents
134 dialog. (The outliner has been backported and was released with LyX
135 1.4.4.) The TOC dialog is now a dock widget, embedded in the main window.
136
137 * Session management
138
139 LyX is now able to remember window size and position and it will
140 reopen the documents you worked on last time around. If you've
141 selected the feature in the Preferences dialog, it'll even move the
142 cursor to the place you were working on last!  Furthermore, toolbars
143 can (finally!) be switched on/off in View->Toolbars and moved about in
144 the LyX window. The session management will remember their state.
145
146 * Source code Viewer
147
148 As a kind of "anti-preview-latex", a dialog was implemented that lets
149 you view the source code of a given paragraph/selection or the whole
150 document.
151
152 * New Font Selection Interface
153
154 LyX's font selection abilities have been one of its weakest and most
155 outdated components. A completely new interface was implemented that
156 provides access to the power of LaTeX's font selection scheme.
157
158 * Tabular extensions
159
160 LyX's table support is certainly less powerful than that of
161 LaTeX. Support for the booktabs package has been implemented,
162 providing beautiful and elegant tabulars.
163
164 * Nomenclatures
165
166 LyX now has native support for the nomencl package. With this,
167 you can treat your document with all sorts of nomenclatures,
168 glossaries and fancy notations.
169
170 * Tabbed Widget
171
172 LyX now uses tabbed widgets to display multiple documents.
173
174 * Enhanced Math Toolbars
175
176 The math toolbar was enhanced significantly. Drop down menus were
177 added, allowing the integration of all of the math panel's content
178 to the math toolbars.
179 Since this input method is much easier than the clumsy panel, the math
180 panel itself has been removed and superceded by the toolbars.
181
182 * Frontend News
183
184 LyX 1.5 uses the Qt4 toolkit. This is especially good news for
185 Windows users, because there's an official, GPL version of Qt4. They no
186 longer have to rely on an unofficial port of the Unix Qt3 library to
187 Windows.  The good old XForms frontend went the way of the dodo. It
188 was both hated and loved, and certainly shaped the unique look of LyX
189 in the past. It was finally killed off, however, by the switch to
190 unicode.  The Qt3 frontend was also removed.  The work on the GTK
191 frontend has been transferred to a branch because its development has
192 essentially stalled.
193
194 * Change tracking enhancements
195
196 Major parts of the change tracking code have been rewritten, addressing
197 several problems that existed in the previous implementation.
198
199 * Converter file cache
200
201 A cache for converted files, such as included figures, has been
202 implemented. This can speed up LyX's performance considerably when
203 displaying documents with many included figures that need conversion
204 to a format that can be rendered on screen.  The converter file cache
205 is enabled by default.
206
207 The default maximum age of a cached file is 6 months. You can change
208 that with the line
209
210  \converter_cache_maxage xxx
211
212 where xxx is the maximum age in seconds, in your preferences file.
213
214 * Unified Windows installer
215
216 The two windows installers are being merged and bug reports regarding
217 both installers are welcome.
218
219 * Program listings
220
221 The traditional way to insert program listings in LyX involves the use
222 of the LyX-Code style. This option works quite well for short snippets but
223 does not support in-line code segments or the inclusion of external files.
224
225 Using the listings latex package as the backend a new inset was added that
226 supports all these three ways of listing computer programs.
227
228 * LaTeX-package support
229
230 LyX provides the following new document classes:
231  - article(IOP) - for scientific papers published by the IOP group
232  - presentation(powerdot) - for presentations using the powerdot package
233  - curriculum vitae(Europe) - for CVs following the guidelines of the EU
234  - curriculum vitae(modern) - for CVs using the moderncv package
235  - curriculum vitae(simple) - for simple CVs
236
237 * Minor user interface improvements
238
239 Several minor improvements of the user interface have been made, such as:
240
241  - Syntax highlighting of the user preamble and the LaTeX log file.
242  - Better parsing of BibTeX databases (in the citation dialog).
243  - Support for optional arguments for environments.
244
245 * Enhanced clipboard/selection handling
246
247 The clipboard has been tuned to work better with other applications.
248 Parallel to clipboard usages, the *nix way of using middle-button
249 to paste selected text is enhanced, and is also available under windows
250 (but within lyx only). Selection of lyx text is now persistent in that
251 you can paste the selected text using the middle button multiple times,
252 even after the selection has been cleared.
253
254 * Limited support for local class and layout files
255
256 Lyx can not create, but can open a .lyx file with .cls and .layout files
257 stored in the same directory as the .lyx file. That is to say, if you send
258 your co-author a .lyx file with associated class and layout files, s/he 
259 can view and modify the .lyx file directly, without having to install the
260 .cls and .layout files, reconfigure and restart lyx. Note that the .cls and
261 .layout files have to be copied to every directory your .lyx files reside,
262 should you use different directories for master and child documents.
263
264 * Under the hood
265
266 As usual, one big task has been the ongoing code cleanup of the LyX
267 core. Performing this cleanup makes the code more understandable and
268 easier to maintain. It also leads inevitably to a more robust
269 application. Nonetheless, it's an unfortunate fact of life that ugly
270 code is sometimes faster than pretty code. We're well aware that LyX
271 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
272 series has been to bring this speed back.
273
274 ** Bug fixes
275
276 Lots of long-lasting bugs have been fixed, as documented in LyX
277 bugzilla. Probably some new ones have been introduced instead ;-)