]> git.lyx.org Git - lyx.git/blobdiff - NEWS
fix typo that put too many include paths for most people
[lyx.git] / NEWS
diff --git a/NEWS b/NEWS
index e66c7ee56dc6c73c65d60ea4ed09453c88d354e9..0e24d958a4df54dfeb1c0cdd454975ab71862684 100644 (file)
--- a/NEWS
+++ b/NEWS
+What's new in version 1.2.0?
+----------------------------
+
+LyX 1.2.0 is the version where many of changes in the 1.1.x series
+really begin to pay off. It should prove to be a very solid base for
+further developments. As of this version, we use (yet another) new
+versioning scheme: next major version will be 1.3.0, and 1.2.x will
+be just incremental fixes (like the `fix' series used to be for 1.1.5
+and 1.1.6). 
+
+This version sees the introduction of the so-called `new' insets,
+which can contain arbitrary text. As a consequence, many new features
+are now possible:
+
+- Floats, footnotes and margin notes are now real insets. The
+  positional parameters of figure, table and algorithm floats can be set
+  float-by-float
+
+- Most problems with the new table inset of 1.1.6 have been addressed
+  (memory consumption, file bloat, spell-checking, search and replace...). 
+  Better longtable header/footer support was implemented.
+
+- TeX mode has been superseded by the ERT inset, which is foldable, or
+  can be shown inline
+
+- Notes inset can now contain arbitrary LyX constructs; they will not
+  appear in the output.
+
+- New minipage inset
+
+Note that another consequence of these changes is that older LyX
+versions will almost certainly fail to read files produced by LyX
+1.2.0.
+
+
+Other more traditional insets have been improved too:
+
+- New graphics inset with support for hassle-free inclusion of various
+  image formats (GIF, JPEG, PNG and EPS by default) and a new
+  rendering scheme that should fix the bugs we had with the older
+  ghostscript method.
+
+- Support for natbib for bibliography citations
+
+
+
+The math editor has been mostly rewritten. This begun as a general
+cleanup, but it turns out that many new features happened in this
+process, among which:
+
+- many of the known bugs or annoyances in mathed have been fixed.
+
+- possibility to display all standard latex and amsmath symbols (and
+  also the \mathcal, \mathbb, and \mathfrak fonts)as long as the
+  relevant fonts have been made available to the X server
+
+- support for many amsmath features
+  Commands: xrightarrow, xleftarrow, substack, underset, dddot
+  over/under arrows (e.g. underleftarrow).
+  Environments: align, alignat, xalignat, xxalignat, multline, gather
+  split, gathered, aligned, cases, subarray, pmatrix, bmatrix, vmatrix, 
+  Vmatrix
+
+- Preliminary support for xymatrix
+
+- Support for horizontal and vertical lines in arrays.
+
+- Improvements to the parser
+
+- Improvements to math text mode
+
+- (Better) support for nested macros 
+
+- Enable size changes to arrays after creation (add/delete rows/columns)
+
+- Support for changing font or displaystyle on a selection
+
+- GUI support provided for many more features
+
+
+Other changes include:
+
+- Support for windows with cygwin has been incorporated into the main
+  distribution.
+
+- Most of the dialogs have been rewritten in the GUI-I framework, and
+  improved in the process
+
+- The kde frontend has been dropped in favor of a new qt2 frontend.
+  Note that only the xforms front is really operational as of this
+  version and alternative frontends are expected for 1.3.0
+
+- The citation dialog has a search facility, with support for regular
+  expressions.
+
+- New ligature break special character, useful for words like
+  "shelfful", or many german words
+
+- Support for parsing preamble when converting LaTeX files. Along 
+  with changes in the LaTeX production of alignment options, this 
+  improves round-trip work where you export a LyX document as 
+  LaTeX, and later reimport it from LaTeX.
+
+- Updated documentation
+
+- a few more document classes for journals: dtk, ltugboat and svprobth.
+
+- Support for setting bookmarks and jumping to them
+
+- It is possible to cycle between a label and its references.
+
+- Preliminary support for multiple bibliographies
+
+- Babel can be disabled
+
+- A thesaurus facility (English only)
+
+
 What's new in LyX version 1.1.6?
 --------------------------------
 
-As for all of the 1.1.x versions of LyX, this release contains a lot
-of new code: in particular, half of the changes described in the
-ChangeLog (which dates back to the 1.1.0 release) describe changes in
-LyX 1.1.6!
+As with all of the 1.1.x versions of LyX, this release contains a lot
+of new code: in particular, more than half of the changes described in
+the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
 
 Besides the usual under-the-hood changes, LyX 1.1.6 has many
 new user-visible features. The main visible feature is that the
@@ -12,52 +129,80 @@ GUI-independent branch of development has been merged, as well as code
 from the older development version:
 
 - many popups have been rewritten to use the new GUI-I scheme. In the
-  process they have gotten a nice cleanup: the Document and Paragraph
+  process they have received a nice cleanup: the Document and Paragraph
   popups now contain in one single place what was previously scattered
   in many places. Similarly, the citation and cross reference popups
   have been overhauled.
 
 - LyX now has a Preference popup where you can change most of your
-  lyxrc settings [Allan, details?]
+  lyxrc settings.
 
-- the menus can now be defined from a text file (like the toolbar) and
-  shows the keyboard bindings associated to commands.
+- the menus can now be defined in a text file, and they automatically
+  display the keyboard bindings associated with commands.
 
 - it is now possible to provide your own icons for the toolbar.
 
-- last but not least, work has begun on a KDE and a GNome frontend for
+- last but not least, work has begun on a KDE and a Gnome frontend for
   LyX. They are not officially supported for this version, but this
-  can give you an idea of what is happening.
+  will give you an idea of what is happening.
 
 Other major changes in 1.1.6 include:
 
-- the table support has been completely rewritten. It uses the new
-  text inset which will be use throughout LyX in version 1.2.0 and
-  offers many new features: [Juergen??]
+- the table support has been completely rewritten. It is now a modular
+  object (inset), each cell of which owns a (also) newly written text
+  inset. This now permits automatic text-wrap inside a tabular
+  cell (if you define a width), multiparagraph mode AND setting of
+  layouts for the paragraphs (lists inside a tabular cell!). Last but
+  not least, a wide tabular now scrolls automatically so that all of it
+  is visible without the need to enlarge the window!
+
+  While there are as yet no other new features, they will be now MUCH
+  easier to add. It may be that because of being "young" code some
+  features may not work right now, but at least it is much
+  better than before.
 
 - new external material inset: this is a new kind of very powerful
   inset which will allow LyX to interface intelligently with external
-  applications. Among other good things, it will allow you to finally
+  applications. Among other good things, it will finally allow you to 
   include GIF, JPEG, TIF, PNG, or just about any other raster format
   images in your document. It will even do an approximate ascii
   rendering when you do Ascii export if you have gifscii installed.
 
-- the code which converts from LyX format to anything else (for
-  viewing or exporting purpose) has been rewritten. In particular, the
-  PDF format is now supported [Dekel, details?]
+- The code which converts from LyX format to anything else (for
+  viewing or exporting purposes) and from anything else to LyX has been
+  rewritten. In particular, it is now possible to export to PDF, and to
+  import from HTML/MSWord. In fact it's now possible to add new import/export
+  formats without recompiling LyX by specifying external programs or scripts
+  in lyxrc settings 
+  (note that the old import/export lyxrc settings no longer work).
+
+- LyX can do command line exports without opening any GUI components.
+
+- The multilingual support has been improved. It is now possible to use in a
+  document languages with different encodings, e.g. German (iso8859-1) and
+  Czech (iso8859-2). Such a document can be viewed on screen using an
+  iso10646-1 (Unicode) font. However, it is (currently) not possible to
+  have differently encoded languages in the same paragraph.
+  The languages and the encodings are defined in text files.
 
-- DocBook improvements [José, details?]
+- Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
 
-And finally, there has been a lot of smaller changes, which are
-mentionned here for your information
+- included files work now with docbook and linuxdoc; new layout
+  docbook-book.
+
+- PSpell library and Aspell spell checker support now included thanks
+  largely to Kevin Atkinson (PSpell and Aspell maintainer). 
+
+And finally, there have been a lot of smaller changes, which are
+mentioned here for your information
 
 - the menu entry File->New does not prompt for a file name by default
-  (this can be changed in lyxrc).
+  (this can be changed in preferences).
 
 - new -geometry command line option, which replaces the old -width,
   -height, etc.
 
-- 
+
 
 What's new in LyX version 1.1.5?
 --------------------------------