]> git.lyx.org Git - lyx.git/blob - NEWS
small clarification of TeX fonts support
[lyx.git] / NEWS
1 What's new in version 1.3.0?
2 ----------------------------
3
4 As with the previous major version 1.2.0, many things make this new
5 release an exciting one. This should not however hide the fact that
6 the `under the hood' changes to the code have been (again) very
7 important. One of these invisible changes that have been going on for
8 a long time is the so-called GUI-independence project. We are glad to
9 announce that version 1.3.0 shows the first results of this.
10
11 ** Qt frontend
12
13 This is of course the most visible new feature. This frontend supports
14 either Qt 2.x or 3.0.x and is mostly feature complete. Note that some
15 of the dialogs are slightly different in design, but are generally
16 functionally equivalent.
17
18 Note that if Qt is using Xft2/fontconfig, you may need to install the
19 latex-ttf-fonts package on ftp://ftp.lyx.org/ to get maths symbols
20 displayed properly.
21
22 ** Xforms frontend
23
24 The avent of the Qt frontend does not mean that the historical xforms
25 frontend is dead. Actually, it is still the one which is the best
26 implemented, since we had much time to polish it. In this release,
27 most of the dialogs have been redesigned to be tighter.
28
29 Note also that the xforms library has been very recently updated to
30 version 1.0. This version has been released under the LGPL (Lesser
31 General Public License), and the availability of the source means that
32 many bugs that have been plaguing LyX have been fixed in xforms. You
33 are advised to upgrade to xforms 1.0 to enjoy all these new fixes. As
34 a matter of fact, LyX 1.3.0 does not support anymore versions of
35 xforms older than 0.89.5.
36
37 In most cases the dialogs have been designed to make it impossible to input 
38 invalid parameters. The exception to this rule is the input of length data. 
39 Power LaTeX users can still input obtuse "glue lengths", but the widgets are 
40 highlighted in red if this input is invalid or incomplete. This visual 
41 feedback makes it easy to see why LyX won't allow you to Apply your changes.
42
43 ** Gnome frontend
44
45 Unfortunately, the development of the Gnome frontend has mostly
46 stopped recently and we have therefore chosen to disable it. We
47 strongly invite anyone willing to revive this port to volunteer on the
48 developer's list.
49
50 ** Instant preview
51
52 preview-latex is an emacs package for LaTeX that allows "instant
53 previews" of LaTeX code, so you can immediately see the visual
54 rendering of the LaTeX in the document. With the help of David
55 Kastrup, the author, current CVS LyX can harness this functionality to
56 allow instant previews in the LyX window of math equations and
57 figures. This feature can be immensely useful for making sure the
58 rendering of your equation will look right in the final output. The
59 preview is only displayed (when enabled) when you're not editing the
60 actual equation, so it's unobtrusive too.
61
62 ** Math editor
63
64 There have been few visible and some not-so-visible changes. On the
65 visible side we have better visual feedback regarding the structure of
66 a formula by showing the nesting by small purple decorations in the
67 formula itself and by revealing the names of the nesting levels in the
68 minibuffer. There is now native support for symbols from the wasy
69 package containing e.g. the zodiac symbols. New is also the internal
70 structure of font changes which are now proper "insets" as anything
71 else from a square root to an array. This does not only simplify the
72 code greatly but also allows the same editing tricks as for the
73 "regular" math. However, it was not possible to tweak the visible
74 behaviour to mimic 1.2 in all cases, so this might take some time to
75 get accustomed to. On the pro side, the new structure allowed
76 implementing support for LaTeX's \mbox and \fbox and general
77 "switching back to text mode within math", so a lot of "evil red text"
78 trickery is not needed anymore.
79
80 ** Reading old files
81
82 LyX now has a new script lyx2lyx which allows to read any old file
83 produced by LyX versions as old as 0.12. 0.10 series is in the works
84 for 0.10 (1.4 time line) and still older files are in the forge.
85 Basically if lyx wrote it lyx will read it. :-)
86
87 There is also a strong demand for being able to read files produced by
88 _newer_ versions of LyX. While lyx2lyx has an infrastructure in place
89 to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
90 1.2.x, for example) have not yet been written.
91
92 ** Miscellaneous changes
93
94 - LyX now automatically uses TeX fonts for screen rendering of math
95   equations if they are available (it is not necessary anymore to
96   configure your font server).
97
98 - The Insert>Short Title allows to add an optional text for section
99   headings and captions that is designed to be used in table of
100   contents.
101
102 - The Insert>Float>Floatflt Figure menu item restores the capability
103   of wrapping a text around an image which was present in 1.1.6 and
104   removed in 1.2.0
105
106 - If you configure with --with-pspell (which uses the PSpell library for
107   spellchecking), you will be able to automatically spell-check
108   multi-language documents, assuming you have the right dictionaries
109   installed.
110
111 What's new in version 1.2.2?
112 ----------------------------
113
114 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
115 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
116 1.2.1.
117
118 ** Updates
119
120 - LyX builds with the newly released xforms 1.0. Actually, it is
121   advised to use this version of xforms, since it fixes many bugs and
122   support for older versions will probably be dropped in LyX 1.3.0
123
124 - selecting a word by double clicking now sets the X clipboard (like
125   when dragging the mouse)
126
127 - it is now possible to specify the arguments for viewers; in
128   particular, this means that it is possible to use browsers which
129   require a file: URL as HTML viewers (mozilla is used as default if
130   found)
131
132 - when a new LyX version is launched, the Edit>Reconfigure tool is
133   automatically invoked; this should avoid many problems with users
134   who are not aware that it is needed
135
136 - when changing the current layout with the toolbar, the corresponding
137   keyboard binding is shown in the minibuffer
138
139 - in hebrew language, the key " now inserts a typewriter quote (since
140   other quotes do not make sense in hebrew)
141
142 - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
143
144 - new class ijmpd; update cl2emult, llncs and foils textclasses
145
146 - update sciword bindings
147
148 - small cleanup of UserGuide and FAQ; update to German, French and
149   Russian documentation; new Hebrew tutorial
150
151 - update french, german, russian, finnish and danish localization of
152   the interface
153
154
155 What's new in version 1.2.1?
156 ----------------------------
157
158 LyX 1.2.1 is a maintenance release which fixes many bugs in version
159 1.2.0. We hope in this way to enhance world happiness, allowing the
160 developers to continue busily to prepare the next major release
161 1.3.0. There are a lot of fixes in there, and upgrading is highly
162 recommended.
163
164 ** Updates
165
166 - it is now possible to build LyX with xforms 1.0rc4 (and probably 1.0
167   when this gets released) 
168
169 - partial rewrite of the find & replace feature. This should solve most of
170   the performance problems
171
172 - new option `keep aspect ratio' in graphics dialog
173
174 - revert to the old behaviour when creating new floats (figure,
175   table...): the empty paragraph in the float now is a caption. It
176   seems that 1.2.0 behaviour was confusing too many people
177
178 - it is now possible to set the float placement parameters to
179   "document defaults"
180
181 - when the cursor is inside a collapsible inset, `Edit>Open/close
182   float' will leave it after the inset after closing it (this should
183   help entering of ERT insets)
184
185 - update Finnish, Danish, French and Russian localizations
186
187 - update Tutorial to 1.2.x features
188
189 - better support for entering Cyrillic and Greek alphabets
190
191 - cleanup shortcuts for section layouts. Starred versions are now
192   obtained by prepending a * to the section number (M-p asterisk 0, ...,
193   M-p asterisk 6)
194
195 - add keyboard shortcuts to the Documents menu
196
197 - support the numpad direction keys as equivalent to normal cursor
198   keys
199
200 - it is now possible to specify a non-existent file name on the command
201   line and have this file created for you
202
203 - new class cl2emult; update template for IEEEtran; small update to
204   heb-article and hollywood textclasses
205
206
207 What's new in version 1.2.0?
208 ----------------------------
209
210 LyX 1.2.0 is the version where many of changes in the 1.1.x series
211 really begin to pay off. It should prove to be a very solid base for
212 further developments. As of this version, we use (yet another) new
213 versioning scheme: next major version will be 1.3.0, and 1.2.x will
214 be just incremental fixes (like the `fix' series used to be for 1.1.5
215 and 1.1.6). 
216
217 This version sees the introduction of the so-called `new' insets,
218 which can contain arbitrary text. As a consequence, many new features
219 are now possible:
220
221 - Floats, footnotes and margin notes are now real insets. The
222   positional parameters of figure, table and algorithm floats can be set
223   float-by-float
224
225 - Most problems with the new table inset of 1.1.6 have been addressed
226   (memory consumption, file bloat, spell-checking, search and replace...). 
227   Better longtable header/footer support was implemented.
228
229 - TeX mode has been superseded by the ERT inset, which is foldable, or
230   can be shown inline
231
232 - Notes inset can now contain arbitrary LyX constructs; they will not
233   appear in the output.
234
235 - New minipage inset
236
237 Note that another consequence of these changes is that older LyX
238 versions will almost certainly fail to read files produced by LyX
239 1.2.0.
240
241
242 Other more traditional insets have been improved too:
243
244 - New graphics inset with support for hassle-free inclusion of various
245   image formats (GIF, JPEG, PNG and EPS by default) and a new
246   rendering scheme that should fix the bugs we had with the older
247   ghostscript method.
248
249 - Support for natbib for bibliography citations
250
251
252
253 The math editor has been mostly rewritten. This begun as a general
254 cleanup, but it turns out that many new features happened in this
255 process, among which:
256
257 - many of the known bugs or annoyances in mathed have been fixed.
258
259 - possibility to display all standard latex and amsmath symbols (and
260   also the \mathcal, \mathbb, and \mathfrak fonts)as long as the
261   relevant fonts have been made available to the X server
262
263 - support for many amsmath features
264   Commands: xrightarrow, xleftarrow, substack, underset, dddot
265   over/under arrows (e.g. underleftarrow).
266   Environments: align, alignat, xalignat, xxalignat, multline, gather
267   split, gathered, aligned, cases, subarray, pmatrix, bmatrix, vmatrix, 
268   Vmatrix
269
270 - Preliminary support for xymatrix
271
272 - Support for horizontal and vertical lines in arrays.
273
274 - Improvements to the parser
275
276 - Improvements to math text mode
277
278 - (Better) support for nested macros 
279
280 - Enable size changes to arrays after creation (add/delete rows/columns)
281
282 - Support for changing font or displaystyle on a selection
283
284 - GUI support provided for many more features
285
286
287 Other changes include:
288
289 - Support for windows with cygwin has been incorporated into the main
290   distribution.
291
292 - Most of the dialogs have been rewritten in the GUI-I framework, and
293   improved in the process
294
295 - The kde frontend has been dropped in favor of a new qt2 frontend.
296   Note that only the xforms front is really operational as of this
297   version and alternative frontends are expected for 1.3.0
298
299 - The citation dialog has a search facility, with support for regular
300   expressions.
301
302 - New ligature break special character, useful for words like
303   "shelfful", or many german words
304
305 - Support for parsing preamble when converting LaTeX files. Along 
306   with changes in the LaTeX production of alignment options, this 
307   improves round-trip work where you export a LyX document as 
308   LaTeX, and later reimport it from LaTeX.
309
310 - Updated documentation
311
312 - a few more document classes for journals: dtk, ltugboat, spie and 
313   svprobth.
314
315 - Support for setting bookmarks and jumping to them
316
317 - It is possible to cycle between a label and its references.
318
319 - Preliminary support for multiple bibliographies
320
321 - Babel can be disabled
322
323 - A thesaurus facility (English only)
324
325 What's new in LyX version 1.1.6fix4?
326 ------------------------------------
327
328 LyX 1.1.6fix4 is a bugfix release.
329
330 New features:
331
332 - add support for latin3, latin4 and latin9 encodings
333
334 - change the encoding for estonian from latin4 to latin1, since it
335   appears to be more suitable.
336
337 - add support for ae fonts (emulation of T1 encoding with OT1 fonts).
338   This is useful for creating pdf files in T1 encoding
339
340 - add support for dvipdfm
341
342 - when passing a file name as argument from command line, the
343   extension `.lyx' is added if necessary
344
345 - insert error insets in the documents when there have been unknown
346   tokens in the file
347
348 - new class `kluwer'; update to hollywood class
349
350 - the class encts has been renamed to entcs (stupid typo!) and
351   slightly updated
352
353 - updates to the introduction document and the italian user guide
354
355 - updates to the russian, finnish and hebrew localisations
356
357
358 What's new in LyX version 1.1.6fix3?
359 ------------------------------------
360
361 LyX 1.1.6fix3 is a bugfix release.
362
363 New features:
364
365 - documentation has been updated to remove errors due to interface
366   change 
367
368 - new italian user guide; updated french localisation of menus and
369   documentation; new dutch translations of some examples
370
371 - the `history' and `revert' functionalities have been implemented in CVS
372   support 
373
374 - it is now possible to enter directly characters in an encoding
375   different from latin1 (providing one is using a correct screen font)
376
377 - new encts class for Elsevier Science's Electronic Notes in
378   Theoretical Computer Science 
379
380 - new cv class for writing curriculum vitae
381
382 - new extarticle, extreport, extbook and extletter classes, which are
383   versions of the normal classes with more font sizes available
384
385 - the aapaper class has been complemented with a aa class for the A&A
386   LaTeX document class version 5.0, which is slightly incompatible
387   with the older version
388
389
390 What's new in LyX version 1.1.6fix2?
391 ------------------------------------
392
393 LyX 1.1.6fix2 is a bugfix release.
394
395 New features:
396
397 - add language support in docbook; better support for verbatim text.
398
399 - the --with-lyx-suffix flag introduced in 1.1.6fix1 has been renamed
400   to --with-version-suffix; it can now be used without argument (to
401   install as lyx-1.1.6fix2)
402
403 - many translations updated; big french documentation overhaul; german
404   documentation update.
405
406 - preliminary Thai support; new serbo-croatian support
407
408
409 What's new in LyX version 1.1.6fix1?
410 ------------------------------------
411
412 LyX 1.1.6fix1 is a bugfix release.
413
414 New features:
415
416 - updated documentation for version 1.1.6; new french documentation
417   translations; updated danish translation of the interface.
418
419 - better support for ukrainian language
420
421 - non working --with-lyxname configure option has been replaced by
422   working --with-lyx-suffix.
423
424 - in default cua bindings, change C-k from font-noun to
425   line-delete-forward. 
426
427 - Add the prefix "key-" to the default keys for bibliography insets.
428
429 - Show both key and label of a bibliography inset.
430
431
432 What's new in LyX version 1.1.6?
433 --------------------------------
434
435 As with all of the 1.1.x versions of LyX, this release contains a lot
436 of new code: in particular, more than half of the changes described in
437 the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
438
439 Besides the usual under-the-hood changes, LyX 1.1.6 has many
440 new user-visible features. The main visible feature is that the
441 GUI-independent branch of development has been merged, as well as code
442 from the older development version:
443
444 - many popups have been rewritten to use the new GUI-I scheme. In the
445   process they have received a nice cleanup: the Document and Paragraph
446   popups now contain in one single place what was previously scattered
447   in many places. Similarly, the citation and cross reference popups
448   have been overhauled.
449
450 - LyX now has a Preference popup where you can change most of your
451   lyxrc settings.
452
453 - the menus can now be defined in a text file, and they automatically
454   display the keyboard bindings associated with commands.
455
456 - it is now possible to provide your own icons for the toolbar.
457
458 - last but not least, work has begun on a KDE and a Gnome frontend for
459   LyX. They are not officially supported for this version, but this
460   will give you an idea of what is happening.
461
462 Other major changes in 1.1.6 include:
463
464 - the table support has been completely rewritten. It is now a modular
465   object (inset), each cell of which owns a (also) newly written text
466   inset. This now permits automatic text-wrap inside a tabular
467   cell (if you define a width), multiparagraph mode AND setting of
468   layouts for the paragraphs (lists inside a tabular cell!). Last but
469   not least, a wide tabular now scrolls automatically so that all of it
470   is visible without the need to enlarge the window!
471
472   While there are as yet no other new features, they will be now MUCH
473   easier to add. It may be that because of being "young" code some
474   features may not work right now, but at least it is much
475   better than before.
476
477 - new external material inset: this is a new kind of very powerful
478   inset which will allow LyX to interface intelligently with external
479   applications. Among other good things, it will finally allow you to 
480   include GIF, JPEG, TIF, PNG, or just about any other raster format
481   images in your document. It will even do an approximate ascii
482   rendering when you do Ascii export if you have gifscii installed.
483
484 - The code which converts from LyX format to anything else (for
485   viewing or exporting purposes) and from anything else to LyX has been
486   rewritten. In particular, it is now possible to export to PDF, and to
487   import from HTML/MSWord. In fact it's now possible to add new import/export
488   formats without recompiling LyX by specifying external programs or scripts
489   in lyxrc settings 
490   (note that the old import/export lyxrc settings no longer work).
491
492 - LyX can do command line exports without opening any GUI components.
493
494 - The multilingual support has been improved. It is now possible to use in a
495   document languages with different encodings, e.g. German (iso8859-1) and
496   Czech (iso8859-2). Such a document can be viewed on screen using an
497   iso10646-1 (Unicode) font. However, it is (currently) not possible to
498   have differently encoded languages in the same paragraph.
499   The languages and the encodings are defined in text files.
500
501 - Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
502
503 - included files work now with docbook and linuxdoc; new layout
504   docbook-book.
505
506 - PSpell library and Aspell spell checker support now included thanks
507   largely to Kevin Atkinson (PSpell and Aspell maintainer). 
508
509 And finally, there have been a lot of smaller changes, which are
510 mentioned here for your information
511
512 - the menu entry File->New does not prompt for a file name by default
513   (this can be changed in preferences).
514
515 - new -geometry command line option, which replaces the old -width,
516   -height, etc.
517
518
519
520 What's new in LyX version 1.1.5?
521 --------------------------------
522
523 Lots of internal code rewritten, fixed, changed and added. 
524 We are using the C++ Standard Library more each day.
525 This will in most cases make the code clearer and easier to maintain
526 and expand.
527 We are also gearing up for the merge of the gui-indep branch, expect
528 this (but not the new gui's) in 1.1.6.
529
530 User-visible changes:
531
532 - Paste to other programs (like emacs or xterm). Note: text only.
533
534 - New TOC menu item for fast access to the table of contents.
535
536 - New Refs menu item for quick insertion of cross-references.
537
538 - multilingual documents (preliminary support)
539
540 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
541   only and is likely to improve in future versions.
542
543 - Per-paragraph spacing, currently only settable from the
544   command-line/window:
545       paragraph-spacing (default,single,onehalf,double,other) [float]
546
547 - New visual feedback for environment depth of paragraphs (also the !
548   in the margin for margin notes has been removed). 
549
550 - End-of-proof box, for layouts where it makes sense.
551
552 - labels are now editable (not in equations, though).
553
554 - Much faster spellchecking (50x faster!).
555
556 - The parsing of the LaTex log has improved flagging more errors that
557   earlier versions of LyX did not see at all. So if you suddenly have
558   errors in documents that used to have none, this might be the casue.
559   (And you probably had the error always.)
560
561 - Better definition for LyXList style.
562
563 - hollywood.layout and broadway.layout have improved. New classes
564   LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy)
565
566 - support for varioref and pretty ref (preliminary support)
567
568 - A couple of changes to the LyX format, so that files written with
569   1.1.5 will not be parsed correctly by older LyX versions if protected
570   spaces or the new per-paragraph spacing are used. Also the RtL
571   support is of course not supported in older versions.
572
573 - Removed support for XForms older than 0.88.
574
575 - Some command-line options and X resources are not supported anymore
576   (The color ones, and -mono -fastselection, -reverse)
577
578 - New command-line options '-userdir' which so that you can choose to
579   use another dir than .lyx for user configurations. (Or have many.)
580
581 - new lyxrc variables: \show_banner [true|false] to remove the banner
582   screen, \backupdir_path to tell where the backup files created
583   by lyx should be stored, and \override_x_deadkeys to tell whether 
584   lyx should provide its own accent keys handling (default is true). 
585
586
587 What's new in LyX version 1.1.4?
588 --------------------------------
589
590 More internals have been rethought. In particular, most of the file IO
591 routines of LyX have been rewritten to use real C++ streams. Many
592 changes have also been done to help compile LyX with Sun CC 5.0 and
593 SGI STL 3.2. 
594
595 In the user-visible department, we find:
596
597 - new command line option -x (or --execute) and -e (or --export). Now
598   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
599   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
600   the GUI pops up during the process...
601
602 - better placement of accents for characters that LyX draws by itself;
603
604 - improved translations, in particular in Finnish (overhauled UI
605   translation), Dutch (tutorial and examples), German
606
607 - new configure flag --with-lyxname which allows to choose the name
608   under which lyx is installed. Default is "lyx", of course. It used
609   to be possible to do this with --program-suffix, but the later has
610   in fact a different meaning for autoconf.
611
612 And of course, a lot of old bugs have been replaced by new ones ;)
613
614
615 What's new in LyX version 1.1.3?
616 --------------------------------
617
618 More LyX internals have been cleaned-up in this version, but the usual
619 small number of user-visible changes have appeared:
620
621 - LyX is not able anymore to read some old files using latex inset
622   (this should not be a problem as these were already not generated by
623   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
624
625 - The first line of a .lyx file does not contain anymore the file
626   creator name and the date of creation; this was causing various
627   problems. 
628
629 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
630   works now. 
631
632 - Slightly better handling of dependency tracking for bibtex files.
633
634 - The screen representations of \varepsilon and \epsilon have been
635   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
636   should. This is of course a controversial change (since many people
637   will find that their lyx workscreen is suddenly full of red), but done
638   for the sake of correctness.
639
640 - The characters \angle and \vee are now correctly displayed in math
641   formulas; the glyph for \Upsilon has been changed.
642
643 - Characters '~' and '^' are now output using standard LaTeX macros,
644   which improves the result with T1 fonts.
645
646 - new function "command-sequence" to bind several sequences to a key.
647
648 - The textclass g-brief has been updated.
649
650 And of course many bugs have been fixed.
651
652 What's new in LyX version 1.1.2?
653 --------------------------------
654
655 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
656
657 - the export to html feature has been extended to use other programs.
658   Currently, tth, latex2html and hevea are supported. Note that the
659   variable \tth_command has been renamed to \html_command in lyxrc.
660
661 Moreover, a couple of semi-serious bugs have been fixed:
662
663 - a bug that caused a crash in lyxstring::find
664
665 - the annoying '-' vs. '_' bug.
666
667 Also the cheaders files were missing from the 1.1.1 distribution, that
668 has also been fixed.
669
670 What's new in LyX version 1.1.1?
671 --------------------------------
672
673 LyX 1.1.1 marks an important change in our development scheme. While
674 it does not have many new features, there have been many internal
675 changes, many of which have been backported from our old development
676 branch (which is now extinct). So while on the surface this version is
677 very similar to version 1.0.4, many things happened under the hood. As
678 a consequence of this: expect that some new bugs have crept in.
679
680 User visible changes in lyx 1.1.1: 
681
682 - New export to HTML feature
683
684 - All the popups should be more resistant to resize actions.
685
686 - normal spaces are automatically made unbreakable if we are in
687   a freespacing mode (LyX-Code), but not in latex mode. The rule used
688   to be that spaces where changed when in typewriter font.
689
690 - the default encoding of a new document is now latin1, since it seems
691   to be a reasonable default for many people. Note that you can
692   override this default with the "Save layout as default" feature.
693
694 What's new in 1.0.4 compared to LyX version 1.0.3?
695 --------------------------------------------------
696
697 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
698 new features has been included:
699
700 - DocBook support.
701
702 - RevTeX4.
703
704 - Better printing with custom pagesizes.
705
706 - Several language files updated.
707
708 - And several bugfixes to math and table.
709
710 What's new in 1.0.3 compared to LyX version 1.0.2?
711 --------------------------------------------------
712
713 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
714
715 - improved dependency tracking when running LaTeX (fixes one important
716   bug in 1.0.2).
717
718 - new italian and walloon localizations of the user interface.
719
720 - New slovene and spanish translations of the Tutorial.
721
722 What's new in 1.0.2 compared to LyX version 1.0.1?
723 --------------------------------------------------
724
725 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
726 compared to version 1.0.0, it adds the following features:
727
728 - Improved reLyX: supports EPS image inclusion and works in windows.
729
730 - New french translation of Intro.lyx and Tutorial.lyx; new german
731   translation of UserGuide.lyx.
732
733 - Better multipart document support.
734
735 - LyX is now able to parse your BibTex files and show a list of
736   entries. 
737
738 - New broadway textclass (for plays).
739
740
741 What's new in 1.0.1 compared to LyX version 1.0.0?
742 --------------------------------------------------
743
744 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
745 compared to version 1.0.0, it adds the following features:
746
747 - Support for selecting pages and number of copies in print dialog
748
749 - New function 'Replace all' in Find&Replace popup
750
751 - Support for optional argument of \sqrt in math editor
752
753 - Support for literate programming with the 'noweb' program
754
755 - New LaTeX document classe: APA 
756
757
758
759 What's new in 1.0.0 compared to LyX version 0.12.0?
760 ----------------------------------------------------
761
762 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
763 version 0.12.0, it adds the following features:
764
765 - much improved reLyX script: many bugs have been fixed, new options
766   have been added, many constructs are now correctly handled. reLyX is now 
767   installed along with LyX and has its own man page. Separate upgrades
768   of reLyX will be made available later.  The reLyX script is utilized
769   by the File->Import LaTeX command in LyX.
770
771 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
772   footnotes, and generally better output.
773
774 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
775   implementing the corresponding classes of the koma-script
776   package. New textclasses latex8 for some IEEE journals, IEEEtran for
777   various IEEE Transactions journals and ejour2 for some Springer Verlag
778   Journals.  New textclass hollywood to typeset your own film scripts.
779
780 - Better support (keyboard bindings, keyboard mappings, and/or menu
781   and error message translations) for several languages.
782
783 - Documentation has been partly translated to German, Swedish, and Czech. You
784   will get this automatically from the Help menu if you set up the LANG
785   environment variable correctly (i.e. to 'de' or 'sv').
786
787 - Documentation has been generally improved and expanded.
788
789 - Improved table support.
790
791 - Support for arbitrary line spacing in documents.
792
793 - easier handling of index entries.
794
795 - The printer configuration scheme has changed a bit to help people
796   whose dvips is not configured correctly. As a consequence, you might
797   have to modify your lyxrc a bit. All users are advised to re-run
798   Option->Reconfigure to update LyX configuration.
799
800
801 Note that your existing global lyxrc file will not be overwritten by
802 default since now LyX only installs a file lyxrc.example to use as
803 template.