]> git.lyx.org Git - lyx.git/blob - NEWS
replace term "Glossary" by "Nomenclature"
[lyx.git] / NEWS
1 What's new in version 1.5.0 (beta 2)?
2 ---------------------------- 
3
4 Compared with the previous beta release we have fixed several bugs and
5 added some graphical improvements:
6  * A new math toolbar replaces the old (faithful) math panel.
7  * The converter file cache can be now configured in the graphical interface.
8  * The TOC dialog is now a dock widget, embedded in the main window.
9
10 Apart from the described major changes, several minor improvements of
11 the user interface have been made, such as:
12
13  - Syntax highlighting for the user preamble and the LaTeX log file 
14  - Better parsing of BibTeX databases (in the citation dialog) 
15  - Support optional argument for environments 
16
17 What's new in version 1.5.0 (beta 1)?
18 ---------------------------- 
19
20 * Unicode
21
22 LyX 1.5's big goal was to use unicode internally and so resolve a slew
23 of existing problems with special characters and non-alphabetic
24 languages. LyX 1.5 is able to output unicode (in addition to
25 encodings current available), so that you can use LaTeX's new utf8
26 encoding or such brand new typesetting systems as XeTeX.
27 Since the change to unicode touched much of the code base and some
28 areas still need a cleanup it is very likely that some bugs related to
29 the unicode transition still exist. Please have a look at the Known
30 bugs in LyX 1.5 page if you encounter a bug that seems to be related
31 to unicode. If it's not there, then please report it to the lyx-devel
32 mailing list.
33
34 * Integrated CJK support
35
36 The very first result of the Unicode transition is that we have finally
37 merged in the externally maintained CJK-LyX branch.
38
39 * Multiple views of the same buffer
40
41 LyX can now display multiple views of the same buffer. I.e., you can
42 now open a single document in multiple windows and work on different
43 parts of it synchronously.
44
45 * Outliner
46
47 LyX has another long-awaited feature: a basic outliner mode, in which
48 you can move chapters and sections around in the Table of Contents
49 dialog. (The outliner has been backported and was released with LyX
50 1.4.4.)
51
52 * Session managment
53
54 LyX is now able to remember window size and position and it will
55 reopen the documents you worked on last time around. If you've
56 selected the feature in the Preferences dialog, it'll even move the
57 cursor to the place you were working on last!  Furthermore, toolbars
58 can (finally!) be switched on/off in View->Toolbars and moved about in
59 the LyX window. The session managment will remember their state.
60
61 * Source code Viewer
62
63 As a kind of "anti-preview-latex", a dialog was implemented that lets
64 you view the source code of a given paragraph/selection or the whole
65 document.
66
67 * New Font Selection Interface
68
69 LyX's font selection abilities have been one of its weakest and most
70 outdated components. A completely new interface was implemented that
71 provides access to the power of LaTeX's font selection scheme.
72  
73 * Tabular extensions
74
75 LyX's table support is certainly less powerful than that of
76 LaTeX. support for the booktabs package was implemented, which
77 provides beautiful and elegant tabulars.
78  
79
80 * Nomenclatures
81
82 Native LyX support for the nomencl package was implemented. With this,
83 you can treat your document with all sorts of nomenclatures,
84 glossaries and fancy notations.
85
86 * Tabbed Widget
87
88 LyX now uses tabbed widgets to display multiple documents.
89
90 * Frontend News
91
92 LyX 1.5 will use the Qt4 toolkit. This is especially good news for
93 Windows users, since there's an official, GPL version of Qt4. They no
94 longer have to rely on an unofficial port of the Unix Qt3 library to
95 Windows.  The good old XForms frontend went the way of the dodo. It
96 was both hated and loved, and certainly shaped the unique look of LyX
97 in the past. It was finally killed off, however, by the switch to
98 unicode.  The Qt3 frontend was removed.  The work on the GTK frontend
99 has been transfered to a branch because its development has
100 essentially stalled.
101
102 * Change tracking enhancements
103
104 Major parts of the change tracking code were rewrote addressing
105 several problems that existed in the existing implementation.
106
107 * Converter file cache
108
109 A cache for converted files, such as included figures, was
110 implemented. This can speed up LyX's performance considerably when
111 displaying documents with many included figures that need conversion
112 to a format that can be rendered on screen.  The converter file cache
113 is disabled by default, and there is no GUI for configuring it yet. If
114 you want to use it, add the line
115  \use_converter_cache true
116
117 to your preferences file. The default maximum age of a cached file is
118 6 months. You can change that with the line
119  \converter_cache_maxage xxx
120
121 where xxx is the maximum age in seconds. 
122
123 * Unified Windows installer
124
125 The two windows installers are being merged and bug reports regarding
126 both installers are welcome.
127
128 * Under the hood
129
130 As usual, one big task has been the ongoing code cleanup of the LyX
131 core. Performing this cleanup makes the code more understandable and
132 easier to maintain. It also leads inevitably to a more robust
133 application. Nonetheless, it's an unfortunate fact of life that ugly
134 code is sometimes faster than pretty code. We're well aware that LyX
135 1.4 is slower than LyX 1.3. One important goal of this 1.5 development
136 series has been to bring this speed back.
137
138
139 What's new in version 1.4.4?
140 ---------------------------- 
141
142 ** Updates:
143 ***********
144
145 * DOCUMENT INPUT/OUTPUT
146
147 - Improve Computer Algebra System support in math editor.
148
149 - Add support for fixed size math delimiters in math editor.
150
151 - Convert included vector graphics to pdf instead of png for pdflatex export
152   (bug 2868). This is implemented with the help of a new format flag "vector"
153   that you have to set manually for your self defined vector graphics formats
154   if you want to use this feature.
155
156 - Add a wmf -> eps converter (bug 2845) and a latex -> rtf converter.
157
158 - Add the layout file and an example document for the beamer
159   presentation class (these files where taken from the beamer package
160   by Till Tantau); new layout file ISPRS (Int. Soc. Photogrammetry &
161   Remote Sensing); new layout file for Arabic articles; update layout
162   file for REVTeX4 (bug 1215)
163
164 - New external template for LilyPond (a music typesetter).
165
166 * USER INTERFACE:
167
168 - Outline support: it is now possible to move around parts of
169   documents in the Table of Contents dialog.
170
171 - Add new UI settings default-autotoolbars and default-alltoolbars
172   allowing to select what toolbars are active.
173
174 - The layout lfun without an argument does now set the layout to the default
175   layout of the text class. This is used by a new button "Default" in the
176   extra toolbar.
177
178 - Add a menu entry for numbered formulas (bug 2901).
179
180 - Updates to the european keyboard map (useful for entering accented
181   characters on a qwerty keyboard).
182
183 * DOCUMENTATION AND LOCALIZATION
184
185 - A new manual named "Embedded Objects" is available in the Help menu
186   in English and Spanish. It describes in detail tables, graphics,
187   floats, notes, and boxes.
188   
189 - Updated Intro and Extended manual.
190
191 - New Galician localization; update Czech, French, German, Hungarian,
192   Italian, Romanian and Spanish localization of the interface.
193
194 - New Galician translation of the documentation (splash, Intro,
195   Tutorial); Update German (all), Hebrew (Intro), Italian
196   (Tutorial, UserGuide), and Spanish (Intro) documentation.
197
198
199 ** Bug fixes:
200 *************
201
202 * DOCUMENT INPUT/OUTPUT
203
204 - Write inherited colors correctly as "inherit" to the .lyx file. Previously
205   they where written as "default", which was then read in as "none".
206   Fix some help documents that contained this invalid color.
207
208 - Parse the optional argument of the AMS math environments aligned, gathered
209   and alignedat.
210
211 - Support lgathered and rgathered math environments.
212
213 - Fix import of \fullcite commands from LaTeX.
214
215 - Update bibliography references when the entry has been changed (bug
216   2744).
217
218 - The BibTeX style files (bst files) can now live in paths with spaces
219   (bug 2186).
220
221 - Fixed undo-and-TOC-navigation bug.
222
223 - Fixed layout2layout (spurious tabs), so layout files from 1.3 can be read 
224   again.
225
226 - Revert fix from 1.4.3 for better display of script insets with a nucleus
227   with more than one element (like {a'}^{2}), since it was buggy and it is
228   very difficult to do it right (bug 2921).
229
230 - Re-enable Address paragraph style in AMS article classes (bug 2890).
231
232 - Write \begin and \end alignment tags on their own lines (bug 3010).
233
234 - Fix output of \setlength commands, in order to please latex2html
235   (bug 2843).
236
237 - Import \guilsinglright correctly from .tex files.
238
239 - Don't create invalid .lyx files when importing \i{} and \j{} from .tex
240   files.
241
242 - Import \l{} and \L{} natively from .tex files (do not create ERT).
243
244 - Import correctly Sweave macros from .tex files.
245
246 - Fix nested list (like) output in docbook (bug 2841)
247
248 - Read filenames with spaces in external insets correctly from .lyx files
249
250 - Use the correct filename extension of included graphics in latex export if
251   it cannot be omitted.
252
253 * USER INTERFACE:
254
255 - Fix slowness with lots of math on Windows (bug 2900).
256
257 - Fix that LyX's dialogs remain partly untranslated on Windows (bug 2906).
258
259 - Fix crash when viewing documents as PDF on Windows with installed
260   Adobe Reader/Acrobat 8 (bug 3045).
261
262 - Fix a crash with PageDown/Up when the next/previous paragraph is an inset
263   taller than the workarea.
264
265 - Fix some crashes (with console error message "break on pointer: ...")
266   related to large insets.
267
268 - Fix a crash that occurred on exit if the clipboard was not empty (only on
269   windows). This fix was already used by the official windows installer for
270   1.4.3.
271
272 - Fix a crash when navigating from a label a reference in the crossrefs
273   dialog (bug 3063) [qt only].
274
275 - Fix hang when deleting a forced newline character in change tracking
276   mode (bug 2865).
277
278 - Fix crash when exiting empty superscript in math editor (bugs 2908
279   and 2933).
280
281 - Fix an undo crash crash with nested font changes in math (bug 3019).
282
283 - Clear label when a formula is unnumbered (bug 2556).
284
285 - Disallow pressing the add button in the citation dialog when no citations
286   are available, preventing a crash (bug 3057).
287
288 - Fix deletion of empty paragraph in various situations: paragraphs
289   with different layouts, layouts with KeepEmpty property, ERT insets,
290   tabular cells (bugs 2587 and 2882).
291
292 - fix bug where icons remain disabled after opening a dialog (bug
293   2877).
294
295 - when a dialog is open in LyX/Mac, make sure that the menu entries
296   that do not make sense are disabled (bug 1720).
297
298 - Fix cursor positioning when opening the VSpace dialog (bug 2869).
299
300 - Make clicking in a "wide" inset always enter that inset.
301
302 - Avoid "wide" insets in text that is centered or right-justified.
303
304 - When selecting with the mouse an area that ends on a collapsable
305   inset, do not open it by mistake.
306
307 - When a box inset has been given a small width, never show it in
308   inlined mode, since it would make its contents unreadable.
309
310 - Give a better error message for missing layout include files.
311
312 - Show contents of branches in the ToC.
313
314 - Fix wrong ordering of insets in ToC entries.
315
316 - Don't show starred sections in Document->Numbering & TOC (bug 2910).
317
318 - Make sure that the size changing shortcuts ``M-s <digit>'' work on a
319   French keyboard too.
320
321 - Make all the operations that require walking over all insets faster.
322
323 - Fix insertion position for cross-reference in superscript (bug 2789).
324
325 - Add support for the chars-transpose LFUN (bug 2939).
326
327 - Fix undo when inserting a line break (bug 3111).
328
329 - Only one undo step is needed to undo inset-dissolve (bug 2982).
330
331 - Fix spell checking of Norwegian documents with aspell (bug 2850).
332
333 - Don't reset cell selection when opening tabular dialog (bug 2715).
334
335 - Quotation marks can now be inserted easier into mathed, which is
336   important for phonetic notation (bug 3044).
337
338 - Fix one more case of copied ERT inset producing wrong language (bug 2476).
339
340 - Reset the language when dissolving an ERT inset (bug 2978).
341
342 - Sanitize button enabling in the bibtex dialog [qt only] (bug 2895).
343
344 - Fix focus problems in the graphics dialog [qt only] (bug 1663).
345
346 - On Mac OS X, make sure to view files with the same application as
347   the Finder uses.
348
349 - The natbib labels weren't always displayed correctly when opening
350   a document. This is fixed.
351
352 - Allow double values for graphics' bounding box parameters again
353   (bug 3055). This also fixes problems with older LyX files
354   (bug 3066) [qt only].
355
356 - Rename lib/ui/std*.ui include files to *.inc so that the user is not
357   tempted to try them (bug 2387).
358
359 - add Aspell/Pspell's file extension for personal dictionary files
360   in preferences (bug 895)
361
362 - Fix hang/crash on Windows/Cygwin when using the external date inset
363   (bug 3220).
364
365 * BUILD/INSTALLATION:
366
367 - Allow autoconf 2.60 and 2.61 for building.
368
369 - Do not warn against using gcc 4.1. It works fine.
370
371 * MISCELLANEOUS
372
373 - The minimum required python version is now 2.2.0.
374
375 - Fix Free Software Foundation address.
376
377
378 What's new in version 1.4.3?
379 ---------------------------- 
380
381 ** Updates:
382
383 - All shell scripts have been translated to python so sh.exe is no
384   longer needed. That's a big plus for the Windows port.
385
386 - Implement inset-dissolve feature; this can be accessed (like in
387   mathed) by pressing Backspace at the start of an inset, or Delete at
388   the end (bug 2201).
389
390 - Add buttons for \intop and \ointop to the math panel (bug 2698)
391
392 - Native support for \phantom, \hphantom and \vphantom in mathed (bug 1473).
393
394 - Some small updates to the documentation.
395
396 - Update Basque, Czech (new), French, German (bug 2718), Hungarian,
397   Italian (bug 2774), NyNorsk and Spanish localizations.
398
399 - Update Czech (Tutorial, new splash), German (UserGuide [bug 2660], Extended)
400   and Hungarian (new Tutorial) documentation.
401
402 ** Bug fixes:
403
404 * Document Input/Output
405
406 - Fix a crash when importing LaTeX files with no text (bug 2667).
407
408 - Fix a crash when a used bibtex file is in a non-readable directory
409   (bug 2782).
410
411 - Fix a crash when lyx2lyx failed to convert LyX file.
412
413 - Ignore the definition of LyXgreyout environment when re-importing a
414   LyX-generated LaTeX file (part of bug 2420).
415
416 - When exporting to LaTeX an external inset with template XFig,
417   require the color package, since XFig generates LaTeX code with
418   \color (bug 2716).
419
420 - Make sure enough passes are made to update the table of contents
421   when running LaTeX (bug 2616).
422
423 - Don't add extra braces when reading documents containing \choose,
424   \atop or \over (bug 2481).
425
426 - Reenable import of noweb files (bug 2289).
427
428 - Render greyed out notes correctly in output (bug 2723).
429
430 - Fix bug 2768 (inset comment/note eats space after it).
431
432 - Do not convert known spaces to ERT on LaTeX import (bug 2786).
433
434 * User Interface:
435
436 - Fix random crashes resulting of an incompatibility of the included
437   boost::bind library with gcc 4.1 (bug 2677, probably also 2662 and 2684).
438
439 - Fix a crash when using next-inset-toggle (Ctrl+I) inside mathed;
440   inset locking in mathed generally work (bug 2756).
441
442 - Fix a crash on save (including dataloss) when the backup directory 
443   creation failed or the directory is not writeable(bug 2740).
444
445 - Fix a crash when selecting several cells in a tabular (bug 2630).
446
447 - Fix a crash when deleting a multi-cell selection in a tabular.
448
449 - Fix a crash when applying a font change to several cells in a tabular.
450
451 - Fix a crash when searching for an inset and none is present.
452
453 - Fix a crash when scrolling the document and the cursor is inside an
454   inset (bug 2830).
455
456 - Fix lockup when accepting a change in a text inset (bug 2510).
457
458 - Fix a crash with change tracking in tables (bug 2600).
459
460 - Fix a crash when undoing super/subscript deletion (bug 2727).
461
462 - Fix a crash when the cursor is in an empty script and the user
463   clicks in the text.
464
465 - Do not reset environment depth when breaking a paragraph (bug 2445).
466
467 - Handle properly script insets which the nucleus has more than
468   one element (like {a'}^{2}).
469
470 - On pressing button 2 in a math inset, paste the inner LyX selection
471   if it exists (bug 2779).
472
473 - When inserting an inset (footnote etc.) over an existing selection,
474   don't copy the layout of the source paragraph to the inset (bug 2802).
475
476 - When pasting some text in an environment that does not allow the given
477   paragraph layout, reset the layout (bug 2382).
478
479 - Fix the disabling of some toolbar icons after closing a dialog (bug 2423).
480
481 - Fix the editing of a document while Error List dialog is open (bug 2179).
482
483 - Improve the position of the cursor after undo.
484
485 - Update labels on screen when changing language.
486
487 - Make sure that the "Check TeX" menu entry is not available when the
488   chktex tool has not been configured (bug 2831).
489
490 - Fix doubling of initial character when correcting a word with
491   ligatures in spellechecker (bug 2068).
492
493 - Show an error box when failing to update the TeX Information dalog data.
494
495 - Fix an unexpected font change on maximize (bug 2664).
496
497 - Handle the Meta keyboard modifier as Alt (Qt only).
498
499 - Fix the C-x C-b binding in emacs mode (bug 2747).
500
501 - Fix a crash when a non-template file is selected in the
502   "New from Template" dialog (bug 2404).
503
504 - The LaTeX log file can now also be viewed if the path of the temporary
505   directory contains spaces (bug 2687)
506
507 - Graphics files with ' in the name can now be previewed (bug 2637)
508
509 - New menu entries have been added for phonetic symbols and
510   accepting/rejecting a single change in change tracking mode
511
512 * Build/installation:
513
514 - Fix compilation with Qt 3.0.x.
515
516 - Fix the 'check' make target for systems which do not have
517   /bin/bash (bug 2524).
518
519 - Set CPPFLAGS only if it not already set by the user
520   (and ignore CXXFLAGS when setting CPPFLAGS).
521
522 - Handle properly gcc 4.1 in configure.
523
524 - Install python files together with precompiled versions.
525
526 - A scons build system has been added, for details please see
527   INSTALL.scons. 'scons install' produces a cygwin-compatible binary
528   package under cygwin.
529
530 - A CMake build system has been added, for details see
531   development/cmake/README.cmake
532
533 - LyX can be compiled on windows with MSVC using qt3 from the Q../Free
534   project and scons or CMake.
535
536 * Miscellaneous
537
538 - LyX requires now python 2.2 to work properly.
539
540 - Display LaTeX package checking results faster during configuration.
541
542 - Log the output of configure.py to a log file configure.log.
543
544 - Do automatic reconfiguration even when running in batch mode (bug 2741).
545
546 - Change the encoding of some python scripts from iso-8859-15 to
547   iso-8859-1. The former causes problems with embedded python.
548
549 - Remove outdated development tools and outdated LyXConfig.LyX.in.
550
551 - Remove in the documentation all references to reLyX, which has been
552   replaced by tex2LyX.
553
554
555 What's new in version 1.4.2?
556 ---------------------------- 
557
558 ** Updates
559
560 - LyX now automatically uses file viewers and editors set at OS level
561   [Windows and Mac OS X only] (bug 2017).
562
563 - Add a new function buffer-toggle-compression (and corresponding entry
564   in the Document menu) to change whether the file will be compressed
565   on disk or not.
566
567 - Update the German, Hungarian, Italian (bug 2650), Polish, Slovak,
568   Spanish and Turkish localizations of the interface.
569
570 - Update translations of documentation for German (all) and Hungarian
571   (Introduction, splash document, new tutorial examples).
572
573 - Add support for Austrian (new spelling) as a document language.
574
575 - Add the "LaTeX (pdflatex)" output format. This new output format produces
576   .tex files that are suitable for pdflatex, including figure conversion
577   to png, pdf or jpeg instead of eps.
578
579 - Add biographynophoto style to IEEEtran.layout; add a new text class for
580   International Journal of Modern Physics C (and update support for
581   IJMP D).
582
583 - Add buttons for \overset and \underset to the math panel (bug 2533).
584
585 - Add support for the dvipdfmx converter.
586
587 - Add tgif->ppm and tgif->png converters for preview of tgif figures.
588
589 - Add native support for \intop and \ointop. (Display only; not in
590   the math panel yet.)
591
592 ** Bug fixes
593
594 * User Interface:
595
596 - Much better performance when using natbib/jurabib citations (bug 2460).
597
598 - Much better performance of screen updating in LyX/Mac, and with an 
599   acceptable UI.
600
601 - Don't jump back to the previous cursor position when trying to click on
602   an inset (bug 2526).
603
604 - Fix several cursor movement functions when initiating a selection
605   (bugs 2119 and 2259, and a crash).
606
607 - Disable saving of bookmarks in mathed because it is not yet supported
608   and makes LyX crash (bug 2597).
609
610 - Fix a crash when pasting contents from the clipboard to a tabular
611   (bug 2603).
612
613 - When pasting contents to a tabular with the middle mouse button, the
614   language could sometimes be changed. This is fixed now.
615
616 - Text copied from an ERT box no longer has the pseudo "latex" language
617   (bug 2476).
618
619 - Fix a crash when selecting and deleting "blue" paragraph break in
620   change tracking mode.
621
622 - Set change tracking marks properly when copying between documents
623   with different change tracking status (bug 2207).
624
625 - Fix a crash when reading documents containing bogus change tracking
626   markup due to the bug above (bug 2614).
627
628 - Fix any remaining "ghost" empty paragraphs when selecting and deleting
629   multiple paragraphs (bug 2516).
630
631 - Fix the display of horizontal fill which appears at the end of a line
632   (bug 2509).
633
634 - Fix a crash when changing document class while the cursor is inside a
635   table.
636
637 - Fix a crash when there is a syntax error in a keyboard map file (bug 2604).
638
639 - Fix a crash on exit on MacOS X, and the well known "Mutex destroy failure"
640   error message on Linux (qt frontend, bugs 2549 and 1029).
641
642 - Paint the tabular background (bug fix).
643
644 - Fix a bug where the spellchecker doesn't pop up the dialog window for
645   the first misspelled word (bug 2218).
646
647 - Fix spell checking in tables (bug 2675).
648
649 - Cosmetic fixes to the document dialog (Qt only).
650
651 - Reduce the right margin on screen from 30 pixels to 10.
652
653 * Math editor:
654
655 - Fix the metrics of AMS array environments like bmatrix, vmatrix etc.
656   (bug 2036).
657
658 - Fix undo in matrices.
659
660 - Fix a crash when deleting the last row of an equation (bug 2655).
661
662 * Document input/output:
663
664 - Convert definitions of itemize and enumerate environments in old layout
665   files correctly.
666
667 - Fix the conversion of minipages (default height and inner vertical
668   position) from LyX 1.3 documents.
669
670 - Make sure that the amsmath package is used in LaTeX output when
671   using the AMS-specific commands \xleftarrow, \xrightarrow or the
672   array constructs split, gathered, aligned and alignedat (bug 2149).
673
674 - Load the tipa package automatically when needed.
675
676 - Properly strike out deleted math formulas when change tracking is
677   active (bug 2214).
678
679 - Don't get confused by 0-Characters in MikTeX logfiles anymore.
680
681 - Always honor the "Requirement" tag in External Template Definitions.
682
683 - Fix tex2lyx to handle whitespace in front of required arguments (bug 2546).
684
685 - Update templates and examples to the latest file format.
686
687 - Enable jpeg graphics whose suffix is in capital letters (.JPG) work with
688   pdflatex (bug 2235).
689
690 - Fix a LaTeX crash on multi-paragraph boxes.
691
692 - Fix LaTeX errors with memoir and makeindex (bug 2623).
693
694 * Miscellaneous:
695
696 - Replace the old sh version of lib/configure with the new python version
697   lib/configure.py. The TexFiles.sh script (which crashed on Windows)
698   has also been pythonified.
699
700 - It is  longer necessary to run lib/configure.py in the main LyX
701   support directory.
702
703 - Reading of configuration now goes like this: LyX first reads the file 
704   lyxrc.dist (if it exists). If lib/configure.py is newer than
705   any of lyxrc.defaults, textclass.lst or packages.lst, it is re-run
706   before loading lyxrc.defaults and preferences. 
707
708 - Automatically use fonts in the fonts/ subdirectory of the LyX support
709   directory on Windows.
710
711 - When compiling with --with-version-suffix on Windows, do not
712   rename the executable files.
713
714 - Fix lib/configure.py to find tex2lyx when compiling with
715   --with-version-suffix (bug 2285).
716
717 - Fix lib/configure.py to find tex2lyx if the path to it contains spaces.
718
719 - Use the clean_dvi.py script on Windows not only in the installer but also
720   in the source package.
721
722 - Fix the code to find the localization of the interface on Windows
723   and Mac OS X.
724
725 - Fix hyphens in man pages.
726
727 - Replace the \cygwin_path_fix_needed preference with the better named
728   \tex_expects_windows_paths; this is auto-detected and matters only on
729   Windows. 
730
731 - Remove the --enable-compression-support option of configure. Compression
732   support via zlib is now a requirement.
733
734 - Fix compilation on DragonFly BSD.
735
736
737 What's new in version 1.4.1?
738 ----------------------------
739
740 ** Updates
741
742 - Enable breaking and merging of paragraphs in change tracking mode
743   (bug 880).
744
745 - Update Basque, German, Hungarian, Italian, Polish and Spanish
746   localizations; import 1.3.7 localizations for Finnish, Slovak,
747   Russian, Slovenian, Romanian, Dutch and Turkish.
748
749 - Update Spanish translation of the tutorial; update German
750   translation of the Tutorial and Introduction.
751
752 - Document the packages fancybox, prettyref, preview and varioref in 
753   LaTeXConfig.lyx.
754
755
756 ** Bug fixes
757
758 * Document input/output:
759
760 - Fix LaTeX error with Address layout in AMS classes (bug 2363).
761
762 - Fix LaTeX error when \labelitemi is undefined (bug 2053).
763
764 - Fix LaTeX error when inserting a graphic in a section heading or a
765   caption (bug 675).
766
767 - Translate \verb commands correctly in tex2lyx (bug 2236).
768
769 - Truncate temporary file names that are too long for MikTeX's pdflatex.
770
771 - Parse \tag and \tag* commands correctly in tex2lyx and mathed (bug 2234).
772
773 - Import fixed width table columns correctly in tex2lyx (bug 2290).
774
775 - Convert old LyX documents with a float list at the end correctly in
776   lyx2lyx (bug 2245).
777
778 - Fix crash when generating LaTeX dependencies on Cygwin.
779
780 - Fix wrong path_prefix handling in Cygwin builds (bug 2344)
781
782 - Set search path for included files correctly on Cygwin (bug 2409).
783
784 - Better layout file conversion (bug 2355)
785
786 - Fix convertion of old documents with SGML paragraphs in lyx-docbook
787   documents (bug 2501). Note that this fix is incomplete and the
788   complete fix will go in 1.4.2
789
790
791 * Math editor:
792
793 - Fix crash when deleting row/column in a math array.
794
795 - Fix crash with middle-mouse paste in math.
796
797 - Fix delay when exiting from a math inset (bug 2217).
798
799 - Fix middle-mouse paste in math that went both inside and outside
800   math (bug 2485).
801
802 - Fix positioning of cursor when clicking to right of last nestinset
803   in a cell.
804
805 - Fix: deleting superscript also deleted subscript (bug 2362).
806
807 - Fix conversion of selection to superscript, subscript or mbox inset (math).
808
809 - Fix drawing of \boxed and \fbox in formulas (bug 2361).
810
811 - Fixed broken math panel sub/super script UI
812
813
814 * User Interface:
815
816 - Fix slowness in rendering inside insets, especially on the Mac (bug 2195)
817
818 - Convert line endings for external copy/paste on OS X (bug 1955).
819
820 - Fix bookmarks and links to LaTeX errors which were broken after paragraph
821   deletion/insertion (bugs 2284 and 2242).
822
823 - Disable saving when document is unchanged (bug 2313).
824
825 - Fix jurabib error with Spanish documents (bug 2365).
826
827 - Propose sensible style files for bibtex, depending on whether plain,
828   natbib or jurabib is used (bug 2322).
829
830 - Avoid bogus values like -1000 for section numbering depth when using
831   classes without a sectioning structure (part of bug 2355).
832
833 - Create a more sensible default label in table and figure captions (bug 1999).
834
835 - Do not skip first change in "Merge changes..." dialog (bug 2212).
836
837 - Improve handling of the labeling environment in KOMA letters (bug 2246).
838
839 - Update screen when cursor is between two spaces and goes to
840   line/document start/end (bug 2298).
841
842 - Adjust cursor after backspace in change tracking mode (bug 2185).
843
844 - Fix cursor positioning in tabulars (bug 2006).
845
846 - Fix copy and paste for multiple cells (bug 2377).
847
848 - Fix drawing of inset buttons (bug 2328).
849
850 - Small optimizations in the way the Qt frontend updates the screen.
851
852 - Use the Qt wide scroll wheel setting (bug 2175).
853
854 - Remove zombie wheel mouse spin box from the Qt preferences dialog (bug 783).
855
856 - Fix Find&Replace with sciword bindings.
857
858 - Prevent non-standard paragraph layouts in charstyle insets
859
860 - Reading the bounding box from eps files does not fail anymore when the
861   file contains additional spaces (bug 1235)
862
863 - Fix LaTeX error for zipped graphics (bug 2231).
864
865
866 * Configuration/Installation:
867
868 - Don't use the -mms-bitfields compiler switch on mingw and cygwin, since
869   Q..3/ does not use it either in the default configuration.
870
871 - Compilation fix (gtk frontend) for gcc 4.1.
872
873
874 What's new in version 1.4.0?
875 ----------------------------
876
877 As usual with major releases, a lot of work that is not directly
878 visible has taken place. The core of LyX has seen more cleanups and
879 some of the new features are the direct results of this work.
880
881 ** Improved user interface
882
883 LyX 1.4 has a re-designed layout for the menus, designed to decrease
884 clutter and maximise productivity. Several menu items (in the Edit
885 menu) are now context-sensitive, so they only appear when needed. For
886 the die-hard old LyX users, the older layout (referred to as the
887 classic UI) is still available, for now.
888
889 It's now possible to define multiple toolbars as seen in other
890 editors. By default, the new LyX release has two toolbars displayed,
891 the standard one (similar to the static toolbar in LyX 1.3), plus the
892 extra toolbar. In addition, there are two pre-defined toolbars
893 available: one for tables, and one for math. 
894
895 Another new feature worth mentioning is popup toolbars: you can set a
896 toolbar such that it only appears when editing math, or when editing a
897 table.
898
899 ** Change tracking
900
901 This new feature, similar to that found in Microsoft Word and others,
902 makes collaboration on a document a cinch. It provides a way to track
903 changes made to a document, and later approve, reject, or modify such
904 changes. 
905
906 ** Much better conversion from .tex to .lyx
907
908 The ancient and unloved Perl script, reLyX has finally bitten the dust
909 and been replaced by the brand new and shiny tex2lyx. tex2lyx's LaTeX
910 parser follows most of the rules of the real TeX and so is already
911 much more powerful than reLyX ever was.
912
913 ** Character styles
914
915 For a system that purports to make it easy to write documents full of
916 logical (as opposed to visual markup), LyX has always had one glaring
917 omission: no character styles. LyX 1.4 goes some way towards
918 addressing this defect, although there's no dialog to define your own
919 styles. 
920
921
922 ** Branches
923
924 The teacher who's setting an exam obviously doesn't want her pupils
925 seeing the answers, yet having questions and answers in the same
926 document will make the life of the markers of that exam much easier.
927
928 That's just one example of someone who would benefit from LyX's new
929 "branches" feature. In fact, anyone who writes documents which have
930 more than one target audience will find this feature useful.
931
932 ** Minipages evolve to Boxes
933
934 In 1.3, LyX only had native support for plain minipages. Now you can
935 use a wide range of box types and decorations directly from the LyX
936 GUI
937
938 ** Notes
939
940 LyX now has three different Notes for you to add to your document from
941 the Insert>Note menu:
942
943 - the "LyX Note" is not exported to LaTeX, as now. The "Comment" is
944 - exported to LaTeX as a comment environment and is not processed
945   further.
946 - The Greyed Out note is visible in your PostScript or PDF output as,
947   well, greyed-out text.
948
949 ** Better language and numbering on screen
950
951 Two features help to make the screen rendering closer to the printed output:
952
953 - the labels attached to layouts like Chapter are now translated in
954   the language of the document, which may be different from the
955   language of the menus;
956 - sectioning headers and theorems are now numbered according to the
957   document class specifications.
958
959 ** Word count
960
961 Yes, it's finally there! Tools>Count Words will give you a word
962 count of the document or of the current selection.
963
964 ** Error Lists
965
966 Nasty "error boxes" were eliminated in favor of a dialog with a list
967 of errors popping up at compilation time.
968
969 ** Improved bibliography support
970
971 - LyX's support for natbib has been enhanced. Now, also the mysterious
972   "before citation" field is supported;
973 - We have added support for jurabib, an amazing package to produce
974   flexible citations that are especially well suited for the humanities
975   and law fields;
976 - Support for sectioned bibliographies (bibtopic) has been added;
977 - the way bibtex is called is now customizable (as is the way the
978   index processor is invoked).
979
980 ** Improved microtypography support
981
982 LyX aims to produce superior typography. With 1.4, it supports:
983
984 - more blank characters (e.g. a "thin space", which should stand here
985   between "e." and "g.");
986 - inner and outer quotation marks without the hassle of toggling the
987   style in the documents dialog. Just use the Alt key.
988 - the handling of figure and table alignment inside floats has been
989   improved. You can now use the paragraph dialog without getting too
990   much space between figure/table and caption.
991
992 ** Small bits
993
994 - Figure and table floats can be rotated sideways
995
996 - The external xfig inset has been improved especially with regard to
997   pdf generation
998
999 - The graphics inset dialog has now an "edit" button that allows to
1000   edit the included figure
1001
1002 - For index generation, xindy can be used instead of makeindex, which
1003   has poor support for other than English index sorting.
1004
1005 ** Bug fixes
1006
1007 Lots of long-lasting bugs have been fixed, as documented in LyX
1008 bugzilla. Probably some new ones have been introduced instead ;-)
1009
1010
1011 What's new in version 1.3.7?
1012 ----------------------------
1013
1014 We hope that this will be the last release in the 1.3.x series. In
1015 addition to many bug fixes, the following improvements are worth
1016 noting:
1017
1018 - LyX 1.3.7 is able to read all LyX files up to file format 245,
1019   the format that we anticipate will be used by the forthcoming LyX 1.4.0.
1020
1021 - The windows version has received some polish, in particular in the
1022   installer and in the handling of file names.
1023
1024 All current 1.3.x users are encouraged to upgrade to this version.
1025
1026
1027 What's new in version 1.3.6?
1028 ----------------------------
1029
1030 Unix and MacOSX users should consider this to be a bugfix release.
1031
1032 To Windows users, however, LyX 1.3.6 is the first version of LyX
1033 to support the platform officially. This means that we've put a huge
1034 effort into squashing those bugs that were present in Ruurd Reitsma's
1035 unofficial ports to Windows. Large chunks of the code base have been
1036 touched in an attempt to resolve these problems so whilst we're
1037 confident that LyX/Win 1.3.6 will be the best ever version of LyX on
1038 Windows, we cannot say that it's bug free.
1039
1040 We would like to highlight three fixes in particular:
1041   * It is now possible to typeset files which reside in a directory with
1042     spaces in its name; this requires a modern TeX implementation (such
1043     as teTeX 3.0).
1044   * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab
1045     and <opt><shift>-tab with LyX/Mac) to switch between the open documents.
1046   * LaTeX-type accents, ligature breaks and hyphenation marks are now
1047     considered as part of words 
1048
1049
1050
1051 What's new in version 1.3.5?
1052 ----------------------------
1053
1054 This is mainly a bugfix release, with few notable user-visible
1055 improvements. However, we would like to highlight two fixes in particular:
1056   * Nested documents (with Insert>Include File...), which have been
1057     broken since LyX 1.2.0, should now work properly, including the
1058     case where the files are in different directories.
1059   * It is now possible to compile LyX with gcc 3.4.
1060
1061 What's new in version 1.3.4?
1062 ----------------------------
1063
1064 This is a maintenance release which improves upon 1.3.3 in
1065 five main areas:
1066   * It adds support for old files from LyX 0.10.x or 0.12.x;
1067   * Lyx documents can now be opened and edited even if
1068     they use text classes not present in your latex installation;
1069   * New Qt features have been added (improved selection,
1070     drag-and-drop);
1071   * Mac OS X support is much improved;
1072   * The interface and documentation localization have
1073     been polished.
1074
1075 What's new in version 1.3.3?
1076 ----------------------------
1077
1078 This is a maintenance release which improves upon 1.3.2 in
1079 four main areas:
1080   * import of old LyX files and export to DocBook have been improved;
1081   * many small bugs in the Qt frontend have been fixed;
1082   * MacOSX users can now compile LyX and enjoy the native MacOSX interface;
1083   * several languages now benefit from an improved translation of
1084     the user interface and documentation.
1085
1086 What's new in version 1.3.2?
1087 ----------------------------
1088
1089 This is a maintenance release which improves upon 1.3.1 in
1090 three main areas:
1091   * the spellchecker code has been overhauled and many bugs 
1092     have been squashed;
1093   * many small bugs in the Qt frontend have been fixed;
1094   * several languages now benefit from an improved translation of 
1095     the user interface.
1096
1097 What's new in version 1.3.1?
1098 ----------------------------
1099
1100 LyX 1.3.1 is a maintenance release, which adds some polish to the new
1101 features of LyX 1.3.0 (especially the Qt frontend) and also fixes some
1102 significant bugs in the math editor and the lyx2lyx import script. We
1103 also threw in a few new features (new textclasses, latex import
1104 improvements) for good measure.
1105
1106 ** Updates
1107
1108 - when there is vertical space between paragraphs, the amount of space
1109   is also indicated in the small/medium/large case [bug #814]
1110
1111 - reLyX improvements: support for natib citations, for 'm' column
1112   descriptors in tables; a .lyx file generated by reLyX now says this
1113
1114 - new classes mwart, mwbk and mwrep (adaptation of the base classes to
1115   polish conventions); new class elsart (for journals published by
1116   Elsevier); updated classes koma-script (in particular new class
1117   scrlttr2); re-introduce class ijmpd (which was in 1.2.x) and unbreak
1118   class kluwer
1119
1120 - new "polski" keymap, useful for entering Polish on a QWERTY
1121   keyboard; update to Scientific Word-compatible bindings
1122   (documentation has been updated too)
1123
1124 - updates to the danish, dutch, french, german, norwegian, polish and
1125   spanish translation of menus
1126
1127 - Most of the documentation has been updated for the current version
1128   of LyX. If you find some problems with the documentation in this
1129   release, please contact lyx-docs@lists.lyx.org
1130
1131 What's new in version 1.3.0?
1132 ----------------------------
1133
1134 As with the previous major version 1.2.0, many things make this new
1135 release an exciting one. One of the major projects that has been going
1136 on behind the scenes is the so-called GUI-independence project. We are
1137 glad to announce that version 1.3.0 shows the first results of this.
1138 LyX now comes in two flavours: Qt-LyX and xforms-LyX!
1139
1140 Although this is the most visible change in version 1.3, this should not
1141 hide the fact that the `under the hood' changes to the code have again
1142 been very important. A detailed list can be found below.
1143
1144 ** Qt frontend
1145
1146 This is of course the most visible new feature. This frontend supports
1147 either Qt 2.x or 3.x and is mostly feature complete. Note that some
1148 of the dialogs are slightly different in design, but are generally
1149 functionally equivalent.
1150
1151 Note that if Qt is using Xft2/fontconfig, you may need to install the
1152 latex-xft-fonts package at ftp://ftp.lyx.org/pub/lyx/contrib to get maths
1153 symbols displayed properly.
1154
1155 ** Gnome frontend
1156
1157 Unfortunately, the development of the Gnome frontend has mostly
1158 stopped recently and we have therefore chosen to disable it. We
1159 strongly invite anyone willing to revive this port to volunteer on the
1160 developer's list.
1161
1162 ** Instant preview
1163
1164 preview-latex is an emacs package for LaTeX that allows "instant previews"
1165 of LaTeX code, so you can immediately see the visual rendering of the
1166 LaTeX in the document. Its project home page can be found at
1167 http://sourceforge.net/projects/preview-latex. With the help of David
1168 Kastrup, the author, LyX 1.3.0 can harness this functionality to
1169 allow instant previews in the LyX window of math equations and
1170 figures. This feature can be immensely useful, ensuring that the
1171 rendering of your equation will look right in the final output. The
1172 preview is only displayed (if enabled) when you're not editing the
1173 actual equation, so it's unobtrusive too.
1174
1175 ** Math editor
1176
1177 There have been a few visible and some not-so-visible changes. On the
1178 visible side we have better visual feedback regarding the structure of
1179 a formula, showing the nesting by small purple decorations in the
1180 formula itself and revealing the names of the nesting levels in the
1181 minibuffer. There is now native support for symbols from the wasy
1182 package containing e.g. the zodiac symbols. New also is the internal
1183 structure of font changes which are now proper "insets", just like
1184 anything else from a square root to an array. This not only simplifies
1185 the code greatly but also allows the same editing tricks as for the
1186 "regular" math. However, it was not possible to tweak the visible
1187 behaviour to mimic 1.2 in all cases, so this might take some time to
1188 get accustomed to. On the pro side, the new structure allowed
1189 support for LaTeX's \mbox and \fbox to be implemented and general
1190 "switching back to text mode within math", so a lot of "evil red text"
1191 trickery is not needed anymore. The most visible changes are the following:
1192
1193 - Pressing { and } will insert LaTeX's \{ and \} which show up as { }
1194   in the printout. To get LaTeX's {} nesting, you need to type \{.
1195
1196 - Fonts changes now really nest. Repeated application of a font change
1197   will result in nested font changes!  To remove a font change without
1198   removing the "contents", it is now possible to "pull the argument"
1199   like in other insets, i.e. put the cursor in the first position of
1200   the inset and press 'backspace'.
1201
1202 ** Reading old files
1203
1204 LyX now has a new script lyx2lyx which enables the reading of any file
1205 produced by LyX versions as old as 0.12. Work is in progress on files
1206 created with LyX 0.10 (LyX 1.4 time-line) and still older files are
1207 in the forge. Basically if lyx wrote it LyX will read it. :-)
1208
1209 There is also a strong demand to be able to read files produced by
1210 _newer_ versions of LyX. While lyx2lyx has the infrastructure in place
1211 to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
1212 1.2.x, for example) have not yet been written.
1213
1214 ** Miscellaneous changes
1215
1216 - LyX now automatically uses TeX fonts for screen rendering of math
1217   equations if they are available (it is not necessary anymore to
1218   configure your font server).
1219
1220 - The Insert>Short Title allows the addition of an optional text
1221   for section headings and captions that is designed to be used in
1222   tables of contents.
1223
1224 - The Insert>Float>Floatflt Figure menu item restores the ability
1225   to wrap text around an image which was present in 1.1.6 and
1226   removed in 1.2.0
1227
1228 - If you configure with --with-pspell (which uses the PSpell library for
1229   spellchecking), you will be able to automatically spell-check
1230   multi-language documents, assuming you have the right dictionaries
1231   installed.
1232
1233
1234 What's new in version 1.2.3?
1235 ----------------------------
1236
1237 LyX 1.2.3 is a maintenance release. It mainly fixes a very bad bug
1238 where configuring LyX as root could lead to deleting the /dev/null
1239 special device (this does not impact users of prebuilt binaries).
1240 Also, a bug where LyX would create zombie processes has been fixed.
1241
1242 ** Updates
1243
1244 - updated italian User Guide
1245
1246 - updated french localization
1247
1248
1249 What's new in version 1.2.2?
1250 ----------------------------
1251
1252 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
1253 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
1254 1.2.1.
1255
1256 ** Updates
1257
1258 - LyX builds with the newly released xforms 1.0. Actually, it is
1259   advised to use this version of xforms, since it fixes many bugs and
1260   support for older versions will probably be dropped in LyX 1.3.0
1261
1262 - selecting a word by double clicking now sets the X clipboard (like
1263   when dragging the mouse)
1264
1265 - it is now possible to specify the arguments for viewers; in
1266   particular, this means that it is possible to use browsers which
1267   require a file: URL as HTML viewers (mozilla is used as default if
1268   found)
1269
1270 - when a new LyX version is launched, the Edit>Reconfigure tool is
1271   automatically invoked; this should avoid many problems with users
1272   who are not aware that it is needed
1273
1274 - when changing the current layout with the toolbar, the corresponding
1275   keyboard binding is shown in the minibuffer
1276
1277 - in hebrew language, the key " now inserts a typewriter quote (since
1278   other quotes do not make sense in hebrew)
1279
1280 - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
1281
1282 - new class ijmpd; update cl2emult, llncs and foils textclasses
1283
1284 - update sciword bindings
1285
1286 - small cleanup of UserGuide and FAQ; update to German, French and
1287   Russian documentation; new Hebrew tutorial
1288
1289 - update french, german, russian, finnish and danish localization of
1290   the interface
1291
1292
1293 What's new in version 1.2.1?
1294 ----------------------------
1295
1296 LyX 1.2.1 is a maintenance release which fixes many bugs in version
1297 1.2.0. We hope in this way to enhance world happiness, allowing the
1298 developers to continue busily to prepare the next major release
1299 1.3.0. There are a lot of fixes in there, and upgrading is highly
1300 recommended.
1301
1302 ** Updates
1303
1304 - it is now possible to build LyX with xforms 1.0rc4 (and probably 1.0
1305   when this gets released)
1306
1307 - partial rewrite of the find & replace feature. This should solve most of
1308   the performance problems
1309
1310 - new option `keep aspect ratio' in graphics dialog
1311
1312 - revert to the old behaviour when creating new floats (figure,
1313   table...): the empty paragraph in the float now is a caption. It
1314   seems that 1.2.0 behaviour was confusing too many people
1315
1316 - it is now possible to set the float placement parameters to
1317   "document defaults"
1318
1319 - when the cursor is inside a collapsible inset, `Edit>Open/close
1320   float' will leave it after the inset after closing it (this should
1321   help entering of ERT insets)
1322
1323 - update Finnish, Danish, French and Russian localizations
1324
1325 - update Tutorial to 1.2.x features
1326
1327 - better support for entering Cyrillic and Greek alphabets
1328
1329 - cleanup shortcuts for section layouts. Starred versions are now
1330   obtained by prepending a * to the section number (M-p asterisk 0, ...,
1331   M-p asterisk 6)
1332
1333 - add keyboard shortcuts to the Documents menu
1334
1335 - support the numpad direction keys as equivalent to normal cursor
1336   keys
1337
1338 - it is now possible to specify a non-existent file name on the command
1339   line and have this file created for you
1340
1341 - new class cl2emult; update template for IEEEtran; small update to
1342   heb-article and hollywood textclasses
1343
1344
1345 What's new in version 1.2.0?
1346 ----------------------------
1347
1348 LyX 1.2.0 is the version where many of changes in the 1.1.x series
1349 really begin to pay off. It should prove to be a very solid base for
1350 further developments. As of this version, we use (yet another) new
1351 versioning scheme: next major version will be 1.3.0, and 1.2.x will
1352 be just incremental fixes (like the `fix' series used to be for 1.1.5
1353 and 1.1.6).
1354
1355 This version sees the introduction of the so-called `new' insets,
1356 which can contain arbitrary text. As a consequence, many new features
1357 are now possible:
1358
1359 - Floats, footnotes and margin notes are now real insets. The
1360   positional parameters of figure, table and algorithm floats can be set
1361   float-by-float
1362
1363 - Most problems with the new table inset of 1.1.6 have been addressed
1364   (memory consumption, file bloat, spell-checking, search and replace...).
1365   Better longtable header/footer support was implemented.
1366
1367 - TeX mode has been superseded by the ERT inset, which is foldable, or
1368   can be shown inline
1369
1370 - Notes inset can now contain arbitrary LyX constructs; they will not
1371   appear in the output.
1372
1373 - New minipage inset
1374
1375 Note that another consequence of these changes is that older LyX
1376 versions will almost certainly fail to read files produced by LyX
1377 1.2.0.
1378
1379
1380 Other more traditional insets have been improved too:
1381
1382 - New graphics inset with support for hassle-free inclusion of various
1383   image formats (GIF, JPEG, PNG and EPS by default) and a new
1384   rendering scheme that should fix the bugs we had with the older
1385   ghostscript method.
1386
1387 - Support for natbib for bibliography citations
1388
1389
1390
1391 The math editor has been mostly rewritten. This begun as a general
1392 cleanup, but it turns out that many new features happened in this
1393 process, among which:
1394
1395 - many of the known bugs or annoyances in mathed have been fixed.
1396
1397 - possibility to display all standard latex and amsmath symbols (and
1398   also the \mathcal, \mathbb, and \mathfrak fonts)as long as the
1399   relevant fonts have been made available to the X server
1400
1401 - support for many amsmath features
1402   Commands: xrightarrow, xleftarrow, substack, underset, dddot
1403   over/under arrows (e.g. underleftarrow).
1404   Environments: align, alignat, xalignat, xxalignat, multline, gather
1405   split, gathered, aligned, cases, subarray, pmatrix, bmatrix, vmatrix,
1406   Vmatrix
1407
1408 - Preliminary support for xymatrix
1409
1410 - Support for horizontal and vertical lines in arrays.
1411
1412 - Improvements to the parser
1413
1414 - Improvements to math text mode
1415
1416 - (Better) support for nested macros
1417
1418 - Enable size changes to arrays after creation (add/delete rows/columns)
1419
1420 - Support for changing font or displaystyle on a selection
1421
1422 - GUI support provided for many more features
1423
1424
1425 Other changes include:
1426
1427 - Support for windows with cygwin has been incorporated into the main
1428   distribution.
1429
1430 - Most of the dialogs have been rewritten in the GUI-I framework, and
1431   improved in the process
1432
1433 - The kde frontend has been dropped in favor of a new qt2 frontend.
1434   Note that only the xforms front is really operational as of this
1435   version and alternative frontends are expected for 1.3.0
1436
1437 - The citation dialog has a search facility, with support for regular
1438   expressions.
1439
1440 - New ligature break special character, useful for words like
1441   "shelfful", or many german words
1442
1443 - Support for parsing preamble when converting LaTeX files. Along
1444   with changes in the LaTeX production of alignment options, this
1445   improves round-trip work where you export a LyX document as
1446   LaTeX, and later reimport it from LaTeX.
1447
1448 - Updated documentation
1449
1450 - a few more document classes for journals: dtk, ltugboat, spie and
1451   svprobth.
1452
1453 - Support for setting bookmarks and jumping to them
1454
1455 - It is possible to cycle between a label and its references.
1456
1457 - Preliminary support for multiple bibliographies
1458
1459 - Babel can be disabled
1460
1461 - A thesaurus facility (English only)
1462
1463 What's new in LyX version 1.1.6fix4?
1464 ------------------------------------
1465
1466 LyX 1.1.6fix4 is a bugfix release.
1467
1468 New features:
1469
1470 - add support for latin3, latin4 and latin9 encodings
1471
1472 - change the encoding for estonian from latin4 to latin1, since it
1473   appears to be more suitable.
1474
1475 - add support for ae fonts (emulation of T1 encoding with OT1 fonts).
1476   This is useful for creating pdf files in T1 encoding
1477
1478 - add support for dvipdfm
1479
1480 - when passing a file name as argument from command line, the
1481   extension `.lyx' is added if necessary
1482
1483 - insert error insets in the documents when there have been unknown
1484   tokens in the file
1485
1486 - new class `kluwer'; update to hollywood class
1487
1488 - the class encts has been renamed to entcs (stupid typo!) and
1489   slightly updated
1490
1491 - updates to the introduction document and the italian user guide
1492
1493 - updates to the russian, finnish and hebrew localisations
1494
1495
1496 What's new in LyX version 1.1.6fix3?
1497 ------------------------------------
1498
1499 LyX 1.1.6fix3 is a bugfix release.
1500
1501 New features:
1502
1503 - documentation has been updated to remove errors due to interface
1504   change
1505
1506 - new italian user guide; updated french localisation of menus and
1507   documentation; new dutch translations of some examples
1508
1509 - the `history' and `revert' functionalities have been implemented in CVS
1510   support
1511
1512 - it is now possible to enter directly characters in an encoding
1513   different from latin1 (providing one is using a correct screen font)
1514
1515 - new encts class for Elsevier Science's Electronic Notes in
1516   Theoretical Computer Science
1517
1518 - new cv class for writing curriculum vitae
1519
1520 - new extarticle, extreport, extbook and extletter classes, which are
1521   versions of the normal classes with more font sizes available
1522
1523 - the aapaper class has been complemented with a aa class for the A&A
1524   LaTeX document class version 5.0, which is slightly incompatible
1525   with the older version
1526
1527
1528 What's new in LyX version 1.1.6fix2?
1529 ------------------------------------
1530
1531 LyX 1.1.6fix2 is a bugfix release.
1532
1533 New features:
1534
1535 - add language support in docbook; better support for verbatim text.
1536
1537 - the --with-lyx-suffix flag introduced in 1.1.6fix1 has been renamed
1538   to --with-version-suffix; it can now be used without argument (to
1539   install as lyx-1.1.6fix2)
1540
1541 - many translations updated; big french documentation overhaul; german
1542   documentation update.
1543
1544 - preliminary Thai support; new serbo-croatian support
1545
1546
1547 What's new in LyX version 1.1.6fix1?
1548 ------------------------------------
1549
1550 LyX 1.1.6fix1 is a bugfix release.
1551
1552 New features:
1553
1554 - updated documentation for version 1.1.6; new french documentation
1555   translations; updated danish translation of the interface.
1556
1557 - better support for ukrainian language
1558
1559 - non working --with-lyxname configure option has been replaced by
1560   working --with-lyx-suffix.
1561
1562 - in default cua bindings, change C-k from font-noun to
1563   line-delete-forward.
1564
1565 - Add the prefix "key-" to the default keys for bibliography insets.
1566
1567 - Show both key and label of a bibliography inset.
1568
1569
1570 What's new in LyX version 1.1.6?
1571 --------------------------------
1572
1573 As with all of the 1.1.x versions of LyX, this release contains a lot
1574 of new code: in particular, more than half of the changes described in
1575 the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
1576
1577 Besides the usual under-the-hood changes, LyX 1.1.6 has many
1578 new user-visible features. The main visible feature is that the
1579 GUI-independent branch of development has been merged, as well as code
1580 from the older development version:
1581
1582 - many popups have been rewritten to use the new GUI-I scheme. In the
1583   process they have received a nice cleanup: the Document and Paragraph
1584   popups now contain in one single place what was previously scattered
1585   in many places. Similarly, the citation and cross reference popups
1586   have been overhauled.
1587
1588 - LyX now has a Preference popup where you can change most of your
1589   lyxrc settings.
1590
1591 - the menus can now be defined in a text file, and they automatically
1592   display the keyboard bindings associated with commands.
1593
1594 - it is now possible to provide your own icons for the toolbar.
1595
1596 - last but not least, work has begun on a KDE and a Gnome frontend for
1597   LyX. They are not officially supported for this version, but this
1598   will give you an idea of what is happening.
1599
1600 Other major changes in 1.1.6 include:
1601
1602 - the table support has been completely rewritten. It is now a modular
1603   object (inset), each cell of which owns a (also) newly written text
1604   inset. This now permits automatic text-wrap inside a tabular
1605   cell (if you define a width), multiparagraph mode AND setting of
1606   layouts for the paragraphs (lists inside a tabular cell!). Last but
1607   not least, a wide tabular now scrolls automatically so that all of it
1608   is visible without the need to enlarge the window!
1609
1610   While there are as yet no other new features, they will be now MUCH
1611   easier to add. It may be that because of being "young" code some
1612   features may not work right now, but at least it is much
1613   better than before.
1614
1615 - new external material inset: this is a new kind of very powerful
1616   inset which will allow LyX to interface intelligently with external
1617   applications. Among other good things, it will finally allow you to
1618   include GIF, JPEG, TIF, PNG, or just about any other raster format
1619   images in your document. It will even do an approximate ascii
1620   rendering when you do Ascii export if you have gifscii installed.
1621
1622 - The code which converts from LyX format to anything else (for
1623   viewing or exporting purposes) and from anything else to LyX has been
1624   rewritten. In particular, it is now possible to export to PDF, and to
1625   import from HTML/MSWord. In fact it's now possible to add new import/export
1626   formats without recompiling LyX by specifying external programs or scripts
1627   in lyxrc settings
1628   (note that the old import/export lyxrc settings no longer work).
1629
1630 - LyX can do command line exports without opening any GUI components.
1631
1632 - The multilingual support has been improved. It is now possible to use in a
1633   document languages with different encodings, e.g. German (iso8859-1) and
1634   Czech (iso8859-2). Such a document can be viewed on screen using an
1635   iso10646-1 (Unicode) font. However, it is (currently) not possible to
1636   have differently encoded languages in the same paragraph.
1637   The languages and the encodings are defined in text files.
1638
1639 - Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
1640
1641 - included files work now with docbook and linuxdoc; new layout
1642   docbook-book.
1643
1644 - PSpell library and Aspell spell checker support now included thanks
1645   largely to Kevin Atkinson (PSpell and Aspell maintainer).
1646
1647 And finally, there have been a lot of smaller changes, which are
1648 mentioned here for your information
1649
1650 - the menu entry File->New does not prompt for a file name by default
1651   (this can be changed in preferences).
1652
1653 - new -geometry command line option, which replaces the old -width,
1654   -height, etc.
1655
1656
1657
1658 What's new in LyX version 1.1.5?
1659 --------------------------------
1660
1661 Lots of internal code rewritten, fixed, changed and added.
1662 We are using the C++ Standard Library more each day.
1663 This will in most cases make the code clearer and easier to maintain
1664 and expand.
1665 We are also gearing up for the merge of the gui-indep branch, expect
1666 this (but not the new gui's) in 1.1.6.
1667
1668 User-visible changes:
1669
1670 - Paste to other programs (like emacs or xterm). Note: text only.
1671
1672 - New TOC menu item for fast access to the table of contents.
1673
1674 - New Refs menu item for quick insertion of cross-references.
1675
1676 - multilingual documents (preliminary support)
1677
1678 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
1679   only and is likely to improve in future versions.
1680
1681 - Per-paragraph spacing, currently only settable from the
1682   command-line/window:
1683       paragraph-spacing (default,single,onehalf,double,other) [float]
1684
1685 - New visual feedback for environment depth of paragraphs (also the !
1686   in the margin for margin notes has been removed).
1687
1688 - End-of-proof box, for layouts where it makes sense.
1689
1690 - labels are now editable (not in equations, though).
1691
1692 - Much faster spellchecking (50x faster!).
1693
1694 - The parsing of the LaTex log has improved flagging more errors that
1695   earlier versions of LyX did not see at all. So if you suddenly have
1696   errors in documents that used to have none, this might be the casue.
1697   (And you probably had the error always.)
1698
1699 - Better definition for LyXList style.
1700
1701 - hollywood.layout and broadway.layout have improved. New classes
1702   LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy)
1703
1704 - support for varioref and pretty ref (preliminary support)
1705
1706 - A couple of changes to the LyX format, so that files written with
1707   1.1.5 will not be parsed correctly by older LyX versions if protected
1708   spaces or the new per-paragraph spacing are used. Also the RtL
1709   support is of course not supported in older versions.
1710
1711 - Removed support for XForms older than 0.88.
1712
1713 - Some command-line options and X resources are not supported anymore
1714   (The color ones, and -mono -fastselection, -reverse)
1715
1716 - New command-line options '-userdir' which so that you can choose to
1717   use another dir than .lyx for user configurations. (Or have many.)
1718
1719 - new lyxrc variables: \show_banner [true|false] to remove the banner
1720   screen, \backupdir_path to tell where the backup files created
1721   by lyx should be stored, and \override_x_deadkeys to tell whether
1722   lyx should provide its own accent keys handling (default is true).
1723
1724
1725 What's new in LyX version 1.1.4?
1726 --------------------------------
1727
1728 More internals have been rethought. In particular, most of the file IO
1729 routines of LyX have been rewritten to use real C++ streams. Many
1730 changes have also been done to help compile LyX with Sun CC 5.0 and
1731 SGI STL 3.2.
1732
1733 In the user-visible department, we find:
1734
1735 - new command line option -x (or --execute) and -e (or --export). Now
1736   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
1737   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
1738   the GUI pops up during the process...
1739
1740 - better placement of accents for characters that LyX draws by itself;
1741
1742 - improved translations, in particular in Finnish (overhauled UI
1743   translation), Dutch (tutorial and examples), German
1744
1745 - new configure flag --with-lyxname which allows to choose the name
1746   under which lyx is installed. Default is "lyx", of course. It used
1747   to be possible to do this with --program-suffix, but the later has
1748   in fact a different meaning for autoconf.
1749
1750 And of course, a lot of old bugs have been replaced by new ones ;)
1751
1752
1753 What's new in LyX version 1.1.3?
1754 --------------------------------
1755
1756 More LyX internals have been cleaned-up in this version, but the usual
1757 small number of user-visible changes have appeared:
1758
1759 - LyX is not able anymore to read some old files using latex inset
1760   (this should not be a problem as these were already not generated by
1761   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
1762
1763 - The first line of a .lyx file does not contain anymore the file
1764   creator name and the date of creation; this was causing various
1765   problems.
1766
1767 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
1768   works now.
1769
1770 - Slightly better handling of dependency tracking for bibtex files.
1771
1772 - The screen representations of \varepsilon and \epsilon have been
1773   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
1774   should. This is of course a controversial change (since many people
1775   will find that their lyx workscreen is suddenly full of red), but done
1776   for the sake of correctness.
1777
1778 - The characters \angle and \vee are now correctly displayed in math
1779   formulas; the glyph for \Upsilon has been changed.
1780
1781 - Characters '~' and '^' are now output using standard LaTeX macros,
1782   which improves the result with T1 fonts.
1783
1784 - new function "command-sequence" to bind several sequences to a key.
1785
1786 - The textclass g-brief has been updated.
1787
1788 And of course many bugs have been fixed.
1789
1790 What's new in LyX version 1.1.2?
1791 --------------------------------
1792
1793 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
1794
1795 - the export to html feature has been extended to use other programs.
1796   Currently, tth, latex2html and hevea are supported. Note that the
1797   variable \tth_command has been renamed to \html_command in lyxrc.
1798
1799 Moreover, a couple of semi-serious bugs have been fixed:
1800
1801 - a bug that caused a crash in lyxstring::find
1802
1803 - the annoying '-' vs. '_' bug.
1804
1805 Also the cheaders files were missing from the 1.1.1 distribution, that
1806 has also been fixed.
1807
1808 What's new in LyX version 1.1.1?
1809 --------------------------------
1810
1811 LyX 1.1.1 marks an important change in our development scheme. While
1812 it does not have many new features, there have been many internal
1813 changes, many of which have been backported from our old development
1814 branch (which is now extinct). So while on the surface this version is
1815 very similar to version 1.0.4, many things happened under the hood. As
1816 a consequence of this: expect that some new bugs have crept in.
1817
1818 User visible changes in lyx 1.1.1:
1819
1820 - New export to HTML feature
1821
1822 - All the popups should be more resistant to resize actions.
1823
1824 - normal spaces are automatically made unbreakable if we are in
1825   a freespacing mode (LyX-Code), but not in latex mode. The rule used
1826   to be that spaces where changed when in typewriter font.
1827
1828 - the default encoding of a new document is now latin1, since it seems
1829   to be a reasonable default for many people. Note that you can
1830   override this default with the "Save layout as default" feature.
1831
1832 What's new in 1.0.4 compared to LyX version 1.0.3?
1833 --------------------------------------------------
1834
1835 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
1836 new features has been included:
1837
1838 - DocBook support.
1839
1840 - RevTeX4.
1841
1842 - Better printing with custom pagesizes.
1843
1844 - Several language files updated.
1845
1846 - And several bugfixes to math and table.
1847
1848 What's new in 1.0.3 compared to LyX version 1.0.2?
1849 --------------------------------------------------
1850
1851 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
1852
1853 - improved dependency tracking when running LaTeX (fixes one important
1854   bug in 1.0.2).
1855
1856 - new italian and walloon localizations of the user interface.
1857
1858 - New slovene and spanish translations of the Tutorial.
1859
1860 What's new in 1.0.2 compared to LyX version 1.0.1?
1861 --------------------------------------------------
1862
1863 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
1864 compared to version 1.0.0, it adds the following features:
1865
1866 - Improved reLyX: supports EPS image inclusion and works in windows.
1867
1868 - New french translation of Intro.lyx and Tutorial.lyx; new german
1869   translation of UserGuide.lyx.
1870
1871 - Better multipart document support.
1872
1873 - LyX is now able to parse your BibTex files and show a list of
1874   entries.
1875
1876 - New broadway textclass (for plays).
1877
1878
1879 What's new in 1.0.1 compared to LyX version 1.0.0?
1880 --------------------------------------------------
1881
1882 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
1883 compared to version 1.0.0, it adds the following features:
1884
1885 - Support for selecting pages and number of copies in print dialog
1886
1887 - New function 'Replace all' in Find&Replace popup
1888
1889 - Support for optional argument of \sqrt in math editor
1890
1891 - Support for literate programming with the 'noweb' program
1892
1893 - New LaTeX document classe: APA
1894
1895
1896
1897 What's new in 1.0.0 compared to LyX version 0.12.0?
1898 ----------------------------------------------------
1899
1900 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
1901 version 0.12.0, it adds the following features:
1902
1903 - much improved reLyX script: many bugs have been fixed, new options
1904   have been added, many constructs are now correctly handled. reLyX is now
1905   installed along with LyX and has its own man page. Separate upgrades
1906   of reLyX will be made available later.  The reLyX script is utilized
1907   by the File->Import LaTeX command in LyX.
1908
1909 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
1910   footnotes, and generally better output.
1911
1912 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
1913   implementing the corresponding classes of the koma-script
1914   package. New textclasses latex8 for some IEEE journals, IEEEtran for
1915   various IEEE Transactions journals and ejour2 for some Springer Verlag
1916   Journals.  New textclass hollywood to typeset your own film scripts.
1917
1918 - Better support (keyboard bindings, keyboard mappings, and/or menu
1919   and error message translations) for several languages.
1920
1921 - Documentation has been partly translated to German, Swedish, and Czech. You
1922   will get this automatically from the Help menu if you set up the LANG
1923   environment variable correctly (i.e. to 'de' or 'sv').
1924
1925 - Documentation has been generally improved and expanded.
1926
1927 - Improved table support.
1928
1929 - Support for arbitrary line spacing in documents.
1930
1931 - easier handling of index entries.
1932
1933 - The printer configuration scheme has changed a bit to help people
1934   whose dvips is not configured correctly. As a consequence, you might
1935   have to modify your lyxrc a bit. All users are advised to re-run
1936   Option->Reconfigure to update LyX configuration.
1937
1938
1939 Note that your existing global lyxrc file will not be overwritten by
1940 default since now LyX only installs a file lyxrc.example to use as
1941 template.
1942