Correctly handle quotation marks in command preferences (bug 2016):
[lyx.git] / NEWS
blob90be79a0399954b7a2caa3a59e385ef4014fa9d2
1 Public release of LyX version 1.5.4
2 ====================================
4 We are pleased to announce the release of LyX 1.5.4. This is a maintenance
5 release. Besides the usual stability improvements and fixes, this release
6 comes with major improvements in the handling of Chinese, Korean and
7 Japanese (CJK) languages and scripts, and introduces some minor new
8 features (such as a character count option).
10 While this release continues the stable 1.5.x series, work on the next
11 major release, 1.6.0, is proceeding. A first alpha version of LyX 1.6.0
12 will be released later this week for those who like the bleeding edge
13 experience. Notwithstanding this, expect one or two more 1.5.x versions
14 to be released, of which the last one will be able to read the 1.6 format.
16 All users, especially CJK users, are encouraged to upgrade to this 
17 version.
19 Caveat: We were forced to switch from the LaTeX package 'floatflt' to
20 'wrapfig' for wrap figure floats due to a license problem that limited
21 the availability of the former package. In general, this should improve
22 your documents containing wrap figures, however, it is possible that the
23 look and positioning of the floats changes due to the package change. If
24 you have documents with wrap floats, please make a backup before upgrading
25 and check the output.
27 A detailed list of changes is appended below, remaining known problems
28 are listed in the file RELEASE-NOTES.
31 What's new in version 1.5.4?
32 ----------------------------
34 ** Updates:
35 ***********
37 * DOCUMENTATION AND LOCALIZATION
39 - New manual "LyX's detailed math manual" available in English, French,
40   and German. It includes the content of the example file "mathed.lyx",
41   which is no more shipped separately.
43 - New section "Floats Side by Side" in the EmbeddedObjects manual.
45 - New Spanish translation of the FAQ manual and the mathed example file.
47 - New Japanese splash LyX file.
49 - Updated French and Spanish Introduction manual.
51 - Updated German, French, and Spanish Tutorial manual.
53 - Updated German User's Guide manual.
55 - New Russian translation of the user interface.
57 - Updated Czech, French, German, Hebrew, Hungarian, Italian, Portuguese
58   and Spanish translations of the user interface.
60 - New example files that demonstrate how to create serial letters with
61   the KOMA letter class.
64 * USER INTERFACE
66 - LyX gives more instructive information if a character cannot be encoded
67   properly. Most notably, the offending character is highlighted both in
68   the work area and in the "View Source" pane (bug 3511).
70 - Initial support for shift + right-mouse-click selection (bug 2304).
72 - The on-screen appearance of spaces has been improved.
74 - New shortcut "C-M-n" to create numbered formulas.
76 - Character counting added to "Count Words" function (bug 2819).
78 - The BibTeX dialog now has buttons to move databases up or down
79   the list.
81 - New toolbar button to create boxes.
83 - Keyboard shortcuts for TOC window buttons were introduced. For outlining
84   you can use "M-p Left/Right/Up/Down" keys. Note that depth-in/decrement 
85   LFUNs are still reachable via "M-S-Left/Right" shortcuts (bug 4456).
87 - Improve cursor movement around lines with ending line-breaks.
90 * DOCUMENT INPUT/OUTPUT
92 - Use package wrapfig instead of floatflt for wrap figure floats. Note
93   that this might slightly change the output (cf. the file RELEASE-NOTES).
95 - Support to paste text containing ligatures to LyX.
98 * BUILD/INSTALLATION:
100 - The Windows version is compiled with MSVC 2008.
101   It is no longer necessary to install the Windows SDK and other patches,
102   these things are now also included in the Express edition.
104 - Viewers wrapper xdg-open was removed due to the problems on environments
105   without desktop managers. Waiting for upstream fixes.
108 ** Bug fixes:
109 *************
111 * DOCUMENT INPUT/OUTPUT
113 - Fix LaTeX output of documents with both CJK and non-CJK languages.
114   LyX is basically ready for multilingual CJK now (bug 4337).
116 - Fix internal conversion from ucs4 to cp-1255 (LyX didn't recognize
117   the Hebrew character tav [0x5EA] as a valid character in cp-1255)
118   (bug 4439).
120 - Fix import of LaTeX files that use the inputenc option "utf8x" (part
121   of bug 4503).
123 - Rotated floats are now correctly converted to ERT when exporting to LyX
124   format < 1.4.0.
126 - Fix the LaTeX output of boxes (bug 2492).
128 - Assure that the package "pdfcolmk" is loaded after the package color.
130 - Consider graphic drivers when loading the package "xcolor".
132 - Fix LaTeX code for line spacing when using the memoir class.
134 - Perform additional latex run if package clefval is used.
136 - The "dvi viewer paper options" switch now supports all known
137   paper sizes (bug 4432).
139 - "letter" is no more hardcoded as default dvips paper size
140   (bug 2098).
143 * USER INTERFACE:
145 - Fix crashes after LyX tried to access files on non-existing or unmounted
146   drives (bugs 4052, 4440, 4534).
148 - Fix a crash when changing the document encoding while View->Source
149   is open (bug 3561).
151 - Fix an assertion when inserting a non-CJK character in a CJK paragraph
152   (bug 4349).
154 - Fix a crash when opening a document with relative path (bug 4517).
156 - Fix a crash after converting a formula to eqnarray while a selection
157   was active (bug 4452).
159 - Fix an assertion when inserting a box in a list while at least one
160   paragraph of that list was selected (bug 4502).
162 - Fix a crash when opening a file that resides in a hidden directory
163   (bug 4513).
165 - Fix a crash when deleting outlined insets while the outline panel
166   is open (bug 4547).
168 - Fix a crash following the input of an invalid paragraph separation
169   value in the document settings dialog (bug 4556).
171 - Fix a crash when inserting a math formula into a character style
172   inset. In order to fix this, the status bar information that was
173   displayed when hovering over a char style had to be disabled for
174   the time being (bug 4559).
176 - Fix a crash when pressing "page up" while the cursor is in an empty
177   paragraph (bug 4570).
179 - Do not exit after catching an iconv exception (bug 4385, part 2).
181 - Fix update/drawing of character style insets.
183 - Keep unapplied content of the document settings dialog after
184   clicking in the main window (bug 4302).
186 - Select the correct list in the outliner when right-clicking on the
187   TOC- or a "List-of-"inset (bug 4260).
189 - Fix access to network drives on Windows.
191 - "Accept compound words" in Preferences->Spellchecker now also works
192   with aspell (library) (bug 4408).
194 - Overwrite selected text when inserting from the math panel (bug 4055,
195   part 2).
197 - Fix copying of insets to external clipboard and display of insets
198   in the navigaton menu (bug 4472).
200 - Fix pasting of multiple tabular cells on Mac and Windows (bug 4436).
202 - Fix the function "mark-on" (bug 2913).
204 - Fix rows alignment in the gather environment (part of bug 1497).
206 - Add missing pdflatex format to Export->Custom.
208 - Add a check box to the formula numbering menu entries and disable
209   them as needed.
211 - Avoid multiple warning messages from menu system at start-up.
213 - Avoid spurious warning messages about translation of "Plain text" at
214   start-up.
216 - Add unicode support for missing space modifier letters.
218 - Add unicode support for many IPA characters.
220 - The case-changing functions do not select text anymore.
222 - Set correct width for labels in document class "letter (KOMA-Script
223   v.2)" (bug 4529).
225 - Fix section counter problem in Portuguese localization (bug 4563).
227 - Load the amsmath package when \implies is used (bug 4561).
230 * DOCUMENTATION
232 - Document in the User's Guide how to dissolve insets (bug 3687).
234 - Fix the bibliography of the French User's Guide.
236 - Fix a document preamble font entry that prevented the User's Guide
237   from beeing exported to PDF in some cases.
239 - Fix preamble error in the template file "koma-letter2.lyx".
242 * BUILD/INSTALLATION:
244 - Small cleanup to the INSTALL file.
246 - New script postats.py used to generate translation statistics for the
247   main page.
249 - Dutch dictionary now downloads.
251 - Fix compilation with gcc 4.3 (soon to be released).
254 What's new in version 1.5.3?
255 ----------------------------
257 ** Updates:
258 ***********
260 * DOCUMENTATION AND LOCALIZATION
262 - Updated Czech, French, German, Hebrew, Hungarian, Italian, Japanese,
263   Norwegian, Spanish and Traditional Chinese translations of the user
264   interface.
266 - New Spanish translation of the example file "ItemizeBullets.lyx".
268 - New French translation of the EmbeddedObjects manual.
270 - Updated French introduction manual and User's Guide.
272 - Revised Tutorial
275 * USER INTERFACE
277 - The way collapsable insets (footnotes, comments etc) are widened has
278   seen a complete overhaul in order to speedup painting when typing
279   within insets. Now these insets take the whole screen width as soon
280   as they contain more than one row of text. Users of Mac/PPC and of
281   Unices with slow X11 server should feel a significant boost in
282   performance thanks to this change.
284 - The pixmap cache that was introduced in LyX 1.5.2 to improve performance
285   can now be switched on and off in Preferences, since it might decrease
286   on-screen display quality of fonts (subpixel hinting). By default, the
287   cache is disabled. If you experience performance problems, turn in on
288   (Mac and Windows only).
290 - The behaviour of Return and M-Return has changed: they now allow to either
291   keep current paragraph and depth or to nesting paragraph (bug 2445).
293 - Add the esint font to the private math fonts. This font assures a
294   consistent on screen looking for all kinds of supported integral signs.
296 - The slides/foils of presentation classes such as beamer, powerdot, foils
297   and slides are now displayed in the outliner. This makes it easy to navigate
298   to specific slides or move them up and down (bug 78).
300 - It is now possible to enter greek and cyrillic characters and have them
301   typeset without switching to the proper language.
303 - Add native Erlang support for listings (bug 4263).
305 - The on-screen representation of charstyle insets has been polished:
306   they now integrate better in the line. Furthermore, their label is
307   not displayed anymore by default (it can be toggled globally by
308   "View->Open all Insets" and individually by clicking the right mouse
309   button). As a new type of information, the type of a charstyle inset
310   is now displayed in the status bar when the mouse hovers over it.
312 - Inset-dissolve now works in mathed.
314 - Placeholders have been moved from the miscellaneous to the spacings section
315   in the math toolbar.
318 * DOCUMENT INPUT/OUTPUT
320 - tex2lyx now imports the following LaTeX commands and environments:
321   - \newline
322   - environments "framed" and "shaded" from package framed.sty (i.e. framed
323     and shaded notes in LyX)
324   - \selectlanguage, \foreignlanguage, and \inputencoding (bug 27).
325   - all font settings that are natively supported by LyX.
326   - all quotation marks (bug 2703).
328 - xdg-open and sensible-editor are now detected as possible viewer (wrappers).
331 ** Bug fixes:
332 *************
334 * DOCUMENT INPUT/OUTPUT
336 - Fix a crash when exporting a file with a branch from the command line
337   (bug 4255).
339 - Fix a crash when importing an older LyX file (version < 1.5.0) that
340   contains index entries with escaped umlauts (bug 4333).
342 - Fix a crash when importing an older LyX file (version < 1.1.6) that used
343   the "default" language.
345 - Exit gracefully and give the user some information if LyX catches an
346   exception from an external program, such as iconv (part of bug 4385).
348 - Fix LaTeX output of AMS classes when using layouts like Definition but
349   not using also Theorem (bug 4282).
351 - Remove obsolete LaTeX preamble code that was set when a document contained
352   URLs (bug 2265).
354 - If there exists a local layout file, use the local copy instead of the
355   system one.
357 - Use package "float" when the default placement for floats is set to 
358   'Here, definitely'.
360 - Fix import of bounding box arguments "natheight", "natwidth", "bbllx",
361   "bblly", "bburx" and "bbury" (bug 4418).
364 * USER INTERFACE:
366 - Fix a crash when using bookmarks in insets (bug 4301).
368 - Fix a crash when some files or directories are not readable.
370 - Fix a crash when pasting into a math formula (bug 4318).
372 - Fix a crash when deleting a row or column of a math matrix while its
373   content is selected (bug 4323).
375 - Fix a crash when inserting a label after a math matrix (bug 4334).
377 - Fix a crash when overwriting a selection that spans multiple paragraphs
378   (bug 4317).
380 - Fix a crash when using the outline-* lfuns within mathed (bug 4330).
382 - Fix an assertion when entering a math object in a list environment (bug 4335).
384 - Fix a crash when the cursor leaves the first paragraph of the
385   appendix and it is empty (bug 4352).
387 - Fix a crash when editing in an inset that contains an horizontal spring 
388   (hfill).
390 - Fix a crash when pasting text from the clipboard into a multi-line
391   tabular cell (bug 4368).
393 - Fix a crash when inserting a file in a tabular cell via
394   Insert->File->Plain Text...
396 - Fix a crash when using the regex search of the citation dialog (bug 4421).
398 - Correctly adjust screen fonts after the zoom or dpi settings were changed in
399   the preferences (Mac and Windows only) (bug 4268).
401 - Fix updating of externally modified files on Windows both in the workarea and
402   in the output (bug 3172).
404 - Fix loading of the CJK package in multilingual documents (part of bug 4337).
406 - Fix a problem on Windows where invalid names were given to backup files
407   (bug 4287).
409 - Fix a bug where the spellchecker didn't update the screen display on the last
410   of several misspelled words (bug 3586).
412 - Fix a bug where the spellchecker skipped the first misspelled word on a second
413   run (bug 2218).
415 - If the text of footnotes is in a different language than the main text, it
416   was not aligned correctly. This is fixed.
418 - Fix cut and paste of tabular cells via the external clipboard (bug 4147).
420 - Fix undo in tabulars after pasting via the external clipboard (bug 4371).
422 - Fix undo in tabulars after inserting a file via Insert->File->Plain Text...
424 - Fix middle-mouse paste from other apps into LyX (bug 4394).
426 - Repair wasy font such that it can also be used on Mac (bug 2326).
428 - Fix color of some math symbols (bug 2330).
430 - Fix math display problem with binoms (bug 4308).
432 - Fix problem in conversion of equations to eqnarray (when pressing C-Enter).
434 - Fix a bug when adding a math formula column.
436 - Check and show proper error message if configure.py fails (part of bug 2829).
438 - Fix DraftDVI preference settings (Windows only).
440 - Fix bug where strings containing [[double brackets]] appear in user
441   interface.
443 - Fix several duplicated keyboard accelerators in the paragraph settings dialog
444   (bug 4277).
446 - Do not close the error dialog on double click (bug 4090).
448 - Really highlight search text in the find and replace dialog (bug 3999).
450 - Fix bug that files with non-ascii names are reported as externally modified
451   (bug 4266).
453 - Disallow paragraph breaks in optional arguments (aka short title) (bug 4359).
455 - Fix calculation of row metrics with multibyte characters.
457 - Allow to set optional arguments to Theorem like environments (bug 4344).
459 - Make sure that the Chapter* layout appears in outline and naviagtion menu 
460   (bug 3888).
462 - Fix problem after cancelling the Insert Plain Text dialog.
464 - Distinguish translations for 'Note' between layouts and inset.
466 - Fix highlighting of comments in the LaTeX source view.
468 - Improve shortcut behaviour in the Print dialog (bug 4345).
470 - Fix on-screen numbering of mwrep and mwbk classes (bug 4419).
473 * DOCUMENTATION
475 - Fix corrupted character in the User's Guide (including the translations).
477 - Remove the example file "currency.lyx" and its German translation 
478   "Waehrungen.lyx". The file is obsolete, since LyX allows direct insertion
479   of currency symbols as of version 1.5.0.
481 - Remove the German example file "TabellenBeispiel.lyx" and its French
482   version "ExemplesTableaux.lyx". The files have been obsoleted by the
483   EmbeddedObjects documentation.
485 - Remove wrong description of math space handling from the German tutorial
486   (bug 4328).
488 - Document that the list of recently edited files is lost when
489   upgrading from LyX 1.4.x.
491 * BUILD/INSTALLATION:
493 - Fix installation of the Spanish User's Guide when building with scons.
495 - Fix configure.py such that all possible extensions for executables are
496   taken into account when searching for programs (Windows only).
498 - Make sure that all the files created when compiling are removed by
499   "make clean".
501 - Fix build problem on MacOS 10.5.1.
504 What's new in version 1.5.2?
505 ----------------------------
507 ** Updates:
508 ***********
510 * DOCUMENTATION AND LOCALIZATION
512 - The LyX User Guide has been revised completely. It is now up to
513   date and describes all of LyX 1.5's main features (bug 3315 a.o.)
514   For a detailed changelog, see
515   http://wiki.lyx.org/LyX/DocumentationDevelopment#Status
517 - The LyX User Guide has been translated into Spanish.
519 - The Embedded Objects manual contains two new sections:
520   * longtable alignment.
521   * scaled and rotated material.
523 - Many improvements to the translation of the user interface on the Mac.
524   In particular, LyX automatically uses the language of the interface for
525   all of its menus and for the help files. Documents strings like
526   "Chapter" are correctly translated on screen too.
528 - New translations of the user interface into Finnish, Portuguese and
529   Simplified Chinese.
531 - Updated Czech, French, Galician, German, Hungarian, Hebrew, Italian, 
532   Japanese, Portuguese and Romanian translations of the user interface.
534 * USER INTERFACE
536 - Add a pixmap cache to speed up text drawing on screen. This cache is
537   enabled on Mac and Windows platforms using Qt 4.2 or higher.
539 - Add a "Save all" menu entry, to save all modified files (bug 2840).
541 - Mark modified files in the View menu with an asterisk (bug 2876).
543 - Add a paragraph-params LFUN, used for updating paragraph parameters
544   (bug 2714).
546 - Add a "Save all on log-out or cancel" feature (bug 1656).
548 - Improved on screen rendering of some toolbar images.
550 - The dialogs of "editable" insets (such as index entries, URLs or
551   citations) are now opened by the "next-inset-toggle" LFUN (bug
552   2907).
554 - The screen label of index insets now displays their content.
556 - Floats comes now with fixed width on screen (bug 4002).
558 - A "Title (Plain Frame)" style has been added to the beamer layout.
559   This allows for setting a title frame without head-/footlines and
560   navigation bars (bug 3133).
562 - The AMS document classes have undergone a major rewrite. Several
563   bugs were fixed and some new styles were added (bugs 4087, 4223).
564   Cf. http://wiki.lyx.org/Layouts/AMS for a detailed list of changes.
566 - New LyX functions, master-buffer-view and master-buffer-update, have
567   been added, to view the master buffer associated with a given child
568   buffer. These are bound by default to C-M-t and C-M-d, for Postscript
569   and DVI, respectively, for view, and to C-M-S-t and C-M-S-d, for update.
571 - The debug output obtained with the '-dbg painting' option has been
572   modified to be more verbose and in line with the LyX development
573   version.
575 ** Bug fixes:
576 *************
578 * DOCUMENT INPUT/OUTPUT
580 - Reconfiguration failure will no longer result in empty textclass lists.
581   Lyx now starts and asks for reconfigure if no textclass is found (bug 2829).
583 - Check if the .lyx file has been externally modified when a buffer is saved.
585 - Fix conversion from older documents if koi8 is used as the document
586   encoding (bug 4158).
588 - Handle array column specifiers @{decl.}, p{width} and the extensions by
589   array.sty in mathed (bug 4132).
591 - Detect (pdf)tex's file:line:error style messages that are used by some
592   distributions and that caused LyX to ignore LaTeX errors (bug 4222).
594 - Fix LaTeX error with captions in Program Listings (bug 4182).
596 * USER INTERFACE:
598 - Fix a crash when closing a LyX window with document tabs (bug 4123).
600 - Fix a crash when clicking in a tabular cell and the "delete empty paragraph"
601   mechanism triggers (bug 4133).
603 - Fix a crash when using the LFUN 'buffer-write-as' with an argument
604   that is not an absolute path (bug 4135).
606 - Fix a crash when a user removes the underlying figure of a graphic inset
607   that has been copied and pasted (bug 4108).
609 - Fix a crash when inserting a float.
611 - Fix a crash on quitting if graphics were selected (bug 4178).
613 - Fix a crash when a user removes a formula when its preview is being
614   generated (gcc 3 only).
616 - Fix a crash when using the down arrow in an empty math subscript (bug 4117).
618 - Fix a crash when logging out from within the Gnome desktop (bug 1656).
620 - Fix a crash when exporting a file with graphics to LaTeX on Windows
621   (bug 4243).
623 - Fix a crash when a counter was ill-defined in a layout file (bug 4232).
625 - Fix a crash with View>PDF on the Mac. This occurred only when LyX was
626   compiled with gcc's stdlib-debug option (bug 4014).
628 - Fix performance problem related to Clipboard and Selection on X11
629   platforms (bug 4045).
631 - Only update the toolbars that are actually visible. This improves LyX's
632   performance on editing.
634 - Further improve performance on editing by reducing the update calls of the
635   math panel toolbar to the bare essentials.
637 - Fix the loading of non-LyX child documents with relative path names. Change
638   'Load' to 'Edit' in the child document dialog (bugs 4107 and 4111).
640 - Allow roman numerals beyond 20 (bug 4112).
642 - Render malformed tables correctly (bug 580).
644 - Enable File>Revert when the file is externally modified, and rename
645   this menu item to "File>Revert to saved" (bugs 3766 and 4114).
647 - Update the screen when leaving a 'wide' inset using the up- and down-arrows.
649 - Fix a problem where the Delete button in the citation dialog was erroneously
650   disabled (bug 4121).
652 - Reset the current cursor font when going to a bookmark.
654 - Fix an icorrect handling of spaces in change tracking mode (bug 3961).
656 - Fix a failure to close the window when a modified document is saved
657   (bug 4170).
659 - Highlight search text in the find dialog (bug 3999).
661 - Fix the deletion of paragraphs with leading spaces (bug 3600).
663 - Fix the loss of start-of-appendix information when creating/deleting an
664   empty paragraph (bug 4212).
666 - "Revert" and "Save As" are no longer treated as external modifications
667   of the document (bug 4193).
669 - Fix a bug where the "longest label" widget in the paragraph dialog was
670   disabled after its content was deleted (bug 4127).
672 - Fix a bug where the cursor was largely off-screen on document opening
673   (bug 3427).
675 - Fix a bug where fixed width insets were not honoured correctly (bug 4029).
677 - Fix a bug where the current document was closed unexpectedly when
678   typing a space after switching between 2 documents with the file->Open
679   dialog (bug 4211).
681 - Fix bug in box dialog where the inner box was empty when switching
682   the box decoration (bug 4233).
685 * DOCUMENTATION
687 - Fix installation links for Hebrew (bug 4165).
689 - Correct the description of list of algorithms in the Embedded Objects manual.
691 - Fix the appearance of the word "LyX" in PDF-bookmarks in the
692   Introduction manual (bug 2435).
694 - removed description of the program "reLyX" that was replaced in LyX 1.4 by
695   "tex2lyx" (bug 2766)
698 * BUILD/INSTALLATION:
700 - Upgrade to boost 1.34.1.
702 - Upgrade to gettext 0.14.6.
704 - On all supported platforms, allow Qt 4.2 or higher to use the math fonts in
705   <sysdir>/fonts without the need to install them.
707 - Make configure.py remove a log file generated by MikTeX and copy the file
708   chkconfig.ltx to the user dir using default permissions (thus avoiding a
709   bug on Cygwin where python doesn't copy ACLs associated with a file).
711 - Clarify an error message for --without-included-boost.
713 - Better alignment of the version info output.
715 - Remove the /TP (force to use C++ compiler) option from scons/msvc.
717 - Allow the use of a snapshot version of scons.
719 - Fix usage display for lib/doc_toc.py (bug 3798).
722 What's new in version 1.5.1?
723 ----------------------------
725 ** Updates:
726 ***********
728 * DOCUMENTATION AND LOCALIZATION
730 - Add template for the APA class (bug 2390).
733 ** Bug fixes:
734 *************
736 * DOCUMENT INPUT/OUTPUT
738 - Fix output of LyX files on windows when Document>Compressed is set.
739   This is a dataloss bug that was the main reason for releasing 1.5.1
740   earlier than anticipated.
742 - Get rid of annoying LaTeX error after changing the document language
743   (bug 2468).
745 - Fix a LaTeX error with caption inset in a listing inset (some
746   problems remain).
748 - Fix crashes relating to command line export (bugs 4077 and 4086).
750 - Fix export to FAT32 under Linux (bug 4094).
752 * USER INTERFACE:
754 - Fix crash with TOC and child documents (bug 4096).
756 - Fix redrawing artefacts when switching tabs (bug 3969).
758 - Fix pasting a selection from the same LyX document with middle mouse
759   button.
761 - Fix pasting of a selection from other applications (X11 only).
763 - Coherent behaviour when inserting over a selection: now the selection
764   is always replaced by the insertion (bug 672).
766 - When inserting an URL over selected text, insert the selected
767   text in the URL inset (bug 683).
769 - Don't allow invalid listings parameters to be passed when
770   updating other controls in listings-related dialogs (bug 4053).
772 - Fix bug with math-matrix dialog always producing 1x1 matrices on
773   platforms lacking proper support for wide characters (bug 4076).
775 - Sort colors in the Preferences dialog (bug 2571).
777 - Fix bug where using pdfsync marks the document 'changed' (bug 4023).
780 * BUILD/INSTALLATION:
782 - scons now accepts SConstruct file from top source directory, which
783   can be a symbolic link to development/scons/SConstruct.
785 - LyX configuration script now checks for htlatex as an OpenDocument
786   converter, since some platforms have htlatex but not oolatex. It also
787   checks for oowriter as an OpenDocument viewer and editor.
789 - Fix building on Mac OS X when pkg-config is installed.
792 What's new in version 1.5.0?
793 ----------------------------
795 As usual with a major release, a lot of work that is not directly
796 visible has taken place. The core of LyX has seen more cleanups and
797 some of the new features are the direct results of this work.
799 * Unicode
801 LyX 1.5's big goal was to use unicode internally and so resolve a slew
802 of existing problems with special characters and non-alphabetic
803 languages. LyX 1.5 is able to output unicode (in addition to
804 encodings currently available), so that you can use LaTeX's new utf8
805 encoding or a brand new typesetting system such as XeTeX.
806 Since the change to unicode touched much of the code base and some
807 areas still need a cleanup it, is very likely that some bugs related to
808 the unicode transition still exist. Please have a look at the Known
809 bugs on the LyX 1.5 page if you encounter a bug that seems to be related
810 to unicode. If it's not there, then please report it to the lyx-devel
811 mailing list.
813 * Integrated CJK support
815 The very first result of the Unicode transition is that we have finally
816 merged in the externally maintained CJK-LyX branch.
817 The languages Chinese, Japanese, and Korean are now supported in
818 the user interface.
819 Note that setting the encoding for these languages in LyX 1.5 by
820 using ERT or the document preamble will lead to LaTeX-errors!
821 Also note that you may need to run qtconfig and set appropriate default
822 or substitution fonts to display CJK characters under some circumstances.
824 * Language support
826 In addition to the CJK languages, the languages Armenian and Farsi also
827 have full user interface support.
829 * Multiple views of the same buffer
831 LyX can now display multiple views of the same buffer. I.e., you can
832 now open a single document in multiple windows and work on different
833 parts of it synchronously.
835 * Outliner and embedded TOC
837 LyX has another long-awaited feature: a basic outliner mode, in which
838 you can move chapters and sections around in the Table of Contents
839 dialog. (The outliner has been backported and was released with LyX
840 1.4.4.) The TOC dialog is now a dock widget, embedded in the main window.
842 * Session management
844 LyX is now able to remember window size and position and it will
845 reopen the documents you worked on last time around. If you've
846 selected the feature in the Preferences dialog, it'll even move the
847 cursor to the place you were working on last!  Furthermore, toolbars
848 can (finally!) be switched on/off in View->Toolbars and moved about in
849 the LyX window. The session management will remember their state.
851 * Source code Viewer
853 As a kind of "anti-preview-latex", a dialog was implemented that lets
854 you view the source code of a given paragraph/selection or the whole
855 document.
857 * New Font Selection Interface
859 LyX's font selection abilities have been one of its weakest and most
860 outdated components. A completely new interface was implemented that
861 provides access to the power of LaTeX's font selection scheme.
863 * Tabular extensions
865 LyX's table support is certainly less powerful than that of
866 LaTeX. Support for the booktabs package has been implemented,
867 providing beautiful and elegant tabulars.
869 * Nomenclatures
871 LyX now has native support for the nomencl package. With this,
872 you can treat your document with all sorts of nomenclatures,
873 glossaries and fancy notations.
875 * Tabbed Widget
877 LyX now uses tabbed widgets to display multiple documents.
879 * Enhanced Math Toolbars
881 The math toolbar was enhanced significantly. Drop down menus were
882 added, allowing the integration of all of the math panel's content
883 to the math toolbars.
884 Since this input method is much easier than the clumsy panel, the math
885 panel itself has been removed and superceded by the toolbars.
887 * Frontend News
889 LyX 1.5 uses the Qt4 toolkit. This is especially good news for
890 Windows users, because there's an official, GPL version of Qt4. They no
891 longer have to rely on an unofficial port of the Unix Qt3 library to
892 Windows.  The good old XForms frontend went the way of the dodo. It
893 was both hated and loved, and certainly shaped the unique look of LyX
894 in the past. It was finally killed off, however, by the switch to
895 unicode.  The Qt3 frontend was also removed.  The work on the GTK
896 frontend has been transferred to a branch because its development has
897 essentially stalled.
899 * Change tracking enhancements
901 Major parts of the change tracking code have been rewritten, addressing
902 several problems that existed in the previous implementation.
904 * Converter file cache
906 A cache for converted files, such as included figures, has been
907 implemented. This can speed up LyX's performance considerably when
908 displaying documents with many included figures that need conversion
909 to a format that can be rendered on screen.  The converter file cache
910 is enabled by default.
912 The default maximum age of a cached file is 6 months. You can change
913 that with the line
915  \converter_cache_maxage xxx
917 where xxx is the maximum age in seconds, in your preferences file.
919 * Unified Windows installer
921 The two windows installers are being merged and bug reports regarding
922 both installers are welcome.
924 * Program listings
926 The traditional way to insert program listings in LyX involves the use
927 of the LyX-Code style. This option works quite well for short snippets but
928 does not support in-line code segments or the inclusion of external files.
930 Using the listings latex package as the backend a new inset was added that
931 supports all these three ways of listing computer programs.
933 * LaTeX-package support
935 LyX provides the following new document classes:
936  - article(IOP) - for scientific papers published by the IOP group
937  - presentation(powerdot) - for presentations using the powerdot package
938  - curriculum vitae(Europe) - for CVs following the guidelines of the EU
939  - curriculum vitae(modern) - for CVs using the moderncv package
940  - curriculum vitae(simple) - for simple CVs
942 * Minor user interface improvements
944 Several minor improvements of the user interface have been made, such as:
946  - Syntax highlighting of the user preamble and the LaTeX log file.
947  - Better parsing of BibTeX databases (in the citation dialog).
948  - Support for optional arguments for environments.
950 * Enhanced clipboard/selection handling
952 The clipboard has been tuned to work better with other applications.
953 Parallel to clipboard usages, the *nix way of using middle-button
954 to paste selected text is enhanced, and is also available under windows
955 (but within lyx only). Selection of lyx text is now persistent in that
956 you can paste the selected text using the middle button multiple times,
957 even after the selection has been cleared.
959 * Limited support for local class and layout files
961 Lyx can not create, but can open a .lyx file with .cls and .layout files
962 stored in the same directory as the .lyx file. That is to say, if you send
963 your co-author a .lyx file with associated class and layout files, s/he 
964 can view and modify the .lyx file directly, without having to install the
965 .cls and .layout files, reconfigure and restart lyx. Note that the .cls and
966 .layout files have to be copied to every directory your .lyx files reside,
967 should you use different directories for master and child documents.
969 * Under the hood
971 As usual, one big task has been the ongoing code cleanup of the LyX
972 core. Performing this cleanup makes the code more understandable and
973 easier to maintain. It also leads inevitably to a more robust
974 application. Nonetheless, it's an unfortunate fact of life that ugly
975 code is sometimes faster than pretty code. We're well aware that LyX
976 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
977 series has been to bring this speed back.
979 ** Bug fixes
981 Lots of long-lasting bugs have been fixed, as documented in LyX
982 bugzilla. Probably some new ones have been introduced instead ;-)
985 What's new in version 1.5.0  (release candidate 2)
986 ----------------------------
988 We are pleased to announce the release of LyX 1.5.0 (release candidate 2).
989 We expect this to be the last release before 1.5.0. We do not anticipate
990 any further changes before 1.5.0, although any critical bugs and regressions
991 in 1.5.0rc2 will, of course, be addressed.
993 Since the announcement of release candidate 1, we have mostly fixed bugs
994 and polished the graphical interface.
996 What's new in version 1.5.0  (release candidate 1)
997 ----------------------------
999 The difference to the last beta release is due to bug fixes only,
1000 no new features are allowed at this stage of development. The only
1001 exception to this rule is the addition of Farsi as a supported language
1002 since the available patch was not integrated in the previous release.
1004 What's new in version 1.5.0 (beta 3)?
1005 ---------------------------- 
1007 Compared with the previous beta release we have fixed several bugs
1008 and added some improvements:
1010  * A new inset to support code listings.
1011  * We have enabled the converter file cache by default.
1012  * The languages Armenian, Chinese, Japanese, and Korean are now supported in
1013    the user interface.
1014    Note that from now on, former encoding settings for these languages
1015    done via ERT or the document preamble will lead to LaTeX-errors!
1017 Internally we have renamed files to follow a consistent name pattern,
1018 this will allow an easier navigation of the source code thus simplifying
1019 bug fixing.
1021 What's new in version 1.5.0 (beta 2)?
1022 ---------------------------- 
1024 Compared with the previous beta release we have fixed several bugs and
1025 added some graphical improvements:
1026  * A new math toolbar replaces the old (faithful) math panel.
1027  * The converter file cache can be now configured in the graphical interface.
1028  * The TOC dialog is now a dock widget, embedded in the main window.
1030 Apart from the described major changes, several minor improvements of
1031 the user interface have been made, such as:
1033  - Syntax highlighting for the user preamble and the LaTeX log file 
1034  - Better parsing of BibTeX databases (in the citation dialog) 
1035  - Support optional argument for environments 
1037 What's new in version 1.5.0 (beta 1)?
1038 ---------------------------- 
1040 * Unicode
1042 LyX 1.5's big goal was to use unicode internally and so resolve a slew
1043 of existing problems with special characters and non-alphabetic
1044 languages. LyX 1.5 is able to output unicode (in addition to
1045 encodings current available), so that you can use LaTeX's new utf8
1046 encoding or such brand new typesetting systems as XeTeX.
1047 Since the change to unicode touched much of the code base and some
1048 areas still need a cleanup it is very likely that some bugs related to
1049 the unicode transition still exist. Please have a look at the Known
1050 bugs in LyX 1.5 page if you encounter a bug that seems to be related
1051 to unicode. If it's not there, then please report it to the lyx-devel
1052 mailing list.
1054 * Integrated CJK support
1056 The very first result of the Unicode transition is that we have finally
1057 merged in the externally maintained CJK-LyX branch.
1059 * Multiple views of the same buffer
1061 LyX can now display multiple views of the same buffer. I.e., you can
1062 now open a single document in multiple windows and work on different
1063 parts of it synchronously.
1065 * Outliner
1067 LyX has another long-awaited feature: a basic outliner mode, in which
1068 you can move chapters and sections around in the Table of Contents
1069 dialog. (The outliner has been backported and was released with LyX
1070 1.4.4.)
1072 * Session management
1074 LyX is now able to remember window size and position and it will
1075 reopen the documents you worked on last time around. If you've
1076 selected the feature in the Preferences dialog, it'll even move the
1077 cursor to the place you were working on last!  Furthermore, toolbars
1078 can (finally!) be switched on/off in View->Toolbars and moved about in
1079 the LyX window. The session management will remember their state.
1081 * Source code Viewer
1083 As a kind of "anti-preview-latex", a dialog was implemented that lets
1084 you view the source code of a given paragraph/selection or the whole
1085 document.
1087 * New Font Selection Interface
1089 LyX's font selection abilities have been one of its weakest and most
1090 outdated components. A completely new interface was implemented that
1091 provides access to the power of LaTeX's font selection scheme.
1093 * Tabular extensions
1095 LyX's table support is certainly less powerful than that of
1096 LaTeX. support for the booktabs package was implemented, which
1097 provides beautiful and elegant tabulars.
1100 * Nomenclatures
1102 Native LyX support for the nomencl package was implemented. With this,
1103 you can treat your document with all sorts of nomenclatures,
1104 glossaries and fancy notations.
1106 * Tabbed Widget
1108 LyX now uses tabbed widgets to display multiple documents.
1110 * Frontend News
1112 LyX 1.5 will use the Qt4 toolkit. This is especially good news for
1113 Windows users, since there's an official, GPL version of Qt4. They no
1114 longer have to rely on an unofficial port of the Unix Qt3 library to
1115 Windows.  The good old XForms frontend went the way of the dodo. It
1116 was both hated and loved, and certainly shaped the unique look of LyX
1117 in the past. It was finally killed off, however, by the switch to
1118 unicode.  The Qt3 frontend was removed.  The work on the GTK frontend
1119 has been transferred to a branch because its development has
1120 essentially stalled.
1122 * Change tracking enhancements
1124 Major parts of the change tracking code were rewrote addressing
1125 several problems that existed in the existing implementation.
1127 * Converter file cache
1129 A cache for converted files, such as included figures, was
1130 implemented. This can speed up LyX's performance considerably when
1131 displaying documents with many included figures that need conversion
1132 to a format that can be rendered on screen.  The converter file cache
1133 is disabled by default, and there is no GUI for configuring it yet. If
1134 you want to use it, add the line
1135  \use_converter_cache true
1137 to your preferences file. The default maximum age of a cached file is
1138 6 months. You can change that with the line
1139  \converter_cache_maxage xxx
1141 where xxx is the maximum age in seconds.
1143 * Unified Windows installer
1145 The two windows installers are being merged and bug reports regarding
1146 both installers are welcome.
1148 * Under the hood
1150 As usual, one big task has been the ongoing code cleanup of the LyX
1151 core. Performing this cleanup makes the code more understandable and
1152 easier to maintain. It also leads inevitably to a more robust
1153 application. Nonetheless, it's an unfortunate fact of life that ugly
1154 code is sometimes faster than pretty code. We're well aware that LyX
1155 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
1156 series has been to bring this speed back.
1159 What's new in version 1.4.5.1?
1160 ------------------------------
1162 The only change over release 1.4.5 is the addition to the distribution
1163 of one file necessary to read and write lyx 1.5 files.
1166 What's new in version 1.4.5?
1167 ---------------------------- 
1169 ** Updates:
1170 ***********
1172 * DOCUMENTATION AND LOCALIZATION
1174 - Update Hungarian and Italian localizations of the interface.
1177 ** Bug fixes:
1178 *************
1180 * DOCUMENT INPUT/OUTPUT
1182 - Don't skip lines after noweb chunks in tex2lyx (bug 3052).
1184 - Fix bug when entering relative length (like page%) as margin
1185   settings (bug 3416).
1187 - Fix Date external template in windows (bug 3241).
1189 - Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug
1190   3510).
1192 - Fix ordering of layouts in beamer textclass (bug 3141).
1194 * USER INTERFACE:
1196 - Fix bug where moving the last section up in the toc dialog eats the
1197   last paragraph (bug 3303).
1199 - Fix crash when using "all-insets-toggle" lfun on a file with 
1200   math insets (bug 3358).
1202 - Fix crash when undoing ctrl-<minus> in mathed (bug 3590).
1204 - Fix crash if the thesaurus fails on startup (bug 2691).
1206 - Handle undo correctly when inserting a plain text file (bug 3204).
1208 - Fix misplaced cursor when clicking at the end of a line (bug 3310).
1210 - Make it possible to reset itemize bullets to their original state
1211   (bug 3312).
1213 - Fix display of Theorem-like environments when in appendix (bug 3351).
1215 - Fix conflict with globally installed math fonts, for ex. from
1216   Scientific Workplace (bug 3962, windows only).
1218 - Properly keep existing previews when pasting formulas (bug 1486).
1220 - Fix display of math root inset when the exponent contains large
1221   things (bug 3295).
1223 - Fix display of the \overset math macro when the first argument has a
1224   non-zero descent.
1226 - Set a default image size value (bug 2458).
1228 - Get ProvidesNatbib working correctly, esp. for egs.layout.
1230 - Fix undo for quotation marks (bug 3439).
1232 - Fix undo for special characters.
1234 - Fix gui for big delimiters.
1236 - Fix wrong LaTeX-output when using the backslash "\" as math
1237   delimiter (bug 3458) (Qt frontend only).
1239 - Fix generation of linuxdoc manpages (bug 2966).
1241 - Fix example for docbook-article.
1243 - Fix table rotate toolbar buttons images (bug 3525).
1245 - Fix display of "Acknowledgments" environment in elsart document
1246   class (bug 3931).
1248 * DOCUMENTATION
1250 - Fix description of booktabs tables in the EmbeddedObjects manual
1251   (bug 3736).
1253 - Fix broken link to IEEETran.cls in LaTeXConfiguration (bug 848).
1255 - Fix that Slovak userguide couldn't be typeset.
1257 * BUILD/INSTALLATION:
1259 - Make LyX/Mac recognize correctly newer versions of teTeX.
1261 - Allow automake 1.10 for building.
1263 - Require python 2.3 (due to lyx2lyx backport from 1.5.0), version
1264   2.3.4 is required to read lyx 1.5.x documents (due to a bug in older
1265   2.3.x python releases).
1268 What's new in version 1.4.4?
1269 ---------------------------- 
1271 ** Updates:
1272 ***********
1274 * DOCUMENT INPUT/OUTPUT
1276 - Improve Computer Algebra System support in math editor.
1278 - Add support for fixed size math delimiters in math editor.
1280 - Convert included vector graphics to pdf instead of png for pdflatex export
1281   (bug 2868). This is implemented with the help of a new format flag "vector"
1282   that you have to set manually for your self defined vector graphics formats
1283   if you want to use this feature.
1285 - Add a wmf -> eps converter (bug 2845) and a latex -> rtf converter.
1287 - Add the layout file and an example document for the beamer
1288   presentation class (these files where taken from the beamer package
1289   by Till Tantau); new layout file ISPRS (Int. Soc. Photogrammetry &
1290   Remote Sensing); new layout file for Arabic articles; update layout
1291   file for REVTeX4 (bug 1215)
1293 - New external template for LilyPond (a music typesetter).
1295 * USER INTERFACE:
1297 - Outline support: it is now possible to move around parts of
1298   documents in the Table of Contents dialog.
1300 - Add new UI settings default-autotoolbars and default-alltoolbars
1301   allowing to select what toolbars are active.
1303 - The layout lfun without an argument does now set the layout to the default
1304   layout of the text class. This is used by a new button "Default" in the
1305   extra toolbar.
1307 - Add a menu entry for numbered formulas (bug 2901).
1309 - Updates to the european keyboard map (useful for entering accented
1310   characters on a qwerty keyboard).
1312 * DOCUMENTATION AND LOCALIZATION
1314 - A new manual named "Embedded Objects" is available in the Help menu
1315   in English and Spanish. It describes in detail tables, graphics,
1316   floats, notes, and boxes.
1317   
1318 - Updated Intro and Extended manual.
1320 - New Galician localization; update Czech, French, German, Hungarian,
1321   Italian, Romanian and Spanish localization of the interface.
1323 - New Galician translation of the documentation (splash, Intro,
1324   Tutorial); Update German (all), Hebrew (Intro), Italian
1325   (Tutorial, UserGuide), and Spanish (Intro) documentation.
1328 ** Bug fixes:
1329 *************
1331 * DOCUMENT INPUT/OUTPUT
1333 - Write inherited colors correctly as "inherit" to the .lyx file. Previously
1334   they where written as "default", which was then read in as "none".
1335   Fix some help documents that contained this invalid color.
1337 - Parse the optional argument of the AMS math environments aligned, gathered
1338   and alignedat.
1340 - Support lgathered and rgathered math environments.
1342 - Fix import of \fullcite commands from LaTeX.
1344 - Update bibliography references when the entry has been changed (bug
1345   2744).
1347 - The BibTeX style files (bst files) can now live in paths with spaces
1348   (bug 2186).
1350 - Fixed undo-and-TOC-navigation bug.
1352 - Fixed layout2layout (spurious tabs), so layout files from 1.3 can be read 
1353   again.
1355 - Revert fix from 1.4.3 for better display of script insets with a nucleus
1356   with more than one element (like {a'}^{2}), since it was buggy and it is
1357   very difficult to do it right (bug 2921).
1359 - Re-enable Address paragraph style in AMS article classes (bug 2890).
1361 - Write \begin and \end alignment tags on their own lines (bug 3010).
1363 - Fix output of \setlength commands, in order to please latex2html
1364   (bug 2843).
1366 - Import \guilsinglright correctly from .tex files.
1368 - Don't create invalid .lyx files when importing \i{} and \j{} from .tex
1369   files.
1371 - Import \l{} and \L{} natively from .tex files (do not create ERT).
1373 - Import correctly Sweave macros from .tex files.
1375 - Fix nested list (like) output in docbook (bug 2841)
1377 - Read filenames with spaces in external insets correctly from .lyx files
1379 - Use the correct filename extension of included graphics in latex export if
1380   it cannot be omitted.
1382 * USER INTERFACE:
1384 - Fix slowness with lots of math on Windows (bug 2900).
1386 - Fix that LyX's dialogs remain partly untranslated on Windows (bug 2906).
1388 - Fix crash when viewing documents as PDF on Windows with installed
1389   Adobe Reader/Acrobat 8 (bug 3045).
1391 - Fix a crash with PageDown/Up when the next/previous paragraph is an inset
1392   taller than the workarea.
1394 - Fix some crashes (with console error message "break on pointer: ...")
1395   related to large insets.
1397 - Fix a crash that occurred on exit if the clipboard was not empty (only on
1398   windows). This fix was already used by the official windows installer for
1399   1.4.3.
1401 - Fix a crash when navigating from a label a reference in the crossrefs
1402   dialog (bug 3063) [qt only].
1404 - Fix hang when deleting a forced newline character in change tracking
1405   mode (bug 2865).
1407 - Fix crash when exiting empty superscript in math editor (bugs 2908
1408   and 2933).
1410 - Fix an undo crash with nested font changes in math (bug 3019).
1412 - Clear label when a formula is unnumbered (bug 2556).
1414 - Disallow pressing the add button in the citation dialog when no citations
1415   are available, preventing a crash (bug 3057).
1417 - Fix deletion of empty paragraph in various situations: paragraphs
1418   with different layouts, layouts with KeepEmpty property, ERT insets,
1419   tabular cells (bugs 2587 and 2882).
1421 - fix bug where icons remain disabled after opening a dialog (bug
1422   2877).
1424 - when a dialog is open in LyX/Mac, make sure that the menu entries
1425   that do not make sense are disabled (bug 1720).
1427 - Fix cursor positioning when opening the VSpace dialog (bug 2869).
1429 - Make clicking in a "wide" inset always enter that inset.
1431 - Avoid "wide" insets in text that is centered or right-justified.
1433 - When selecting with the mouse an area that ends on a collapsable
1434   inset, do not open it by mistake.
1436 - When a box inset has been given a small width, never show it in
1437   inlined mode, since it would make its contents unreadable.
1439 - Give a better error message for missing layout include files.
1441 - Show contents of branches in the ToC.
1443 - Fix wrong ordering of insets in ToC entries.
1445 - Don't show starred sections in Document->Numbering & TOC (bug 2910).
1447 - Make sure that the size changing shortcuts ``M-s <digit>'' work on a
1448   French keyboard too.
1450 - Make all the operations that require walking over all insets faster.
1452 - Fix insertion position for cross-reference in superscript (bug 2789).
1454 - Add support for the chars-transpose LFUN (bug 2939).
1456 - Fix undo when inserting a line break (bug 3111).
1458 - Only one undo step is needed to undo inset-dissolve (bug 2982).
1460 - Fix spell checking of Norwegian documents with aspell (bug 2850).
1462 - Don't reset cell selection when opening tabular dialog (bug 2715).
1464 - Quotation marks can now be inserted easier into mathed, which is
1465   important for phonetic notation (bug 3044).
1467 - Fix one more case of copied ERT inset producing wrong language (bug 2476).
1469 - Reset the language when dissolving an ERT inset (bug 2978).
1471 - Sanitize button enabling in the bibtex dialog [qt only] (bug 2895).
1473 - Fix focus problems in the graphics dialog [qt only] (bug 1663).
1475 - On Mac OS X, make sure to view files with the same application as
1476   the Finder uses.
1478 - The natbib labels weren't always displayed correctly when opening
1479   a document. This is fixed.
1481 - Allow double values for graphics' bounding box parameters again
1482   (bug 3055). This also fixes problems with older LyX files
1483   (bug 3066) [qt only].
1485 - Rename lib/ui/std*.ui include files to *.inc so that the user is not
1486   tempted to try them (bug 2387).
1488 - add Aspell/Pspell's file extension for personal dictionary files
1489   in preferences (bug 895)
1491 - Fix hang/crash on Windows/Cygwin when using the external date inset
1492   (bug 3220).
1494 * BUILD/INSTALLATION:
1496 - Allow autoconf 2.60 and 2.61 for building.
1498 - Do not warn against using gcc 4.1. It works fine.
1500 * MISCELLANEOUS
1502 - The minimum required python version is now 2.2.0.
1504 - Fix Free Software Foundation address.
1507 What's new in version 1.4.3?
1508 ---------------------------- 
1510 ** Updates:
1512 - All shell scripts have been translated to python so sh.exe is no
1513   longer needed. That's a big plus for the Windows port.
1515 - Implement inset-dissolve feature; this can be accessed (like in
1516   mathed) by pressing Backspace at the start of an inset, or Delete at
1517   the end (bug 2201).
1519 - Add buttons for \intop and \ointop to the math panel (bug 2698)
1521 - Native support for \phantom, \hphantom and \vphantom in mathed (bug 1473).
1523 - Some small updates to the documentation.
1525 - Update Basque, Czech (new), French, German (bug 2718), Hungarian,
1526   Italian (bug 2774), NyNorsk and Spanish localizations.
1528 - Update Czech (Tutorial, new splash), German (UserGuide [bug 2660], Extended)
1529   and Hungarian (new Tutorial) documentation.
1531 ** Bug fixes:
1533 * Document Input/Output
1535 - Fix a crash when importing LaTeX files with no text (bug 2667).
1537 - Fix a crash when a used bibtex file is in a non-readable directory
1538   (bug 2782).
1540 - Fix a crash when lyx2lyx failed to convert LyX file.
1542 - Ignore the definition of LyXgreyout environment when re-importing a
1543   LyX-generated LaTeX file (part of bug 2420).
1545 - When exporting to LaTeX an external inset with template XFig,
1546   require the color package, since XFig generates LaTeX code with
1547   \color (bug 2716).
1549 - Make sure enough passes are made to update the table of contents
1550   when running LaTeX (bug 2616).
1552 - Don't add extra braces when reading documents containing \choose,
1553   \atop or \over (bug 2481).
1555 - Reenable import of noweb files (bug 2289).
1557 - Render greyed out notes correctly in output (bug 2723).
1559 - Fix bug 2768 (inset comment/note eats space after it).
1561 - Do not convert known spaces to ERT on LaTeX import (bug 2786).
1563 * User Interface:
1565 - Fix random crashes resulting of an incompatibility of the included
1566   boost::bind library with gcc 4.1 (bug 2677, probably also 2662 and 2684).
1568 - Fix a crash when using next-inset-toggle (Ctrl+I) inside mathed;
1569   inset locking in mathed generally work (bug 2756).
1571 - Fix a crash on save (including dataloss) when the backup directory 
1572   creation failed or the directory is not writeable(bug 2740).
1574 - Fix a crash when selecting several cells in a tabular (bug 2630).
1576 - Fix a crash when deleting a multi-cell selection in a tabular.
1578 - Fix a crash when applying a font change to several cells in a tabular.
1580 - Fix a crash when searching for an inset and none is present.
1582 - Fix a crash when scrolling the document and the cursor is inside an
1583   inset (bug 2830).
1585 - Fix lockup when accepting a change in a text inset (bug 2510).
1587 - Fix a crash with change tracking in tables (bug 2600).
1589 - Fix a crash when undoing super/subscript deletion (bug 2727).
1591 - Fix a crash when the cursor is in an empty script and the user
1592   clicks in the text.
1594 - Do not reset environment depth when breaking a paragraph (bug 2445).
1596 - Handle properly script insets which the nucleus has more than
1597   one element (like {a'}^{2}).
1599 - On pressing button 2 in a math inset, paste the inner LyX selection
1600   if it exists (bug 2779).
1602 - When inserting an inset (footnote etc.) over an existing selection,
1603   don't copy the layout of the source paragraph to the inset (bug 2802).
1605 - When pasting some text in an environment that does not allow the given
1606   paragraph layout, reset the layout (bug 2382).
1608 - Fix the disabling of some toolbar icons after closing a dialog (bug 2423).
1610 - Fix the editing of a document while Error List dialog is open (bug 2179).
1612 - Improve the position of the cursor after undo.
1614 - Update labels on screen when changing language.
1616 - Make sure that the "Check TeX" menu entry is not available when the
1617   chktex tool has not been configured (bug 2831).
1619 - Fix doubling of initial character when correcting a word with
1620   ligatures in spellechecker (bug 2068).
1622 - Show an error box when failing to update the TeX Information dalog data.
1624 - Fix an unexpected font change on maximize (bug 2664).
1626 - Handle the Meta keyboard modifier as Alt (Qt only).
1628 - Fix the C-x C-b binding in emacs mode (bug 2747).
1630 - Fix a crash when a non-template file is selected in the
1631   "New from Template" dialog (bug 2404).
1633 - The LaTeX log file can now also be viewed if the path of the temporary
1634   directory contains spaces (bug 2687)
1636 - Graphics files with ' in the name can now be previewed (bug 2637)
1638 - New menu entries have been added for phonetic symbols and
1639   accepting/rejecting a single change in change tracking mode
1641 * Build/installation:
1643 - Fix compilation with Qt 3.0.x.
1645 - Fix the 'check' make target for systems which do not have
1646   /bin/bash (bug 2524).
1648 - Set CPPFLAGS only if it not already set by the user
1649   (and ignore CXXFLAGS when setting CPPFLAGS).
1651 - Handle properly gcc 4.1 in configure.
1653 - Install python files together with precompiled versions.
1655 - A scons build system has been added, for details please see
1656   INSTALL.scons. 'scons install' produces a cygwin-compatible binary
1657   package under cygwin.
1659 - A CMake build system has been added, for details see
1660   development/cmake/README.cmake
1662 - LyX can be compiled on windows with MSVC using qt3 from the Q../Free
1663   project and scons or CMake.
1665 * Miscellaneous
1667 - LyX requires now python 2.2 to work properly.
1669 - Display LaTeX package checking results faster during configuration.
1671 - Log the output of configure.py to a log file configure.log.
1673 - Do automatic reconfiguration even when running in batch mode (bug 2741).
1675 - Change the encoding of some python scripts from iso-8859-15 to
1676   iso-8859-1. The former causes problems with embedded python.
1678 - Remove outdated development tools and outdated LyXConfig.LyX.in.
1680 - Remove in the documentation all references to reLyX, which has been
1681   replaced by tex2LyX.
1684 What's new in version 1.4.2?
1685 ---------------------------- 
1687 ** Updates
1689 - LyX now automatically uses file viewers and editors set at OS level
1690   [Windows and Mac OS X only] (bug 2017).
1692 - Add a new function buffer-toggle-compression (and corresponding entry
1693   in the Document menu) to change whether the file will be compressed
1694   on disk or not.
1696 - Update the German, Hungarian, Italian (bug 2650), Polish, Slovak,
1697   Spanish and Turkish localizations of the interface.
1699 - Update translations of documentation for German (all) and Hungarian
1700   (Introduction, splash document, new tutorial examples).
1702 - Add support for Austrian (new spelling) as a document language.
1704 - Add the "LaTeX (pdflatex)" output format. This new output format produces
1705   .tex files that are suitable for pdflatex, including figure conversion
1706   to png, pdf or jpeg instead of eps.
1708 - Add biographynophoto style to IEEEtran.layout; add a new text class for
1709   International Journal of Modern Physics C (and update support for
1710   IJMP D).
1712 - Add buttons for \overset and \underset to the math panel (bug 2533).
1714 - Add support for the dvipdfmx converter.
1716 - Add tgif->ppm and tgif->png converters for preview of tgif figures.
1718 - Add native support for \intop and \ointop. (Display only; not in
1719   the math panel yet.)
1721 ** Bug fixes
1723 * User Interface:
1725 - Much better performance when using natbib/jurabib citations (bug 2460).
1727 - Much better performance of screen updating in LyX/Mac, and with an 
1728   acceptable UI.
1730 - Don't jump back to the previous cursor position when trying to click on
1731   an inset (bug 2526).
1733 - Fix several cursor movement functions when initiating a selection
1734   (bugs 2119 and 2259, and a crash).
1736 - Disable saving of bookmarks in mathed because it is not yet supported
1737   and makes LyX crash (bug 2597).
1739 - Fix a crash when pasting contents from the clipboard to a tabular
1740   (bug 2603).
1742 - When pasting contents to a tabular with the middle mouse button, the
1743   language could sometimes be changed. This is fixed now.
1745 - Text copied from an ERT box no longer has the pseudo "latex" language
1746   (bug 2476).
1748 - Fix a crash when selecting and deleting "blue" paragraph break in
1749   change tracking mode.
1751 - Set change tracking marks properly when copying between documents
1752   with different change tracking status (bug 2207).
1754 - Fix a crash when reading documents containing bogus change tracking
1755   markup due to the bug above (bug 2614).
1757 - Fix any remaining "ghost" empty paragraphs when selecting and deleting
1758   multiple paragraphs (bug 2516).
1760 - Fix the display of horizontal fill which appears at the end of a line
1761   (bug 2509).
1763 - Fix a crash when changing document class while the cursor is inside a
1764   table.
1766 - Fix a crash when there is a syntax error in a keyboard map file (bug 2604).
1768 - Fix a crash on exit on MacOS X, and the well known "Mutex destroy failure"
1769   error message on Linux (qt frontend, bugs 2549 and 1029).
1771 - Paint the tabular background (bug fix).
1773 - Fix a bug where the spellchecker doesn't pop up the dialog window for
1774   the first misspelled word (bug 2218).
1776 - Fix spell checking in tables (bug 2675).
1778 - Cosmetic fixes to the document dialog (Qt only).
1780 - Reduce the right margin on screen from 30 pixels to 10.
1782 * Math editor:
1784 - Fix the metrics of AMS array environments like bmatrix, vmatrix etc.
1785   (bug 2036).
1787 - Fix undo in matrices.
1789 - Fix a crash when deleting the last row of an equation (bug 2655).
1791 * Document input/output:
1793 - Convert definitions of itemize and enumerate environments in old layout
1794   files correctly.
1796 - Fix the conversion of minipages (default height and inner vertical
1797   position) from LyX 1.3 documents.
1799 - Make sure that the amsmath package is used in LaTeX output when
1800   using the AMS-specific commands \xleftarrow, \xrightarrow or the
1801   array constructs split, gathered, aligned and alignedat (bug 2149).
1803 - Load the tipa package automatically when needed.
1805 - Properly strike out deleted math formulas when change tracking is
1806   active (bug 2214).
1808 - Don't get confused by 0-Characters in MikTeX logfiles anymore.
1810 - Always honor the "Requirement" tag in External Template Definitions.
1812 - Fix tex2lyx to handle whitespace in front of required arguments (bug 2546).
1814 - Update templates and examples to the latest file format.
1816 - Enable jpeg graphics whose suffix is in capital letters (.JPG) work with
1817   pdflatex (bug 2235).
1819 - Fix a LaTeX crash on multi-paragraph boxes.
1821 - Fix LaTeX errors with memoir and makeindex (bug 2623).
1823 * Miscellaneous:
1825 - Replace the old sh version of lib/configure with the new python version
1826   lib/configure.py. The TexFiles.sh script (which crashed on Windows)
1827   has also been pythonified.
1829 - It is  longer necessary to run lib/configure.py in the main LyX
1830   support directory.
1832 - Reading of configuration now goes like this: LyX first reads the file 
1833   lyxrc.dist (if it exists). If lib/configure.py is newer than
1834   any of lyxrc.defaults, textclass.lst or packages.lst, it is re-run
1835   before loading lyxrc.defaults and preferences. 
1837 - Automatically use fonts in the fonts/ subdirectory of the LyX support
1838   directory on Windows.
1840 - When compiling with --with-version-suffix on Windows, do not
1841   rename the executable files.
1843 - Fix lib/configure.py to find tex2lyx when compiling with
1844   --with-version-suffix (bug 2285).
1846 - Fix lib/configure.py to find tex2lyx if the path to it contains spaces.
1848 - Use the clean_dvi.py script on Windows not only in the installer but also
1849   in the source package.
1851 - Fix the code to find the localization of the interface on Windows
1852   and Mac OS X.
1854 - Fix hyphens in man pages.
1856 - Replace the \cygwin_path_fix_needed preference with the better named
1857   \tex_expects_windows_paths; this is auto-detected and matters only on
1858   Windows. 
1860 - Remove the --enable-compression-support option of configure. Compression
1861   support via zlib is now a requirement.
1863 - Fix compilation on DragonFly BSD.
1866 What's new in version 1.4.1?
1867 ----------------------------
1869 ** Updates
1871 - Enable breaking and merging of paragraphs in change tracking mode
1872   (bug 880).
1874 - Update Basque, German, Hungarian, Italian, Polish and Spanish
1875   localizations; import 1.3.7 localizations for Finnish, Slovak,
1876   Russian, Slovenian, Romanian, Dutch and Turkish.
1878 - Update Spanish translation of the tutorial; update German
1879   translation of the Tutorial and Introduction.
1881 - Document the packages fancybox, prettyref, preview and varioref in 
1882   LaTeXConfig.lyx.
1885 ** Bug fixes
1887 * Document input/output:
1889 - Fix LaTeX error with Address layout in AMS classes (bug 2363).
1891 - Fix LaTeX error when \labelitemi is undefined (bug 2053).
1893 - Fix LaTeX error when inserting a graphic in a section heading or a
1894   caption (bug 675).
1896 - Translate \verb commands correctly in tex2lyx (bug 2236).
1898 - Truncate temporary file names that are too long for MikTeX's pdflatex.
1900 - Parse \tag and \tag* commands correctly in tex2lyx and mathed (bug 2234).
1902 - Import fixed width table columns correctly in tex2lyx (bug 2290).
1904 - Convert old LyX documents with a float list at the end correctly in
1905   lyx2lyx (bug 2245).
1907 - Fix crash when generating LaTeX dependencies on Cygwin.
1909 - Fix wrong path_prefix handling in Cygwin builds (bug 2344)
1911 - Set search path for included files correctly on Cygwin (bug 2409).
1913 - Better layout file conversion (bug 2355)
1915 - Fix convertion of old documents with SGML paragraphs in lyx-docbook
1916   documents (bug 2501). Note that this fix is incomplete and the
1917   complete fix will go in 1.4.2
1920 * Math editor:
1922 - Fix crash when deleting row/column in a math array.
1924 - Fix crash with middle-mouse paste in math.
1926 - Fix delay when exiting from a math inset (bug 2217).
1928 - Fix middle-mouse paste in math that went both inside and outside
1929   math (bug 2485).
1931 - Fix positioning of cursor when clicking to right of last nestinset
1932   in a cell.
1934 - Fix: deleting superscript also deleted subscript (bug 2362).
1936 - Fix conversion of selection to superscript, subscript or mbox inset (math).
1938 - Fix drawing of \boxed and \fbox in formulas (bug 2361).
1940 - Fixed broken math panel sub/super script UI
1943 * User Interface:
1945 - Fix slowness in rendering inside insets, especially on the Mac (bug 2195)
1947 - Convert line endings for external copy/paste on OS X (bug 1955).
1949 - Fix bookmarks and links to LaTeX errors which were broken after paragraph
1950   deletion/insertion (bugs 2284 and 2242).
1952 - Disable saving when document is unchanged (bug 2313).
1954 - Fix jurabib error with Spanish documents (bug 2365).
1956 - Propose sensible style files for bibtex, depending on whether plain,
1957   natbib or jurabib is used (bug 2322).
1959 - Avoid bogus values like -1000 for section numbering depth when using
1960   classes without a sectioning structure (part of bug 2355).
1962 - Create a more sensible default label in table and figure captions (bug 1999).
1964 - Do not skip first change in "Merge changes..." dialog (bug 2212).
1966 - Improve handling of the labeling environment in KOMA letters (bug 2246).
1968 - Update screen when cursor is between two spaces and goes to
1969   line/document start/end (bug 2298).
1971 - Adjust cursor after backspace in change tracking mode (bug 2185).
1973 - Fix cursor positioning in tabulars (bug 2006).
1975 - Fix copy and paste for multiple cells (bug 2377).
1977 - Fix drawing of inset buttons (bug 2328).
1979 - Small optimizations in the way the Qt frontend updates the screen.
1981 - Use the Qt wide scroll wheel setting (bug 2175).
1983 - Remove zombie wheel mouse spin box from the Qt preferences dialog (bug 783).
1985 - Fix Find&Replace with sciword bindings.
1987 - Prevent non-standard paragraph layouts in charstyle insets
1989 - Reading the bounding box from eps files does not fail anymore when the
1990   file contains additional spaces (bug 1235)
1992 - Fix LaTeX error for zipped graphics (bug 2231).
1995 * Configuration/Installation:
1997 - Don't use the -mms-bitfields compiler switch on mingw and cygwin, since
1998   Q..3/ does not use it either in the default configuration.
2000 - Compilation fix (gtk frontend) for gcc 4.1.
2003 What's new in version 1.4.0?
2004 ----------------------------
2006 As usual with major releases, a lot of work that is not directly
2007 visible has taken place. The core of LyX has seen more cleanups and
2008 some of the new features are the direct results of this work.
2010 ** Improved user interface
2012 LyX 1.4 has a re-designed layout for the menus, designed to decrease
2013 clutter and maximise productivity. Several menu items (in the Edit
2014 menu) are now context-sensitive, so they only appear when needed. For
2015 the die-hard old LyX users, the older layout (referred to as the
2016 classic UI) is still available, for now.
2018 It's now possible to define multiple toolbars as seen in other
2019 editors. By default, the new LyX release has two toolbars displayed,
2020 the standard one (similar to the static toolbar in LyX 1.3), plus the
2021 extra toolbar. In addition, there are two pre-defined toolbars
2022 available: one for tables, and one for math. 
2024 Another new feature worth mentioning is popup toolbars: you can set a
2025 toolbar such that it only appears when editing math, or when editing a
2026 table.
2028 ** Change tracking
2030 This new feature, similar to that found in Microsoft Word and others,
2031 makes collaboration on a document a cinch. It provides a way to track
2032 changes made to a document, and later approve, reject, or modify such
2033 changes. 
2035 ** Much better conversion from .tex to .lyx
2037 The ancient and unloved Perl script, reLyX has finally bitten the dust
2038 and been replaced by the brand new and shiny tex2lyx. tex2lyx's LaTeX
2039 parser follows most of the rules of the real TeX and so is already
2040 much more powerful than reLyX ever was.
2042 ** Character styles
2044 For a system that purports to make it easy to write documents full of
2045 logical (as opposed to visual markup), LyX has always had one glaring
2046 omission: no character styles. LyX 1.4 goes some way towards
2047 addressing this defect, although there's no dialog to define your own
2048 styles. 
2051 ** Branches
2053 The teacher who's setting an exam obviously doesn't want her pupils
2054 seeing the answers, yet having questions and answers in the same
2055 document will make the life of the markers of that exam much easier.
2057 That's just one example of someone who would benefit from LyX's new
2058 "branches" feature. In fact, anyone who writes documents which have
2059 more than one target audience will find this feature useful.
2061 ** Minipages evolve to Boxes
2063 In 1.3, LyX only had native support for plain minipages. Now you can
2064 use a wide range of box types and decorations directly from the LyX
2067 ** Notes
2069 LyX now has three different Notes for you to add to your document from
2070 the Insert>Note menu:
2072 - the "LyX Note" is not exported to LaTeX, as now. The "Comment" is
2073 - exported to LaTeX as a comment environment and is not processed
2074   further.
2075 - The Greyed Out note is visible in your PostScript or PDF output as,
2076   well, greyed-out text.
2078 ** Better language and numbering on screen
2080 Two features help to make the screen rendering closer to the printed output:
2082 - the labels attached to layouts like Chapter are now translated in
2083   the language of the document, which may be different from the
2084   language of the menus;
2085 - sectioning headers and theorems are now numbered according to the
2086   document class specifications.
2088 ** Word count
2090 Yes, it's finally there! Tools>Count Words will give you a word
2091 count of the document or of the current selection.
2093 ** Error Lists
2095 Nasty "error boxes" were eliminated in favor of a dialog with a list
2096 of errors popping up at compilation time.
2098 ** Improved bibliography support
2100 - LyX's support for natbib has been enhanced. Now, also the mysterious
2101   "before citation" field is supported;
2102 - We have added support for jurabib, an amazing package to produce
2103   flexible citations that are especially well suited for the humanities
2104   and law fields;
2105 - Support for sectioned bibliographies (bibtopic) has been added;
2106 - the way bibtex is called is now customizable (as is the way the
2107   index processor is invoked).
2109 ** Improved microtypography support
2111 LyX aims to produce superior typography. With 1.4, it supports:
2113 - more blank characters (e.g. a "thin space", which should stand here
2114   between "e." and "g.");
2115 - inner and outer quotation marks without the hassle of toggling the
2116   style in the documents dialog. Just use the Alt key.
2117 - the handling of figure and table alignment inside floats has been
2118   improved. You can now use the paragraph dialog without getting too
2119   much space between figure/table and caption.
2121 ** Small bits
2123 - Figure and table floats can be rotated sideways
2125 - The external xfig inset has been improved especially with regard to
2126   pdf generation
2128 - The graphics inset dialog has now an "edit" button that allows to
2129   edit the included figure
2131 - For index generation, xindy can be used instead of makeindex, which
2132   has poor support for other than English index sorting.
2134 ** Bug fixes
2136 Lots of long-lasting bugs have been fixed, as documented in LyX
2137 bugzilla. Probably some new ones have been introduced instead ;-)
2140 What's new in version 1.3.7?
2141 ----------------------------
2143 We hope that this will be the last release in the 1.3.x series. In
2144 addition to many bug fixes, the following improvements are worth
2145 noting:
2147 - LyX 1.3.7 is able to read all LyX files up to file format 245,
2148   the format that we anticipate will be used by the forthcoming LyX 1.4.0.
2150 - The windows version has received some polish, in particular in the
2151   installer and in the handling of file names.
2153 All current 1.3.x users are encouraged to upgrade to this version.
2156 What's new in version 1.3.6?
2157 ----------------------------
2159 Unix and MacOSX users should consider this to be a bugfix release.
2161 To Windows users, however, LyX 1.3.6 is the first version of LyX
2162 to support the platform officially. This means that we've put a huge
2163 effort into squashing those bugs that were present in Ruurd Reitsma's
2164 unofficial ports to Windows. Large chunks of the code base have been
2165 touched in an attempt to resolve these problems so whilst we're
2166 confident that LyX/Win 1.3.6 will be the best ever version of LyX on
2167 Windows, we cannot say that it's bug free.
2169 We would like to highlight three fixes in particular:
2170   * It is now possible to typeset files which reside in a directory with
2171     spaces in its name; this requires a modern TeX implementation (such
2172     as teTeX 3.0).
2173   * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab
2174     and <opt><shift>-tab with LyX/Mac) to switch between the open documents.
2175   * LaTeX-type accents, ligature breaks and hyphenation marks are now
2176     considered as part of words 
2180 What's new in version 1.3.5?
2181 ----------------------------
2183 This is mainly a bugfix release, with few notable user-visible
2184 improvements. However, we would like to highlight two fixes in particular:
2185   * Nested documents (with Insert>Include File...), which have been
2186     broken since LyX 1.2.0, should now work properly, including the
2187     case where the files are in different directories.
2188   * It is now possible to compile LyX with gcc 3.4.
2190 What's new in version 1.3.4?
2191 ----------------------------
2193 This is a maintenance release which improves upon 1.3.3 in
2194 five main areas:
2195   * It adds support for old files from LyX 0.10.x or 0.12.x;
2196   * Lyx documents can now be opened and edited even if
2197     they use text classes not present in your latex installation;
2198   * New Qt features have been added (improved selection,
2199     drag-and-drop);
2200   * Mac OS X support is much improved;
2201   * The interface and documentation localization have
2202     been polished.
2204 What's new in version 1.3.3?
2205 ----------------------------
2207 This is a maintenance release which improves upon 1.3.2 in
2208 four main areas:
2209   * import of old LyX files and export to DocBook have been improved;
2210   * many small bugs in the Qt frontend have been fixed;
2211   * MacOSX users can now compile LyX and enjoy the native MacOSX interface;
2212   * several languages now benefit from an improved translation of
2213     the user interface and documentation.
2215 What's new in version 1.3.2?
2216 ----------------------------
2218 This is a maintenance release which improves upon 1.3.1 in
2219 three main areas:
2220   * the spellchecker code has been overhauled and many bugs 
2221     have been squashed;
2222   * many small bugs in the Qt frontend have been fixed;
2223   * several languages now benefit from an improved translation of 
2224     the user interface.
2226 What's new in version 1.3.1?
2227 ----------------------------
2229 LyX 1.3.1 is a maintenance release, which adds some polish to the new
2230 features of LyX 1.3.0 (especially the Qt frontend) and also fixes some
2231 significant bugs in the math editor and the lyx2lyx import script. We
2232 also threw in a few new features (new textclasses, latex import
2233 improvements) for good measure.
2235 ** Updates
2237 - when there is vertical space between paragraphs, the amount of space
2238   is also indicated in the small/medium/large case [bug #814]
2240 - reLyX improvements: support for natib citations, for 'm' column
2241   descriptors in tables; a .lyx file generated by reLyX now says this
2243 - new classes mwart, mwbk and mwrep (adaptation of the base classes to
2244   polish conventions); new class elsart (for journals published by
2245   Elsevier); updated classes koma-script (in particular new class
2246   scrlttr2); re-introduce class ijmpd (which was in 1.2.x) and unbreak
2247   class kluwer
2249 - new "polski" keymap, useful for entering Polish on a QWERTY
2250   keyboard; update to Scientific Word-compatible bindings
2251   (documentation has been updated too)
2253 - updates to the danish, dutch, french, german, norwegian, polish and
2254   spanish translation of menus
2256 - Most of the documentation has been updated for the current version
2257   of LyX. If you find some problems with the documentation in this
2258   release, please contact lyx-docs@lists.lyx.org
2260 What's new in version 1.3.0?
2261 ----------------------------
2263 As with the previous major version 1.2.0, many things make this new
2264 release an exciting one. One of the major projects that has been going
2265 on behind the scenes is the so-called GUI-independence project. We are
2266 glad to announce that version 1.3.0 shows the first results of this.
2267 LyX now comes in two flavours: Qt-LyX and xforms-LyX!
2269 Although this is the most visible change in version 1.3, this should not
2270 hide the fact that the `under the hood' changes to the code have again
2271 been very important. A detailed list can be found below.
2273 ** Qt frontend
2275 This is of course the most visible new feature. This frontend supports
2276 either Qt 2.x or 3.x and is mostly feature complete. Note that some
2277 of the dialogs are slightly different in design, but are generally
2278 functionally equivalent.
2280 Note that if Qt is using Xft2/fontconfig, you may need to install the
2281 latex-xft-fonts package at ftp://ftp.lyx.org/pub/lyx/contrib to get maths
2282 symbols displayed properly.
2284 ** Gnome frontend
2286 Unfortunately, the development of the Gnome frontend has mostly
2287 stopped recently and we have therefore chosen to disable it. We
2288 strongly invite anyone willing to revive this port to volunteer on the
2289 developer's list.
2291 ** Instant preview
2293 preview-latex is an emacs package for LaTeX that allows "instant previews"
2294 of LaTeX code, so you can immediately see the visual rendering of the
2295 LaTeX in the document. Its project home page can be found at
2296 http://sourceforge.net/projects/preview-latex. With the help of David
2297 Kastrup, the author, LyX 1.3.0 can harness this functionality to
2298 allow instant previews in the LyX window of math equations and
2299 figures. This feature can be immensely useful, ensuring that the
2300 rendering of your equation will look right in the final output. The
2301 preview is only displayed (if enabled) when you're not editing the
2302 actual equation, so it's unobtrusive too.
2304 ** Math editor
2306 There have been a few visible and some not-so-visible changes. On the
2307 visible side we have better visual feedback regarding the structure of
2308 a formula, showing the nesting by small purple decorations in the
2309 formula itself and revealing the names of the nesting levels in the
2310 minibuffer. There is now native support for symbols from the wasy
2311 package containing e.g. the zodiac symbols. New also is the internal
2312 structure of font changes which are now proper "insets", just like
2313 anything else from a square root to an array. This not only simplifies
2314 the code greatly but also allows the same editing tricks as for the
2315 "regular" math. However, it was not possible to tweak the visible
2316 behaviour to mimic 1.2 in all cases, so this might take some time to
2317 get accustomed to. On the pro side, the new structure allowed
2318 support for LaTeX's \mbox and \fbox to be implemented and general
2319 "switching back to text mode within math", so a lot of "evil red text"
2320 trickery is not needed anymore. The most visible changes are the following:
2322 - Pressing { and } will insert LaTeX's \{ and \} which show up as { }
2323   in the printout. To get LaTeX's {} nesting, you need to type \{.
2325 - Fonts changes now really nest. Repeated application of a font change
2326   will result in nested font changes!  To remove a font change without
2327   removing the "contents", it is now possible to "pull the argument"
2328   like in other insets, i.e. put the cursor in the first position of
2329   the inset and press 'backspace'.
2331 ** Reading old files
2333 LyX now has a new script lyx2lyx which enables the reading of any file
2334 produced by LyX versions as old as 0.12. Work is in progress on files
2335 created with LyX 0.10 (LyX 1.4 time-line) and still older files are
2336 in the forge. Basically if lyx wrote it LyX will read it. :-)
2338 There is also a strong demand to be able to read files produced by
2339 _newer_ versions of LyX. While lyx2lyx has the infrastructure in place
2340 to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
2341 1.2.x, for example) have not yet been written.
2343 ** Miscellaneous changes
2345 - LyX now automatically uses TeX fonts for screen rendering of math
2346   equations if they are available (it is not necessary anymore to
2347   configure your font server).
2349 - The Insert>Short Title allows the addition of an optional text
2350   for section headings and captions that is designed to be used in
2351   tables of contents.
2353 - The Insert>Float>Floatflt Figure menu item restores the ability
2354   to wrap text around an image which was present in 1.1.6 and
2355   removed in 1.2.0
2357 - If you configure with --with-pspell (which uses the PSpell library for
2358   spellchecking), you will be able to automatically spell-check
2359   multi-language documents, assuming you have the right dictionaries
2360   installed.
2363 What's new in version 1.2.3?
2364 ----------------------------
2366 LyX 1.2.3 is a maintenance release. It mainly fixes a very bad bug
2367 where configuring LyX as root could lead to deleting the /dev/null
2368 special device (this does not impact users of prebuilt binaries).
2369 Also, a bug where LyX would create zombie processes has been fixed.
2371 ** Updates
2373 - updated italian User Guide
2375 - updated french localization
2378 What's new in version 1.2.2?
2379 ----------------------------
2381 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
2382 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
2383 1.2.1.
2385 ** Updates
2387 - LyX builds with the newly released xforms 1.0. Actually, it is
2388   advised to use this version of xforms, since it fixes many bugs and
2389   support for older versions will probably be dropped in LyX 1.3.0
2391 - selecting a word by double clicking now sets the X clipboard (like
2392   when dragging the mouse)
2394 - it is now possible to specify the arguments for viewers; in
2395   particular, this means that it is possible to use browsers which
2396   require a file: URL as HTML viewers (mozilla is used as default if
2397   found)
2399 - when a new LyX version is launched, the Edit>Reconfigure tool is
2400   automatically invoked; this should avoid many problems with users
2401   who are not aware that it is needed
2403 - when changing the current layout with the toolbar, the corresponding
2404   keyboard binding is shown in the minibuffer
2406 - in hebrew language, the key " now inserts a typewriter quote (since
2407   other quotes do not make sense in hebrew)
2409 - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
2411 - new class ijmpd; update cl2emult, llncs and foils textclasses
2413 - update sciword bindings
2415 - small cleanup of UserGuide and FAQ; update to German, French and
2416   Russian documentation; new Hebrew tutorial
2418 - update french, german, russian, finnish and danish localization of
2419   the interface
2422 What's new in version 1.2.1?
2423 ----------------------------
2425 LyX 1.2.1 is a maintenance release which fixes many bugs in version
2426 1.2.0. We hope in this way to enhance world happiness, allowing the
2427 developers to continue busily to prepare the next major release
2428 1.3.0. There are a lot of fixes in there, and upgrading is highly
2429 recommended.
2431 ** Updates
2433 - it is now possible to build LyX with xforms 1.0rc4 (and probably 1.0
2434   when this gets released)
2436 - partial rewrite of the find & replace feature. This should solve most of
2437   the performance problems
2439 - new option `keep aspect ratio' in graphics dialog
2441 - revert to the old behaviour when creating new floats (figure,
2442   table...): the empty paragraph in the float now is a caption. It
2443   seems that 1.2.0 behaviour was confusing too many people
2445 - it is now possible to set the float placement parameters to
2446   "document defaults"
2448 - when the cursor is inside a collapsible inset, `Edit>Open/close
2449   float' will leave it after the inset after closing it (this should
2450   help entering of ERT insets)
2452 - update Finnish, Danish, French and Russian localizations
2454 - update Tutorial to 1.2.x features
2456 - better support for entering Cyrillic and Greek alphabets
2458 - cleanup shortcuts for section layouts. Starred versions are now
2459   obtained by prepending a * to the section number (M-p asterisk 0, ...,
2460   M-p asterisk 6)
2462 - add keyboard shortcuts to the Documents menu
2464 - support the numpad direction keys as equivalent to normal cursor
2465   keys
2467 - it is now possible to specify a non-existent file name on the command
2468   line and have this file created for you
2470 - new class cl2emult; update template for IEEEtran; small update to
2471   heb-article and hollywood textclasses
2474 What's new in version 1.2.0?
2475 ----------------------------
2477 LyX 1.2.0 is the version where many of changes in the 1.1.x series
2478 really begin to pay off. It should prove to be a very solid base for
2479 further developments. As of this version, we use (yet another) new
2480 versioning scheme: next major version will be 1.3.0, and 1.2.x will
2481 be just incremental fixes (like the `fix' series used to be for 1.1.5
2482 and 1.1.6).
2484 This version sees the introduction of the so-called `new' insets,
2485 which can contain arbitrary text. As a consequence, many new features
2486 are now possible:
2488 - Floats, footnotes and margin notes are now real insets. The
2489   positional parameters of figure, table and algorithm floats can be set
2490   float-by-float
2492 - Most problems with the new table inset of 1.1.6 have been addressed
2493   (memory consumption, file bloat, spell-checking, search and replace...).
2494   Better longtable header/footer support was implemented.
2496 - TeX mode has been superseded by the ERT inset, which is foldable, or
2497   can be shown inline
2499 - Notes inset can now contain arbitrary LyX constructs; they will not
2500   appear in the output.
2502 - New minipage inset
2504 Note that another consequence of these changes is that older LyX
2505 versions will almost certainly fail to read files produced by LyX
2506 1.2.0.
2509 Other more traditional insets have been improved too:
2511 - New graphics inset with support for hassle-free inclusion of various
2512   image formats (GIF, JPEG, PNG and EPS by default) and a new
2513   rendering scheme that should fix the bugs we had with the older
2514   ghostscript method.
2516 - Support for natbib for bibliography citations
2520 The math editor has been mostly rewritten. This begun as a general
2521 cleanup, but it turns out that many new features happened in this
2522 process, among which:
2524 - many of the known bugs or annoyances in mathed have been fixed.
2526 - possibility to display all standard latex and amsmath symbols (and
2527   also the \mathcal, \mathbb, and \mathfrak fonts)as long as the
2528   relevant fonts have been made available to the X server
2530 - support for many amsmath features
2531   Commands: xrightarrow, xleftarrow, substack, underset, dddot
2532   over/under arrows (e.g. underleftarrow).
2533   Environments: align, alignat, xalignat, xxalignat, multline, gather
2534   split, gathered, aligned, cases, subarray, pmatrix, bmatrix, vmatrix,
2535   Vmatrix
2537 - Preliminary support for xymatrix
2539 - Support for horizontal and vertical lines in arrays.
2541 - Improvements to the parser
2543 - Improvements to math text mode
2545 - (Better) support for nested macros
2547 - Enable size changes to arrays after creation (add/delete rows/columns)
2549 - Support for changing font or displaystyle on a selection
2551 - GUI support provided for many more features
2554 Other changes include:
2556 - Support for windows with cygwin has been incorporated into the main
2557   distribution.
2559 - Most of the dialogs have been rewritten in the GUI-I framework, and
2560   improved in the process
2562 - The kde frontend has been dropped in favor of a new qt2 frontend.
2563   Note that only the xforms front is really operational as of this
2564   version and alternative frontends are expected for 1.3.0
2566 - The citation dialog has a search facility, with support for regular
2567   expressions.
2569 - New ligature break special character, useful for words like
2570   "shelfful", or many german words
2572 - Support for parsing preamble when converting LaTeX files. Along
2573   with changes in the LaTeX production of alignment options, this
2574   improves round-trip work where you export a LyX document as
2575   LaTeX, and later reimport it from LaTeX.
2577 - Updated documentation
2579 - a few more document classes for journals: dtk, ltugboat, spie and
2580   svprobth.
2582 - Support for setting bookmarks and jumping to them
2584 - It is possible to cycle between a label and its references.
2586 - Preliminary support for multiple bibliographies
2588 - Babel can be disabled
2590 - A thesaurus facility (English only)
2592 What's new in LyX version 1.1.6fix4?
2593 ------------------------------------
2595 LyX 1.1.6fix4 is a bugfix release.
2597 New features:
2599 - add support for latin3, latin4 and latin9 encodings
2601 - change the encoding for estonian from latin4 to latin1, since it
2602   appears to be more suitable.
2604 - add support for ae fonts (emulation of T1 encoding with OT1 fonts).
2605   This is useful for creating pdf files in T1 encoding
2607 - add support for dvipdfm
2609 - when passing a file name as argument from command line, the
2610   extension `.lyx' is added if necessary
2612 - insert error insets in the documents when there have been unknown
2613   tokens in the file
2615 - new class `kluwer'; update to hollywood class
2617 - the class encts has been renamed to entcs (stupid typo!) and
2618   slightly updated
2620 - updates to the introduction document and the italian user guide
2622 - updates to the russian, finnish and hebrew localisations
2625 What's new in LyX version 1.1.6fix3?
2626 ------------------------------------
2628 LyX 1.1.6fix3 is a bugfix release.
2630 New features:
2632 - documentation has been updated to remove errors due to interface
2633   change
2635 - new italian user guide; updated french localisation of menus and
2636   documentation; new dutch translations of some examples
2638 - the `history' and `revert' functionalities have been implemented in CVS
2639   support
2641 - it is now possible to enter directly characters in an encoding
2642   different from latin1 (providing one is using a correct screen font)
2644 - new encts class for Elsevier Science's Electronic Notes in
2645   Theoretical Computer Science
2647 - new cv class for writing curriculum vitae
2649 - new extarticle, extreport, extbook and extletter classes, which are
2650   versions of the normal classes with more font sizes available
2652 - the aapaper class has been complemented with a aa class for the A&A
2653   LaTeX document class version 5.0, which is slightly incompatible
2654   with the older version
2657 What's new in LyX version 1.1.6fix2?
2658 ------------------------------------
2660 LyX 1.1.6fix2 is a bugfix release.
2662 New features:
2664 - add language support in docbook; better support for verbatim text.
2666 - the --with-lyx-suffix flag introduced in 1.1.6fix1 has been renamed
2667   to --with-version-suffix; it can now be used without argument (to
2668   install as lyx-1.1.6fix2)
2670 - many translations updated; big french documentation overhaul; german
2671   documentation update.
2673 - preliminary Thai support; new serbo-croatian support
2676 What's new in LyX version 1.1.6fix1?
2677 ------------------------------------
2679 LyX 1.1.6fix1 is a bugfix release.
2681 New features:
2683 - updated documentation for version 1.1.6; new french documentation
2684   translations; updated danish translation of the interface.
2686 - better support for ukrainian language
2688 - non working --with-lyxname configure option has been replaced by
2689   working --with-lyx-suffix.
2691 - in default cua bindings, change C-k from font-noun to
2692   line-delete-forward.
2694 - Add the prefix "key-" to the default keys for bibliography insets.
2696 - Show both key and label of a bibliography inset.
2699 What's new in LyX version 1.1.6?
2700 --------------------------------
2702 As with all of the 1.1.x versions of LyX, this release contains a lot
2703 of new code: in particular, more than half of the changes described in
2704 the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
2706 Besides the usual under-the-hood changes, LyX 1.1.6 has many
2707 new user-visible features. The main visible feature is that the
2708 GUI-independent branch of development has been merged, as well as code
2709 from the older development version:
2711 - many popups have been rewritten to use the new GUI-I scheme. In the
2712   process they have received a nice cleanup: the Document and Paragraph
2713   popups now contain in one single place what was previously scattered
2714   in many places. Similarly, the citation and cross reference popups
2715   have been overhauled.
2717 - LyX now has a Preference popup where you can change most of your
2718   lyxrc settings.
2720 - the menus can now be defined in a text file, and they automatically
2721   display the keyboard bindings associated with commands.
2723 - it is now possible to provide your own icons for the toolbar.
2725 - last but not least, work has begun on a KDE and a Gnome frontend for
2726   LyX. They are not officially supported for this version, but this
2727   will give you an idea of what is happening.
2729 Other major changes in 1.1.6 include:
2731 - the table support has been completely rewritten. It is now a modular
2732   object (inset), each cell of which owns a (also) newly written text
2733   inset. This now permits automatic text-wrap inside a tabular
2734   cell (if you define a width), multiparagraph mode AND setting of
2735   layouts for the paragraphs (lists inside a tabular cell!). Last but
2736   not least, a wide tabular now scrolls automatically so that all of it
2737   is visible without the need to enlarge the window!
2739   While there are as yet no other new features, they will be now MUCH
2740   easier to add. It may be that because of being "young" code some
2741   features may not work right now, but at least it is much
2742   better than before.
2744 - new external material inset: this is a new kind of very powerful
2745   inset which will allow LyX to interface intelligently with external
2746   applications. Among other good things, it will finally allow you to
2747   include GIF, JPEG, TIF, PNG, or just about any other raster format
2748   images in your document. It will even do an approximate ascii
2749   rendering when you do Ascii export if you have gifscii installed.
2751 - The code which converts from LyX format to anything else (for
2752   viewing or exporting purposes) and from anything else to LyX has been
2753   rewritten. In particular, it is now possible to export to PDF, and to
2754   import from HTML/MSWord. In fact it's now possible to add new import/export
2755   formats without recompiling LyX by specifying external programs or scripts
2756   in lyxrc settings
2757   (note that the old import/export lyxrc settings no longer work).
2759 - LyX can do command line exports without opening any GUI components.
2761 - The multilingual support has been improved. It is now possible to use in a
2762   document languages with different encodings, e.g. German (iso8859-1) and
2763   Czech (iso8859-2). Such a document can be viewed on screen using an
2764   iso10646-1 (Unicode) font. However, it is (currently) not possible to
2765   have differently encoded languages in the same paragraph.
2766   The languages and the encodings are defined in text files.
2768 - Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
2770 - included files work now with docbook and linuxdoc; new layout
2771   docbook-book.
2773 - PSpell library and Aspell spell checker support now included thanks
2774   largely to Kevin Atkinson (PSpell and Aspell maintainer).
2776 And finally, there have been a lot of smaller changes, which are
2777 mentioned here for your information
2779 - the menu entry File->New does not prompt for a file name by default
2780   (this can be changed in preferences).
2782 - new -geometry command line option, which replaces the old -width,
2783   -height, etc.
2787 What's new in LyX version 1.1.5?
2788 --------------------------------
2790 Lots of internal code rewritten, fixed, changed and added.
2791 We are using the C++ Standard Library more each day.
2792 This will in most cases make the code clearer and easier to maintain
2793 and expand.
2794 We are also gearing up for the merge of the gui-indep branch, expect
2795 this (but not the new gui's) in 1.1.6.
2797 User-visible changes:
2799 - Paste to other programs (like emacs or xterm). Note: text only.
2801 - New TOC menu item for fast access to the table of contents.
2803 - New Refs menu item for quick insertion of cross-references.
2805 - multilingual documents (preliminary support)
2807 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
2808   only and is likely to improve in future versions.
2810 - Per-paragraph spacing, currently only settable from the
2811   command-line/window:
2812       paragraph-spacing (default,single,onehalf,double,other) [float]
2814 - New visual feedback for environment depth of paragraphs (also the !
2815   in the margin for margin notes has been removed).
2817 - End-of-proof box, for layouts where it makes sense.
2819 - labels are now editable (not in equations, though).
2821 - Much faster spellchecking (50x faster!).
2823 - The parsing of the LaTex log has improved flagging more errors that
2824   earlier versions of LyX did not see at all. So if you suddenly have
2825   errors in documents that used to have none, this might be the casue.
2826   (And you probably had the error always.)
2828 - Better definition for LyXList style.
2830 - hollywood.layout and broadway.layout have improved. New classes
2831   LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy)
2833 - support for varioref and pretty ref (preliminary support)
2835 - A couple of changes to the LyX format, so that files written with
2836   1.1.5 will not be parsed correctly by older LyX versions if protected
2837   spaces or the new per-paragraph spacing are used. Also the RtL
2838   support is of course not supported in older versions.
2840 - Removed support for XForms older than 0.88.
2842 - Some command-line options and X resources are not supported anymore
2843   (The color ones, and -mono -fastselection, -reverse)
2845 - New command-line options '-userdir' which so that you can choose to
2846   use another dir than .lyx for user configurations. (Or have many.)
2848 - new lyxrc variables: \show_banner [true|false] to remove the banner
2849   screen, \backupdir_path to tell where the backup files created
2850   by lyx should be stored, and \override_x_deadkeys to tell whether
2851   lyx should provide its own accent keys handling (default is true).
2854 What's new in LyX version 1.1.4?
2855 --------------------------------
2857 More internals have been rethought. In particular, most of the file IO
2858 routines of LyX have been rewritten to use real C++ streams. Many
2859 changes have also been done to help compile LyX with Sun CC 5.0 and
2860 SGI STL 3.2.
2862 In the user-visible department, we find:
2864 - new command line option -x (or --execute) and -e (or --export). Now
2865   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
2866   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
2867   the GUI pops up during the process...
2869 - better placement of accents for characters that LyX draws by itself;
2871 - improved translations, in particular in Finnish (overhauled UI
2872   translation), Dutch (tutorial and examples), German
2874 - new configure flag --with-lyxname which allows to choose the name
2875   under which lyx is installed. Default is "lyx", of course. It used
2876   to be possible to do this with --program-suffix, but the later has
2877   in fact a different meaning for autoconf.
2879 And of course, a lot of old bugs have been replaced by new ones ;)
2882 What's new in LyX version 1.1.3?
2883 --------------------------------
2885 More LyX internals have been cleaned-up in this version, but the usual
2886 small number of user-visible changes have appeared:
2888 - LyX is not able anymore to read some old files using latex inset
2889   (this should not be a problem as these were already not generated by
2890   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
2892 - The first line of a .lyx file does not contain anymore the file
2893   creator name and the date of creation; this was causing various
2894   problems.
2896 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
2897   works now.
2899 - Slightly better handling of dependency tracking for bibtex files.
2901 - The screen representations of \varepsilon and \epsilon have been
2902   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
2903   should. This is of course a controversial change (since many people
2904   will find that their lyx workscreen is suddenly full of red), but done
2905   for the sake of correctness.
2907 - The characters \angle and \vee are now correctly displayed in math
2908   formulas; the glyph for \Upsilon has been changed.
2910 - Characters '~' and '^' are now output using standard LaTeX macros,
2911   which improves the result with T1 fonts.
2913 - new function "command-sequence" to bind several sequences to a key.
2915 - The textclass g-brief has been updated.
2917 And of course many bugs have been fixed.
2919 What's new in LyX version 1.1.2?
2920 --------------------------------
2922 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
2924 - the export to html feature has been extended to use other programs.
2925   Currently, tth, latex2html and hevea are supported. Note that the
2926   variable \tth_command has been renamed to \html_command in lyxrc.
2928 Moreover, a couple of semi-serious bugs have been fixed:
2930 - a bug that caused a crash in lyxstring::find
2932 - the annoying '-' vs. '_' bug.
2934 Also the cheaders files were missing from the 1.1.1 distribution, that
2935 has also been fixed.
2937 What's new in LyX version 1.1.1?
2938 --------------------------------
2940 LyX 1.1.1 marks an important change in our development scheme. While
2941 it does not have many new features, there have been many internal
2942 changes, many of which have been backported from our old development
2943 branch (which is now extinct). So while on the surface this version is
2944 very similar to version 1.0.4, many things happened under the hood. As
2945 a consequence of this: expect that some new bugs have crept in.
2947 User visible changes in lyx 1.1.1:
2949 - New export to HTML feature
2951 - All the popups should be more resistant to resize actions.
2953 - normal spaces are automatically made unbreakable if we are in
2954   a freespacing mode (LyX-Code), but not in latex mode. The rule used
2955   to be that spaces where changed when in typewriter font.
2957 - the default encoding of a new document is now latin1, since it seems
2958   to be a reasonable default for many people. Note that you can
2959   override this default with the "Save layout as default" feature.
2961 What's new in 1.0.4 compared to LyX version 1.0.3?
2962 --------------------------------------------------
2964 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
2965 new features has been included:
2967 - DocBook support.
2969 - RevTeX4.
2971 - Better printing with custom pagesizes.
2973 - Several language files updated.
2975 - And several bugfixes to math and table.
2977 What's new in 1.0.3 compared to LyX version 1.0.2?
2978 --------------------------------------------------
2980 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
2982 - improved dependency tracking when running LaTeX (fixes one important
2983   bug in 1.0.2).
2985 - new italian and walloon localizations of the user interface.
2987 - New slovene and spanish translations of the Tutorial.
2989 What's new in 1.0.2 compared to LyX version 1.0.1?
2990 --------------------------------------------------
2992 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
2993 compared to version 1.0.0, it adds the following features:
2995 - Improved reLyX: supports EPS image inclusion and works in windows.
2997 - New french translation of Intro.lyx and Tutorial.lyx; new german
2998   translation of UserGuide.lyx.
3000 - Better multipart document support.
3002 - LyX is now able to parse your BibTex files and show a list of
3003   entries.
3005 - New broadway textclass (for plays).
3008 What's new in 1.0.1 compared to LyX version 1.0.0?
3009 --------------------------------------------------
3011 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
3012 compared to version 1.0.0, it adds the following features:
3014 - Support for selecting pages and number of copies in print dialog
3016 - New function 'Replace all' in Find&Replace popup
3018 - Support for optional argument of \sqrt in math editor
3020 - Support for literate programming with the 'noweb' program
3022 - New LaTeX document classe: APA
3026 What's new in 1.0.0 compared to LyX version 0.12.0?
3027 ----------------------------------------------------
3029 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
3030 version 0.12.0, it adds the following features:
3032 - much improved reLyX script: many bugs have been fixed, new options
3033   have been added, many constructs are now correctly handled. reLyX is now
3034   installed along with LyX and has its own man page. Separate upgrades
3035   of reLyX will be made available later.  The reLyX script is utilized
3036   by the File->Import LaTeX command in LyX.
3038 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
3039   footnotes, and generally better output.
3041 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
3042   implementing the corresponding classes of the koma-script
3043   package. New textclasses latex8 for some IEEE journals, IEEEtran for
3044   various IEEE Transactions journals and ejour2 for some Springer Verlag
3045   Journals.  New textclass hollywood to typeset your own film scripts.
3047 - Better support (keyboard bindings, keyboard mappings, and/or menu
3048   and error message translations) for several languages.
3050 - Documentation has been partly translated to German, Swedish, and Czech. You
3051   will get this automatically from the Help menu if you set up the LANG
3052   environment variable correctly (i.e. to 'de' or 'sv').
3054 - Documentation has been generally improved and expanded.
3056 - Improved table support.
3058 - Support for arbitrary line spacing in documents.
3060 - easier handling of index entries.
3062 - The printer configuration scheme has changed a bit to help people
3063   whose dvips is not configured correctly. As a consequence, you might
3064   have to modify your lyxrc a bit. All users are advised to re-run
3065   Option->Reconfigure to update LyX configuration.
3068 Note that your existing global lyxrc file will not be overwritten by
3069 default since now LyX only installs a file lyxrc.example to use as
3070 template.