1 What's new in version 1.6.0?
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.6?
9 ----------------------------
11 This is the fifth maintenance release in the 1.5.x cycle that has been
12 started exactly one year ago. The aim of this release was to make LyX
13 even more robust and to solve some long-standing annoyances. Also,
14 further translation efforts have been made, and LyX now ships in 23
17 What's new in version 1.5.5?
18 ----------------------------
20 This release further improves the stability and usability of the
21 application. Besides this, it also introduces some new features. Most
22 notably, LyX is now prepared to be compiled with Qt 4.4 that has just
23 been released: the stability issues that occured in previous versions
24 of LyX when compiled against Qt 4.4 have been resolved.
27 What's new in version 1.5.4?
28 ----------------------------
30 This is a maintenance release. Besides the usual stability
31 improvements and fixes, this release comes with major improvements in
32 the handling of Chinese, Korean and Japanese (CJK) languages and
33 scripts, and introduces some minor new features (such as a character
36 While this release continues the stable 1.5.x series, work on the next
37 major release, 1.6.0, is proceeding. A first alpha version of LyX
38 1.6.0 will be released later this week for those who like the bleeding
39 edge experience. Notwithstanding this, expect one or two more 1.5.x
40 versions to be released, of which the last one will be able to read
43 All users, especially CJK users, are encouraged to upgrade to this
44 version. Caveat: We were forced to switch from the LaTeX package
45 'floatflt' to 'wrapfig' for wrap figure floats due to a license
46 problem that limited the availability of the former package. In
47 general, this should improve your documents containing wrap figures,
48 however, it is possible that the look and positioning of the floats
49 changes due to the package change. If you have documents with wrap
50 floats, please make a backup before upgrading and check the output.
53 What's new in version 1.5.3?
54 ----------------------------
56 This is a maintenance release that further improves the stability and
57 the performance. Besides numerous crashes, the display problems that
58 slipped into 1.5.2 with the performance fixes (on the Mac and on
59 Windows) as well as problems entailed to the reworked document classes
60 were fixed. Furthermore, LyX 1.5.3 comes with speed improvements that
61 should pay off especially on the Mac and other UNIXes. Finally, this
62 version also provides some new features.
65 What's new in version 1.5.2?
66 ----------------------------
68 This is a maintenance release that focuses on improving the
69 stability. We have fixed numerous crashes, performance problems, and
70 other bugs. Furthermore, the documentation has been revised. It covers
71 all new features of the 1.5.x series now.
74 What's new in version 1.5.1?
75 ----------------------------
77 We are pleased to announce the release of LyX 1.5.1. It includes a few
78 bug fixes and, more importantly, fixes a bug where files produced with
79 the Document>Compressed option on would be malformed on windows. It
80 was therefore decided to revert to the trusty 1.4.x code in this area
81 and release 1.5.1 sooner than anticipated.
83 All 1.5.0 users are urged to upgrade to 1.5.1.
86 What's new in version 1.5.0?
87 ----------------------------
89 As usual with a major release, a lot of work that is not directly
90 visible has taken place. The core of LyX has seen more cleanups and
91 some of the new features are the direct results of this work.
95 LyX 1.5's big goal was to use unicode internally and so resolve a slew
96 of existing problems with special characters and non-alphabetic
97 languages. LyX 1.5 is able to output unicode (in addition to
98 encodings currently available), so that you can use LaTeX's new utf8
99 encoding or a brand new typesetting system such as XeTeX.
100 Since the change to unicode touched much of the code base and some
101 areas still need a cleanup it, is very likely that some bugs related to
102 the unicode transition still exist. Please have a look at the Known
103 bugs on the LyX 1.5 page if you encounter a bug that seems to be related
104 to unicode. If it's not there, then please report it to the lyx-devel
107 * Integrated CJK support
109 The very first result of the Unicode transition is that we have finally
110 merged in the externally maintained CJK-LyX branch.
111 The languages Chinese, Japanese, and Korean are now supported in
113 Note that setting the encoding for these languages in LyX 1.5 by
114 using ERT or the document preamble will lead to LaTeX-errors!
115 Also note that you may need to run qtconfig and set appropriate default
116 or substitution fonts to display CJK characters under some circumstances.
120 In addition to the CJK languages, the languages Armenian and Farsi also
121 have full user interface support.
123 * Multiple views of the same buffer
125 LyX can now display multiple views of the same buffer. I.e., you can
126 now open a single document in multiple windows and work on different
127 parts of it synchronously.
129 * Outliner and embedded TOC
131 LyX has another long-awaited feature: a basic outliner mode, in which
132 you can move chapters and sections around in the Table of Contents
133 dialog. (The outliner has been backported and was released with LyX
134 1.4.4.) The TOC dialog is now a dock widget, embedded in the main window.
138 LyX is now able to remember window size and position and it will
139 reopen the documents you worked on last time around. If you've
140 selected the feature in the Preferences dialog, it'll even move the
141 cursor to the place you were working on last! Furthermore, toolbars
142 can (finally!) be switched on/off in View->Toolbars and moved about in
143 the LyX window. The session management will remember their state.
147 As a kind of "anti-preview-latex", a dialog was implemented that lets
148 you view the source code of a given paragraph/selection or the whole
151 * New Font Selection Interface
153 LyX's font selection abilities have been one of its weakest and most
154 outdated components. A completely new interface was implemented that
155 provides access to the power of LaTeX's font selection scheme.
159 LyX's table support is certainly less powerful than that of
160 LaTeX. Support for the booktabs package has been implemented,
161 providing beautiful and elegant tabulars.
165 LyX now has native support for the nomencl package. With this,
166 you can treat your document with all sorts of nomenclatures,
167 glossaries and fancy notations.
171 LyX now uses tabbed widgets to display multiple documents.
173 * Enhanced Math Toolbars
175 The math toolbar was enhanced significantly. Drop down menus were
176 added, allowing the integration of all of the math panel's content
177 to the math toolbars.
178 Since this input method is much easier than the clumsy panel, the math
179 panel itself has been removed and superceded by the toolbars.
183 LyX 1.5 uses the Qt4 toolkit. This is especially good news for
184 Windows users, because there's an official, GPL version of Qt4. They no
185 longer have to rely on an unofficial port of the Unix Qt3 library to
186 Windows. The good old XForms frontend went the way of the dodo. It
187 was both hated and loved, and certainly shaped the unique look of LyX
188 in the past. It was finally killed off, however, by the switch to
189 unicode. The Qt3 frontend was also removed. The work on the GTK
190 frontend has been transferred to a branch because its development has
193 * Change tracking enhancements
195 Major parts of the change tracking code have been rewritten, addressing
196 several problems that existed in the previous implementation.
198 * Converter file cache
200 A cache for converted files, such as included figures, has been
201 implemented. This can speed up LyX's performance considerably when
202 displaying documents with many included figures that need conversion
203 to a format that can be rendered on screen. The converter file cache
204 is enabled by default.
206 The default maximum age of a cached file is 6 months. You can change
209 \converter_cache_maxage xxx
211 where xxx is the maximum age in seconds, in your preferences file.
213 * Unified Windows installer
215 The two windows installers are being merged and bug reports regarding
216 both installers are welcome.
220 The traditional way to insert program listings in LyX involves the use
221 of the LyX-Code style. This option works quite well for short snippets but
222 does not support in-line code segments or the inclusion of external files.
224 Using the listings latex package as the backend a new inset was added that
225 supports all these three ways of listing computer programs.
227 * LaTeX-package support
229 LyX provides the following new document classes:
230 - article(IOP) - for scientific papers published by the IOP group
231 - presentation(powerdot) - for presentations using the powerdot package
232 - curriculum vitae(Europe) - for CVs following the guidelines of the EU
233 - curriculum vitae(modern) - for CVs using the moderncv package
234 - curriculum vitae(simple) - for simple CVs
236 * Minor user interface improvements
238 Several minor improvements of the user interface have been made, such as:
240 - Syntax highlighting of the user preamble and the LaTeX log file.
241 - Better parsing of BibTeX databases (in the citation dialog).
242 - Support for optional arguments for environments.
244 * Enhanced clipboard/selection handling
246 The clipboard has been tuned to work better with other applications.
247 Parallel to clipboard usages, the *nix way of using middle-button
248 to paste selected text is enhanced, and is also available under windows
249 (but within lyx only). Selection of lyx text is now persistent in that
250 you can paste the selected text using the middle button multiple times,
251 even after the selection has been cleared.
253 * Limited support for local class and layout files
255 Lyx can not create, but can open a .lyx file with .cls and .layout files
256 stored in the same directory as the .lyx file. That is to say, if you send
257 your co-author a .lyx file with associated class and layout files, s/he
258 can view and modify the .lyx file directly, without having to install the
259 .cls and .layout files, reconfigure and restart lyx. Note that the .cls and
260 .layout files have to be copied to every directory your .lyx files reside,
261 should you use different directories for master and child documents.
265 As usual, one big task has been the ongoing code cleanup of the LyX
266 core. Performing this cleanup makes the code more understandable and
267 easier to maintain. It also leads inevitably to a more robust
268 application. Nonetheless, it's an unfortunate fact of life that ugly
269 code is sometimes faster than pretty code. We're well aware that LyX
270 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
271 series has been to bring this speed back.
275 Lots of long-lasting bugs have been fixed, as documented in LyX
276 bugzilla. Probably some new ones have been introduced instead ;-)
279 What's new in version 1.4.5.1?
280 ------------------------------
282 The only change over release 1.4.5 is the addition to the distribution
283 of one file necessary to read and write lyx 1.5 files.
286 What's new in version 1.4.5?
287 ----------------------------
289 This is expected to be the last release in the 1.4.x stable
290 branch. Besides the obligatory bug fixes, its main feature is the
291 ability to read files created by LyX 1.5.0 (this feature requires
292 python 2.3.4 or later).
295 What's new in version 1.4.4?
296 ----------------------------
298 This is of course a bug fix release, but some new features sneaked in, among which:
300 *) Outline support: it is now possible to move around parts of
301 documents in the Table of Contents dialog.
303 *) Add new UI settings default-autotoolbars and default-alltoolbars
304 allowing to select what toolbars are active or shown automatically.
306 *) Improved documentation.
308 *) Speed improvements, especially on windows.
311 What's new in version 1.4.3?
312 ----------------------------
314 This is a bug fix release that improves stability and MS Windows
315 support. Notable new features include:
317 *) The windows port does not need a MSys (unix-like tools)
318 installation anymore.
320 *) A new function inset-dissolve has been added to delete an text
321 inset and put its contents in the enclosing text; this can be
322 accessed (like in the math editor) by pressing Backspace at the start
323 of an inset, or Delete at the end.
325 *) Many crashes have been fixed, in particular for systems based on
329 What's new in version 1.4.2?
330 ----------------------------
332 This is a bug fix release that improves performance, stability and native OS support. Notable new features include:
334 *) LyX now automatically uses file viewers and editors set at OS level
335 [Windows and Mac OS X only].
337 *) The windows installer has been completely rewritten.
339 *) A new function buffer-toggle-compression (and corresponding entry
340 in the Document menu) has been added to change whether the file will
341 be compressed on disk or not.
343 *) A "LaTeX (pdflatex)" output format has been added. This new output
344 format produces .tex files that are suitable for pdflatex, including
345 figure conversion to png, pdf or jpeg instead of eps.
348 What's new in version 1.4.1?
349 ----------------------------
351 This is a bug fix release, but some of the bugs were big. In particular:
353 *) fix the huge memory consumption and corresponding sluggishness with
354 documents containing many graphics or `instant preview' snippets.
356 *) fix slow screen update with nested insets, particularly with
359 *) fix the delay when exiting from a math inset.
361 *) let the change tracking code track paragraph breaks too.
363 *) Also, this will be the first 1.4 release with a windows
364 installer. See the file RELEASE-NOTES for some known problems in this
367 What's new in version 1.4.0?
368 ----------------------------
370 As usual with major releases, a lot of work that is not directly
371 visible has taken place. The core of LyX has seen more cleanups and
372 some of the new features are the direct results of this work.
374 ** Improved user interface
376 LyX 1.4 has a re-designed layout for the menus, designed to decrease
377 clutter and maximise productivity. Several menu items (in the Edit
378 menu) are now context-sensitive, so they only appear when needed. For
379 the die-hard old LyX users, the older layout (referred to as the
380 classic UI) is still available, for now.
382 It's now possible to define multiple toolbars as seen in other
383 editors. By default, the new LyX release has two toolbars displayed,
384 the standard one (similar to the static toolbar in LyX 1.3), plus the
385 extra toolbar. In addition, there are two pre-defined toolbars
386 available: one for tables, and one for math.
388 Another new feature worth mentioning is popup toolbars: you can set a
389 toolbar such that it only appears when editing math, or when editing a
394 This new feature, similar to that found in Microsoft Word and others,
395 makes collaboration on a document a cinch. It provides a way to track
396 changes made to a document, and later approve, reject, or modify such
399 ** Much better conversion from .tex to .lyx
401 The ancient and unloved Perl script, reLyX has finally bitten the dust
402 and been replaced by the brand new and shiny tex2lyx. tex2lyx's LaTeX
403 parser follows most of the rules of the real TeX and so is already
404 much more powerful than reLyX ever was.
408 For a system that purports to make it easy to write documents full of
409 logical (as opposed to visual markup), LyX has always had one glaring
410 omission: no character styles. LyX 1.4 goes some way towards
411 addressing this defect, although there's no dialog to define your own
417 The teacher who's setting an exam obviously doesn't want her pupils
418 seeing the answers, yet having questions and answers in the same
419 document will make the life of the markers of that exam much easier.
421 That's just one example of someone who would benefit from LyX's new
422 "branches" feature. In fact, anyone who writes documents which have
423 more than one target audience will find this feature useful.
425 ** Minipages evolve to Boxes
427 In 1.3, LyX only had native support for plain minipages. Now you can
428 use a wide range of box types and decorations directly from the LyX
433 LyX now has three different Notes for you to add to your document from
434 the Insert>Note menu:
436 - the "LyX Note" is not exported to LaTeX, as now. The "Comment" is
437 - exported to LaTeX as a comment environment and is not processed
439 - The Greyed Out note is visible in your PostScript or PDF output as,
440 well, greyed-out text.
442 ** Better language and numbering on screen
444 Two features help to make the screen rendering closer to the printed output:
446 - the labels attached to layouts like Chapter are now translated in
447 the language of the document, which may be different from the
448 language of the menus;
449 - sectioning headers and theorems are now numbered according to the
450 document class specifications.
454 Yes, it's finally there! Tools>Count Words will give you a word
455 count of the document or of the current selection.
459 Nasty "error boxes" were eliminated in favor of a dialog with a list
460 of errors popping up at compilation time.
462 ** Improved bibliography support
464 - LyX's support for natbib has been enhanced. Now, also the mysterious
465 "before citation" field is supported;
466 - We have added support for jurabib, an amazing package to produce
467 flexible citations that are especially well suited for the humanities
469 - Support for sectioned bibliographies (bibtopic) has been added;
470 - the way bibtex is called is now customizable (as is the way the
471 index processor is invoked).
473 ** Improved microtypography support
475 LyX aims to produce superior typography. With 1.4, it supports:
477 - more blank characters (e.g. a "thin space", which should stand here
478 between "e." and "g.");
479 - inner and outer quotation marks without the hassle of toggling the
480 style in the documents dialog. Just use the Alt key.
481 - the handling of figure and table alignment inside floats has been
482 improved. You can now use the paragraph dialog without getting too
483 much space between figure/table and caption.
487 - Figure and table floats can be rotated sideways
489 - The external xfig inset has been improved especially with regard to
492 - The graphics inset dialog has now an "edit" button that allows to
493 edit the included figure
495 - For index generation, xindy can be used instead of makeindex, which
496 has poor support for other than English index sorting.
500 Lots of long-lasting bugs have been fixed, as documented in LyX
501 bugzilla. Probably some new ones have been introduced instead ;-)
504 What's new in version 1.3.7?
505 ----------------------------
507 We hope that this will be the last release in the 1.3.x series. In
508 addition to many bug fixes, the following improvements are worth
511 - LyX 1.3.7 is able to read all LyX files up to file format 245,
512 the format that we anticipate will be used by the forthcoming LyX 1.4.0.
514 - The windows version has received some polish, in particular in the
515 installer and in the handling of file names.
517 All current 1.3.x users are encouraged to upgrade to this version.
520 What's new in version 1.3.6?
521 ----------------------------
523 Unix and MacOSX users should consider this to be a bugfix release.
525 To Windows users, however, LyX 1.3.6 is the first version of LyX
526 to support the platform officially. This means that we've put a huge
527 effort into squashing those bugs that were present in Ruurd Reitsma's
528 unofficial ports to Windows. Large chunks of the code base have been
529 touched in an attempt to resolve these problems so whilst we're
530 confident that LyX/Win 1.3.6 will be the best ever version of LyX on
531 Windows, we cannot say that it's bug free.
533 We would like to highlight three fixes in particular:
534 * It is now possible to typeset files which reside in a directory with
535 spaces in its name; this requires a modern TeX implementation (such
537 * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab
538 and <opt><shift>-tab with LyX/Mac) to switch between the open documents.
539 * LaTeX-type accents, ligature breaks and hyphenation marks are now
540 considered as part of words
544 What's new in version 1.3.5?
545 ----------------------------
547 This is mainly a bugfix release, with few notable user-visible
548 improvements. However, we would like to highlight two fixes in particular:
549 * Nested documents (with Insert>Include File...), which have been
550 broken since LyX 1.2.0, should now work properly, including the
551 case where the files are in different directories.
552 * It is now possible to compile LyX with gcc 3.4.
554 What's new in version 1.3.4?
555 ----------------------------
557 This is a maintenance release which improves upon 1.3.3 in
559 * It adds support for old files from LyX 0.10.x or 0.12.x;
560 * Lyx documents can now be opened and edited even if
561 they use text classes not present in your latex installation;
562 * New Qt features have been added (improved selection,
564 * Mac OS X support is much improved;
565 * The interface and documentation localization have
568 What's new in version 1.3.3?
569 ----------------------------
571 This is a maintenance release which improves upon 1.3.2 in
573 * import of old LyX files and export to DocBook have been improved;
574 * many small bugs in the Qt frontend have been fixed;
575 * MacOSX users can now compile LyX and enjoy the native MacOSX interface;
576 * several languages now benefit from an improved translation of
577 the user interface and documentation.
579 What's new in version 1.3.2?
580 ----------------------------
582 This is a maintenance release which improves upon 1.3.1 in
584 * the spellchecker code has been overhauled and many bugs
586 * many small bugs in the Qt frontend have been fixed;
587 * several languages now benefit from an improved translation of
590 What's new in version 1.3.1?
591 ----------------------------
593 LyX 1.3.1 is a maintenance release, which adds some polish to the new
594 features of LyX 1.3.0 (especially the Qt frontend) and also fixes some
595 significant bugs in the math editor and the lyx2lyx import script. We
596 also threw in a few new features (new textclasses, latex import
597 improvements) for good measure.
601 - when there is vertical space between paragraphs, the amount of space
602 is also indicated in the small/medium/large case [bug #814]
604 - reLyX improvements: support for natib citations, for 'm' column
605 descriptors in tables; a .lyx file generated by reLyX now says this
607 - new classes mwart, mwbk and mwrep (adaptation of the base classes to
608 polish conventions); new class elsart (for journals published by
609 Elsevier); updated classes koma-script (in particular new class
610 scrlttr2); re-introduce class ijmpd (which was in 1.2.x) and unbreak
613 - new "polski" keymap, useful for entering Polish on a QWERTY
614 keyboard; update to Scientific Word-compatible bindings
615 (documentation has been updated too)
617 - updates to the danish, dutch, french, german, norwegian, polish and
618 spanish translation of menus
620 - Most of the documentation has been updated for the current version
621 of LyX. If you find some problems with the documentation in this
622 release, please contact lyx-docs@lists.lyx.org
624 What's new in version 1.3.0?
625 ----------------------------
627 As with the previous major version 1.2.0, many things make this new
628 release an exciting one. One of the major projects that has been going
629 on behind the scenes is the so-called GUI-independence project. We are
630 glad to announce that version 1.3.0 shows the first results of this.
631 LyX now comes in two flavours: Qt-LyX and xforms-LyX!
633 Although this is the most visible change in version 1.3, this should not
634 hide the fact that the `under the hood' changes to the code have again
635 been very important. A detailed list can be found below.
639 This is of course the most visible new feature. This frontend supports
640 either Qt 2.x or 3.x and is mostly feature complete. Note that some
641 of the dialogs are slightly different in design, but are generally
642 functionally equivalent.
644 Note that if Qt is using Xft2/fontconfig, you may need to install the
645 latex-xft-fonts package at ftp://ftp.lyx.org/pub/lyx/contrib to get maths
646 symbols displayed properly.
650 Unfortunately, the development of the Gnome frontend has mostly
651 stopped recently and we have therefore chosen to disable it. We
652 strongly invite anyone willing to revive this port to volunteer on the
657 preview-latex is an emacs package for LaTeX that allows "instant previews"
658 of LaTeX code, so you can immediately see the visual rendering of the
659 LaTeX in the document. Its project home page can be found at
660 http://sourceforge.net/projects/preview-latex. With the help of David
661 Kastrup, the author, LyX 1.3.0 can harness this functionality to
662 allow instant previews in the LyX window of math equations and
663 figures. This feature can be immensely useful, ensuring that the
664 rendering of your equation will look right in the final output. The
665 preview is only displayed (if enabled) when you're not editing the
666 actual equation, so it's unobtrusive too.
670 There have been a few visible and some not-so-visible changes. On the
671 visible side we have better visual feedback regarding the structure of
672 a formula, showing the nesting by small purple decorations in the
673 formula itself and revealing the names of the nesting levels in the
674 minibuffer. There is now native support for symbols from the wasy
675 package containing e.g. the zodiac symbols. New also is the internal
676 structure of font changes which are now proper "insets", just like
677 anything else from a square root to an array. This not only simplifies
678 the code greatly but also allows the same editing tricks as for the
679 "regular" math. However, it was not possible to tweak the visible
680 behaviour to mimic 1.2 in all cases, so this might take some time to
681 get accustomed to. On the pro side, the new structure allowed
682 support for LaTeX's \mbox and \fbox to be implemented and general
683 "switching back to text mode within math", so a lot of "evil red text"
684 trickery is not needed anymore. The most visible changes are the following:
686 - Pressing { and } will insert LaTeX's \{ and \} which show up as { }
687 in the printout. To get LaTeX's {} nesting, you need to type \{.
689 - Fonts changes now really nest. Repeated application of a font change
690 will result in nested font changes! To remove a font change without
691 removing the "contents", it is now possible to "pull the argument"
692 like in other insets, i.e. put the cursor in the first position of
693 the inset and press 'backspace'.
697 LyX now has a new script lyx2lyx which enables the reading of any file
698 produced by LyX versions as old as 0.12. Work is in progress on files
699 created with LyX 0.10 (LyX 1.4 time-line) and still older files are
700 in the forge. Basically if lyx wrote it LyX will read it. :-)
702 There is also a strong demand to be able to read files produced by
703 _newer_ versions of LyX. While lyx2lyx has the infrastructure in place
704 to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
705 1.2.x, for example) have not yet been written.
707 ** Miscellaneous changes
709 - LyX now automatically uses TeX fonts for screen rendering of math
710 equations if they are available (it is not necessary anymore to
711 configure your font server).
713 - The Insert>Short Title allows the addition of an optional text
714 for section headings and captions that is designed to be used in
717 - The Insert>Float>Floatflt Figure menu item restores the ability
718 to wrap text around an image which was present in 1.1.6 and
721 - If you configure with --with-pspell (which uses the PSpell library for
722 spellchecking), you will be able to automatically spell-check
723 multi-language documents, assuming you have the right dictionaries
727 What's new in version 1.2.3?
728 ----------------------------
730 LyX 1.2.3 is a maintenance release. It mainly fixes a very bad bug
731 where configuring LyX as root could lead to deleting the /dev/null
732 special device (this does not impact users of prebuilt binaries).
733 Also, a bug where LyX would create zombie processes has been fixed.
737 - updated italian User Guide
739 - updated french localization
742 What's new in version 1.2.2?
743 ----------------------------
745 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
746 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
751 - LyX builds with the newly released xforms 1.0. Actually, it is
752 advised to use this version of xforms, since it fixes many bugs and
753 support for older versions will probably be dropped in LyX 1.3.0
755 - selecting a word by double clicking now sets the X clipboard (like
756 when dragging the mouse)
758 - it is now possible to specify the arguments for viewers; in
759 particular, this means that it is possible to use browsers which
760 require a file: URL as HTML viewers (mozilla is used as default if
763 - when a new LyX version is launched, the Edit>Reconfigure tool is
764 automatically invoked; this should avoid many problems with users
765 who are not aware that it is needed
767 - when changing the current layout with the toolbar, the corresponding
768 keyboard binding is shown in the minibuffer
770 - in hebrew language, the key " now inserts a typewriter quote (since
771 other quotes do not make sense in hebrew)
773 - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
775 - new class ijmpd; update cl2emult, llncs and foils textclasses
777 - update sciword bindings
779 - small cleanup of UserGuide and FAQ; update to German, French and
780 Russian documentation; new Hebrew tutorial
782 - update french, german, russian, finnish and danish localization of
786 What's new in version 1.2.1?
787 ----------------------------
789 LyX 1.2.1 is a maintenance release which fixes many bugs in version
790 1.2.0. We hope in this way to enhance world happiness, allowing the
791 developers to continue busily to prepare the next major release
792 1.3.0. There are a lot of fixes in there, and upgrading is highly
797 - it is now possible to build LyX with xforms 1.0rc4 (and probably 1.0
798 when this gets released)
800 - partial rewrite of the find & replace feature. This should solve most of
801 the performance problems
803 - new option `keep aspect ratio' in graphics dialog
805 - revert to the old behaviour when creating new floats (figure,
806 table...): the empty paragraph in the float now is a caption. It
807 seems that 1.2.0 behaviour was confusing too many people
809 - it is now possible to set the float placement parameters to
812 - when the cursor is inside a collapsible inset, `Edit>Open/close
813 float' will leave it after the inset after closing it (this should
814 help entering of ERT insets)
816 - update Finnish, Danish, French and Russian localizations
818 - update Tutorial to 1.2.x features
820 - better support for entering Cyrillic and Greek alphabets
822 - cleanup shortcuts for section layouts. Starred versions are now
823 obtained by prepending a * to the section number (M-p asterisk 0, ...,
826 - add keyboard shortcuts to the Documents menu
828 - support the numpad direction keys as equivalent to normal cursor
831 - it is now possible to specify a non-existent file name on the command
832 line and have this file created for you
834 - new class cl2emult; update template for IEEEtran; small update to
835 heb-article and hollywood textclasses
838 What's new in version 1.2.0?
839 ----------------------------
841 LyX 1.2.0 is the version where many of changes in the 1.1.x series
842 really begin to pay off. It should prove to be a very solid base for
843 further developments. As of this version, we use (yet another) new
844 versioning scheme: next major version will be 1.3.0, and 1.2.x will
845 be just incremental fixes (like the `fix' series used to be for 1.1.5
848 This version sees the introduction of the so-called `new' insets,
849 which can contain arbitrary text. As a consequence, many new features
852 - Floats, footnotes and margin notes are now real insets. The
853 positional parameters of figure, table and algorithm floats can be set
856 - Most problems with the new table inset of 1.1.6 have been addressed
857 (memory consumption, file bloat, spell-checking, search and replace...).
858 Better longtable header/footer support was implemented.
860 - TeX mode has been superseded by the ERT inset, which is foldable, or
863 - Notes inset can now contain arbitrary LyX constructs; they will not
864 appear in the output.
868 Note that another consequence of these changes is that older LyX
869 versions will almost certainly fail to read files produced by LyX
873 Other more traditional insets have been improved too:
875 - New graphics inset with support for hassle-free inclusion of various
876 image formats (GIF, JPEG, PNG and EPS by default) and a new
877 rendering scheme that should fix the bugs we had with the older
880 - Support for natbib for bibliography citations
884 The math editor has been mostly rewritten. This begun as a general
885 cleanup, but it turns out that many new features happened in this
886 process, among which:
888 - many of the known bugs or annoyances in mathed have been fixed.
890 - possibility to display all standard latex and amsmath symbols (and
891 also the \mathcal, \mathbb, and \mathfrak fonts)as long as the
892 relevant fonts have been made available to the X server
894 - support for many amsmath features
895 Commands: xrightarrow, xleftarrow, substack, underset, dddot
896 over/under arrows (e.g. underleftarrow).
897 Environments: align, alignat, xalignat, xxalignat, multline, gather
898 split, gathered, aligned, cases, subarray, pmatrix, bmatrix, vmatrix,
901 - Preliminary support for xymatrix
903 - Support for horizontal and vertical lines in arrays.
905 - Improvements to the parser
907 - Improvements to math text mode
909 - (Better) support for nested macros
911 - Enable size changes to arrays after creation (add/delete rows/columns)
913 - Support for changing font or displaystyle on a selection
915 - GUI support provided for many more features
918 Other changes include:
920 - Support for windows with cygwin has been incorporated into the main
923 - Most of the dialogs have been rewritten in the GUI-I framework, and
924 improved in the process
926 - The kde frontend has been dropped in favor of a new qt2 frontend.
927 Note that only the xforms front is really operational as of this
928 version and alternative frontends are expected for 1.3.0
930 - The citation dialog has a search facility, with support for regular
933 - New ligature break special character, useful for words like
934 "shelfful", or many german words
936 - Support for parsing preamble when converting LaTeX files. Along
937 with changes in the LaTeX production of alignment options, this
938 improves round-trip work where you export a LyX document as
939 LaTeX, and later reimport it from LaTeX.
941 - Updated documentation
943 - a few more document classes for journals: dtk, ltugboat, spie and
946 - Support for setting bookmarks and jumping to them
948 - It is possible to cycle between a label and its references.
950 - Preliminary support for multiple bibliographies
952 - Babel can be disabled
954 - A thesaurus facility (English only)
956 What's new in LyX version 1.1.6fix4?
957 ------------------------------------
959 LyX 1.1.6fix4 is a bugfix release.
963 - add support for latin3, latin4 and latin9 encodings
965 - change the encoding for estonian from latin4 to latin1, since it
966 appears to be more suitable.
968 - add support for ae fonts (emulation of T1 encoding with OT1 fonts).
969 This is useful for creating pdf files in T1 encoding
971 - add support for dvipdfm
973 - when passing a file name as argument from command line, the
974 extension `.lyx' is added if necessary
976 - insert error insets in the documents when there have been unknown
979 - new class `kluwer'; update to hollywood class
981 - the class encts has been renamed to entcs (stupid typo!) and
984 - updates to the introduction document and the italian user guide
986 - updates to the russian, finnish and hebrew localisations
989 What's new in LyX version 1.1.6fix3?
990 ------------------------------------
992 LyX 1.1.6fix3 is a bugfix release.
996 - documentation has been updated to remove errors due to interface
999 - new italian user guide; updated french localisation of menus and
1000 documentation; new dutch translations of some examples
1002 - the `history' and `revert' functionalities have been implemented in CVS
1005 - it is now possible to enter directly characters in an encoding
1006 different from latin1 (providing one is using a correct screen font)
1008 - new encts class for Elsevier Science's Electronic Notes in
1009 Theoretical Computer Science
1011 - new cv class for writing curriculum vitae
1013 - new extarticle, extreport, extbook and extletter classes, which are
1014 versions of the normal classes with more font sizes available
1016 - the aapaper class has been complemented with a aa class for the A&A
1017 LaTeX document class version 5.0, which is slightly incompatible
1018 with the older version
1021 What's new in LyX version 1.1.6fix2?
1022 ------------------------------------
1024 LyX 1.1.6fix2 is a bugfix release.
1028 - add language support in docbook; better support for verbatim text.
1030 - the --with-lyx-suffix flag introduced in 1.1.6fix1 has been renamed
1031 to --with-version-suffix; it can now be used without argument (to
1032 install as lyx-1.1.6fix2)
1034 - many translations updated; big french documentation overhaul; german
1035 documentation update.
1037 - preliminary Thai support; new serbo-croatian support
1040 What's new in LyX version 1.1.6fix1?
1041 ------------------------------------
1043 LyX 1.1.6fix1 is a bugfix release.
1047 - updated documentation for version 1.1.6; new french documentation
1048 translations; updated danish translation of the interface.
1050 - better support for ukrainian language
1052 - non working --with-lyxname configure option has been replaced by
1053 working --with-lyx-suffix.
1055 - in default cua bindings, change C-k from font-noun to
1056 line-delete-forward.
1058 - Add the prefix "key-" to the default keys for bibliography insets.
1060 - Show both key and label of a bibliography inset.
1063 What's new in LyX version 1.1.6?
1064 --------------------------------
1066 As with all of the 1.1.x versions of LyX, this release contains a lot
1067 of new code: in particular, more than half of the changes described in
1068 the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
1070 Besides the usual under-the-hood changes, LyX 1.1.6 has many
1071 new user-visible features. The main visible feature is that the
1072 GUI-independent branch of development has been merged, as well as code
1073 from the older development version:
1075 - many popups have been rewritten to use the new GUI-I scheme. In the
1076 process they have received a nice cleanup: the Document and Paragraph
1077 popups now contain in one single place what was previously scattered
1078 in many places. Similarly, the citation and cross reference popups
1079 have been overhauled.
1081 - LyX now has a Preference popup where you can change most of your
1084 - the menus can now be defined in a text file, and they automatically
1085 display the keyboard bindings associated with commands.
1087 - it is now possible to provide your own icons for the toolbar.
1089 - last but not least, work has begun on a KDE and a Gnome frontend for
1090 LyX. They are not officially supported for this version, but this
1091 will give you an idea of what is happening.
1093 Other major changes in 1.1.6 include:
1095 - the table support has been completely rewritten. It is now a modular
1096 object (inset), each cell of which owns a (also) newly written text
1097 inset. This now permits automatic text-wrap inside a tabular
1098 cell (if you define a width), multiparagraph mode AND setting of
1099 layouts for the paragraphs (lists inside a tabular cell!). Last but
1100 not least, a wide tabular now scrolls automatically so that all of it
1101 is visible without the need to enlarge the window!
1103 While there are as yet no other new features, they will be now MUCH
1104 easier to add. It may be that because of being "young" code some
1105 features may not work right now, but at least it is much
1108 - new external material inset: this is a new kind of very powerful
1109 inset which will allow LyX to interface intelligently with external
1110 applications. Among other good things, it will finally allow you to
1111 include GIF, JPEG, TIF, PNG, or just about any other raster format
1112 images in your document. It will even do an approximate ascii
1113 rendering when you do Ascii export if you have gifscii installed.
1115 - The code which converts from LyX format to anything else (for
1116 viewing or exporting purposes) and from anything else to LyX has been
1117 rewritten. In particular, it is now possible to export to PDF, and to
1118 import from HTML/MSWord. In fact it's now possible to add new import/export
1119 formats without recompiling LyX by specifying external programs or scripts
1121 (note that the old import/export lyxrc settings no longer work).
1123 - LyX can do command line exports without opening any GUI components.
1125 - The multilingual support has been improved. It is now possible to use in a
1126 document languages with different encodings, e.g. German (iso8859-1) and
1127 Czech (iso8859-2). Such a document can be viewed on screen using an
1128 iso10646-1 (Unicode) font. However, it is (currently) not possible to
1129 have differently encoded languages in the same paragraph.
1130 The languages and the encodings are defined in text files.
1132 - Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
1134 - included files work now with docbook and linuxdoc; new layout
1137 - PSpell library and Aspell spell checker support now included thanks
1138 largely to Kevin Atkinson (PSpell and Aspell maintainer).
1140 And finally, there have been a lot of smaller changes, which are
1141 mentioned here for your information
1143 - the menu entry File->New does not prompt for a file name by default
1144 (this can be changed in preferences).
1146 - new -geometry command line option, which replaces the old -width,
1151 What's new in LyX version 1.1.5?
1152 --------------------------------
1154 Lots of internal code rewritten, fixed, changed and added.
1155 We are using the C++ Standard Library more each day.
1156 This will in most cases make the code clearer and easier to maintain
1158 We are also gearing up for the merge of the gui-indep branch, expect
1159 this (but not the new gui's) in 1.1.6.
1161 User-visible changes:
1163 - Paste to other programs (like emacs or xterm). Note: text only.
1165 - New TOC menu item for fast access to the table of contents.
1167 - New Refs menu item for quick insertion of cross-references.
1169 - multilingual documents (preliminary support)
1171 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
1172 only and is likely to improve in future versions.
1174 - Per-paragraph spacing, currently only settable from the
1175 command-line/window:
1176 paragraph-spacing (default,single,onehalf,double,other) [float]
1178 - New visual feedback for environment depth of paragraphs (also the !
1179 in the margin for margin notes has been removed).
1181 - End-of-proof box, for layouts where it makes sense.
1183 - labels are now editable (not in equations, though).
1185 - Much faster spellchecking (50x faster!).
1187 - The parsing of the LaTex log has improved flagging more errors that
1188 earlier versions of LyX did not see at all. So if you suddenly have
1189 errors in documents that used to have none, this might be the casue.
1190 (And you probably had the error always.)
1192 - Better definition for LyXList style.
1194 - hollywood.layout and broadway.layout have improved. New classes
1195 LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy)
1197 - support for varioref and pretty ref (preliminary support)
1199 - A couple of changes to the LyX format, so that files written with
1200 1.1.5 will not be parsed correctly by older LyX versions if protected
1201 spaces or the new per-paragraph spacing are used. Also the RtL
1202 support is of course not supported in older versions.
1204 - Removed support for XForms older than 0.88.
1206 - Some command-line options and X resources are not supported anymore
1207 (The color ones, and -mono -fastselection, -reverse)
1209 - New command-line options '-userdir' which so that you can choose to
1210 use another dir than .lyx for user configurations. (Or have many.)
1212 - new lyxrc variables: \show_banner [true|false] to remove the banner
1213 screen, \backupdir_path to tell where the backup files created
1214 by lyx should be stored, and \override_x_deadkeys to tell whether
1215 lyx should provide its own accent keys handling (default is true).
1218 What's new in LyX version 1.1.4?
1219 --------------------------------
1221 More internals have been rethought. In particular, most of the file IO
1222 routines of LyX have been rewritten to use real C++ streams. Many
1223 changes have also been done to help compile LyX with Sun CC 5.0 and
1226 In the user-visible department, we find:
1228 - new command line option -x (or --execute) and -e (or --export). Now
1229 direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
1230 ('lyx file.lyx --export latex') Unfortunately, X is still needed and
1231 the GUI pops up during the process...
1233 - better placement of accents for characters that LyX draws by itself;
1235 - improved translations, in particular in Finnish (overhauled UI
1236 translation), Dutch (tutorial and examples), German
1238 - new configure flag --with-lyxname which allows to choose the name
1239 under which lyx is installed. Default is "lyx", of course. It used
1240 to be possible to do this with --program-suffix, but the later has
1241 in fact a different meaning for autoconf.
1243 And of course, a lot of old bugs have been replaced by new ones ;)
1246 What's new in LyX version 1.1.3?
1247 --------------------------------
1249 More LyX internals have been cleaned-up in this version, but the usual
1250 small number of user-visible changes have appeared:
1252 - LyX is not able anymore to read some old files using latex inset
1253 (this should not be a problem as these were already not generated by
1254 LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
1256 - The first line of a .lyx file does not contain anymore the file
1257 creator name and the date of creation; this was causing various
1260 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
1263 - Slightly better handling of dependency tracking for bibtex files.
1265 - The screen representations of \varepsilon and \epsilon have been
1266 swapped. Now \epsilon shows as red text, and \varepsilon shows as it
1267 should. This is of course a controversial change (since many people
1268 will find that their lyx workscreen is suddenly full of red), but done
1269 for the sake of correctness.
1271 - The characters \angle and \vee are now correctly displayed in math
1272 formulas; the glyph for \Upsilon has been changed.
1274 - Characters '~' and '^' are now output using standard LaTeX macros,
1275 which improves the result with T1 fonts.
1277 - new function "command-sequence" to bind several sequences to a key.
1279 - The textclass g-brief has been updated.
1281 And of course many bugs have been fixed.
1283 What's new in LyX version 1.1.2?
1284 --------------------------------
1286 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
1288 - the export to html feature has been extended to use other programs.
1289 Currently, tth, latex2html and hevea are supported. Note that the
1290 variable \tth_command has been renamed to \html_command in lyxrc.
1292 Moreover, a couple of semi-serious bugs have been fixed:
1294 - a bug that caused a crash in lyxstring::find
1296 - the annoying '-' vs. '_' bug.
1298 Also the cheaders files were missing from the 1.1.1 distribution, that
1299 has also been fixed.
1301 What's new in LyX version 1.1.1?
1302 --------------------------------
1304 LyX 1.1.1 marks an important change in our development scheme. While
1305 it does not have many new features, there have been many internal
1306 changes, many of which have been backported from our old development
1307 branch (which is now extinct). So while on the surface this version is
1308 very similar to version 1.0.4, many things happened under the hood. As
1309 a consequence of this: expect that some new bugs have crept in.
1311 User visible changes in lyx 1.1.1:
1313 - New export to HTML feature
1315 - All the popups should be more resistant to resize actions.
1317 - normal spaces are automatically made unbreakable if we are in
1318 a freespacing mode (LyX-Code), but not in latex mode. The rule used
1319 to be that spaces where changed when in typewriter font.
1321 - the default encoding of a new document is now latin1, since it seems
1322 to be a reasonable default for many people. Note that you can
1323 override this default with the "Save layout as default" feature.
1325 What's new in 1.0.4 compared to LyX version 1.0.3?
1326 --------------------------------------------------
1328 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
1329 new features has been included:
1335 - Better printing with custom pagesizes.
1337 - Several language files updated.
1339 - And several bugfixes to math and table.
1341 What's new in 1.0.3 compared to LyX version 1.0.2?
1342 --------------------------------------------------
1344 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
1346 - improved dependency tracking when running LaTeX (fixes one important
1349 - new italian and walloon localizations of the user interface.
1351 - New slovene and spanish translations of the Tutorial.
1353 What's new in 1.0.2 compared to LyX version 1.0.1?
1354 --------------------------------------------------
1356 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
1357 compared to version 1.0.0, it adds the following features:
1359 - Improved reLyX: supports EPS image inclusion and works in windows.
1361 - New french translation of Intro.lyx and Tutorial.lyx; new german
1362 translation of UserGuide.lyx.
1364 - Better multipart document support.
1366 - LyX is now able to parse your BibTex files and show a list of
1369 - New broadway textclass (for plays).
1372 What's new in 1.0.1 compared to LyX version 1.0.0?
1373 --------------------------------------------------
1375 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
1376 compared to version 1.0.0, it adds the following features:
1378 - Support for selecting pages and number of copies in print dialog
1380 - New function 'Replace all' in Find&Replace popup
1382 - Support for optional argument of \sqrt in math editor
1384 - Support for literate programming with the 'noweb' program
1386 - New LaTeX document classe: APA
1390 What's new in 1.0.0 compared to LyX version 0.12.0?
1391 ----------------------------------------------------
1393 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
1394 version 0.12.0, it adds the following features:
1396 - much improved reLyX script: many bugs have been fixed, new options
1397 have been added, many constructs are now correctly handled. reLyX is now
1398 installed along with LyX and has its own man page. Separate upgrades
1399 of reLyX will be made available later. The reLyX script is utilized
1400 by the File->Import LaTeX command in LyX.
1402 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
1403 footnotes, and generally better output.
1405 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
1406 implementing the corresponding classes of the koma-script
1407 package. New textclasses latex8 for some IEEE journals, IEEEtran for
1408 various IEEE Transactions journals and ejour2 for some Springer Verlag
1409 Journals. New textclass hollywood to typeset your own film scripts.
1411 - Better support (keyboard bindings, keyboard mappings, and/or menu
1412 and error message translations) for several languages.
1414 - Documentation has been partly translated to German, Swedish, and Czech. You
1415 will get this automatically from the Help menu if you set up the LANG
1416 environment variable correctly (i.e. to 'de' or 'sv').
1418 - Documentation has been generally improved and expanded.
1420 - Improved table support.
1422 - Support for arbitrary line spacing in documents.
1424 - easier handling of index entries.
1426 - The printer configuration scheme has changed a bit to help people
1427 whose dvips is not configured correctly. As a consequence, you might
1428 have to modify your lyxrc a bit. All users are advised to re-run
1429 Option->Reconfigure to update LyX configuration.
1432 Note that your existing global lyxrc file will not be overwritten by
1433 default since now LyX only installs a file lyxrc.example to use as