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