Update translations and NEWS for beta2
[lyx.git] / NEWS
blobda7291721630b1fa7f2ef03896ad3b0cef72d134
1 What's new in version 1.6.0beta2?
2 ----------------------------
4 The new features in LyX 1.6 are detailed in
5 http://wiki.lyx.org/LyX/NewInLyX16
8 What's new in version 1.5.5?
9 ----------------------------
11 This release further improves the stability and usability of the
12 application. Besides this, it also introduces some new features.  Most
13 notably, LyX is now prepared to be compiled with Qt 4.4 that has just
14 been released: the stability issues that occured in previous versions
15 of LyX when compiled against Qt 4.4 have been resolved.
18 What's new in version 1.5.4?
19 ----------------------------
21 This is a maintenance release. Besides the usual stability
22 improvements and fixes, this release comes with major improvements in
23 the handling of Chinese, Korean and Japanese (CJK) languages and
24 scripts, and introduces some minor new features (such as a character
25 count option).
27 While this release continues the stable 1.5.x series, work on the next
28 major release, 1.6.0, is proceeding. A first alpha version of LyX
29 1.6.0 will be released later this week for those who like the bleeding
30 edge experience. Notwithstanding this, expect one or two more 1.5.x
31 versions to be released, of which the last one will be able to read
32 the 1.6 format.
34 All users, especially CJK users, are encouraged to upgrade to this
35 version.  Caveat: We were forced to switch from the LaTeX package
36 'floatflt' to 'wrapfig' for wrap figure floats due to a license
37 problem that limited the availability of the former package. In
38 general, this should improve your documents containing wrap figures,
39 however, it is possible that the look and positioning of the floats
40 changes due to the package change. If you have documents with wrap
41 floats, please make a backup before upgrading and check the output.
44 What's new in version 1.5.3?
45 ----------------------------
47 This is a maintenance release that further improves the stability and
48 the performance. Besides numerous crashes, the display problems that
49 slipped into 1.5.2 with the performance fixes (on the Mac and on
50 Windows) as well as problems entailed to the reworked document classes
51 were fixed. Furthermore, LyX 1.5.3 comes with speed improvements that
52 should pay off especially on the Mac and other UNIXes. Finally, this
53 version also provides some new features.
56 What's new in version 1.5.2?
57 ----------------------------
59 This is a maintenance release that focuses on improving the
60 stability. We have fixed numerous crashes, performance problems, and
61 other bugs. Furthermore, the documentation has been revised. It covers
62 all new features of the 1.5.x series now.
65 What's new in version 1.5.1?
66 ----------------------------
68 We are pleased to announce the release of LyX 1.5.1. It includes a few
69 bug fixes and, more importantly, fixes a bug where files produced with
70 the Document>Compressed option on would be malformed on windows. It
71 was therefore decided to revert to the trusty 1.4.x code in this area
72 and release 1.5.1 sooner than anticipated.
74 All 1.5.0 users are urged to upgrade to 1.5.1.
77 What's new in version 1.5.0?
78 ----------------------------
80 As usual with a major release, a lot of work that is not directly
81 visible has taken place. The core of LyX has seen more cleanups and
82 some of the new features are the direct results of this work.
84 * Unicode
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 currently available), so that you can use LaTeX's new utf8
90 encoding or a brand new typesetting system such 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 on the 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.
98 * Integrated CJK support
100 The very first result of the Unicode transition is that we have finally
101 merged in the externally maintained CJK-LyX branch.
102 The languages Chinese, Japanese, and Korean are now supported in
103 the user interface.
104 Note that setting the encoding for these languages in LyX 1.5 by
105 using ERT or the document preamble will lead to LaTeX-errors!
106 Also note that you may need to run qtconfig and set appropriate default
107 or substitution fonts to display CJK characters under some circumstances.
109 * Language support
111 In addition to the CJK languages, the languages Armenian and Farsi also
112 have full user interface support.
114 * Multiple views of the same buffer
116 LyX can now display multiple views of the same buffer. I.e., you can
117 now open a single document in multiple windows and work on different
118 parts of it synchronously.
120 * Outliner and embedded TOC
122 LyX has another long-awaited feature: a basic outliner mode, in which
123 you can move chapters and sections around in the Table of Contents
124 dialog. (The outliner has been backported and was released with LyX
125 1.4.4.) The TOC dialog is now a dock widget, embedded in the main window.
127 * Session management
129 LyX is now able to remember window size and position and it will
130 reopen the documents you worked on last time around. If you've
131 selected the feature in the Preferences dialog, it'll even move the
132 cursor to the place you were working on last!  Furthermore, toolbars
133 can (finally!) be switched on/off in View->Toolbars and moved about in
134 the LyX window. The session management will remember their state.
136 * Source code Viewer
138 As a kind of "anti-preview-latex", a dialog was implemented that lets
139 you view the source code of a given paragraph/selection or the whole
140 document.
142 * New Font Selection Interface
144 LyX's font selection abilities have been one of its weakest and most
145 outdated components. A completely new interface was implemented that
146 provides access to the power of LaTeX's font selection scheme.
148 * Tabular extensions
150 LyX's table support is certainly less powerful than that of
151 LaTeX. Support for the booktabs package has been implemented,
152 providing beautiful and elegant tabulars.
154 * Nomenclatures
156 LyX now has native support for the nomencl package. With this,
157 you can treat your document with all sorts of nomenclatures,
158 glossaries and fancy notations.
160 * Tabbed Widget
162 LyX now uses tabbed widgets to display multiple documents.
164 * Enhanced Math Toolbars
166 The math toolbar was enhanced significantly. Drop down menus were
167 added, allowing the integration of all of the math panel's content
168 to the math toolbars.
169 Since this input method is much easier than the clumsy panel, the math
170 panel itself has been removed and superceded by the toolbars.
172 * Frontend News
174 LyX 1.5 uses the Qt4 toolkit. This is especially good news for
175 Windows users, because there's an official, GPL version of Qt4. They no
176 longer have to rely on an unofficial port of the Unix Qt3 library to
177 Windows.  The good old XForms frontend went the way of the dodo. It
178 was both hated and loved, and certainly shaped the unique look of LyX
179 in the past. It was finally killed off, however, by the switch to
180 unicode.  The Qt3 frontend was also removed.  The work on the GTK
181 frontend has been transferred to a branch because its development has
182 essentially stalled.
184 * Change tracking enhancements
186 Major parts of the change tracking code have been rewritten, addressing
187 several problems that existed in the previous implementation.
189 * Converter file cache
191 A cache for converted files, such as included figures, has been
192 implemented. This can speed up LyX's performance considerably when
193 displaying documents with many included figures that need conversion
194 to a format that can be rendered on screen.  The converter file cache
195 is enabled by default.
197 The default maximum age of a cached file is 6 months. You can change
198 that with the line
200  \converter_cache_maxage xxx
202 where xxx is the maximum age in seconds, in your preferences file.
204 * Unified Windows installer
206 The two windows installers are being merged and bug reports regarding
207 both installers are welcome.
209 * Program listings
211 The traditional way to insert program listings in LyX involves the use
212 of the LyX-Code style. This option works quite well for short snippets but
213 does not support in-line code segments or the inclusion of external files.
215 Using the listings latex package as the backend a new inset was added that
216 supports all these three ways of listing computer programs.
218 * LaTeX-package support
220 LyX provides the following new document classes:
221  - article(IOP) - for scientific papers published by the IOP group
222  - presentation(powerdot) - for presentations using the powerdot package
223  - curriculum vitae(Europe) - for CVs following the guidelines of the EU
224  - curriculum vitae(modern) - for CVs using the moderncv package
225  - curriculum vitae(simple) - for simple CVs
227 * Minor user interface improvements
229 Several minor improvements of the user interface have been made, such as:
231  - Syntax highlighting of the user preamble and the LaTeX log file.
232  - Better parsing of BibTeX databases (in the citation dialog).
233  - Support for optional arguments for environments.
235 * Enhanced clipboard/selection handling
237 The clipboard has been tuned to work better with other applications.
238 Parallel to clipboard usages, the *nix way of using middle-button
239 to paste selected text is enhanced, and is also available under windows
240 (but within lyx only). Selection of lyx text is now persistent in that
241 you can paste the selected text using the middle button multiple times,
242 even after the selection has been cleared.
244 * Limited support for local class and layout files
246 Lyx can not create, but can open a .lyx file with .cls and .layout files
247 stored in the same directory as the .lyx file. That is to say, if you send
248 your co-author a .lyx file with associated class and layout files, s/he
249 can view and modify the .lyx file directly, without having to install the
250 .cls and .layout files, reconfigure and restart lyx. Note that the .cls and
251 .layout files have to be copied to every directory your .lyx files reside,
252 should you use different directories for master and child documents.
254 * Under the hood
256 As usual, one big task has been the ongoing code cleanup of the LyX
257 core. Performing this cleanup makes the code more understandable and
258 easier to maintain. It also leads inevitably to a more robust
259 application. Nonetheless, it's an unfortunate fact of life that ugly
260 code is sometimes faster than pretty code. We're well aware that LyX
261 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
262 series has been to bring this speed back.
264 ** Bug fixes
266 Lots of long-lasting bugs have been fixed, as documented in LyX
267 bugzilla. Probably some new ones have been introduced instead ;-)
270 What's new in version 1.4.5.1?
271 ------------------------------
273 The only change over release 1.4.5 is the addition to the distribution
274 of one file necessary to read and write lyx 1.5 files.
277 What's new in version 1.4.5?
278 ----------------------------
280 This is expected to be the last release in the 1.4.x stable
281 branch. Besides the obligatory bug fixes, its main feature is the
282 ability to read files created by LyX 1.5.0 (this feature requires
283 python 2.3.4 or later).
286 What's new in version 1.4.4?
287 ----------------------------
289 This is of course a bug fix release, but some new features sneaked in, among which:
291 *) Outline support: it is now possible to move around parts of
292 documents in the Table of Contents dialog.
294 *) Add new UI settings default-autotoolbars and default-alltoolbars
295 allowing to select what toolbars are active or shown automatically.
297 *) Improved documentation.
299 *) Speed improvements, especially on windows.
302 What's new in version 1.4.3?
303 ----------------------------
305 This is a bug fix release that improves stability and MS Windows
306  support. Notable new features include:
308 *) The windows port does not need a MSys (unix-like tools)
309  installation anymore.
311 *) A new function inset-dissolve has been added to delete an text
312  inset and put its contents in the enclosing text; this can be
313  accessed (like in the math editor) by pressing Backspace at the start
314  of an inset, or Delete at the end.
316 *) Many crashes have been fixed, in particular for systems based on
317  gcc 4.1.
320 What's new in version 1.4.2?
321 ----------------------------
323 This is a bug fix release that improves performance, stability and native OS support. Notable new features include:
325 *) LyX now automatically uses file viewers and editors set at OS level
326  [Windows and Mac OS X only].
328 *) The windows installer has been completely rewritten.
330 *) A new function buffer-toggle-compression (and corresponding entry
331  in the Document menu) has been added to change whether the file will
332  be compressed on disk or not.
334 *) A "LaTeX (pdflatex)" output format has been added. This new output
335  format produces .tex files that are suitable for pdflatex, including
336  figure conversion to png, pdf or jpeg instead of eps.
339 What's new in version 1.4.1?
340 ----------------------------
342 This is a bug fix release, but some of the bugs were big. In particular:
344 *) fix the huge memory consumption and corresponding sluggishness with
345  documents containing many graphics or `instant preview' snippets.
347 *) fix slow screen update with nested insets, particularly with
348  LyX/Mac.
350 *) fix the delay when exiting from a math inset.
352 *) let the change tracking code track paragraph breaks too.
354 *) Also, this will be the first 1.4 release with a windows
355  installer. See the file RELEASE-NOTES for some known problems in this
356  release.
358 What's new in version 1.4.0?
359 ----------------------------
361 As usual with major releases, a lot of work that is not directly
362 visible has taken place. The core of LyX has seen more cleanups and
363 some of the new features are the direct results of this work.
365 ** Improved user interface
367 LyX 1.4 has a re-designed layout for the menus, designed to decrease
368 clutter and maximise productivity. Several menu items (in the Edit
369 menu) are now context-sensitive, so they only appear when needed. For
370 the die-hard old LyX users, the older layout (referred to as the
371 classic UI) is still available, for now.
373 It's now possible to define multiple toolbars as seen in other
374 editors. By default, the new LyX release has two toolbars displayed,
375 the standard one (similar to the static toolbar in LyX 1.3), plus the
376 extra toolbar. In addition, there are two pre-defined toolbars
377 available: one for tables, and one for math.
379 Another new feature worth mentioning is popup toolbars: you can set a
380 toolbar such that it only appears when editing math, or when editing a
381 table.
383 ** Change tracking
385 This new feature, similar to that found in Microsoft Word and others,
386 makes collaboration on a document a cinch. It provides a way to track
387 changes made to a document, and later approve, reject, or modify such
388 changes.
390 ** Much better conversion from .tex to .lyx
392 The ancient and unloved Perl script, reLyX has finally bitten the dust
393 and been replaced by the brand new and shiny tex2lyx. tex2lyx's LaTeX
394 parser follows most of the rules of the real TeX and so is already
395 much more powerful than reLyX ever was.
397 ** Character styles
399 For a system that purports to make it easy to write documents full of
400 logical (as opposed to visual markup), LyX has always had one glaring
401 omission: no character styles. LyX 1.4 goes some way towards
402 addressing this defect, although there's no dialog to define your own
403 styles.
406 ** Branches
408 The teacher who's setting an exam obviously doesn't want her pupils
409 seeing the answers, yet having questions and answers in the same
410 document will make the life of the markers of that exam much easier.
412 That's just one example of someone who would benefit from LyX's new
413 "branches" feature. In fact, anyone who writes documents which have
414 more than one target audience will find this feature useful.
416 ** Minipages evolve to Boxes
418 In 1.3, LyX only had native support for plain minipages. Now you can
419 use a wide range of box types and decorations directly from the LyX
422 ** Notes
424 LyX now has three different Notes for you to add to your document from
425 the Insert>Note menu:
427 - the "LyX Note" is not exported to LaTeX, as now. The "Comment" is
428 - exported to LaTeX as a comment environment and is not processed
429   further.
430 - The Greyed Out note is visible in your PostScript or PDF output as,
431   well, greyed-out text.
433 ** Better language and numbering on screen
435 Two features help to make the screen rendering closer to the printed output:
437 - the labels attached to layouts like Chapter are now translated in
438   the language of the document, which may be different from the
439   language of the menus;
440 - sectioning headers and theorems are now numbered according to the
441   document class specifications.
443 ** Word count
445 Yes, it's finally there! Tools>Count Words will give you a word
446 count of the document or of the current selection.
448 ** Error Lists
450 Nasty "error boxes" were eliminated in favor of a dialog with a list
451 of errors popping up at compilation time.
453 ** Improved bibliography support
455 - LyX's support for natbib has been enhanced. Now, also the mysterious
456   "before citation" field is supported;
457 - We have added support for jurabib, an amazing package to produce
458   flexible citations that are especially well suited for the humanities
459   and law fields;
460 - Support for sectioned bibliographies (bibtopic) has been added;
461 - the way bibtex is called is now customizable (as is the way the
462   index processor is invoked).
464 ** Improved microtypography support
466 LyX aims to produce superior typography. With 1.4, it supports:
468 - more blank characters (e.g. a "thin space", which should stand here
469   between "e." and "g.");
470 - inner and outer quotation marks without the hassle of toggling the
471   style in the documents dialog. Just use the Alt key.
472 - the handling of figure and table alignment inside floats has been
473   improved. You can now use the paragraph dialog without getting too
474   much space between figure/table and caption.
476 ** Small bits
478 - Figure and table floats can be rotated sideways
480 - The external xfig inset has been improved especially with regard to
481   pdf generation
483 - The graphics inset dialog has now an "edit" button that allows to
484   edit the included figure
486 - For index generation, xindy can be used instead of makeindex, which
487   has poor support for other than English index sorting.
489 ** Bug fixes
491 Lots of long-lasting bugs have been fixed, as documented in LyX
492 bugzilla. Probably some new ones have been introduced instead ;-)
495 What's new in version 1.3.7?
496 ----------------------------
498 We hope that this will be the last release in the 1.3.x series. In
499 addition to many bug fixes, the following improvements are worth
500 noting:
502 - LyX 1.3.7 is able to read all LyX files up to file format 245,
503   the format that we anticipate will be used by the forthcoming LyX 1.4.0.
505 - The windows version has received some polish, in particular in the
506   installer and in the handling of file names.
508 All current 1.3.x users are encouraged to upgrade to this version.
511 What's new in version 1.3.6?
512 ----------------------------
514 Unix and MacOSX users should consider this to be a bugfix release.
516 To Windows users, however, LyX 1.3.6 is the first version of LyX
517 to support the platform officially. This means that we've put a huge
518 effort into squashing those bugs that were present in Ruurd Reitsma's
519 unofficial ports to Windows. Large chunks of the code base have been
520 touched in an attempt to resolve these problems so whilst we're
521 confident that LyX/Win 1.3.6 will be the best ever version of LyX on
522 Windows, we cannot say that it's bug free.
524 We would like to highlight three fixes in particular:
525   * It is now possible to typeset files which reside in a directory with
526     spaces in its name; this requires a modern TeX implementation (such
527     as teTeX 3.0).
528   * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab
529     and <opt><shift>-tab with LyX/Mac) to switch between the open documents.
530   * LaTeX-type accents, ligature breaks and hyphenation marks are now
531     considered as part of words
535 What's new in version 1.3.5?
536 ----------------------------
538 This is mainly a bugfix release, with few notable user-visible
539 improvements. However, we would like to highlight two fixes in particular:
540   * Nested documents (with Insert>Include File...), which have been
541     broken since LyX 1.2.0, should now work properly, including the
542     case where the files are in different directories.
543   * It is now possible to compile LyX with gcc 3.4.
545 What's new in version 1.3.4?
546 ----------------------------
548 This is a maintenance release which improves upon 1.3.3 in
549 five main areas:
550   * It adds support for old files from LyX 0.10.x or 0.12.x;
551   * Lyx documents can now be opened and edited even if
552     they use text classes not present in your latex installation;
553   * New Qt features have been added (improved selection,
554     drag-and-drop);
555   * Mac OS X support is much improved;
556   * The interface and documentation localization have
557     been polished.
559 What's new in version 1.3.3?
560 ----------------------------
562 This is a maintenance release which improves upon 1.3.2 in
563 four main areas:
564   * import of old LyX files and export to DocBook have been improved;
565   * many small bugs in the Qt frontend have been fixed;
566   * MacOSX users can now compile LyX and enjoy the native MacOSX interface;
567   * several languages now benefit from an improved translation of
568     the user interface and documentation.
570 What's new in version 1.3.2?
571 ----------------------------
573 This is a maintenance release which improves upon 1.3.1 in
574 three main areas:
575   * the spellchecker code has been overhauled and many bugs
576     have been squashed;
577   * many small bugs in the Qt frontend have been fixed;
578   * several languages now benefit from an improved translation of
579     the user interface.
581 What's new in version 1.3.1?
582 ----------------------------
584 LyX 1.3.1 is a maintenance release, which adds some polish to the new
585 features of LyX 1.3.0 (especially the Qt frontend) and also fixes some
586 significant bugs in the math editor and the lyx2lyx import script. We
587 also threw in a few new features (new textclasses, latex import
588 improvements) for good measure.
590 ** Updates
592 - when there is vertical space between paragraphs, the amount of space
593   is also indicated in the small/medium/large case [bug #814]
595 - reLyX improvements: support for natib citations, for 'm' column
596   descriptors in tables; a .lyx file generated by reLyX now says this
598 - new classes mwart, mwbk and mwrep (adaptation of the base classes to
599   polish conventions); new class elsart (for journals published by
600   Elsevier); updated classes koma-script (in particular new class
601   scrlttr2); re-introduce class ijmpd (which was in 1.2.x) and unbreak
602   class kluwer
604 - new "polski" keymap, useful for entering Polish on a QWERTY
605   keyboard; update to Scientific Word-compatible bindings
606   (documentation has been updated too)
608 - updates to the danish, dutch, french, german, norwegian, polish and
609   spanish translation of menus
611 - Most of the documentation has been updated for the current version
612   of LyX. If you find some problems with the documentation in this
613   release, please contact lyx-docs@lists.lyx.org
615 What's new in version 1.3.0?
616 ----------------------------
618 As with the previous major version 1.2.0, many things make this new
619 release an exciting one. One of the major projects that has been going
620 on behind the scenes is the so-called GUI-independence project. We are
621 glad to announce that version 1.3.0 shows the first results of this.
622 LyX now comes in two flavours: Qt-LyX and xforms-LyX!
624 Although this is the most visible change in version 1.3, this should not
625 hide the fact that the `under the hood' changes to the code have again
626 been very important. A detailed list can be found below.
628 ** Qt frontend
630 This is of course the most visible new feature. This frontend supports
631 either Qt 2.x or 3.x and is mostly feature complete. Note that some
632 of the dialogs are slightly different in design, but are generally
633 functionally equivalent.
635 Note that if Qt is using Xft2/fontconfig, you may need to install the
636 latex-xft-fonts package at ftp://ftp.lyx.org/pub/lyx/contrib to get maths
637 symbols displayed properly.
639 ** Gnome frontend
641 Unfortunately, the development of the Gnome frontend has mostly
642 stopped recently and we have therefore chosen to disable it. We
643 strongly invite anyone willing to revive this port to volunteer on the
644 developer's list.
646 ** Instant preview
648 preview-latex is an emacs package for LaTeX that allows "instant previews"
649 of LaTeX code, so you can immediately see the visual rendering of the
650 LaTeX in the document. Its project home page can be found at
651 http://sourceforge.net/projects/preview-latex. With the help of David
652 Kastrup, the author, LyX 1.3.0 can harness this functionality to
653 allow instant previews in the LyX window of math equations and
654 figures. This feature can be immensely useful, ensuring that the
655 rendering of your equation will look right in the final output. The
656 preview is only displayed (if enabled) when you're not editing the
657 actual equation, so it's unobtrusive too.
659 ** Math editor
661 There have been a few visible and some not-so-visible changes. On the
662 visible side we have better visual feedback regarding the structure of
663 a formula, showing the nesting by small purple decorations in the
664 formula itself and revealing the names of the nesting levels in the
665 minibuffer. There is now native support for symbols from the wasy
666 package containing e.g. the zodiac symbols. New also is the internal
667 structure of font changes which are now proper "insets", just like
668 anything else from a square root to an array. This not only simplifies
669 the code greatly but also allows the same editing tricks as for the
670 "regular" math. However, it was not possible to tweak the visible
671 behaviour to mimic 1.2 in all cases, so this might take some time to
672 get accustomed to. On the pro side, the new structure allowed
673 support for LaTeX's \mbox and \fbox to be implemented and general
674 "switching back to text mode within math", so a lot of "evil red text"
675 trickery is not needed anymore. The most visible changes are the following:
677 - Pressing { and } will insert LaTeX's \{ and \} which show up as { }
678   in the printout. To get LaTeX's {} nesting, you need to type \{.
680 - Fonts changes now really nest. Repeated application of a font change
681   will result in nested font changes!  To remove a font change without
682   removing the "contents", it is now possible to "pull the argument"
683   like in other insets, i.e. put the cursor in the first position of
684   the inset and press 'backspace'.
686 ** Reading old files
688 LyX now has a new script lyx2lyx which enables the reading of any file
689 produced by LyX versions as old as 0.12. Work is in progress on files
690 created with LyX 0.10 (LyX 1.4 time-line) and still older files are
691 in the forge. Basically if lyx wrote it LyX will read it. :-)
693 There is also a strong demand to be able to read files produced by
694 _newer_ versions of LyX. While lyx2lyx has the infrastructure in place
695 to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
696 1.2.x, for example) have not yet been written.
698 ** Miscellaneous changes
700 - LyX now automatically uses TeX fonts for screen rendering of math
701   equations if they are available (it is not necessary anymore to
702   configure your font server).
704 - The Insert>Short Title allows the addition of an optional text
705   for section headings and captions that is designed to be used in
706   tables of contents.
708 - The Insert>Float>Floatflt Figure menu item restores the ability
709   to wrap text around an image which was present in 1.1.6 and
710   removed in 1.2.0
712 - If you configure with --with-pspell (which uses the PSpell library for
713   spellchecking), you will be able to automatically spell-check
714   multi-language documents, assuming you have the right dictionaries
715   installed.
718 What's new in version 1.2.3?
719 ----------------------------
721 LyX 1.2.3 is a maintenance release. It mainly fixes a very bad bug
722 where configuring LyX as root could lead to deleting the /dev/null
723 special device (this does not impact users of prebuilt binaries).
724 Also, a bug where LyX would create zombie processes has been fixed.
726 ** Updates
728 - updated italian User Guide
730 - updated french localization
733 What's new in version 1.2.2?
734 ----------------------------
736 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
737 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
738 1.2.1.
740 ** Updates
742 - LyX builds with the newly released xforms 1.0. Actually, it is
743   advised to use this version of xforms, since it fixes many bugs and
744   support for older versions will probably be dropped in LyX 1.3.0
746 - selecting a word by double clicking now sets the X clipboard (like
747   when dragging the mouse)
749 - it is now possible to specify the arguments for viewers; in
750   particular, this means that it is possible to use browsers which
751   require a file: URL as HTML viewers (mozilla is used as default if
752   found)
754 - when a new LyX version is launched, the Edit>Reconfigure tool is
755   automatically invoked; this should avoid many problems with users
756   who are not aware that it is needed
758 - when changing the current layout with the toolbar, the corresponding
759   keyboard binding is shown in the minibuffer
761 - in hebrew language, the key " now inserts a typewriter quote (since
762   other quotes do not make sense in hebrew)
764 - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
766 - new class ijmpd; update cl2emult, llncs and foils textclasses
768 - update sciword bindings
770 - small cleanup of UserGuide and FAQ; update to German, French and
771   Russian documentation; new Hebrew tutorial
773 - update french, german, russian, finnish and danish localization of
774   the interface
777 What's new in version 1.2.1?
778 ----------------------------
780 LyX 1.2.1 is a maintenance release which fixes many bugs in version
781 1.2.0. We hope in this way to enhance world happiness, allowing the
782 developers to continue busily to prepare the next major release
783 1.3.0. There are a lot of fixes in there, and upgrading is highly
784 recommended.
786 ** Updates
788 - it is now possible to build LyX with xforms 1.0rc4 (and probably 1.0
789   when this gets released)
791 - partial rewrite of the find & replace feature. This should solve most of
792   the performance problems
794 - new option `keep aspect ratio' in graphics dialog
796 - revert to the old behaviour when creating new floats (figure,
797   table...): the empty paragraph in the float now is a caption. It
798   seems that 1.2.0 behaviour was confusing too many people
800 - it is now possible to set the float placement parameters to
801   "document defaults"
803 - when the cursor is inside a collapsible inset, `Edit>Open/close
804   float' will leave it after the inset after closing it (this should
805   help entering of ERT insets)
807 - update Finnish, Danish, French and Russian localizations
809 - update Tutorial to 1.2.x features
811 - better support for entering Cyrillic and Greek alphabets
813 - cleanup shortcuts for section layouts. Starred versions are now
814   obtained by prepending a * to the section number (M-p asterisk 0, ...,
815   M-p asterisk 6)
817 - add keyboard shortcuts to the Documents menu
819 - support the numpad direction keys as equivalent to normal cursor
820   keys
822 - it is now possible to specify a non-existent file name on the command
823   line and have this file created for you
825 - new class cl2emult; update template for IEEEtran; small update to
826   heb-article and hollywood textclasses
829 What's new in version 1.2.0?
830 ----------------------------
832 LyX 1.2.0 is the version where many of changes in the 1.1.x series
833 really begin to pay off. It should prove to be a very solid base for
834 further developments. As of this version, we use (yet another) new
835 versioning scheme: next major version will be 1.3.0, and 1.2.x will
836 be just incremental fixes (like the `fix' series used to be for 1.1.5
837 and 1.1.6).
839 This version sees the introduction of the so-called `new' insets,
840 which can contain arbitrary text. As a consequence, many new features
841 are now possible:
843 - Floats, footnotes and margin notes are now real insets. The
844   positional parameters of figure, table and algorithm floats can be set
845   float-by-float
847 - Most problems with the new table inset of 1.1.6 have been addressed
848   (memory consumption, file bloat, spell-checking, search and replace...).
849   Better longtable header/footer support was implemented.
851 - TeX mode has been superseded by the ERT inset, which is foldable, or
852   can be shown inline
854 - Notes inset can now contain arbitrary LyX constructs; they will not
855   appear in the output.
857 - New minipage inset
859 Note that another consequence of these changes is that older LyX
860 versions will almost certainly fail to read files produced by LyX
861 1.2.0.
864 Other more traditional insets have been improved too:
866 - New graphics inset with support for hassle-free inclusion of various
867   image formats (GIF, JPEG, PNG and EPS by default) and a new
868   rendering scheme that should fix the bugs we had with the older
869   ghostscript method.
871 - Support for natbib for bibliography citations
875 The math editor has been mostly rewritten. This begun as a general
876 cleanup, but it turns out that many new features happened in this
877 process, among which:
879 - many of the known bugs or annoyances in mathed have been fixed.
881 - possibility to display all standard latex and amsmath symbols (and
882   also the \mathcal, \mathbb, and \mathfrak fonts)as long as the
883   relevant fonts have been made available to the X server
885 - support for many amsmath features
886   Commands: xrightarrow, xleftarrow, substack, underset, dddot
887   over/under arrows (e.g. underleftarrow).
888   Environments: align, alignat, xalignat, xxalignat, multline, gather
889   split, gathered, aligned, cases, subarray, pmatrix, bmatrix, vmatrix,
890   Vmatrix
892 - Preliminary support for xymatrix
894 - Support for horizontal and vertical lines in arrays.
896 - Improvements to the parser
898 - Improvements to math text mode
900 - (Better) support for nested macros
902 - Enable size changes to arrays after creation (add/delete rows/columns)
904 - Support for changing font or displaystyle on a selection
906 - GUI support provided for many more features
909 Other changes include:
911 - Support for windows with cygwin has been incorporated into the main
912   distribution.
914 - Most of the dialogs have been rewritten in the GUI-I framework, and
915   improved in the process
917 - The kde frontend has been dropped in favor of a new qt2 frontend.
918   Note that only the xforms front is really operational as of this
919   version and alternative frontends are expected for 1.3.0
921 - The citation dialog has a search facility, with support for regular
922   expressions.
924 - New ligature break special character, useful for words like
925   "shelfful", or many german words
927 - Support for parsing preamble when converting LaTeX files. Along
928   with changes in the LaTeX production of alignment options, this
929   improves round-trip work where you export a LyX document as
930   LaTeX, and later reimport it from LaTeX.
932 - Updated documentation
934 - a few more document classes for journals: dtk, ltugboat, spie and
935   svprobth.
937 - Support for setting bookmarks and jumping to them
939 - It is possible to cycle between a label and its references.
941 - Preliminary support for multiple bibliographies
943 - Babel can be disabled
945 - A thesaurus facility (English only)
947 What's new in LyX version 1.1.6fix4?
948 ------------------------------------
950 LyX 1.1.6fix4 is a bugfix release.
952 New features:
954 - add support for latin3, latin4 and latin9 encodings
956 - change the encoding for estonian from latin4 to latin1, since it
957   appears to be more suitable.
959 - add support for ae fonts (emulation of T1 encoding with OT1 fonts).
960   This is useful for creating pdf files in T1 encoding
962 - add support for dvipdfm
964 - when passing a file name as argument from command line, the
965   extension `.lyx' is added if necessary
967 - insert error insets in the documents when there have been unknown
968   tokens in the file
970 - new class `kluwer'; update to hollywood class
972 - the class encts has been renamed to entcs (stupid typo!) and
973   slightly updated
975 - updates to the introduction document and the italian user guide
977 - updates to the russian, finnish and hebrew localisations
980 What's new in LyX version 1.1.6fix3?
981 ------------------------------------
983 LyX 1.1.6fix3 is a bugfix release.
985 New features:
987 - documentation has been updated to remove errors due to interface
988   change
990 - new italian user guide; updated french localisation of menus and
991   documentation; new dutch translations of some examples
993 - the `history' and `revert' functionalities have been implemented in CVS
994   support
996 - it is now possible to enter directly characters in an encoding
997   different from latin1 (providing one is using a correct screen font)
999 - new encts class for Elsevier Science's Electronic Notes in
1000   Theoretical Computer Science
1002 - new cv class for writing curriculum vitae
1004 - new extarticle, extreport, extbook and extletter classes, which are
1005   versions of the normal classes with more font sizes available
1007 - the aapaper class has been complemented with a aa class for the A&A
1008   LaTeX document class version 5.0, which is slightly incompatible
1009   with the older version
1012 What's new in LyX version 1.1.6fix2?
1013 ------------------------------------
1015 LyX 1.1.6fix2 is a bugfix release.
1017 New features:
1019 - add language support in docbook; better support for verbatim text.
1021 - the --with-lyx-suffix flag introduced in 1.1.6fix1 has been renamed
1022   to --with-version-suffix; it can now be used without argument (to
1023   install as lyx-1.1.6fix2)
1025 - many translations updated; big french documentation overhaul; german
1026   documentation update.
1028 - preliminary Thai support; new serbo-croatian support
1031 What's new in LyX version 1.1.6fix1?
1032 ------------------------------------
1034 LyX 1.1.6fix1 is a bugfix release.
1036 New features:
1038 - updated documentation for version 1.1.6; new french documentation
1039   translations; updated danish translation of the interface.
1041 - better support for ukrainian language
1043 - non working --with-lyxname configure option has been replaced by
1044   working --with-lyx-suffix.
1046 - in default cua bindings, change C-k from font-noun to
1047   line-delete-forward.
1049 - Add the prefix "key-" to the default keys for bibliography insets.
1051 - Show both key and label of a bibliography inset.
1054 What's new in LyX version 1.1.6?
1055 --------------------------------
1057 As with all of the 1.1.x versions of LyX, this release contains a lot
1058 of new code: in particular, more than half of the changes described in
1059 the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
1061 Besides the usual under-the-hood changes, LyX 1.1.6 has many
1062 new user-visible features. The main visible feature is that the
1063 GUI-independent branch of development has been merged, as well as code
1064 from the older development version:
1066 - many popups have been rewritten to use the new GUI-I scheme. In the
1067   process they have received a nice cleanup: the Document and Paragraph
1068   popups now contain in one single place what was previously scattered
1069   in many places. Similarly, the citation and cross reference popups
1070   have been overhauled.
1072 - LyX now has a Preference popup where you can change most of your
1073   lyxrc settings.
1075 - the menus can now be defined in a text file, and they automatically
1076   display the keyboard bindings associated with commands.
1078 - it is now possible to provide your own icons for the toolbar.
1080 - last but not least, work has begun on a KDE and a Gnome frontend for
1081   LyX. They are not officially supported for this version, but this
1082   will give you an idea of what is happening.
1084 Other major changes in 1.1.6 include:
1086 - the table support has been completely rewritten. It is now a modular
1087   object (inset), each cell of which owns a (also) newly written text
1088   inset. This now permits automatic text-wrap inside a tabular
1089   cell (if you define a width), multiparagraph mode AND setting of
1090   layouts for the paragraphs (lists inside a tabular cell!). Last but
1091   not least, a wide tabular now scrolls automatically so that all of it
1092   is visible without the need to enlarge the window!
1094   While there are as yet no other new features, they will be now MUCH
1095   easier to add. It may be that because of being "young" code some
1096   features may not work right now, but at least it is much
1097   better than before.
1099 - new external material inset: this is a new kind of very powerful
1100   inset which will allow LyX to interface intelligently with external
1101   applications. Among other good things, it will finally allow you to
1102   include GIF, JPEG, TIF, PNG, or just about any other raster format
1103   images in your document. It will even do an approximate ascii
1104   rendering when you do Ascii export if you have gifscii installed.
1106 - The code which converts from LyX format to anything else (for
1107   viewing or exporting purposes) and from anything else to LyX has been
1108   rewritten. In particular, it is now possible to export to PDF, and to
1109   import from HTML/MSWord. In fact it's now possible to add new import/export
1110   formats without recompiling LyX by specifying external programs or scripts
1111   in lyxrc settings
1112   (note that the old import/export lyxrc settings no longer work).
1114 - LyX can do command line exports without opening any GUI components.
1116 - The multilingual support has been improved. It is now possible to use in a
1117   document languages with different encodings, e.g. German (iso8859-1) and
1118   Czech (iso8859-2). Such a document can be viewed on screen using an
1119   iso10646-1 (Unicode) font. However, it is (currently) not possible to
1120   have differently encoded languages in the same paragraph.
1121   The languages and the encodings are defined in text files.
1123 - Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
1125 - included files work now with docbook and linuxdoc; new layout
1126   docbook-book.
1128 - PSpell library and Aspell spell checker support now included thanks
1129   largely to Kevin Atkinson (PSpell and Aspell maintainer).
1131 And finally, there have been a lot of smaller changes, which are
1132 mentioned here for your information
1134 - the menu entry File->New does not prompt for a file name by default
1135   (this can be changed in preferences).
1137 - new -geometry command line option, which replaces the old -width,
1138   -height, etc.
1142 What's new in LyX version 1.1.5?
1143 --------------------------------
1145 Lots of internal code rewritten, fixed, changed and added.
1146 We are using the C++ Standard Library more each day.
1147 This will in most cases make the code clearer and easier to maintain
1148 and expand.
1149 We are also gearing up for the merge of the gui-indep branch, expect
1150 this (but not the new gui's) in 1.1.6.
1152 User-visible changes:
1154 - Paste to other programs (like emacs or xterm). Note: text only.
1156 - New TOC menu item for fast access to the table of contents.
1158 - New Refs menu item for quick insertion of cross-references.
1160 - multilingual documents (preliminary support)
1162 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
1163   only and is likely to improve in future versions.
1165 - Per-paragraph spacing, currently only settable from the
1166   command-line/window:
1167       paragraph-spacing (default,single,onehalf,double,other) [float]
1169 - New visual feedback for environment depth of paragraphs (also the !
1170   in the margin for margin notes has been removed).
1172 - End-of-proof box, for layouts where it makes sense.
1174 - labels are now editable (not in equations, though).
1176 - Much faster spellchecking (50x faster!).
1178 - The parsing of the LaTex log has improved flagging more errors that
1179   earlier versions of LyX did not see at all. So if you suddenly have
1180   errors in documents that used to have none, this might be the casue.
1181   (And you probably had the error always.)
1183 - Better definition for LyXList style.
1185 - hollywood.layout and broadway.layout have improved. New classes
1186   LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy)
1188 - support for varioref and pretty ref (preliminary support)
1190 - A couple of changes to the LyX format, so that files written with
1191   1.1.5 will not be parsed correctly by older LyX versions if protected
1192   spaces or the new per-paragraph spacing are used. Also the RtL
1193   support is of course not supported in older versions.
1195 - Removed support for XForms older than 0.88.
1197 - Some command-line options and X resources are not supported anymore
1198   (The color ones, and -mono -fastselection, -reverse)
1200 - New command-line options '-userdir' which so that you can choose to
1201   use another dir than .lyx for user configurations. (Or have many.)
1203 - new lyxrc variables: \show_banner [true|false] to remove the banner
1204   screen, \backupdir_path to tell where the backup files created
1205   by lyx should be stored, and \override_x_deadkeys to tell whether
1206   lyx should provide its own accent keys handling (default is true).
1209 What's new in LyX version 1.1.4?
1210 --------------------------------
1212 More internals have been rethought. In particular, most of the file IO
1213 routines of LyX have been rewritten to use real C++ streams. Many
1214 changes have also been done to help compile LyX with Sun CC 5.0 and
1215 SGI STL 3.2.
1217 In the user-visible department, we find:
1219 - new command line option -x (or --execute) and -e (or --export). Now
1220   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
1221   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
1222   the GUI pops up during the process...
1224 - better placement of accents for characters that LyX draws by itself;
1226 - improved translations, in particular in Finnish (overhauled UI
1227   translation), Dutch (tutorial and examples), German
1229 - new configure flag --with-lyxname which allows to choose the name
1230   under which lyx is installed. Default is "lyx", of course. It used
1231   to be possible to do this with --program-suffix, but the later has
1232   in fact a different meaning for autoconf.
1234 And of course, a lot of old bugs have been replaced by new ones ;)
1237 What's new in LyX version 1.1.3?
1238 --------------------------------
1240 More LyX internals have been cleaned-up in this version, but the usual
1241 small number of user-visible changes have appeared:
1243 - LyX is not able anymore to read some old files using latex inset
1244   (this should not be a problem as these were already not generated by
1245   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
1247 - The first line of a .lyx file does not contain anymore the file
1248   creator name and the date of creation; this was causing various
1249   problems.
1251 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
1252   works now.
1254 - Slightly better handling of dependency tracking for bibtex files.
1256 - The screen representations of \varepsilon and \epsilon have been
1257   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
1258   should. This is of course a controversial change (since many people
1259   will find that their lyx workscreen is suddenly full of red), but done
1260   for the sake of correctness.
1262 - The characters \angle and \vee are now correctly displayed in math
1263   formulas; the glyph for \Upsilon has been changed.
1265 - Characters '~' and '^' are now output using standard LaTeX macros,
1266   which improves the result with T1 fonts.
1268 - new function "command-sequence" to bind several sequences to a key.
1270 - The textclass g-brief has been updated.
1272 And of course many bugs have been fixed.
1274 What's new in LyX version 1.1.2?
1275 --------------------------------
1277 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
1279 - the export to html feature has been extended to use other programs.
1280   Currently, tth, latex2html and hevea are supported. Note that the
1281   variable \tth_command has been renamed to \html_command in lyxrc.
1283 Moreover, a couple of semi-serious bugs have been fixed:
1285 - a bug that caused a crash in lyxstring::find
1287 - the annoying '-' vs. '_' bug.
1289 Also the cheaders files were missing from the 1.1.1 distribution, that
1290 has also been fixed.
1292 What's new in LyX version 1.1.1?
1293 --------------------------------
1295 LyX 1.1.1 marks an important change in our development scheme. While
1296 it does not have many new features, there have been many internal
1297 changes, many of which have been backported from our old development
1298 branch (which is now extinct). So while on the surface this version is
1299 very similar to version 1.0.4, many things happened under the hood. As
1300 a consequence of this: expect that some new bugs have crept in.
1302 User visible changes in lyx 1.1.1:
1304 - New export to HTML feature
1306 - All the popups should be more resistant to resize actions.
1308 - normal spaces are automatically made unbreakable if we are in
1309   a freespacing mode (LyX-Code), but not in latex mode. The rule used
1310   to be that spaces where changed when in typewriter font.
1312 - the default encoding of a new document is now latin1, since it seems
1313   to be a reasonable default for many people. Note that you can
1314   override this default with the "Save layout as default" feature.
1316 What's new in 1.0.4 compared to LyX version 1.0.3?
1317 --------------------------------------------------
1319 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
1320 new features has been included:
1322 - DocBook support.
1324 - RevTeX4.
1326 - Better printing with custom pagesizes.
1328 - Several language files updated.
1330 - And several bugfixes to math and table.
1332 What's new in 1.0.3 compared to LyX version 1.0.2?
1333 --------------------------------------------------
1335 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
1337 - improved dependency tracking when running LaTeX (fixes one important
1338   bug in 1.0.2).
1340 - new italian and walloon localizations of the user interface.
1342 - New slovene and spanish translations of the Tutorial.
1344 What's new in 1.0.2 compared to LyX version 1.0.1?
1345 --------------------------------------------------
1347 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
1348 compared to version 1.0.0, it adds the following features:
1350 - Improved reLyX: supports EPS image inclusion and works in windows.
1352 - New french translation of Intro.lyx and Tutorial.lyx; new german
1353   translation of UserGuide.lyx.
1355 - Better multipart document support.
1357 - LyX is now able to parse your BibTex files and show a list of
1358   entries.
1360 - New broadway textclass (for plays).
1363 What's new in 1.0.1 compared to LyX version 1.0.0?
1364 --------------------------------------------------
1366 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
1367 compared to version 1.0.0, it adds the following features:
1369 - Support for selecting pages and number of copies in print dialog
1371 - New function 'Replace all' in Find&Replace popup
1373 - Support for optional argument of \sqrt in math editor
1375 - Support for literate programming with the 'noweb' program
1377 - New LaTeX document classe: APA
1381 What's new in 1.0.0 compared to LyX version 0.12.0?
1382 ----------------------------------------------------
1384 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
1385 version 0.12.0, it adds the following features:
1387 - much improved reLyX script: many bugs have been fixed, new options
1388   have been added, many constructs are now correctly handled. reLyX is now
1389   installed along with LyX and has its own man page. Separate upgrades
1390   of reLyX will be made available later.  The reLyX script is utilized
1391   by the File->Import LaTeX command in LyX.
1393 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
1394   footnotes, and generally better output.
1396 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
1397   implementing the corresponding classes of the koma-script
1398   package. New textclasses latex8 for some IEEE journals, IEEEtran for
1399   various IEEE Transactions journals and ejour2 for some Springer Verlag
1400   Journals.  New textclass hollywood to typeset your own film scripts.
1402 - Better support (keyboard bindings, keyboard mappings, and/or menu
1403   and error message translations) for several languages.
1405 - Documentation has been partly translated to German, Swedish, and Czech. You
1406   will get this automatically from the Help menu if you set up the LANG
1407   environment variable correctly (i.e. to 'de' or 'sv').
1409 - Documentation has been generally improved and expanded.
1411 - Improved table support.
1413 - Support for arbitrary line spacing in documents.
1415 - easier handling of index entries.
1417 - The printer configuration scheme has changed a bit to help people
1418   whose dvips is not configured correctly. As a consequence, you might
1419   have to modify your lyxrc a bit. All users are advised to re-run
1420   Option->Reconfigure to update LyX configuration.
1423 Note that your existing global lyxrc file will not be overwritten by
1424 default since now LyX only installs a file lyxrc.example to use as
1425 template.