]> git.lyx.org Git - lyx.git/blob - RELEASE-NOTES
The --batch patch.
[lyx.git] / RELEASE-NOTES
1 This file lists interface changes that might affect users in 2.0.0, some 
2 known problems in LyX 2.0.0 and some things you have to take into account
3 when upgrading from earlier versions to a version of the 2.0.x series.
4 Note that fixes are available for some of these, but they have not yet
5 been applied because of incomplete testing.
6
7
8 Interface changes
9 -----------------
10
11 There have been some changes to the LyX command line. There is a new option 
12 "--batch" that causes LyX to run the given commands without opening a GUI 
13 window. Thus, something like:
14     lyx --batch -x "buffer-print printer default dvips" myfile.lyx
15 will cause LyX to print myfile.lyx to the default printer, using dvips and 
16 the default print settings (which, of course, have to have been configured 
17 already). At present, not many commands can be used this way, but there will
18 be more eventually.
19
20 The following variables are obsoleted in 2.0
21
22 - \plaintext_roff_command (was not used anymore)
23 - \spell_command and \use_spell_lib (ispell support has been removed)
24
25
26 The following new LyX functions have been introduced:
27
28 - LFUN_WORD_FINDAD ("word-findadv").
29
30 - LFUN_REGEXP_MODE ("regexp-mode").
31
32 - LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference").
33
34 The following LyX functions have been removed:
35
36 - LFUN_NEXT_INSET_TOGGLE (next-inset-toggle): use "inset-toggle" instead.
37
38 Known issues in version 2.0.0
39 -----------------------------
40
41
42 Caveats when upgrading from earlier versions to 2.0.x
43 -------------------------------------------------------
44
45
46
47
48 Note: There may later be an updated list of known issues online at
49         http://wiki.lyx.org/LyX/ReleaseNotes
50
51 TODO
52 ----
53 Somebody should create a rc2rc script...
54 http://www.lyx.org/trac/changeset/27531