_This_ is LyX 1.5.6
[lyx.git] / ANNOUNCE
blob66246342b2e31a1319bada2c0ba8c8b8ceb79970
1 Public release of LyX version 1.5.6
2 ====================================
4 We are pleased to announce the release of LyX 1.5.6. This is the fifth
5 maintenance release in the 1.5.x cycle that has been started exactly
6 one year ago. The aim of this release was to make LyX even more robust 
7 and to solve some long-standing annoyances. Also, further translation
8 efforts have been made, and LyX now ships in 23 languages.
10 All users are encouraged to upgrade to this version.
12 A detailed list of changes is appended below, remaining known problems
13 are listed in the file RELEASE-NOTES.
15 With this release, the LyX 1.5.x series reaches its peak, while the next
16 major milestone, LyX 1.6.0, is already in sight. Expect, however, at least
17 one more minor release in the 1.5.x series, which will be released in
18 parallel to 1.6.0 and which will be able to import LyX 1.6.x documents.
20 In case you are wondering what LyX is, here is what
21 http://www.lyx.org/ has to say on the subject:
23    LyX is a document processor that encourages an approach to writing
24    based on the structure of your documents, not their appearance. It
25    is released under a Free Software / Open Source license.
27    LyX is for people that write and want their writing to look great,
28    right out of the box. No more endless tinkering with formatting
29    details, 'finger painting' font attributes or futzing around with
30    page boundaries. You just write. In the background, Prof. Knuth's
31    legendary TeX typesetting engine makes you look good.
33    On screen, LyX looks like any word processor; its printed output --
34    or richly cross-referenced PDF, just as readily produced -- looks
35    like nothing else. Gone are the days of industrially bland .docs,
36    all looking similarly not-quite-right, yet coming out unpredictably
37    different on different printer drivers. Gone are the crashes
38    'eating' your dissertation the evening before going to press.
40    LyX is stable and fully featured. It is a multi-platform, fully
41    internationalized application running natively on Unix/Linux, the
42    Macintosh and modern Windows platforms.
44 You can download LyX 1.5.6 here (the .bz2 are compressed with bzip2,
45 which yields smaller files):
47         ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.5.6.tar.gz
48         ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.5.6.tar.bz2
49         ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.5.6.tar.gz
50         ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.5.6.tar.bz2
52 and it should propagate shortly to the following mirrors (which will
53 also host the .bz2 versions):
55         ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.5.6.tar.gz
56         http://lyx.cybermirror.org/stable/lyx-1.5.6.tar.gz
57         ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.5.6.tar.gz
58         ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.5.6.tar.gz
59         http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/lyx-1.5.6.tar.gz
60         http://lyx.mirror.fr/stable/lyx-1.5.6.tar.gz
62 Prebuilt binaries (rpms for Linux distributions, Mac OS X and Windows
63 installers) should soon be available at
64         ftp://ftp.lyx.org/pub/lyx/bin/1.5.6/
66 If you already have the sources of the previous release, you may want to apply
67 one of the following patches instead
68         ftp://ftp.lyx.org/pub/lyx/stable/patch-1.5.6.gz
69         ftp://ftp.lyx.org/pub/lyx/stable/patch-1.5.6.bz2
71 If you find what you think is a bug in LyX 1.5.6, you may either
72 e-mail the LyX developers' mailing list (lyx-devel <at> lists.lyx.org),
73 or open a bug report at http://bugzilla.lyx.org
75 If you're having trouble using the new version of LyX, or have a
76 question, first check out http://www.lyx.org/help/. If you can't find
77 the answer there, e-mail the LyX users' list (lyx-users <at> lists.lyx.org).
79 Enjoy!
81 The LyX team.
84 What's new in version 1.5.6?
85 ----------------------------
87 ** Updates:
88 ***********
90 * DOCUMENTATION AND LOCALIZATION
92 - New (and complete!) Ukrainian localization of the user interface.
94 - Updated localization of the user interface for Czech, French, Galician,
95   German, Italian, Polish, Portuguese and Japanese.
98 * DOCUMENT INPUT/OUTPUT
100 - New layout and template files for the Journal of Statistical Software
101   (JSS).
103 - The importer for comma separated value (*.csv) files has been rewritten.
104   Now the column separator character is automatically detected.
105   Furthermore, the feature has been renamed to "Import->Table (CSV)".
107 - Paragraph line spacing settings are now imported when importing LaTeX
108   files (bug 20).
110 - The paper orientation is now imported when importing LaTeX files.
112 - The paper layout and the number of text columns are now imported when
113   importing LaTeX files (bug 4867).
115 - Add support for the xindy index processor (bug 4732).
117 - Add support for Graphviz Dot files (bug 4882).
119 - The A&A document class and template has been updated to conform to
120   version 6.0 of the A&A specification (bug 4928).
122 - The 'Case' environment in the AMS classes has been rewritten to produce
123   better output.
126 * USER INTERFACE
128 - Reenable quote display code, which was not working since 1.5.0.
130 - Implement properly word-movement code for both windows and mac
131   conventions (bugs 2815 and 3580). This uses the new lyxrc variable
132   \mac_like_word_movement, which is set to true by default on Mac OS X.
133   It could be useful to emacs nostalgics too.
136 ** Bug fixes:
137 *************
139 * DOCUMENT INPUT/OUTPUT
141 - Fix a LaTeX error with nested insets in CJK documents (bug 4913).
143 - Make sure that a GREEK SMALL LETTER SIGMA is not automatically turned 
144   into a GREEK SMALL LETTER FINAL SIGMA (and vice versa) on LaTeX output
145   (bug 4966).
147 - Fix LaTeX export of combining characters in utf-8* encodings (bug 4946).
149 - Output paper size information to dvi or pdf documents when using
150   landscape orientation, such that viewers can properly display them
151   (bug 2721).
153 - Fix encoding errors when typewriter font is used (bug 4727).
155 - Correct the kerning between two subsequent '<' or '>' characters.
158 * USER INTERFACE
160 - Fix crash related to the outline pane with some documents (bug 4857).
162 - Fix crash when clicking with middle button on a collapsable inset
163   (bug 4662).
165 - Fix crash when an outlining function was used for a section inside an
166   inset (bug 5004). These functions are now disabled for section that
167   are not in the main text area.
169 - Fix input of numeric values in non-english locales (bug 4951).
171 - Fix display of filters such as "LaTeX (plain)" in the file dialog.
173 - Fix error navigation with the keyboard (bug 4895).
175 - When inserting an inset over a selection, do not copy the selection
176   to clipboard if we do not intend to paste it later (bug 4977).
178 - When inserting an inset over a selection, do not remove space at
179   start of paragraph (bug 2018).
181 - Allow the use of eqrefs in mathed (bug 4623).
183 - Fix shape of braces, '$', '%', '&', and '#', which where incorrectly
184   shown in italics in mathed (bug 4320).
186 - Fix display of unknown math macros, which were incorrectly shown in
187   italics (bug 2594).
189 - Use appropriate font in notes and ERT insets in section headings
190   (bug 2477).
192 - Fix wheel mouse scrolling when it is set to "One screen at a time
193   (bug 4972).
195 - Fix obscure 7 years-old bug with functions whose state can be toggled.
198 * DOCUMENTATION AND LOCALIZATION
200 - The dynamically generated file formats in the menus, in the Document
201   Settings and in the Custom Export dialogs are now translatable
202   (bug 2488).
205 * BUILD/INSTALLATION
207 - Fix compilation error with gcc 4.3.0.
209 - Fix installation of Mac OSX specific files when using the -jX option of make.