]> git.lyx.org Git - lyx.git/blob - NEWS
i18n and mathed fixes
[lyx.git] / NEWS
1 What's new in LyX version 1.1.6?
2 --------------------------------
3
4 As with all of the 1.1.x versions of LyX, this release contains a lot
5 of new code: in particular, more than half of the changes described in
6 the ChangeLog (which dates back to the 1.1.0 release) concern LyX 1.1.6!
7
8 Besides the usual under-the-hood changes, LyX 1.1.6 has many
9 new user-visible features. The main visible feature is that the
10 GUI-independent branch of development has been merged, as well as code
11 from the older development version:
12
13 - many popups have been rewritten to use the new GUI-I scheme. In the
14   process they have received a nice cleanup: the Document and Paragraph
15   popups now contain in one single place what was previously scattered
16   in many places. Similarly, the citation and cross reference popups
17   have been overhauled.
18
19 - LyX now has a Preference popup where you can change most of your
20   lyxrc settings.
21
22 - the menus can now be defined in a text file, and they automatically
23   display the keyboard bindings associated with commands.
24
25 - it is now possible to provide your own icons for the toolbar.
26
27 - last but not least, work has begun on a KDE and a Gnome frontend for
28   LyX. They are not officially supported for this version, but this
29   will give you an idea of what is happening.
30
31 Other major changes in 1.1.6 include:
32
33 - the table support has been completely rewritten. It is now a modular
34   object (inset), each cell of which owns a (also) newly written text
35   inset. This now permits automatic text-wrap inside a tabular
36   cell (if you define a width), multiparagraph mode AND setting of
37   layouts for the paragraphs (lists inside a tabular cell!). Last but
38   not least, a wide tabular now scrolls automatically so that all of it
39   is visible without the need to enlarge the window!
40
41   While there are as yet no other new features, they will be now MUCH
42   easier to add. It may be that because of being "young" code some
43   features may not work right now, but at least it is much
44   better than before.
45
46 - new external material inset: this is a new kind of very powerful
47   inset which will allow LyX to interface intelligently with external
48   applications. Among other good things, it will finally allow you to 
49   include GIF, JPEG, TIF, PNG, or just about any other raster format
50   images in your document. It will even do an approximate ascii
51   rendering when you do Ascii export if you have gifscii installed.
52
53 - The code which converts from LyX format to anything else (for
54   viewing or exporting purposes) and from anything else to LyX has been
55   rewritten. In particular, it is now possible to export to PDF, and to
56   import from HTML/MSWord. In fact it's now possible to add new import/export
57   formats without recompiling LyX by specifying external programs or scripts
58   in lyxrc settings 
59   (note that the old import/export lyxrc settings no longer work).
60
61 - LyX can do command line exports without opening any GUI components.
62
63 - The multilingual support has been improved. It is now possible to use in a
64   document languages with different encodings, e.g. German (iso8859-1) and
65   Czech (iso8859-2). Such a document can be viewed on screen using an
66   iso10646-1 (Unicode) font. However, it is (currently) not possible to
67   have differently encoded languages in the same paragraph.
68   The languages and the encodings are defined in text files.
69
70 - Improved support for Hebrew and Arabic (also present in 1.1.5fix2).
71
72 - included files work now with docbook and linuxdoc; new layout
73   docbook-book.
74
75 - PSpell library and Aspell spell checker support now included thanks
76   largely to Kevin Atkinson (PSpell and Aspell maintainer). 
77
78 And finally, there have been a lot of smaller changes, which are
79 mentioned here for your information
80
81 - the menu entry File->New does not prompt for a file name by default
82   (this can be changed in preferences).
83
84 - new -geometry command line option, which replaces the old -width,
85   -height, etc.
86
87
88
89 What's new in LyX version 1.1.5?
90 --------------------------------
91
92 Lots of internal code rewritten, fixed, changed and added. 
93 We are using the C++ Standard Library more each day.
94 This will in most cases make the code clearer and easier to maintain
95 and expand.
96 We are also gearing up for the merge of the gui-indep branch, expect
97 this (but not the new gui's) in 1.1.6.
98
99 User-visible changes:
100
101 - Paste to other programs (like emacs or xterm). Note: text only.
102
103 - New TOC menu item for fast access to the table of contents.
104
105 - New Refs menu item for quick insertion of cross-references.
106
107 - multilingual documents (preliminary support)
108
109 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
110   only and is likely to improve in future versions.
111
112 - Per-paragraph spacing, currently only settable from the
113   command-line/window:
114       paragraph-spacing (default,single,onehalf,double,other) [float]
115
116 - New visual feedback for environment depth of paragraphs (also the !
117   in the margin for margin notes has been removed). 
118
119 - End-of-proof box, for layouts where it makes sense.
120
121 - labels are now editable (not in equations, though).
122
123 - Much faster spellchecking (50x faster!).
124
125 - The parsing of the LaTex log has improved flagging more errors that
126   earlier versions of LyX did not see at all. So if you suddenly have
127   errors in documents that used to have none, this might be the casue.
128   (And you probably had the error always.)
129
130 - Better definition for LyXList style.
131
132 - hollywood.layout and broadway.layout have improved. New classes
133   LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy)
134
135 - support for varioref and pretty ref (preliminary support)
136
137 - A couple of changes to the LyX format, so that files written with
138   1.1.5 will not be parsed correctly by older LyX versions if protected
139   spaces or the new per-paragraph spacing are used. Also the RtL
140   support is of course not supported in older versions.
141
142 - Removed support for XForms older than 0.88.
143
144 - Some command-line options and X resources are not supported anymore
145   (The color ones, and -mono -fastselection, -reverse)
146
147 - New command-line options '-userdir' which so that you can choose to
148   use another dir than .lyx for user configurations. (Or have many.)
149
150 - new lyxrc variables: \show_banner [true|false] to remove the banner
151   screen, \backupdir_path to tell where the backup files created
152   by lyx should be stored, and \override_x_deadkeys to tell whether 
153   lyx should provide its own accent keys handling (default is true). 
154
155
156 What's new in LyX version 1.1.4?
157 --------------------------------
158
159 More internals have been rethought. In particular, most of the file IO
160 routines of LyX have been rewritten to use real C++ streams. Many
161 changes have also been done to help compile LyX with Sun CC 5.0 and
162 SGI STL 3.2. 
163
164 In the user-visible department, we find:
165
166 - new command line option -x (or --execute) and -e (or --export). Now
167   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
168   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
169   the GUI pops up during the process...
170
171 - better placement of accents for characters that LyX draws by itself;
172
173 - improved translations, in particular in Finnish (overhauled UI
174   translation), Dutch (tutorial and examples), German
175
176 - new configure flag --with-lyxname which allows to choose the name
177   under which lyx is installed. Default is "lyx", of course. It used
178   to be possible to do this with --program-suffix, but the later has
179   in fact a different meaning for autoconf.
180
181 And of course, a lot of old bugs have been replaced by new ones ;)
182
183
184 What's new in LyX version 1.1.3?
185 --------------------------------
186
187 More LyX internals have been cleaned-up in this version, but the usual
188 small number of user-visible changes have appeared:
189
190 - LyX is not able anymore to read some old files using latex inset
191   (this should not be a problem as these were already not generated by
192   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
193
194 - The first line of a .lyx file does not contain anymore the file
195   creator name and the date of creation; this was causing various
196   problems. 
197
198 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
199   works now. 
200
201 - Slightly better handling of dependency tracking for bibtex files.
202
203 - The screen representations of \varepsilon and \epsilon have been
204   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
205   should. This is of course a controversial change (since many people
206   will find that their lyx workscreen is suddenly full of red), but done
207   for the sake of correctness.
208
209 - The characters \angle and \vee are now correctly displayed in math
210   formulas; the glyph for \Upsilon has been changed.
211
212 - Characters '~' and '^' are now output using standard LaTeX macros,
213   which improves the result with T1 fonts.
214
215 - new function "command-sequence" to bind several sequences to a key.
216
217 - The textclass g-brief has been updated.
218
219 And of course many bugs have been fixed.
220
221 What's new in LyX version 1.1.2?
222 --------------------------------
223
224 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
225
226 - the export to html feature has been extended to use other programs.
227   Currently, tth, latex2html and hevea are supported. Note that the
228   variable \tth_command has been renamed to \html_command in lyxrc.
229
230 Moreover, a couple of semi-serious bugs have been fixed:
231
232 - a bug that caused a crash in lyxstring::find
233
234 - the annoying '-' vs. '_' bug.
235
236 Also the cheaders files were missing from the 1.1.1 distribution, that
237 has also been fixed.
238
239 What's new in LyX version 1.1.1?
240 --------------------------------
241
242 LyX 1.1.1 marks an important change in our development scheme. While
243 it does not have many new features, there have been many internal
244 changes, many of which have been backported from our old development
245 branch (which is now extinct). So while on the surface this version is
246 very similar to version 1.0.4, many things happened under the hood. As
247 a consequence of this: expect that some new bugs have crept in.
248
249 User visible changes in lyx 1.1.1: 
250
251 - New export to HTML feature
252
253 - All the popups should be more resistant to resize actions.
254
255 - normal spaces are automatically made unbreakable if we are in
256   a freespacing mode (LyX-Code), but not in latex mode. The rule used
257   to be that spaces where changed when in typewriter font.
258
259 - the default encoding of a new document is now latin1, since it seems
260   to be a reasonable default for many people. Note that you can
261   override this default with the "Save layout as default" feature.
262
263 What's new in 1.0.4 compared to LyX version 1.0.3?
264 --------------------------------------------------
265
266 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
267 new features has been included:
268
269 - DocBook support.
270
271 - RevTeX4.
272
273 - Better printing with custom pagesizes.
274
275 - Several language files updated.
276
277 - And several bugfixes to math and table.
278
279 What's new in 1.0.3 compared to LyX version 1.0.2?
280 --------------------------------------------------
281
282 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
283
284 - improved dependency tracking when running LaTeX (fixes one important
285   bug in 1.0.2).
286
287 - new italian and walloon localizations of the user interface.
288
289 - New slovene and spanish translations of the Tutorial.
290
291 What's new in 1.0.2 compared to LyX version 1.0.1?
292 --------------------------------------------------
293
294 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
295 compared to version 1.0.0, it adds the following features:
296
297 - Improved reLyX: supports EPS image inclusion and works in windows.
298
299 - New french translation of Intro.lyx and Tutorial.lyx; new german
300   translation of UserGuide.lyx.
301
302 - Better multipart document support.
303
304 - LyX is now able to parse your BibTex files and show a list of
305   entries. 
306
307 - New broadway textclass (for plays).
308
309
310 What's new in 1.0.1 compared to LyX version 1.0.0?
311 --------------------------------------------------
312
313 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
314 compared to version 1.0.0, it adds the following features:
315
316 - Support for selecting pages and number of copies in print dialog
317
318 - New function 'Replace all' in Find&Replace popup
319
320 - Support for optional argument of \sqrt in math editor
321
322 - Support for literate programming with the 'noweb' program
323
324 - New LaTeX document classe: APA 
325
326
327
328 What's new in 1.0.0 compared to LyX version 0.12.0?
329 ----------------------------------------------------
330
331 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
332 version 0.12.0, it adds the following features:
333
334 - much improved reLyX script: many bugs have been fixed, new options
335   have been added, many constructs are now correctly handled. reLyX is now 
336   installed along with LyX and has its own man page. Separate upgrades
337   of reLyX will be made available later.  The reLyX script is utilized
338   by the File->Import LaTeX command in LyX.
339
340 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
341   footnotes, and generally better output.
342
343 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
344   implementing the corresponding classes of the koma-script
345   package. New textclasses latex8 for some IEEE journals, IEEEtran for
346   various IEEE Transactions journals and ejour2 for some Springer Verlag
347   Journals.  New textclass hollywood to typeset your own film scripts.
348
349 - Better support (keyboard bindings, keyboard mappings, and/or menu
350   and error message translations) for several languages.
351
352 - Documentation has been partly translated to German, Swedish, and Czech. You
353   will get this automatically from the Help menu if you set up the LANG
354   environment variable correctly (i.e. to 'de' or 'sv').
355
356 - Documentation has been generally improved and expanded.
357
358 - Improved table support.
359
360 - Support for arbitrary line spacing in documents.
361
362 - easier handling of index entries.
363
364 - The printer configuration scheme has changed a bit to help people
365   whose dvips is not configured correctly. As a consequence, you might
366   have to modify your lyxrc a bit. All users are advised to re-run
367   Option->Reconfigure to update LyX configuration.
368
369
370 Note that your existing global lyxrc file will not be overwritten by
371 default since now LyX only installs a file lyxrc.example to use as
372 template.