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