]> git.lyx.org Git - lyx.git/blob - ANNOUNCE
New readme file about po-files, written by Ran Rutenberg
[lyx.git] / ANNOUNCE
1 Public release of LyX version 1.5.0 (beta 1)
2 ===================================
3
4 We are glad to announce the release of LyX 1.5.0 (beta 1).
5
6 It is the culmination of 1 year of hard work, and we sincerely hope
7 this you will enjoy the results. The changes are too numerous to
8 summarize in a few words, with initial unicode support as the flagship
9 of new features, jump directly to the end of this message if you want
10 to know more.
11
12 As usual with major releases, a lot of work that is not directly
13 visible has taken place. The core of LyX has seen more cleanups and
14 some of the new features are the direct results of this work.
15
16 See the file RELEASE-NOTES for some known problems in that release.
17
18 In case you are wondering what LyX is, here is what
19 http://www.lyx.org/ has to say on the subject:
20
21    LyX is a document processor that encourages an approach to writing
22    based on the structure of your documents, not their appearance. It
23    is released under a Free Software / Open Source license.
24
25    LyX is for people that write and want their writing to look great,
26    right out of the box. No more endless tinkering with formatting
27    details, 'finger painting' font attributes or futzing around with page
28    boundaries. You just write. In the background, Prof. Knuth's legendary
29    TeX typesetting engine makes you look good.
30
31    On screen, LyX looks like any word processor; its printed output -- or
32    richly cross-referenced PDF, just as readily produced -- looks like
33    nothing else. Gone are the days of industrially bland .docs, all
34    looking similarly not-quite-right, yet coming out unpredictably
35    different on different printer drivers. Gone are the crashes 'eating'
36    your dissertation the evening before going to press.
37
38    LyX is stable and fully featured. It is a multi-platform, fully
39    internationalized application running natively on Unix/Linux and the
40    Macintosh and modern Windows platforms. 
41
42 You can download LyX 1.5.0beta1 here (the .bz2 are compressed with
43 bzip2, which yields smaller files):
44
45         ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.5.0beta1.tar.gz
46         ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.5.0beta1.tar.bz2
47         ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.5.0beta1.tar.gz
48         ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.5.0beta1.tar.bz2
49
50 and it should propagate shortly to the following mirrors (which will also host
51 the .bz2 versions):
52
53         ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.5.0beta1.tar.gz
54         http://lyx.cybermirror.org/stable/lyx-1.5.0beta1.tar.gz
55         ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.5.0beta1.tar.gz
56         ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.5.0beta1.tar.gz
57         http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/lyx-1.5.0beta1.tar.gz
58         http://lyx.mirror.fr/stable/lyx-1.5.0beta1.tar.gz
59
60 Note that due to the ammount 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/bin/1.5.0beta1/
66
67
68 If you find what you think is a bug in LyX 1.5.0beta1, 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 1)?
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 * Multiple views of the same buffer
99
100 LyX can now display multiple views of the same buffer. I.e., you can
101 now open a single document in multiple windows and work on different
102 parts of it synchronously.
103
104 * Outliner
105
106 LyX has another long-awaited feature: a basic outliner mode, in which
107 you can move chapters and sections around in the Table of Contents
108 dialog. (The outliner has been backported and was released with LyX
109 1.4.4.)
110
111 * Session managment
112
113 LyX is now able to remember window size and position and it will
114 reopen the documents you worked on last time around. If you've
115 selected the feature in the Preferences dialog, it'll even move the
116 cursor to the place you were working on last!  Furthermore, toolbars
117 can (finally!) be switched on/off in View->Toolbars and moved about in
118 the LyX window. The session managment will remember their state.
119
120 * Source code Viewer
121
122 As a kind of "anti-preview-latex", a dialog was implemented that lets
123 you view the source code of a given paragraph/selection or the whole
124 document.
125
126 * New Font Selection Interface
127
128 LyX's font selection abilities have been one of its weakest and most
129 outdated components. A completely new interface was implemented that
130 provides access to the power of LaTeX's font selection scheme.
131  
132 * Tabular extensions
133
134 LyX's table support is certainly less powerful than that of
135 LaTeX. support for the booktabs package was implemented, which
136 provides beautiful and elegant tabulars.
137  
138
139 * Glossaries
140
141 Native LyX support for the nomencl package was implemented. With this,
142 you can treat your document with all sorts of nomenclatures,
143 glossaries and fancy notations.
144
145 * Tabbed Widget
146
147 LyX now uses tabbed widgets to display multiple documents.
148
149 * Frontend News
150
151 LyX 1.5 will use the Qt4 toolkit. This is especially good news for
152 Windows users, since there's an official, GPL version of Qt4. They no
153 longer have to rely on an unofficial port of the Unix Qt3 library to
154 Windows.  The good old XForms frontend went the way of the dodo. It
155 was both hated and loved, and certainly shaped the unique look of LyX
156 in the past. It was finally killed off, however, by the switch to
157 unicode.  The Qt3 frontend was removed.  The work on the GTK frontend
158 has been transfered to a branch because its development has
159 essentially stalled.
160
161 * Change tracking enhancements
162
163 Major parts of the change tracking code were rewrote addressing
164 several problems that existed in the existing implementation.
165
166 * Converter file cache
167
168 A cache for converted files, such as included figures, was
169 implemented. This can speed up LyX's performance considerably when
170 displaying documents with many included figures that need conversion
171 to a format that can be rendered on screen.  The converter file cache
172 is disabled by default, and there is no GUI for configuring it yet. If
173 you want to use it, add the line
174  \use_converter_cache true
175
176 to your preferences file. The default maximum age of a cached file is
177 6 months. You can change that with the line
178  \converter_cache_maxage xxx
179
180 where xxx is the maximum age in seconds. 
181
182 * Unified Windows installer
183
184 The two windows installers are being merged and bug reports regarding
185 both installers are welcome.
186
187 * Under the hood
188
189 As usual, one big task has been the ongoing code cleanup of the LyX
190 core. Performing this cleanup makes the code more understandable and
191 easier to maintain. It also leads inevitably to a more robust
192 application. Nonetheless, it's an unfortunate fact of life that ugly
193 code is sometimes faster than pretty code. We're well aware that LyX
194 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
195 series has been to bring this speed back.
196
197 ** Bug fixes
198
199 Lots of long-lasting bugs have been fixed, as documented in LyX
200 bugzilla. Probably some new ones have been introduced instead ;-)