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