]> git.lyx.org Git - features.git/blob - NEWS
650bf04e4c6e23bdeb9b46cda60d5a934bda25dd
[features.git] / NEWS
1 What's new in LyX version 1.1.2?
2 --------------------------------
3
4 LyX 1.1.2 is a minor upgrade to 1.1.1, only a couple of semi-serious
5 bugs have been fixed:
6
7         - a bug that casued a crash in lyxstring::find
8
9         - the annoying '-' vs. '_' bug.
10
11 Also the cheaders files was missing from the 1.1.1 distribution, that
12 has also been fixed.
13
14 What's new in LyX version 1.1.1?
15 --------------------------------
16
17 LyX 1.1.1 marks an important change in our development scheme. While
18 it does not have many new features, there have been many internal
19 changes, many of which have been backported from our old development
20 branch (which is now extinct). So while on the surface this version is
21 very similar to version 1.0.4, many things happened under the hood. As
22 a consequence of this: expect that some new bugs have crept in.
23
24 User visible changes in lyx 1.0.1: 
25
26 - New export to HTML feature
27
28 - All the popups should be more resistant to resize actions.
29
30 - normal spaces are automatically made unbreakable if we are in
31   a freespacing mode (LyX-Code), but not in latex mode. The rule used
32   to be that spaces where changed when in typewriter font.
33
34 - the default encoding of a new document is now latin1, since it seems
35   to be a reasonable default for many people. Note that you can
36   override this default with the "Save layout as default" feature.
37
38 What's new in 1.0.4 compared to LyX version 1.0.3?
39 --------------------------------------------------
40
41 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
42 new features has been included:
43
44 - DocBook support.
45
46 - RevTeX4.
47
48 - Better printing with custom pagesizes.
49
50 - Several language files updated.
51
52 - And several bugfixes to math and table.
53
54 What's new in 1.0.3 compared to LyX version 1.0.2?
55 --------------------------------------------------
56
57 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
58
59 - improved dependency tracking when running LaTeX (fixes one important
60   bug in 1.0.2).
61
62 - new italian and walloon localizations of the user interface.
63
64 - New slovene and spanish translations of the Tutorial.
65
66 What's new in 1.0.2 compared to LyX version 1.0.1?
67 --------------------------------------------------
68
69 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
70 compared to version 1.0.0, it adds the following features:
71
72 - Improved reLyX: supports EPS image inclusion and works in windows.
73
74 - New french translation of Intro.lyx and Tutorial.lyx; new german
75   translation of UserGuide.lyx.
76
77 - Better multipart document support.
78
79 - LyX is now able to parse your BibTex files and show a list of
80   entries. 
81
82 - New broadway textclass (for plays).
83
84
85 What's new in 1.0.1 compared to LyX version 1.0.0?
86 --------------------------------------------------
87
88 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
89 compared to version 1.0.0, it adds the following features:
90
91 - Support for selecting pages and number of copies in print dialog
92
93 - New function 'Replace all' in Find&Replace popup
94
95 - Support for optional argument of \sqrt in math editor
96
97 - Support for literate programming with the 'noweb' program
98
99 - New LaTeX document classe: APA 
100
101
102
103 What's new in 1.0.0 compared to LyX version 0.12.0?
104 ----------------------------------------------------
105
106 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
107 version 0.12.0, it adds the following features:
108
109 - much improved reLyX script: many bugs have been fixed, new options
110   have been added, many constructs are now correctly handled. reLyX is now 
111   installed along with LyX and has its own man page. Separate upgrades
112   of reLyX will be made available later.  The reLyX script is utilized
113   by the File->Import LaTeX command in LyX.
114
115 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
116   footnotes, and generally better output.
117
118 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
119   implementing the corresponding classes of the koma-script
120   package. New textclasses latex8 for some IEEE journals, IEEEtran for
121   various IEEE Transactions journals and ejour2 for some Springer Verlag
122   Journals.  New textclass hollywood to typeset your own film scripts.
123
124 - Better support (keyboard bindings, keyboard mappings, and/or menu
125   and error message translations) for several languages.
126
127 - Documentation has been partly translated to German, Swedish, and Czech. You
128   will get this automatically from the Help menu if you set up the LANG
129   environment variable correctly (i.e. to 'de' or 'sv').
130
131 - Documentation has been generally improved and expanded.
132
133 - Improved table support.
134
135 - Support for arbitrary line spacing in documents.
136
137 - easier handling of index entries.
138
139 - The printer configuration scheme has changed a bit to help people
140   whose dvips is not configured correctly. As a consequence, you might
141   have to modify your lyxrc a bit. All users are advised to re-run
142   Option->Reconfigure to update LyX configuration.
143
144
145 Note that your existing global lyxrc file will not be overwritten by
146 default since now LyX only installs a file lyxrc.example to use as
147 template.