]> git.lyx.org Git - lyx.git/blob - NEWS
76b2a17cc916710fe5782f5e93644717868ec576
[lyx.git] / NEWS
1 What's new in LyX version 1.1.4?
2 --------------------------------
3
4 More internals have been rethought. In particular, most of the file IO
5 routines of LyX have been rewritten to use real C++ streams. Many
6 changes have also been done to help compile LyX with Sun CC 5.0 and
7 SGI STL 3.2. 
8
9 In the user-visible department, we find:
10
11 - new command line option -x (or --execute) and -e (or --export). Now
12   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
13   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
14   the GUI pops up during the process...
15
16 - better placement of accents for characters that LyX draws by itself;
17
18 - improved translations, in particular in finnish (overhauled UI
19   translation), dutch (tutorial and examples), german
20
21 And of course, a lot of old bugs have been replaced by new ones ;)
22
23
24 What's new in LyX version 1.1.3?
25 --------------------------------
26
27 More LyX internals have been cleaned-up in this version, but the usual
28 small number of user-visible changes have appeared:
29
30 - LyX is not able anymore to read some old files using latex inset
31   (this should not be a problem as these were already not generated by
32   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
33
34 - The first line of a .lyx file does not contain anymore the file
35   creator name and the date of creation; this was causing various
36   problems. 
37
38 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
39   works now. 
40
41 - Slightly better handling of dependency tracking for bibtex files.
42
43 - The screen representations of \varepsilon and \epsilon have been
44   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
45   should. This is of course a controversial change (since many people
46   will find that their lyx workscreen is suddenly full of red), but done
47   for the sake of correctness.
48
49 - The characters \angle and \vee are now correctly displayed in math
50   formulas; the glyph for \Upsilon has been changed.
51
52 - Characters '~' and '^' are now output using standard LaTeX macros,
53   which improves the result with T1 fonts.
54
55 - new function "command-sequence" to bind several sequences to a key.
56
57 - The textclass g-brief has been updated.
58
59 And of course many bugs have been fixed.
60
61 What's new in LyX version 1.1.2?
62 --------------------------------
63
64 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
65
66 - the export to html feature has been extended to use other programs.
67   Currently, tth, latex2html and hevea are supported. Note that the
68   variable \tth_command has been renamed to \html_command in lyxrc.
69
70 Moreover, a couple of semi-serious bugs have been fixed:
71
72 - a bug that caused a crash in lyxstring::find
73
74 - the annoying '-' vs. '_' bug.
75
76 Also the cheaders files were missing from the 1.1.1 distribution, that
77 has also been fixed.
78
79 What's new in LyX version 1.1.1?
80 --------------------------------
81
82 LyX 1.1.1 marks an important change in our development scheme. While
83 it does not have many new features, there have been many internal
84 changes, many of which have been backported from our old development
85 branch (which is now extinct). So while on the surface this version is
86 very similar to version 1.0.4, many things happened under the hood. As
87 a consequence of this: expect that some new bugs have crept in.
88
89 User visible changes in lyx 1.0.1: 
90
91 - New export to HTML feature
92
93 - All the popups should be more resistant to resize actions.
94
95 - normal spaces are automatically made unbreakable if we are in
96   a freespacing mode (LyX-Code), but not in latex mode. The rule used
97   to be that spaces where changed when in typewriter font.
98
99 - the default encoding of a new document is now latin1, since it seems
100   to be a reasonable default for many people. Note that you can
101   override this default with the "Save layout as default" feature.
102
103 What's new in 1.0.4 compared to LyX version 1.0.3?
104 --------------------------------------------------
105
106 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
107 new features has been included:
108
109 - DocBook support.
110
111 - RevTeX4.
112
113 - Better printing with custom pagesizes.
114
115 - Several language files updated.
116
117 - And several bugfixes to math and table.
118
119 What's new in 1.0.3 compared to LyX version 1.0.2?
120 --------------------------------------------------
121
122 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
123
124 - improved dependency tracking when running LaTeX (fixes one important
125   bug in 1.0.2).
126
127 - new italian and walloon localizations of the user interface.
128
129 - New slovene and spanish translations of the Tutorial.
130
131 What's new in 1.0.2 compared to LyX version 1.0.1?
132 --------------------------------------------------
133
134 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
135 compared to version 1.0.0, it adds the following features:
136
137 - Improved reLyX: supports EPS image inclusion and works in windows.
138
139 - New french translation of Intro.lyx and Tutorial.lyx; new german
140   translation of UserGuide.lyx.
141
142 - Better multipart document support.
143
144 - LyX is now able to parse your BibTex files and show a list of
145   entries. 
146
147 - New broadway textclass (for plays).
148
149
150 What's new in 1.0.1 compared to LyX version 1.0.0?
151 --------------------------------------------------
152
153 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
154 compared to version 1.0.0, it adds the following features:
155
156 - Support for selecting pages and number of copies in print dialog
157
158 - New function 'Replace all' in Find&Replace popup
159
160 - Support for optional argument of \sqrt in math editor
161
162 - Support for literate programming with the 'noweb' program
163
164 - New LaTeX document classe: APA 
165
166
167
168 What's new in 1.0.0 compared to LyX version 0.12.0?
169 ----------------------------------------------------
170
171 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
172 version 0.12.0, it adds the following features:
173
174 - much improved reLyX script: many bugs have been fixed, new options
175   have been added, many constructs are now correctly handled. reLyX is now 
176   installed along with LyX and has its own man page. Separate upgrades
177   of reLyX will be made available later.  The reLyX script is utilized
178   by the File->Import LaTeX command in LyX.
179
180 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
181   footnotes, and generally better output.
182
183 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
184   implementing the corresponding classes of the koma-script
185   package. New textclasses latex8 for some IEEE journals, IEEEtran for
186   various IEEE Transactions journals and ejour2 for some Springer Verlag
187   Journals.  New textclass hollywood to typeset your own film scripts.
188
189 - Better support (keyboard bindings, keyboard mappings, and/or menu
190   and error message translations) for several languages.
191
192 - Documentation has been partly translated to German, Swedish, and Czech. You
193   will get this automatically from the Help menu if you set up the LANG
194   environment variable correctly (i.e. to 'de' or 'sv').
195
196 - Documentation has been generally improved and expanded.
197
198 - Improved table support.
199
200 - Support for arbitrary line spacing in documents.
201
202 - easier handling of index entries.
203
204 - The printer configuration scheme has changed a bit to help people
205   whose dvips is not configured correctly. As a consequence, you might
206   have to modify your lyxrc a bit. All users are advised to re-run
207   Option->Reconfigure to update LyX configuration.
208
209
210 Note that your existing global lyxrc file will not be overwritten by
211 default since now LyX only installs a file lyxrc.example to use as
212 template.