]> git.lyx.org Git - lyx.git/blobdiff - NEWS
Autotools: optimize with -Og when debugging
[lyx.git] / NEWS
diff --git a/NEWS b/NEWS
index 7c599c39c1e63f2cf9e8e33b83c0b27ae034379f..0a816c2e711f1b0a09da402db79d1f73ead44ee7 100644 (file)
--- a/NEWS
+++ b/NEWS
-What's new in version 1.5.0 (beta 3)?
----------------------------- 
-
-Compared with the previous beta release we have fixed several bugs
-and added some improvements, namely a new inset to support code listings.
-
-We have enabled the converter file cache by default.
-
-Internally we have renamed files to follow a consistent name pattern,
-this will allow an easier navigation of the source code thus simplifying
-bug fixing.
-
-What's new in version 1.5.0 (beta 2)?
----------------------------- 
-
-Compared with the previous beta release we have fixed several bugs and
-added some graphical improvements:
- * A new math toolbar replaces the old (faithful) math panel.
- * The converter file cache can be now configured in the graphical interface.
- * The TOC dialog is now a dock widget, embedded in the main window.
-
-Apart from the described major changes, several minor improvements of
-the user interface have been made, such as:
-
- - Syntax highlighting for the user preamble and the LaTeX log file 
- - Better parsing of BibTeX databases (in the citation dialog) 
- - Support optional argument for environments 
-
-What's new in version 1.5.0 (beta 1)?
----------------------------- 
-
-* Unicode
-
-LyX 1.5's big goal was to use unicode internally and so resolve a slew
-of existing problems with special characters and non-alphabetic
-languages. LyX 1.5 is able to output unicode (in addition to
-encodings current available), so that you can use LaTeX's new utf8
-encoding or such brand new typesetting systems as XeTeX.
-Since the change to unicode touched much of the code base and some
-areas still need a cleanup it is very likely that some bugs related to
-the unicode transition still exist. Please have a look at the Known
-bugs in LyX 1.5 page if you encounter a bug that seems to be related
-to unicode. If it's not there, then please report it to the lyx-devel
-mailing list.
-
-* Integrated CJK support
-
-The very first result of the Unicode transition is that we have finally
-merged in the externally maintained CJK-LyX branch.
-
-* Multiple views of the same buffer
-
-LyX can now display multiple views of the same buffer. I.e., you can
-now open a single document in multiple windows and work on different
-parts of it synchronously.
-
-* Outliner
-
-LyX has another long-awaited feature: a basic outliner mode, in which
-you can move chapters and sections around in the Table of Contents
-dialog. (The outliner has been backported and was released with LyX
-1.4.4.)
-
-* Session management
-
-LyX is now able to remember window size and position and it will
-reopen the documents you worked on last time around. If you've
-selected the feature in the Preferences dialog, it'll even move the
-cursor to the place you were working on last!  Furthermore, toolbars
-can (finally!) be switched on/off in View->Toolbars and moved about in
-the LyX window. The session management will remember their state.
-
-* Source code Viewer
-
-As a kind of "anti-preview-latex", a dialog was implemented that lets
-you view the source code of a given paragraph/selection or the whole
-document.
-
-* New Font Selection Interface
-
-LyX's font selection abilities have been one of its weakest and most
-outdated components. A completely new interface was implemented that
-provides access to the power of LaTeX's font selection scheme.
-* Tabular extensions
-
-LyX's table support is certainly less powerful than that of
-LaTeX. support for the booktabs package was implemented, which
-provides beautiful and elegant tabulars.
-
-* Nomenclatures
-
-Native LyX support for the nomencl package was implemented. With this,
-you can treat your document with all sorts of nomenclatures,
-glossaries and fancy notations.
-
-* Tabbed Widget
-
-LyX now uses tabbed widgets to display multiple documents.
-
-* Frontend News
-
-LyX 1.5 will use the Qt4 toolkit. This is especially good news for
-Windows users, since there's an official, GPL version of Qt4. They no
-longer have to rely on an unofficial port of the Unix Qt3 library to
-Windows.  The good old XForms frontend went the way of the dodo. It
-was both hated and loved, and certainly shaped the unique look of LyX
-in the past. It was finally killed off, however, by the switch to
-unicode.  The Qt3 frontend was removed.  The work on the GTK frontend
-has been transferred to a branch because its development has
-essentially stalled.
-
-* Change tracking enhancements
+What's new in version 2.4.0?
+----------------------------
 
-Major parts of the change tracking code were rewrote addressing
-several problems that existed in the existing implementation.
+The new features in LyX 2.4 are detailed in
+https://wiki.lyx.org/LyX/NewInLyX24
 
-* Converter file cache
+* DocBook 5 / ePub / XHTML 5  support
+* Default Unicode for new documents
+* Table improvements (styles and other)
+* Redesign of Find/Replace dialog
+* Flexible text fields
+* Counters
+* Global float settings
+* Insets external editing
+* Dark theme
+* Qt 5 default, Qt 6 supported, Qt 4 dropped
 
-A cache for converted files, such as included figures, was
-implemented. This can speed up LyX's performance considerably when
-displaying documents with many included figures that need conversion
-to a format that can be rendered on screen.  The converter file cache
-is disabled by default, and there is no GUI for configuring it yet. If
-you want to use it, add the line
- \use_converter_cache true
 
-to your preferences file. The default maximum age of a cached file is
-6 months. You can change that with the line
- \converter_cache_maxage xxx
 
-where xxx is the maximum age in seconds. 
+What's new in version 2.3.7?
+----------------------------
 
-* Unified Windows installer
+LyX 2.3.7 is the  result of on-going efforts to make our stable version
+more reliable and more stable. Since it has been quite a long time (for
+unsurprising reasons) since the last update, this one contains more fixes
+than usual. We have fixed a number of crashes.
 
-The two windows installers are being merged and bug reports regarding
-both installers are welcome.
+What's new in version 2.3.6?
+----------------------------
 
-* Under the hood
+LyX 2.3.6 is the sixth maintenance release in the 2.3.x series. It is the 
+result of on-going efforts to make our stable version more reliable and 
+more stable. Most of the changes are fairly minor, fixes of smallish bugs, 
+but a couple crashes have been fixed, as well. 
 
-As usual, one big task has been the ongoing code cleanup of the LyX
-core. Performing this cleanup makes the code more understandable and
-easier to maintain. It also leads inevitably to a more robust
-application. Nonetheless, it's an unfortunate fact of life that ugly
-code is sometimes faster than pretty code. We're well aware that LyX
-1.4 is slower than LyX 1.3. One important goal of this 1.5 development
-series has been to bring this speed back.
+One oft-requested feature (going back 13 years) is the ability to create
+new child documents from within the 'include file' dialog. This is now
+possible. Another equally old bug that has been fixed is that pasting
+table content outside a table no longer pastes tab characters.
 
 
-What's new in version 1.4.4?
----------------------------- 
-
-** Updates:
-***********
+What's new in version 2.3.5?
+----------------------------
 
-* DOCUMENT INPUT/OUTPUT
+LyX 2.3.5 is the fifth maintenance release in the 2.3.x series. 
 
-- Improve Computer Algebra System support in math editor.
+LyX 2.3.5 is the result of on-going efforts to make our stable version more 
+reliable and more stable. Most of the changes are incremental, but quite a 
+few important bugs have now been fixed.
 
-- Add support for fixed size math delimiters in math editor.
+One important change is that Inkscape 1.0 is now supported: It will be detected 
+and  configured automatically. Users of previous versions have recently reported
+configuration failures when Inkscape 1.0 is installed, leading to an incomplete
+(and all but unusable) installation of LyX. This should also be fixed.
 
-- Convert included vector graphics to pdf instead of png for pdflatex export
-  (bug 2868). This is implemented with the help of a new format flag "vector"
-  that you have to set manually for your self defined vector graphics formats
-  if you want to use this feature.
 
-- Add a wmf -> eps converter (bug 2845) and a latex -> rtf converter.
+What's new in version 2.3.4?
+----------------------------
 
-- Add the layout file and an example document for the beamer
-  presentation class (these files where taken from the beamer package
-  by Till Tantau); new layout file ISPRS (Int. Soc. Photogrammetry &
-  Remote Sensing); new layout file for Arabic articles; update layout
-  file for REVTeX4 (bug 1215)
+LyX 2.3.4 is the fourth maintenance release in the 2.3.x series. 
 
-- New external template for LilyPond (a music typesetter).
+LyX 2.3.4 is the result of on-going efforts to make our stable version more 
+reliable and more stable. One important change is that we have finally fixed
+a large number of bugs related to bibitems (see bug #7548). We have also (we
+hope) fixed a long-standing bug involving the saving of files on Windows to
+Dropbox folders and another involving missing included files.
 
-* USER INTERFACE:
 
-- Outline support: it is now possible to move around parts of
-  documents in the Table of Contents dialog.
+What's new in version 2.3.3?
+----------------------------
 
-- Add new UI settings default-autotoolbars and default-alltoolbars
-  allowing to select what toolbars are active.
+LyX 2.3.3 is the third maintenance release in the 2.3.x series. 
 
-- The layout lfun without an argument does now set the layout to the default
-  layout of the text class. This is used by a new button "Default" in the
-  extra toolbar.
+LyX 2.3.3 is the result of on-going efforts to make our stable version more 
+reliable and more stable. One important change is that emergency files are
+now renamed when users wish to save them. As a result, older emergency files
+are not over-written. One major update allows for the editing of the contents
+of the user-provided premable, and the contents of ERT insets, in external
+editors, a request that goes back to 2003 and bug #991.
 
-- Add a menu entry for numbered formulas (bug 2901).
 
-- Updates to the european keyboard map (useful for entering accented
-  characters on a qwerty keyboard).
+What's new in version 2.3.2?
+----------------------------
 
-* DOCUMENTATION AND LOCALIZATION
+LyX 2.3.2 is the second maintenance release in the 2.3.x series. 
 
-- A new manual named "Embedded Objects" is available in the Help menu
-  in English and Spanish. It describes in detail tables, graphics,
-  floats, notes, and boxes.
+LyX 2.3.2 is the result of on-going efforts to make our stable version more 
+reliable and more stable. One main fix involves a crash with external viewers 
+on Windows. We have also fixed a number of problems with the output of right-
+to-left languages, thanks to the involvement of users. There was also an 
+infinite loop bug connected with the separation of environments that has been 
+fixed. But, for the most part, the fixes here are incremental.
   
-- Updated Intro and Extended manual.
-
-- New Galician localization; update Czech, French, German, Hungarian,
-  Italian, Romanian and Spanish localization of the interface.
-
-- New Galician translation of the documentation (splash, Intro,
-  Tutorial); Update German (all), Hebrew (Intro), Italian
-  (Tutorial, UserGuide), and Spanish (Intro) documentation.
-
-
-** Bug fixes:
-*************
-
-* DOCUMENT INPUT/OUTPUT
-
-- Write inherited colors correctly as "inherit" to the .lyx file. Previously
-  they where written as "default", which was then read in as "none".
-  Fix some help documents that contained this invalid color.
-
-- Parse the optional argument of the AMS math environments aligned, gathered
-  and alignedat.
-
-- Support lgathered and rgathered math environments.
-
-- Fix import of \fullcite commands from LaTeX.
-
-- Update bibliography references when the entry has been changed (bug
-  2744).
 
-- The BibTeX style files (bst files) can now live in paths with spaces
-  (bug 2186).
-
-- Fixed undo-and-TOC-navigation bug.
-
-- Fixed layout2layout (spurious tabs), so layout files from 1.3 can be read 
-  again.
-
-- Revert fix from 1.4.3 for better display of script insets with a nucleus
-  with more than one element (like {a'}^{2}), since it was buggy and it is
-  very difficult to do it right (bug 2921).
-
-- Re-enable Address paragraph style in AMS article classes (bug 2890).
-
-- Write \begin and \end alignment tags on their own lines (bug 3010).
-
-- Fix output of \setlength commands, in order to please latex2html
-  (bug 2843).
-
-- Import \guilsinglright correctly from .tex files.
-
-- Don't create invalid .lyx files when importing \i{} and \j{} from .tex
-  files.
-
-- Import \l{} and \L{} natively from .tex files (do not create ERT).
+What's new in version 2.3.1?
+----------------------------
 
-- Import correctly Sweave macros from .tex files.
+LyX 2.3.1 is the first maintenance release in the 2.3.x series. 
 
-- Fix nested list (like) output in docbook (bug 2841)
+We have fixed a number of bugs and added some new features. Perhaps the most 
+important of these is that Jean-Marc Lasgouttes re-wrote the document painting
+mechanism. This makes LyX snappier, especially on repeated events.
 
-- Read filenames with spaces in external insets correctly from .lyx files
+All python scripts distributed with LyX should now be compatible with both
+python 2.x and python 3.x.
 
-- Use the correct filename extension of included graphics in latex export if
-  it cannot be omitted.
+One oft-requested enhancement was to restore a keyboard shortcut for opening
+the 'settings' menu of graphics, reference, etc, insets. This is now Control-
+Alt-i, on Windows and Linux, and Control-Option-i on OSX (assuming you are
+using the default keybindings).
 
-* USER INTERFACE:
 
-- Fix slowness with lots of math on Windows (bug 2900).
 
-- Fix that LyX's dialogs remain partly untranslated on Windows (bug 2906).
+What's new in version 2.3.0?
+----------------------------
 
-- Fix crash when viewing documents as PDF on Windows with installed
-  Adobe Reader/Acrobat 8 (bug 3045).
+The new features in LyX 2.3 are detailed in
+http://wiki.lyx.org/LyX/NewInLyX23
+
+* Biblatex support
+* Multiple bibliographies
+* Inverted branches
+* Quotation marks enhancements
+* Updates to reference handling
+* Improved LaTeX handling in dialogs
+* Fonts
+* New supported languages
+* New supported LaTeX commands
+* Improvements to on-screen display of math equations
+* Automatic detection of file changes
+* Citation & reference dialogs
+* Improvements to cursor movement and selection
+* Improvements to row breaking and alignment
+* Outliner and navigation menu
+* Forward/Reverse search and error reporting
+* Change tracking
+* Code preview & highlighting
+
+
+
+What's new in version 2.2.3?
+----------------------------
 
-- Fix a crash with PageDown/Up when the next/previous paragraph is an inset
-  taller than the workarea.
+LyX 2.2.3 is the third maintenance release in the 2.2.x series. 
 
-- Fix some crashes (with console error message "break on pointer: ...")
-  related to large insets.
+We have fixed a number of bugs and made a number of improvements. 
+Most of these are relatively minor, but the combined result of fixing 
+them all has led to significant improvements. We encourage all users of 
+2.2.2 to upgrade to this version.
 
-- Fix a crash that occurred on exit if the clipboard was not empty (only on
-  windows). This fix was already used by the official windows installer for
-  1.4.3.
 
-- Fix a crash when navigating from a label a reference in the crossrefs
-  dialog (bug 3063) [qt only].
+What's new in version 2.2.2?
+----------------------------
 
-- Fix hang when deleting a forced newline character in change tracking
-  mode (bug 2865).
+LyX 2.2.2 is the second maintenance release in the 2.2.x series.
 
-- Fix crash when exiting empty superscript in math editor (bugs 2908
-  and 2933).
+We have fixed a number of bugs and made a number  of improvements.
+Most of these are relatively minor, but we nonetheless encourage all
+users of 2.2.1 to upgrade to this version.
 
-- Fix an undo crash with nested font changes in math (bug 3019).
+Perhaps the most important bug we fixed affected use of covington.sty with
+2.2.1. This will only have affected users of the Linguistics module.
 
-- Clear label when a formula is unnumbered (bug 2556).
+One new feature is the use of the "scaling" option when exporting images
+for XHTML. This does not work the same way as with LaTeX export. What it
+does is add something like "width: 50%" to the style attribute. This will
+ordinarily be interpreted by the browser as a percentage relative to the
+current element.
 
-- Disallow pressing the add button in the citation dialog when no citations
-  are available, preventing a crash (bug 3057).
 
-- Fix deletion of empty paragraph in various situations: paragraphs
-  with different layouts, layouts with KeepEmpty property, ERT insets,
-  tabular cells (bugs 2587 and 2882).
+What's new in version 2.2.1?
+----------------------------
 
-- fix bug where icons remain disabled after opening a dialog (bug
-  2877).
+LyX 2.2.1 is the first maintenance relase in the 2.2.x series.
 
-- when a dialog is open in LyX/Mac, make sure that the menu entries
-  that do not make sense are disabled (bug 1720).
+A large number of bugs have been fixed since the 2.2.0 release.
+We are pleased to say that most of these were relatively minor:
+LyX 2.2.0 was perhaps the stable major version release we have
+produced in a some time. Nontheless, we encourage all users of
+2.2.0 to upgrade to this version.
 
-- Fix cursor positioning when opening the VSpace dialog (bug 2869).
 
-- Make clicking in a "wide" inset always enter that inset.
+What's new in version 2.2.0?
+----------------------------
 
-- Avoid "wide" insets in text that is centered or right-justified.
+The new features in LyX 2.2 are detailed in
+http://wiki.lyx.org/LyX/NewInLyX22
+
+* HiDPI display support
+* Qt5 support
+* New text display algorithm
+* Horizontal scrolling for large insets
+* Improved control of paragraph breaks
+* Improved text color support
+* Improved box dialog
+* Improved table context menu
+* Reworked instant preview
+* Enhanced source panel
+* Improved outliner and navigation menu
+* Enhanced language support
+* New supported languages
+* New supported LaTeX commands
+* Layout enhancements
+* Module enhancements
+* New preferences settings
+* New converters
+
+
+What's new in version 2.1.5?
+----------------------------
 
-- When selecting with the mouse an area that ends on a collapsable
-  inset, do not open it by mistake.
+We have fixed a number of bugs and made a number of improvements. Many
+of these were minor, but there were a few crashes we fixed, too.
 
-- When a box inset has been given a small width, never show it in
-  inlined mode, since it would make its contents unreadable.
+Please note that this is the final release in the 2.1.x series. It is
+intended for users who for some reason do not wish to upgrade to 2.2.x
+at this time. We strongly encourage all such users to upgrade to this
+version.
 
-- Give a better error message for missing layout include files.
+One of the main features of 2.1.5 is its ability to read and write files
+in the 2.2.x format. Since the conversion process back and forth usually
+will not leave one with an identical file, however, we do not recommend
+attempting to collaborate with users of 2.2.x.
 
-- Show contents of branches in the ToC.
 
-- Fix wrong ordering of insets in ToC entries.
+What's new in version 2.1.4?
+----------------------------
 
-- Don't show starred sections in Document->Numbering & TOC (bug 2910).
+LyX 2.1.4 is the fourth maintenance release in the 2.1.x series.
 
-- Make sure that the size changing shortcuts ``M-s <digit>'' work on a
-  French keyboard too.
+A large number of bugs have been fixed. Many of these were minor, but 
+there were a few crashes we fixed, too, so we encourage all LyX users 
+to upgrade to this version.
 
-- Make all the operations that require walking over all insets faster.
 
-- Fix insertion position for cross-reference in superscript (bug 2789).
+What's new in version 2.1.3?
+----------------------------
 
-- Add support for the chars-transpose LFUN (bug 2939).
+LyX 2.1.3 is the third maintenance release in the 2.1.x series.
 
-- Fix undo when inserting a line break (bug 3111).
+A large number of bugs have been fixed, most of them fairly minor. But 
+there were several additional improvements to the lyx2lyx conversion 
+program that should make import of older beamer documents more reliable.
 
-- Only one undo step is needed to undo inset-dissolve (bug 2982).
 
-- Fix spell checking of Norwegian documents with aspell (bug 2850).
+What's new in version 2.1.2?
+----------------------------
 
-- Don't reset cell selection when opening tabular dialog (bug 2715).
+LyX 2.1.2 is the second maintenance release in the 2.1.x series.
 
-- Quotation marks can now be inserted easier into mathed, which is
-  important for phonetic notation (bug 3044).
+The most important fix here is that we believe we have resolved the problem 
+that led several users to experience seemingly random crashes with 2.1.0, 
+sometimes resulting in dataloss. (This was bug 9049.) These crashes generally 
+happened when the user attempted to save a file containing a table, usually a 
+fairly complex table. A seemingly unrelated bug report concerning a crash when 
+trying to save a default template (bug 9236) led to the solution. That bug has
+also been fixed.
 
-- Fix one more case of copied ERT inset producing wrong language (bug 2476).
+There are also several other, smaller bug-fixes, including several more
+improvements to the lyx2lyx conversion scripts. This should make the import
+of older beamer documents easier.
 
-- Reset the language when dissolving an ERT inset (bug 2978).
 
-- Sanitize button enabling in the bibtex dialog [qt only] (bug 2895).
+What's new in version 2.1.1?
+----------------------------
 
-- Fix focus problems in the graphics dialog [qt only] (bug 1663).
+LyX 2.1.1 is the first maintenance release in the 2.1.x series. It is bug-
+fixing release, and a whole lot of bugs have been fixed. Please see the
+release announcement for the details.
 
-- On Mac OS X, make sure to view files with the same application as
-  the Finder uses.
+Several users have reported seemingly random crashes with 2.1.0, sometimes 
+resulting in dataloss. These crashes appear to happen when the user attempts 
+to save a file, and the dataloss occurs because the original LyX file is over-
+written by a corrupt file that then cannot be opened. The seemingly random
+crashes, we believe, are due to auto-save, which is enabled or disabled in
+Tools> Preferences> Document Handling > "Backup documents every...minutes".
 
-- The natbib labels weren't always displayed correctly when opening
-  a document. This is fixed.
+Unfortunately, we have been unable to find the cause of this bug, though all
+known reports seem to involve documents that contain tables, and the corrupt 
+file always ends with: \begin_inset Tabular.
 
-- Allow double values for graphics' bounding box parameters again
-  (bug 3055). This also fixes problems with older LyX files
-  (bug 3066) [qt only].
+To prevent dataloss, we have changed the way LyX saves files if the user
+has not enabled backups. LyX now renames the existing file before 
+attempting to save the new one (in effect, making a temporary backup). 
+Then, if the save fails, the original file can be restored.
 
-- Rename lib/ui/std*.ui include files to *.inc so that the user is not
-  tempted to try them (bug 2387).
 
-- add Aspell/Pspell's file extension for personal dictionary files
-  in preferences (bug 895)
+What's new in version 2.1.0?
+----------------------------
 
-- Fix hang/crash on Windows/Cygwin when using the external date inset
-  (bug 3220).
+The new features in LyX 2.1 are detailed in
+http://wiki.lyx.org/LyX/NewInLyX21
 
-* BUILD/INSTALLATION:
+* Native IPA inset and IPA toolbar
+* New supported languages
+* Tex Fonts Additions
+* Basic support for Math OpenType fonts
+* Document class categories
+* Enhanced support for LaTeX options
+* New supported LaTeX commands
+* New export command-line option
+* Table rotations
+* Layout enhancements
+* New modules
+* Equation Editor "mode"
 
-- Allow autoconf 2.60 and 2.61 for building.
 
-- Do not warn against using gcc 4.1. It works fine.
+What's new in version 2.0.8?
+----------------------------
 
-* MISCELLANEOUS
+LyX 2.0.8 is the final release in the 2.0 series. It is intended for
+those who for some reason wish or need to continue using LyX 2.0.x. Most
+users should upgrade to 2.1.0, which is being released simultaneously.
 
-- The minimum required python version is now 2.2.0.
+This release incorporates a number of important bug fixes, almost all of
+which are also in 2.1.0. Those that are not will be released with 2.1.1.
+The most important feature of 2.0.8 is that it is capable of reading and
+writing files from LyX 2.1.x. Files from the newer format should open in
+LyX 2.0.8 without the user needing to do anything special.  Files can be
+exported to the 2.1.x format in the usual way: via File> Export.
 
-- Fix Free Software Foundation address.
 
+What's new in version 2.0.7?
+----------------------------
 
-What's new in version 1.4.3?
----------------------------- 
+2.0.7 is another bug-fixing release. Most of these are minor, but there
+is one that is very ipmortant: #8854, which could lead to file corruption
+in certain cases and, more often, would lead to errors in generated
+files (e.g., PDFs). We encourage all LyX users to upgrade to this 
+version.
 
-** Updates:
+A number of other, less critical bugs have also been fixed. Please see
+the ANNOUNCE file for details.
 
-- All shell scripts have been translated to python so sh.exe is no
-  longer needed. That's a big plus for the Windows port.
 
-- Implement inset-dissolve feature; this can be accessed (like in
-  mathed) by pressing Backspace at the start of an inset, or Delete at
-  the end (bug 2201).
+What's new in version 2.0.6?
+----------------------------
 
-- Add buttons for \intop and \ointop to the math panel (bug 2698)
+This is a bug-fixing release, for the most part. Though, as it has been
+almost six months since the last release, a lot of important bugs have
+been fixed. Please see the ANNOUNCE file for details.
 
-- Native support for \phantom, \hphantom and \vphantom in mathed (bug 1473).
 
-- Some small updates to the documentation.
+What's new in version 2.0.5?
+----------------------------
 
-- Update Basque, Czech (new), French, German (bug 2718), Hungarian,
-  Italian (bug 2774), NyNorsk and Spanish localizations.
+The View>Source widget now allows you to select the backend to display,
+e.g., LaTeX or XHTML, rather than the output format. The previous choice
+really made no sense: You didn't see a PDF there if you chose one of the
+PDF output formats, but rather LaTeX. This solves some long-standing issues
+with View>Source.
 
-- Update Czech (Tutorial, new splash), German (UserGuide [bug 2660], Extended)
-  and Hungarian (new Tutorial) documentation.
+There has been an important change in how the "language" lfun works.
+  - "language <LANG>" now toggles between languages
+    (status quo ante LyX 2.0.2)
+  - "language <LANG> set" sets to language <LANG>
+    (meaning of "language <LANG>" as of LyX 2.0.2)
+  - "language [reset]" resets to the document language.
+  - Menu functions are unchanged.
 
-** Bug fixes:
 
-* Document Input/Output
+What's new in version 2.0.4?
+----------------------------
 
-- Fix a crash when importing LaTeX files with no text (bug 2667).
+We have migrated our development from subversion to the git revision 
+control sytem. If you follow or maintain packaging of up-to-date versions 
+of LyX 2.0.x, you must switch to the new repository address:
+  git://git.lyx.org/lyx
+Branch 2.0.x is the stable branch. See 
+  http://www.lyx.org/HowToUseGIT
+for details.
 
-- Fix a crash when a used bibtex file is in a non-readable directory
-  (bug 2782).
+Most of the improvements in 2.0.4 are bug fixes, some of them important. In
+particular, we have fixed several crashes. The main outstanding problem is
+the inability to cancel the background export process. Some improvement has
+been made here, by updating the timeout mechanism, but more needs to be done,
+and hopefully will be done for 2.0.5.
 
-- Fix a crash when lyx2lyx failed to convert LyX file.
+There have been several updates to LyX's XHTML export routines. Work on this
+will continue for 2.0.5.
 
-- Ignore the definition of LyXgreyout environment when re-importing a
-  LyX-generated LaTeX file (part of bug 2420).
 
-- When exporting to LaTeX an external inset with template XFig,
-  require the color package, since XFig generates LaTeX code with
-  \color (bug 2716).
+What's new in version 2.0.3?
+----------------------------
 
-- Make sure enough passes are made to update the table of contents
-  when running LaTeX (bug 2616).
+There have been several more updates to LyX's Sweave support. Work on this
+is expected to continue through the 2.0.x series. 
 
-- Don't add extra braces when reading documents containing \choose,
-  \atop or \over (bug 2481).
+LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken
+to avoid problems on systems where python 3 is the default python interpreter.
+A python 2 interpreter is now automatically detected and used. Additionally,
+byte-compiled python files changed their installation target. Distribution 
+maintainers are encouraged to verify their patch sets.
 
-- Reenable import of noweb files (bug 2289).
+There have again been several updates to the tex2lyx conversion script. Not
+as many as with 2.0.2, but quite a few.
 
-- Render greyed out notes correctly in output (bug 2723).
 
-- Fix bug 2768 (inset comment/note eats space after it).
+What's new in version 2.0.2?
+----------------------------
 
-- Do not convert known spaces to ERT on LaTeX import (bug 2786).
+There have been several improvements to LyX's ability to export documents
+in the background, so the program does not freeze during compilation. We 
+hope to continue these improvements throughout the 2.0.x series.
 
-* User Interface:
+There have been major updates to the tex2lyx conversion script. Please see
+below for the details.
 
-- Fix random crashes resulting of an incompatibility of the included
-  boost::bind library with gcc 4.1 (bug 2677, probably also 2662 and 2684).
+The ctex document classes, used for Chinese documents, are now supported
+by LyX.
 
-- Fix a crash when using next-inset-toggle (Ctrl+I) inside mathed;
-  inset locking in mathed generally work (bug 2756).
+Support for the Springer document classes has been updated for compatibility
+with the lasest versions. This has the side-effect that files, created with 
+LyX 2.0.2 or future, using a Springer document class, will not be compilable 
+with LyX versions older than LyX 2.0.2. The same applies for files created
+with LyX 1.6.10 or older that are saved with LyX 2.0.2 or future.
 
-- Fix a crash on save (including dataloss) when the backup directory 
-  creation failed or the directory is not writeable(bug 2740).
 
-- Fix a crash when selecting several cells in a tabular (bug 2630).
+What's new in version 2.0.1?
+----------------------------
 
-- Fix a crash when deleting a multi-cell selection in a tabular.
+We have fixed an unusually large number of bugs for this release and made 
+a number of improvements. All of these are detailed in the ANNOUNCE file. 
+We would like to highlight the improved handling of external files referenced 
+from ERT. This may cause issues for those who made use of the undocumented 
+\input@path hack. See the ANNOUNCE file again for how to do things the new 
+way. New methods for calling external scripts should also solve several issues
+on Windows.
 
-- Fix a crash when applying a font change to several cells in a tabular.
 
-- Fix a crash when searching for an inset and none is present.
+What's new in version 2.0.0?
+----------------------------
 
-- Fix a crash when scrolling the document and the cursor is inside an
-  inset (bug 2830).
+The new features in LyX 2.0 are detailed in
+http://wiki.lyx.org/LyX/NewInLyX20
 
-- Fix lockup when accepting a change in a text inset (bug 2510).
+* Advanced Search Facility
+* Spell-checking on the Fly
+* Compare Documents Feature
+* XHTML Output
+* Multilingual Thesaurus
+* XeTeX Backend
+* Multiple Indices Support
+* Progress View and Debugging Pane
+* Enhanced Instant Preview
+* Forward Search for DVI/PDF Files
+* Enhanced Version Control Features
+* Typesetting in background
 
-- Fix a crash with change tracking in tables (bug 2600).
 
-- Fix a crash when undoing super/subscript deletion (bug 2727).
+What's new in version 1.6.10?
+------------------------------
+The most notable new feature of this version is that it is able to read and
+import documents of our new stable series, LyX 2.0.x. This is for the benefit
+of users who want to stick with LyX 1.6.x for the time being, but still want
+to cooperate with users of the new version. Note that LyX 1.6.10 still
+writes the 1.6 format, so it cannot produce (but only interpret) LyX 2.0's
+new features.
 
-- Fix a crash when the cursor is in an empty script and the user
-  clicks in the text.
 
-- Do not reset environment depth when breaking a paragraph (bug 2445).
+What's new in version 1.6.9?
+-----------------------------
 
-- Handle properly script insets which the nucleus has more than
-  one element (like {a'}^{2}).
+We have fixed yet another number of crashes that have been reported to us
+and ironed out many small glitches. Also, some features and additions from
+the forthcoming 2.x series, such as support for CVS revision control and a
+new Swedish localization, have been backported to LyX 1.6.9.
 
-- On pressing button 2 in a math inset, paste the inner LyX selection
-  if it exists (bug 2779).
 
-- When inserting an inset (footnote etc.) over an existing selection,
-  don't copy the layout of the source paragraph to the inset (bug 2802).
+What's new in version 1.6.8?
+-----------------------------
 
-- When pasting some text in an environment that does not allow the given
-  paragraph layout, reset the layout (bug 2382).
+LyX 1.6.8 is the result of our ongoing efforts to make our stable version
+even more reliable and stable. We have fixed crashes that have been
+reported to us, ironed out many small glitches, further polished the user
+interface, updated the documentation and added some new layouts.
 
-- Fix the disabling of some toolbar icons after closing a dialog (bug 2423).
 
-- Fix the editing of a document while Error List dialog is open (bug 2179).
+What's new in version 1.6.7?
+-----------------------------
 
-- Improve the position of the cursor after undo.
+From the list of fixes and improvements, we'd like to highlight
+particularly that this release irons out all known stability problems with
+Qt 4.6. LyX 1.6.7 is our first release that is supposed to run smoothly
+with Qt 4.6, so we urge all distributors who use that version to upgrade
+LyX as well.
 
-- Update labels on screen when changing language.
 
-- Make sure that the "Check TeX" menu entry is not available when the
-  chktex tool has not been configured (bug 2831).
+What's new in version 1.6.6.1?
+------------------------------
 
-- Fix doubling of initial character when correcting a word with
-  ligatures in spellechecker (bug 2068).
+The sole purpose of this release is to fix one glitch that was introduced
+by LyX 1.6.6: The spellchecker missed further misspellings after applying
+a correction. This was due to the fix to different bug that had to be
+reverted. In any other respect, this release is identical to Lyx 1.6.6.
 
-- Show an error box when failing to update the TeX Information dalog data.
 
-- Fix an unexpected font change on maximize (bug 2664).
+What's new in version 1.6.6?
+-----------------------------
 
-- Handle the Meta keyboard modifier as Alt (Qt only).
+The release features a long list of fixes and improvements. Yet a number
+of crashes, reported by our users or our automatic stability testing
+program, were fixed. Moreover, LyX was improved in many details. It also
+introduces new features, such as support for the enchant spell checking
+backend and for aspell language varieties (such as old and new German
+spelling in parallel).
 
-- Fix the C-x C-b binding in emacs mode (bug 2747).
 
-- Fix a crash when a non-template file is selected in the
-  "New from Template" dialog (bug 2404).
+What's new in version 1.6.5?
+-----------------------------
 
-- The LaTeX log file can now also be viewed if the path of the temporary
-  directory contains spaces (bug 2687)
+The release comes with many fixes and improvements. A number of newly
+reported crashes were fixed, new layouts and modules were included and
+some long-standing requests were implemented (e.g., a working LyX
+server on the Windows OS, finally enabling the communication with other
+applications such as JabRef on this platform as well).
 
-- Graphics files with ' in the name can now be previewed (bug 2637)
 
-- New menu entries have been added for phonetic symbols and
-  accepting/rejecting a single change in change tracking mode
+What's new in version 1.6.4.2?
+-------------------------------
 
-* Build/installation:
+The upgrade fixes recurring pseudo-crashes when running LyX on
+Mac OS X 10.6 (Snow Leopard).
 
-- Fix compilation with Qt 3.0.x.
 
-- Fix the 'check' make target for systems which do not have
-  /bin/bash (bug 2524).
+What's new in version 1.6.4.1?
+-------------------------------
 
-- Set CPPFLAGS only if it not already set by the user
-  (and ignore CXXFLAGS when setting CPPFLAGS).
+The only change over release 1.6.4 is the fix of a regression on the Mac,
+which made some dialogs (such as Preferences and About LyX) unaccessible
+via the menu. Other platforms than the Mac were not affected by the issue.
 
-- Handle properly gcc 4.1 in configure.
 
-- Install python files together with precompiled versions.
+What's new in version 1.6.4?
+-------------------------------
 
-- A scons build system has been added, for details please see
-  INSTALL.scons. 'scons install' produces a cygwin-compatible binary
-  package under cygwin.
+This is the fourth maintenance release in the 1.6.x series. This release
+covers, amongst many minor improvements, fixes to some rather severe 
+issues, such as:
 
-- A CMake build system has been added, for details see
-  development/cmake/README.cmake
+* A workaround to a nasty problem in recent Qt versions (Qt 4.5.0 up to
+  4.5.2) that made LyX crash if the document included images that were
+  scaled to certain sizes in the work area.
+* Fixes to problems that might result in the loss of data.
+* Many other stability improvements, thanks to a new debugging script that
+  helped to reveal uncovered critical bugs.
+* Further fixes to the LaTeX importer (tex2lyx) and the conversion of
+  older LyX documents (lyx2lyx).
 
-- LyX can be compiled on windows with MSVC using qt3 from the Q../Free
-  project and scons or CMake.
 
-* Miscellaneous
+What's new in version 1.6.3?
+-------------------------------
 
-- LyX requires now python 2.2 to work properly.
+This is the third maintenance release in the 1.6.x series. Besides the usual
+improvements of stability, the highlights of this release are:
 
-- Display LaTeX package checking results faster during configuration.
+* tex2lyx is now able to read files in all latex supported encodings and
+  transform them into the proper unicode-based format introduced in 1.5.0.
+  This paves the way for many other improvements in LaTeX->LyX translation
+* The performance problems when editing a master with child documents have
+  been resolved.
+* LyX 1.6.3 introduces some goodies provided by Qt 4.5 (menu support for 
+  fullscreen mode in linux, close button on tabs). Of course these
+  improvements (as well as some Qt-related fixes) only show up if LyX is
+  compiled against Qt 4.5.
 
-- Log the output of configure.py to a log file configure.log.
 
-- Do automatic reconfiguration even when running in batch mode (bug 2741).
+What's new in version 1.6.2?
+-------------------------------
 
-- Change the encoding of some python scripts from iso-8859-15 to
-  iso-8859-1. The former causes problems with embedded python.
+This is the second maintenance release in the 1.6.x series. The release
+fixes a large number of major and critical bugs that were reported by 
+users of LyX 1.6.0 and 1.6.1. Most notably, three bugs that might lead to
+dataloss were detected and resolved. Furthermore, a number of crashes,
+file conversion and LaTeX output problems are fixed. As a bonus, the 
+performance of the application has been improved, and the release also
+introduces some new features and user interface improvements.
 
-- Remove outdated development tools and outdated LyXConfig.LyX.in.
 
-- Remove in the documentation all references to reLyX, which has been
-  replaced by tex2LyX.
+What's new in version 1.6.1?
+-------------------------------
 
+This is the first maintenance release in the brand-new 1.6.x series, and
+as such, it mainly focuses on bug fixes. We have ironed out some major
+problems that slipped into the application in the wake of the new
+features.
 
-What's new in version 1.4.2?
----------------------------- 
 
-** Updates
+What's new in version 1.6.0?
+-------------------------------
 
-- LyX now automatically uses file viewers and editors set at OS level
-  [Windows and Mac OS X only] (bug 2017).
+The new features in LyX 1.6 are detailed in
+http://wiki.lyx.org/LyX/NewInLyX16
 
-- Add a new function buffer-toggle-compression (and corresponding entry
-  in the Document menu) to change whether the file will be compressed
-  on disk or not.
+* Multiple Work Areas
+* Split Views
+* User-formattable Collapsible Insets
+* Layout Modules
+* Layout combobox changes
+* Support for the LaTeX package hyperref
+* Support for hyperlinks and URLs
+* Improved floats
+* New implementation of math macros
+* Completion popup
+* Inset Tooltip
+* Context Menu
+* Symbols dialog
+* Shortcut Configuration dialog
+* Paste Graphics from the Clipboard
+* "Visual mode" for bidirectional cursor movement
+* Fullscreen mode
+* Extended Outliner
+* Session management
+* Subversion support 
+* Graphics parameters groups
+* LyX functions manual
+* Multi-LFUN Keybindings
 
-- Update the German, Hungarian, Italian (bug 2650), Polish, Slovak,
-  Spanish and Turkish localizations of the interface.
 
-- Update translations of documentation for German (all) and Hungarian
-  (Introduction, splash document, new tutorial examples).
+What's new in version 1.5.7?
+----------------------------
 
-- Add support for Austrian (new spelling) as a document language.
+This is the sixth maintenance release in the 1.5.x cycle and it is
+expected to be the final release in this series, since a new series of
+stable releases has just been introduced by our new major release,
+LyX 1.6.0. Besides the obligatory bug fixes, the main feature of this
+release is the ability to read files created by LyX 1.6.0 (this feature
+requires python 2.3.4 or newer).
 
-- Add the "LaTeX (pdflatex)" output format. This new output format produces
-  .tex files that are suitable for pdflatex, including figure conversion
-  to png, pdf or jpeg instead of eps.
 
-- Add biographynophoto style to IEEEtran.layout; add a new text class for
-  International Journal of Modern Physics C (and update support for
-  IJMP D).
+What's new in version 1.5.6?
+----------------------------
 
-- Add buttons for \overset and \underset to the math panel (bug 2533).
+This is the fifth maintenance release in the 1.5.x cycle that has been
+started exactly one year ago. The aim of this release was to make LyX
+even more robust and to solve some long-standing annoyances. Also,
+further translation efforts have been made, and LyX now ships in 23
+languages.
 
-- Add support for the dvipdfmx converter.
+What's new in version 1.5.5?
+----------------------------
 
-- Add tgif->ppm and tgif->png converters for preview of tgif figures.
+This release further improves the stability and usability of the
+application. Besides this, it also introduces some new features.  Most
+notably, LyX is now prepared to be compiled with Qt 4.4 that has just
+been released: the stability issues that occurred in previous versions
+of LyX when compiled against Qt 4.4 have been resolved.
 
-- Add native support for \intop and \ointop. (Display only; not in
-  the math panel yet.)
 
-** Bug fixes
+What's new in version 1.5.4?
+----------------------------
 
-* User Interface:
+This is a maintenance release. Besides the usual stability
+improvements and fixes, this release comes with major improvements in
+the handling of Chinese, Korean and Japanese (CJK) languages and
+scripts, and introduces some minor new features (such as a character
+count option).
+
+While this release continues the stable 1.5.x series, work on the next
+major release, 1.6.0, is proceeding. A first alpha version of LyX
+1.6.0 will be released later this week for those who like the bleeding
+edge experience. Notwithstanding this, expect one or two more 1.5.x
+versions to be released, of which the last one will be able to read
+the 1.6 format.
+
+All users, especially CJK users, are encouraged to upgrade to this
+version.  Caveat: We were forced to switch from the LaTeX package
+'floatflt' to 'wrapfig' for wrap figure floats due to a license
+problem that limited the availability of the former package. In
+general, this should improve your documents containing wrap figures,
+however, it is possible that the look and positioning of the floats
+changes due to the package change. If you have documents with wrap
+floats, please make a backup before upgrading and check the output.
+
+
+What's new in version 1.5.3?
+----------------------------
 
-- Much better performance when using natbib/jurabib citations (bug 2460).
+This is a maintenance release that further improves the stability and
+the performance. Besides numerous crashes, the display problems that
+slipped into 1.5.2 with the performance fixes (on the Mac and on
+Windows) as well as problems entailed to the reworked document classes
+were fixed. Furthermore, LyX 1.5.3 comes with speed improvements that
+should pay off especially on the Mac and other UNIXes. Finally, this
+version also provides some new features.
 
-- Much better performance of screen updating in LyX/Mac, and with an 
-  acceptable UI.
 
-- Don't jump back to the previous cursor position when trying to click on
-  an inset (bug 2526).
+What's new in version 1.5.2?
+----------------------------
 
-- Fix several cursor movement functions when initiating a selection
-  (bugs 2119 and 2259, and a crash).
+This is a maintenance release that focuses on improving the
+stability. We have fixed numerous crashes, performance problems, and
+other bugs. Furthermore, the documentation has been revised. It covers
+all new features of the 1.5.x series now.
 
-- Disable saving of bookmarks in mathed because it is not yet supported
-  and makes LyX crash (bug 2597).
 
-- Fix a crash when pasting contents from the clipboard to a tabular
-  (bug 2603).
+What's new in version 1.5.1?
+----------------------------
 
-- When pasting contents to a tabular with the middle mouse button, the
-  language could sometimes be changed. This is fixed now.
+We are pleased to announce the release of LyX 1.5.1. It includes a few
+bug fixes and, more importantly, fixes a bug where files produced with
+the Document>Compressed option on would be malformed on windows. It
+was therefore decided to revert to the trusty 1.4.x code in this area
+and release 1.5.1 sooner than anticipated.
 
-- Text copied from an ERT box no longer has the pseudo "latex" language
-  (bug 2476).
+All 1.5.0 users are urged to upgrade to 1.5.1.
 
-- Fix a crash when selecting and deleting "blue" paragraph break in
-  change tracking mode.
 
-- Set change tracking marks properly when copying between documents
-  with different change tracking status (bug 2207).
+What's new in version 1.5.0?
+----------------------------
 
-- Fix a crash when reading documents containing bogus change tracking
-  markup due to the bug above (bug 2614).
+As usual with a major release, a lot of work that is not directly
+visible has taken place. The core of LyX has seen more cleanups and
+some of the new features are the direct results of this work.
 
-- Fix any remaining "ghost" empty paragraphs when selecting and deleting
-  multiple paragraphs (bug 2516).
+* Unicode
 
-- Fix the display of horizontal fill which appears at the end of a line
-  (bug 2509).
+LyX 1.5's big goal was to use unicode internally and so resolve a slew
+of existing problems with special characters and non-alphabetic
+languages. LyX 1.5 is able to output unicode (in addition to
+encodings currently available), so that you can use LaTeX's new utf8
+encoding or a brand new typesetting system such as XeTeX.
+Since the change to unicode touched much of the code base and some
+areas still need a cleanup it, is very likely that some bugs related to
+the unicode transition still exist. Please have a look at the Known
+bugs on the LyX 1.5 page if you encounter a bug that seems to be related
+to unicode. If it's not there, then please report it to the lyx-devel
+mailing list.
 
-- Fix a crash when changing document class while the cursor is inside a
-  table.
+* Integrated CJK support
 
-- Fix a crash when there is a syntax error in a keyboard map file (bug 2604).
+The very first result of the Unicode transition is that we have finally
+merged in the externally maintained CJK-LyX branch.
+The languages Chinese, Japanese, and Korean are now supported in
+the user interface.
+Note that setting the encoding for these languages in LyX 1.5 by
+using ERT or the document preamble will lead to LaTeX-errors!
+Also note that you may need to run qtconfig and set appropriate default
+or substitution fonts to display CJK characters under some circumstances.
 
-- Fix a crash on exit on MacOS X, and the well known "Mutex destroy failure"
-  error message on Linux (qt frontend, bugs 2549 and 1029).
+* Language support
 
-- Paint the tabular background (bug fix).
+In addition to the CJK languages, the languages Armenian and Farsi also
+have full user interface support.
 
-- Fix a bug where the spellchecker doesn't pop up the dialog window for
-  the first misspelled word (bug 2218).
+* Multiple views of the same buffer
 
-- Fix spell checking in tables (bug 2675).
+LyX can now display multiple views of the same buffer. I.e., you can
+now open a single document in multiple windows and work on different
+parts of it synchronously.
 
-- Cosmetic fixes to the document dialog (Qt only).
+* Outliner and embedded TOC
 
-- Reduce the right margin on screen from 30 pixels to 10.
+LyX has another long-awaited feature: a basic outliner mode, in which
+you can move chapters and sections around in the Table of Contents
+dialog. (The outliner has been backported and was released with LyX
+1.4.4.) The TOC dialog is now a dock widget, embedded in the main window.
 
-* Math editor:
+* Session management
 
-- Fix the metrics of AMS array environments like bmatrix, vmatrix etc.
-  (bug 2036).
+LyX is now able to remember window size and position and it will
+reopen the documents you worked on last time around. If you've
+selected the feature in the Preferences dialog, it'll even move the
+cursor to the place you were working on last!  Furthermore, toolbars
+can (finally!) be switched on/off in View->Toolbars and moved about in
+the LyX window. The session management will remember their state.
 
-- Fix undo in matrices.
+* Source code Viewer
 
-- Fix a crash when deleting the last row of an equation (bug 2655).
+As a kind of "anti-preview-latex", a dialog was implemented that lets
+you view the source code of a given paragraph/selection or the whole
+document.
 
-* Document input/output:
+* New Font Selection Interface
 
-- Convert definitions of itemize and enumerate environments in old layout
-  files correctly.
+LyX's font selection abilities have been one of its weakest and most
+outdated components. A completely new interface was implemented that
+provides access to the power of LaTeX's font selection scheme.
 
-- Fix the conversion of minipages (default height and inner vertical
-  position) from LyX 1.3 documents.
+* Tabular extensions
 
-- Make sure that the amsmath package is used in LaTeX output when
-  using the AMS-specific commands \xleftarrow, \xrightarrow or the
-  array constructs split, gathered, aligned and alignedat (bug 2149).
+LyX's table support is certainly less powerful than that of
+LaTeX. Support for the booktabs package has been implemented,
+providing beautiful and elegant tabulars.
 
-- Load the tipa package automatically when needed.
+* Nomenclatures
 
-- Properly strike out deleted math formulas when change tracking is
-  active (bug 2214).
+LyX now has native support for the nomencl package. With this,
+you can treat your document with all sorts of nomenclatures,
+glossaries and fancy notations.
 
-- Don't get confused by 0-Characters in MikTeX logfiles anymore.
+* Tabbed Widget
 
-- Always honor the "Requirement" tag in External Template Definitions.
+LyX now uses tabbed widgets to display multiple documents.
 
-- Fix tex2lyx to handle whitespace in front of required arguments (bug 2546).
+* Enhanced Math Toolbars
 
-- Update templates and examples to the latest file format.
+The math toolbar was enhanced significantly. Drop down menus were
+added, allowing the integration of all of the math panel's content
+to the math toolbars.
+Since this input method is much easier than the clumsy panel, the math
+panel itself has been removed and superceded by the toolbars.
 
-- Enable jpeg graphics whose suffix is in capital letters (.JPG) work with
-  pdflatex (bug 2235).
+* Frontend News
 
-- Fix a LaTeX crash on multi-paragraph boxes.
+LyX 1.5 uses the Qt4 toolkit. This is especially good news for
+Windows users, because there's an official, GPL version of Qt4. They no
+longer have to rely on an unofficial port of the Unix Qt3 library to
+Windows.  The good old XForms frontend went the way of the dodo. It
+was both hated and loved, and certainly shaped the unique look of LyX
+in the past. It was finally killed off, however, by the switch to
+unicode.  The Qt3 frontend was also removed.  The work on the GTK
+frontend has been transferred to a branch because its development has
+essentially stalled.
 
-- Fix LaTeX errors with memoir and makeindex (bug 2623).
+* Change tracking enhancements
 
-* Miscellaneous:
+Major parts of the change tracking code have been rewritten, addressing
+several problems that existed in the previous implementation.
 
-- Replace the old sh version of lib/configure with the new python version
-  lib/configure.py. The TexFiles.sh script (which crashed on Windows)
-  has also been pythonified.
+* Converter file cache
 
-- It is  longer necessary to run lib/configure.py in the main LyX
-  support directory.
+A cache for converted files, such as included figures, has been
+implemented. This can speed up LyX's performance considerably when
+displaying documents with many included figures that need conversion
+to a format that can be rendered on screen.  The converter file cache
+is enabled by default.
 
-- Reading of configuration now goes like this: LyX first reads the file 
-  lyxrc.dist (if it exists). If lib/configure.py is newer than
-  any of lyxrc.defaults, textclass.lst or packages.lst, it is re-run
-  before loading lyxrc.defaults and preferences. 
+The default maximum age of a cached file is 6 months. You can change
+that with the line
 
-- Automatically use fonts in the fonts/ subdirectory of the LyX support
-  directory on Windows.
+ \converter_cache_maxage xxx
 
-- When compiling with --with-version-suffix on Windows, do not
-  rename the executable files.
+where xxx is the maximum age in seconds, in your preferences file.
 
-- Fix lib/configure.py to find tex2lyx when compiling with
-  --with-version-suffix (bug 2285).
+* Unified Windows installer
 
-- Fix lib/configure.py to find tex2lyx if the path to it contains spaces.
+The two windows installers are being merged and bug reports regarding
+both installers are welcome.
 
-- Use the clean_dvi.py script on Windows not only in the installer but also
-  in the source package.
+* Program listings
 
-- Fix the code to find the localization of the interface on Windows
-  and Mac OS X.
+The traditional way to insert program listings in LyX involves the use
+of the LyX-Code style. This option works quite well for short snippets but
+does not support in-line code segments or the inclusion of external files.
 
-- Fix hyphens in man pages.
+Using the listings latex package as the backend a new inset was added that
+supports all these three ways of listing computer programs.
 
-- Replace the \cygwin_path_fix_needed preference with the better named
-  \tex_expects_windows_paths; this is auto-detected and matters only on
-  Windows. 
+* LaTeX-package support
 
-- Remove the --enable-compression-support option of configure. Compression
-  support via zlib is now a requirement.
+LyX provides the following new document classes:
+ - article(IOP) - for scientific papers published by the IOP group
+ - presentation(powerdot) - for presentations using the powerdot package
+ - curriculum vitae(Europe) - for CVs following the guidelines of the EU
+ - curriculum vitae(modern) - for CVs using the moderncv package
+ - curriculum vitae(simple) - for simple CVs
 
-- Fix compilation on DragonFly BSD.
+* Minor user interface improvements
 
+Several minor improvements of the user interface have been made, such as:
 
-What's new in version 1.4.1?
-----------------------------
+ - Syntax highlighting of the user preamble and the LaTeX log file.
+ - Better parsing of BibTeX databases (in the citation dialog).
+ - Support for optional arguments for environments.
 
-** Updates
+* Enhanced clipboard/selection handling
 
-- Enable breaking and merging of paragraphs in change tracking mode
-  (bug 880).
+The clipboard has been tuned to work better with other applications.
+Parallel to clipboard usages, the *nix way of using middle-button
+to paste selected text is enhanced, and is also available under windows
+(but within lyx only). Selection of lyx text is now persistent in that
+you can paste the selected text using the middle button multiple times,
+even after the selection has been cleared.
 
-- Update Basque, German, Hungarian, Italian, Polish and Spanish
-  localizations; import 1.3.7 localizations for Finnish, Slovak,
-  Russian, Slovenian, Romanian, Dutch and Turkish.
+* Limited support for local class and layout files
 
-- Update Spanish translation of the tutorial; update German
-  translation of the Tutorial and Introduction.
+Lyx can not create, but can open a .lyx file with .cls and .layout files
+stored in the same directory as the .lyx file. That is to say, if you send
+your co-author a .lyx file with associated class and layout files, s/he
+can view and modify the .lyx file directly, without having to install the
+.cls and .layout files, reconfigure and restart lyx. Note that the .cls and
+.layout files have to be copied to every directory your .lyx files reside,
+should you use different directories for master and child documents.
 
-- Document the packages fancybox, prettyref, preview and varioref in 
-  LaTeXConfig.lyx.
+* Under the hood
 
+As usual, one big task has been the ongoing code cleanup of the LyX
+core. Performing this cleanup makes the code more understandable and
+easier to maintain. It also leads inevitably to a more robust
+application. Nonetheless, it's an unfortunate fact of life that ugly
+code is sometimes faster than pretty code. We're well aware that LyX
+1.4 is slower than LyX 1.3. One important goal of this 1.5 development
+series has been to bring this speed back.
 
 ** Bug fixes
 
-* Document input/output:
-
-- Fix LaTeX error with Address layout in AMS classes (bug 2363).
-
-- Fix LaTeX error when \labelitemi is undefined (bug 2053).
-
-- Fix LaTeX error when inserting a graphic in a section heading or a
-  caption (bug 675).
-
-- Translate \verb commands correctly in tex2lyx (bug 2236).
-
-- Truncate temporary file names that are too long for MikTeX's pdflatex.
-
-- Parse \tag and \tag* commands correctly in tex2lyx and mathed (bug 2234).
-
-- Import fixed width table columns correctly in tex2lyx (bug 2290).
-
-- Convert old LyX documents with a float list at the end correctly in
-  lyx2lyx (bug 2245).
-
-- Fix crash when generating LaTeX dependencies on Cygwin.
-
-- Fix wrong path_prefix handling in Cygwin builds (bug 2344)
-
-- Set search path for included files correctly on Cygwin (bug 2409).
-
-- Better layout file conversion (bug 2355)
-
-- Fix convertion of old documents with SGML paragraphs in lyx-docbook
-  documents (bug 2501). Note that this fix is incomplete and the
-  complete fix will go in 1.4.2
-
-
-* Math editor:
-
-- Fix crash when deleting row/column in a math array.
-
-- Fix crash with middle-mouse paste in math.
-
-- Fix delay when exiting from a math inset (bug 2217).
-
-- Fix middle-mouse paste in math that went both inside and outside
-  math (bug 2485).
+Lots of long-lasting bugs have been fixed, as documented in LyX
+bugzilla. Probably some new ones have been introduced instead ;-)
 
-- Fix positioning of cursor when clicking to right of last nestinset
-  in a cell.
 
-- Fix: deleting superscript also deleted subscript (bug 2362).
+What's new in version 1.4.5.1?
+------------------------------
 
-- Fix conversion of selection to superscript, subscript or mbox inset (math).
+The only change over release 1.4.5 is the addition to the distribution
+of one file necessary to read and write lyx 1.5 files.
 
-- Fix drawing of \boxed and \fbox in formulas (bug 2361).
 
-- Fixed broken math panel sub/super script UI
+What's new in version 1.4.5?
+----------------------------
 
+This is expected to be the last release in the 1.4.x stable
+branch. Besides the obligatory bug fixes, its main feature is the
+ability to read files created by LyX 1.5.0 (this feature requires
+python 2.3.4 or later).
 
-* User Interface:
 
-- Fix slowness in rendering inside insets, especially on the Mac (bug 2195)
+What's new in version 1.4.4?
+----------------------------
 
-- Convert line endings for external copy/paste on OS X (bug 1955).
+This is of course a bug fix release, but some new features sneaked in, among which:
 
-- Fix bookmarks and links to LaTeX errors which were broken after paragraph
-  deletion/insertion (bugs 2284 and 2242).
+*) Outline support: it is now possible to move around parts of
+documents in the Table of Contents dialog.
 
-- Disable saving when document is unchanged (bug 2313).
+*) Add new UI settings default-autotoolbars and default-alltoolbars
+allowing to select what toolbars are active or shown automatically.
 
-- Fix jurabib error with Spanish documents (bug 2365).
+*) Improved documentation.
 
-- Propose sensible style files for bibtex, depending on whether plain,
-  natbib or jurabib is used (bug 2322).
+*) Speed improvements, especially on windows.
 
-- Avoid bogus values like -1000 for section numbering depth when using
-  classes without a sectioning structure (part of bug 2355).
 
-- Create a more sensible default label in table and figure captions (bug 1999).
+What's new in version 1.4.3?
+----------------------------
 
-- Do not skip first change in "Merge changes..." dialog (bug 2212).
+This is a bug fix release that improves stability and MS Windows
+ support. Notable new features include:
 
-- Improve handling of the labeling environment in KOMA letters (bug 2246).
+*) The windows port does not need a MSys (unix-like tools)
+ installation anymore.
 
-- Update screen when cursor is between two spaces and goes to
-  line/document start/end (bug 2298).
+*) A new function inset-dissolve has been added to delete an text
+ inset and put its contents in the enclosing text; this can be
+ accessed (like in the math editor) by pressing Backspace at the start
+ of an inset, or Delete at the end.
 
-- Adjust cursor after backspace in change tracking mode (bug 2185).
+*) Many crashes have been fixed, in particular for systems based on
+ gcc 4.1.
 
-- Fix cursor positioning in tabulars (bug 2006).
 
-- Fix copy and paste for multiple cells (bug 2377).
+What's new in version 1.4.2?
+----------------------------
 
-- Fix drawing of inset buttons (bug 2328).
+This is a bug fix release that improves performance, stability and native OS support. Notable new features include:
 
-- Small optimizations in the way the Qt frontend updates the screen.
+*) LyX now automatically uses file viewers and editors set at OS level
+ [Windows and Mac OS X only].
 
-- Use the Qt wide scroll wheel setting (bug 2175).
+*) The windows installer has been completely rewritten.
 
-- Remove zombie wheel mouse spin box from the Qt preferences dialog (bug 783).
+*) A new function buffer-toggle-compression (and corresponding entry
+ in the Document menu) has been added to change whether the file will
+ be compressed on disk or not.
 
-- Fix Find&Replace with sciword bindings.
+*) A "LaTeX (pdflatex)" output format has been added. This new output
+ format produces .tex files that are suitable for pdflatex, including
+ figure conversion to png, pdf or jpeg instead of eps.
 
-- Prevent non-standard paragraph layouts in charstyle insets
 
-- Reading the bounding box from eps files does not fail anymore when the
-  file contains additional spaces (bug 1235)
+What's new in version 1.4.1?
+----------------------------
 
-- Fix LaTeX error for zipped graphics (bug 2231).
+This is a bug fix release, but some of the bugs were big. In particular:
 
+*) fix the huge memory consumption and corresponding sluggishness with
+ documents containing many graphics or `instant preview' snippets.
 
-* Configuration/Installation:
+*) fix slow screen update with nested insets, particularly with
+ LyX/Mac.
 
-- Don't use the -mms-bitfields compiler switch on mingw and cygwin, since
-  Q..3/ does not use it either in the default configuration.
+*) fix the delay when exiting from a math inset.
 
-- Compilation fix (gtk frontend) for gcc 4.1.
+*) let the change tracking code track paragraph breaks too.
 
+*) Also, this will be the first 1.4 release with a windows
+ installer. See the file RELEASE-NOTES for some known problems in this
+ release.
 
 What's new in version 1.4.0?
 ----------------------------
@@ -902,7 +1006,7 @@ It's now possible to define multiple toolbars as seen in other
 editors. By default, the new LyX release has two toolbars displayed,
 the standard one (similar to the static toolbar in LyX 1.3), plus the
 extra toolbar. In addition, there are two pre-defined toolbars
-available: one for tables, and one for math. 
+available: one for tables, and one for math.
 
 Another new feature worth mentioning is popup toolbars: you can set a
 toolbar such that it only appears when editing math, or when editing a
@@ -913,7 +1017,7 @@ table.
 This new feature, similar to that found in Microsoft Word and others,
 makes collaboration on a document a cinch. It provides a way to track
 changes made to a document, and later approve, reject, or modify such
-changes. 
+changes.
 
 ** Much better conversion from .tex to .lyx
 
@@ -928,7 +1032,7 @@ For a system that purports to make it easy to write documents full of
 logical (as opposed to visual markup), LyX has always had one glaring
 omission: no character styles. LyX 1.4 goes some way towards
 addressing this defect, although there's no dialog to define your own
-styles. 
+styles.
 
 
 ** Branches
@@ -1056,7 +1160,7 @@ We would like to highlight three fixes in particular:
   * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab
     and <opt><shift>-tab with LyX/Mac) to switch between the open documents.
   * LaTeX-type accents, ligature breaks and hyphenation marks are now
-    considered as part of words 
+    considered as part of words
 
 
 
@@ -1100,10 +1204,10 @@ What's new in version 1.3.2?
 
 This is a maintenance release which improves upon 1.3.1 in
 three main areas:
-  * the spellchecker code has been overhauled and many bugs 
+  * the spellchecker code has been overhauled and many bugs
     have been squashed;
   * many small bugs in the Qt frontend have been fixed;
-  * several languages now benefit from an improved translation of 
+  * several languages now benefit from an improved translation of
     the user interface.
 
 What's new in version 1.3.1?