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