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