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