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