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