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