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