]> git.lyx.org Git - lyx.git/blob - NEWS
Two patches from Claus; two patches from Andre' (with additional bugfixes)
[lyx.git] / NEWS
1 What's new in LyX version 1.1.5?
2 --------------------------------
3
4 Lots of internal code rewritten, fixed, changed and added. 
5 We are taking the C++ Standard Library in greater use for each day,
6 this will in most cases make the code clearer and easier to maintain
7 and expand.
8 We are also gearing up for the merge of the gui-indep branch, expect
9 this (but not the new gui's) in 1.1.6.
10
11 User-visible changes:
12
13 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
14   only and is likely to improve in future versions.
15
16 - Per-paragraph spacing, currently only settable wrom the
17   command-line/window:
18       paragraph-spacing (default,single,onehalf,double,other) [float]
19
20 - More accurate error reporting from LaTeX runs.
21
22 - Much faster spellchecking (50x faster!).
23
24 - Better definition for LyXList style.
25
26 - A couple of changes to the LyX format, so that files written with
27   1.1.5 will not be parsed correctly by older LyX versions if protected
28   spaces or the new per-paragraph spacing are used. Also the RtL
29   support is of course not supported in older versions.
30
31 - Removed support for XForms older than 0.88.
32
33 - Some commandline options and X resources are not supported anymore
34   (The color ones, and -mono -fastselection, -reverse)
35
36 - new lyxrc variables: \show_banner [true|false] to remove the banner
37   screen, and \backupdir_path to tell where the backup files created
38   by lyx should be stored. 
39
40
41
42
43 What's new in LyX version 1.1.4?
44 --------------------------------
45
46 More internals have been rethought. In particular, most of the file IO
47 routines of LyX have been rewritten to use real C++ streams. Many
48 changes have also been done to help compile LyX with Sun CC 5.0 and
49 SGI STL 3.2. 
50
51 In the user-visible department, we find:
52
53 - new command line option -x (or --execute) and -e (or --export). Now
54   direct conversion from .lyx to .tex (.dvi, .ps, ...) is possible
55   ('lyx file.lyx --export latex') Unfortunately, X is still needed and
56   the GUI pops up during the process...
57
58 - better placement of accents for characters that LyX draws by itself;
59
60 - improved translations, in particular in finnish (overhauled UI
61   translation), dutch (tutorial and examples), german
62
63 - new configure flag --with-lyxname which allows to choose the name
64   under which lyx is installed. Default is "lyx", of course. It used
65   to be possible to do this with --program-suffix, but the later has
66   in fact a different meaning for autoconf.
67
68 And of course, a lot of old bugs have been replaced by new ones ;)
69
70
71 What's new in LyX version 1.1.3?
72 --------------------------------
73
74 More LyX internals have been cleaned-up in this version, but the usual
75 small number of user-visible changes have appeared:
76
77 - LyX is not able anymore to read some old files using latex inset
78   (this should not be a problem as these were already not generated by
79   LyX 0.12.0). Use LyX 1.0.4 to read files containing those.
80
81 - The first line of a .lyx file does not contain anymore the file
82   creator name and the date of creation; this was causing various
83   problems. 
84
85 - the -dbg command line switch is enhanced. For example, "-dbg lyxrc"
86   works now. 
87
88 - Slightly better handling of dependency tracking for bibtex files.
89
90 - The screen representations of \varepsilon and \epsilon have been
91   swapped. Now \epsilon shows as red text, and \varepsilon shows as it
92   should. This is of course a controversial change (since many people
93   will find that their lyx workscreen is suddenly full of red), but done
94   for the sake of correctness.
95
96 - The characters \angle and \vee are now correctly displayed in math
97   formulas; the glyph for \Upsilon has been changed.
98
99 - Characters '~' and '^' are now output using standard LaTeX macros,
100   which improves the result with T1 fonts.
101
102 - new function "command-sequence" to bind several sequences to a key.
103
104 - The textclass g-brief has been updated.
105
106 And of course many bugs have been fixed.
107
108 What's new in LyX version 1.1.2?
109 --------------------------------
110
111 LyX 1.1.2 is a minor upgrade to 1.1.1, only one new feature has been added:
112
113 - the export to html feature has been extended to use other programs.
114   Currently, tth, latex2html and hevea are supported. Note that the
115   variable \tth_command has been renamed to \html_command in lyxrc.
116
117 Moreover, a couple of semi-serious bugs have been fixed:
118
119 - a bug that caused a crash in lyxstring::find
120
121 - the annoying '-' vs. '_' bug.
122
123 Also the cheaders files were missing from the 1.1.1 distribution, that
124 has also been fixed.
125
126 What's new in LyX version 1.1.1?
127 --------------------------------
128
129 LyX 1.1.1 marks an important change in our development scheme. While
130 it does not have many new features, there have been many internal
131 changes, many of which have been backported from our old development
132 branch (which is now extinct). So while on the surface this version is
133 very similar to version 1.0.4, many things happened under the hood. As
134 a consequence of this: expect that some new bugs have crept in.
135
136 User visible changes in lyx 1.1.1: 
137
138 - New export to HTML feature
139
140 - All the popups should be more resistant to resize actions.
141
142 - normal spaces are automatically made unbreakable if we are in
143   a freespacing mode (LyX-Code), but not in latex mode. The rule used
144   to be that spaces where changed when in typewriter font.
145
146 - the default encoding of a new document is now latin1, since it seems
147   to be a reasonable default for many people. Note that you can
148   override this default with the "Save layout as default" feature.
149
150 What's new in 1.0.4 compared to LyX version 1.0.3?
151 --------------------------------------------------
152
153 LyX 1.0.4 is mainly a bugfix update to 1.0.3, but some
154 new features has been included:
155
156 - DocBook support.
157
158 - RevTeX4.
159
160 - Better printing with custom pagesizes.
161
162 - Several language files updated.
163
164 - And several bugfixes to math and table.
165
166 What's new in 1.0.3 compared to LyX version 1.0.2?
167 --------------------------------------------------
168
169 LyX 1.0.3 is mainly a bugfix update to 1.0.2.
170
171 - improved dependency tracking when running LaTeX (fixes one important
172   bug in 1.0.2).
173
174 - new italian and walloon localizations of the user interface.
175
176 - New slovene and spanish translations of the Tutorial.
177
178 What's new in 1.0.2 compared to LyX version 1.0.1?
179 --------------------------------------------------
180
181 LyX 1.0.2 is a minor update to LyX 1.0.1. Besides fixing many bugs
182 compared to version 1.0.0, it adds the following features:
183
184 - Improved reLyX: supports EPS image inclusion and works in windows.
185
186 - New french translation of Intro.lyx and Tutorial.lyx; new german
187   translation of UserGuide.lyx.
188
189 - Better multipart document support.
190
191 - LyX is now able to parse your BibTex files and show a list of
192   entries. 
193
194 - New broadway textclass (for plays).
195
196
197 What's new in 1.0.1 compared to LyX version 1.0.0?
198 --------------------------------------------------
199
200 LyX 1.0.1 is a minor update to LyX 1.0.0. Besides fixing many bugs
201 compared to version 1.0.0, it adds the following features:
202
203 - Support for selecting pages and number of copies in print dialog
204
205 - New function 'Replace all' in Find&Replace popup
206
207 - Support for optional argument of \sqrt in math editor
208
209 - Support for literate programming with the 'noweb' program
210
211 - New LaTeX document classe: APA 
212
213
214
215 What's new in 1.0.0 compared to LyX version 0.12.0?
216 ----------------------------------------------------
217
218 LyX 1.0.0 is a stable release. Besides fixing many bugs compared to
219 version 0.12.0, it adds the following features:
220
221 - much improved reLyX script: many bugs have been fixed, new options
222   have been added, many constructs are now correctly handled. reLyX is now 
223   installed along with LyX and has its own man page. Separate upgrades
224   of reLyX will be made available later.  The reLyX script is utilized
225   by the File->Import LaTeX command in LyX.
226
227 - Much improved LinuxDoc (sgml-tools) support: multiple textclasses,
228   footnotes, and generally better output.
229
230 - New textclasses scrartcl, scrbook, scrreprt and scrlettr
231   implementing the corresponding classes of the koma-script
232   package. New textclasses latex8 for some IEEE journals, IEEEtran for
233   various IEEE Transactions journals and ejour2 for some Springer Verlag
234   Journals.  New textclass hollywood to typeset your own film scripts.
235
236 - Better support (keyboard bindings, keyboard mappings, and/or menu
237   and error message translations) for several languages.
238
239 - Documentation has been partly translated to German, Swedish, and Czech. You
240   will get this automatically from the Help menu if you set up the LANG
241   environment variable correctly (i.e. to 'de' or 'sv').
242
243 - Documentation has been generally improved and expanded.
244
245 - Improved table support.
246
247 - Support for arbitrary line spacing in documents.
248
249 - easier handling of index entries.
250
251 - The printer configuration scheme has changed a bit to help people
252   whose dvips is not configured correctly. As a consequence, you might
253   have to modify your lyxrc a bit. All users are advised to re-run
254   Option->Reconfigure to update LyX configuration.
255
256
257 Note that your existing global lyxrc file will not be overwritten by
258 default since now LyX only installs a file lyxrc.example to use as
259 template.