installer: sync with branch
[lyx.git] / RELEASE-NOTES
blobc4c26375bd5ea56a360d8a6b38a7c379ff7e6dcf
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.
8 Interface changes
9 -----------------
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.
20 The following variables are obsoleted in 2.0
22 - \plaintext_roff_command (was not used anymore)
24 - \personal_dictionary, \spell_command, \use_input_encoding,
25   \use_personal_dictionary and \use_spell_lib (ispell support has been
26   removed)
28 - \spellchecker_use_alt_lang and \use_escape_chars (actually not used
29   by the UI, and it is as simple to check whether the relevant
30   variable is empty)
32 - \custom_export_command and \custom_export_format
35 The following new LyX functions have been introduced:
37 - LFUN_WORD_FINDAD ("word-findadv").
39 - LFUN_REGEXP_MODE ("regexp-mode").
41 - LFUN_PHANTOM_INSERT ("phantom-insert").
43 - LFUN_INSET_BEGIN ("inset-begin").
45 - LFUN_INSET_END (""inset-end"").
47 - LFUN_INSET_BEGIN_SELECT ("inset-begin-select").
49 - LFUN_INSET_END_SELECT ("inset-end-select").
51 - LFUN_CHANGE_PREVIOUS ("change-previous").
53 - LFUN_LABEL_INSERT_AS_REF ("label-insert-as-reference").
55 - LFUN_SECTION_SELECT ("section-select").
57 - LFUN_FONT_UNDERLINE ("font-underline").
59 - LFUN_FONT_STRIKEOUT ("font-strikeout").
61 - LFUN_FONT_UULINE ("font-underunderline").
63 - LFUN_FONT_UWAVE ("font-underwave").
65 - LFUN_OUTLINE_DRAGMOVE ("outline-dragmove").
67 - LFUN_BRANCHES_RENAME ("branches-rename").
69 - LFUN_BRANCH_ADD_INSERT ("branch-add-insert").
71 - LFUN_BUFFER_CLOSE_ALL ("buffer-close-all").
74 The following LyX functions have been removed:
76 - LFUN_NEXT_INSET_TOGGLE ("next-inset-toggle"): use "inset-toggle" instead.
78 - LFUN_PARAGRAPH_SPACING ("paragraph-spacing"): use "paragraph-params" instead.
81 The following LyX functions have been changed:
83 - LFUN_INSET_TOGGLE ("inset-toggle"): For some insets, this function was used 
84   to show the settings dialog. This is no longer possible and one should use
85   inset-settings for this purpose.
87 - LFUN_WORD_REPLACE ("word-replace"): The replacement and searched strings
88   arguments have been inverted in order to allow the replacement of the word
89   at current cursor position, even if it is not selected.
91 Known issues in version 2.0.0
92 -----------------------------
95 Caveats when upgrading from earlier versions to 2.0.x
96 -------------------------------------------------------
101 Note: There may later be an updated list of known issues online at
102         http://wiki.lyx.org/LyX/ReleaseNotes
104 TODO
105 ----
106 - Somebody should create a rc2rc script...
107   http://www.lyx.org/trac/changeset/27531
108   
109 - some summary about 3rd party programs additions/removals should be
110   written for packagers (eg aiksauraus, libtool).