]> git.lyx.org Git - features.git/blob - NEWS
white-space changes, removed definitions.h several enum changes because of this,...
[features.git] / NEWS
1 What's new in LyX version 1.1.2?
2 --------------------------------
3
4 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
5
6 - the export to html feature has been extended to use other programs.
7   Currently, tth, latex2html and hevea are supported. Note that the
8   variable \tth_command has been renamed to \html_command in lyxrc.
9
10 Moreover, a couple of semi-serious bugs have been fixed:
11
12 - a bug that caused a crash in lyxstring::find
13
14 - the annoying '-' vs. '_' bug.
15
16 Also the cheaders files was missing from the 1.1.1 distribution, that
17 has also been fixed.
18
19 What's new in LyX version 1.1.1?
20 --------------------------------
21
22 LyX 1.1.1 marks an important change in our development scheme. While
23 it does not have many new features, there have been many internal
24 changes, many of which have been backported from our old development
25 branch (which is now extinct). So while on the surface this version is
26 very similar to version 1.0.4, many things happened under the hood. As
27 a consequence of this: expect that some new bugs have crept in.
28
29 User visible changes in lyx 1.0.1: 
30
31 - New export to HTML feature
32
33 - All the popups should be more resistant to resize actions.
34
35 - normal spaces are automatically made unbreakable if we are in
36   a freespacing mode (LyX-Code), but not in latex mode. The rule used
37   to be that spaces where changed when in typewriter font.
38
39 - the default encoding of a new document is now latin1, since it seems
40   to be a reasonable default for many people. Note that you can
41   override this default with the "Save layout as default" feature.
42
43 What's new in 1.0.4 compared to LyX version 1.0.3?
44 --------------------------------------------------
45
46 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
47 new features has been included:
48
49 - DocBook support.
50
51 - RevTeX4.
52
53 - Better printing with custom pagesizes.
54
55 - Several language files updated.
56
57 - And several bugfixes to math and table.
58
59 What's new in 1.0.3 compared to LyX version 1.0.2?
60 --------------------------------------------------
61
62 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
63
64 - improved dependency tracking when running LaTeX (fixes one important
65   bug in 1.0.2).
66
67 - new italian and walloon localizations of the user interface.
68
69 - New slovene and spanish translations of the Tutorial.
70
71 What's new in 1.0.2 compared to LyX version 1.0.1?
72 --------------------------------------------------
73
74 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
75 compared to version 1.0.0, it adds the following features:
76
77 - Improved reLyX: supports EPS image inclusion and works in windows.
78
79 - New french translation of Intro.lyx and Tutorial.lyx; new german
80   translation of UserGuide.lyx.
81
82 - Better multipart document support.
83
84 - LyX is now able to parse your BibTex files and show a list of
85   entries. 
86
87 - New broadway textclass (for plays).
88
89
90 What's new in 1.0.1 compared to LyX version 1.0.0?
91 --------------------------------------------------
92
93 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
94 compared to version 1.0.0, it adds the following features:
95
96 - Support for selecting pages and number of copies in print dialog
97
98 - New function 'Replace all' in Find&Replace popup
99
100 - Support for optional argument of \sqrt in math editor
101
102 - Support for literate programming with the 'noweb' program
103
104 - New LaTeX document classe: APA 
105
106
107
108 What's new in 1.0.0 compared to LyX version 0.12.0?
109 ----------------------------------------------------
110
111 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
112 version 0.12.0, it adds the following features:
113
114 - much improved reLyX script: many bugs have been fixed, new options
115   have been added, many constructs are now correctly handled. reLyX is now 
116   installed along with LyX and has its own man page. Separate upgrades
117   of reLyX will be made available later.  The reLyX script is utilized
118   by the File->Import LaTeX command in LyX.
119
120 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
121   footnotes, and generally better output.
122
123 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
124   implementing the corresponding classes of the koma-script
125   package. New textclasses latex8 for some IEEE journals, IEEEtran for
126   various IEEE Transactions journals and ejour2 for some Springer Verlag
127   Journals.  New textclass hollywood to typeset your own film scripts.
128
129 - Better support (keyboard bindings, keyboard mappings, and/or menu
130   and error message translations) for several languages.
131
132 - Documentation has been partly translated to German, Swedish, and Czech. You
133   will get this automatically from the Help menu if you set up the LANG
134   environment variable correctly (i.e. to 'de' or 'sv').
135
136 - Documentation has been generally improved and expanded.
137
138 - Improved table support.
139
140 - Support for arbitrary line spacing in documents.
141
142 - easier handling of index entries.
143
144 - The printer configuration scheme has changed a bit to help people
145   whose dvips is not configured correctly. As a consequence, you might
146   have to modify your lyxrc a bit. All users are advised to re-run
147   Option->Reconfigure to update LyX configuration.
148
149
150 Note that your existing global lyxrc file will not be overwritten by
151 default since now LyX only installs a file lyxrc.example to use as
152 template.