]> git.lyx.org Git - lyx.git/blob - RELEASE-NOTES
document my LFUN changes in the past
[lyx.git] / RELEASE-NOTES
1 This file lists interface changes that might affect users in 1.6.0, some 
2 known problems in LyX 1.6.0 and some things you have to take into account
3 when upgrading from earlier versions to a version of the 1.6.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 Some of the LyX functions have changed names:
12
13 - A new LFUN_SPECIALCHAR_INSERT has been implemented that obsoletes the
14   different LFUNs for single special characters:
15
16   * LFUN_HYPHENATION_POINT_INSERT: removed. "hyphenation-point-insert" 
17     has been replaced by "specialchar-insert hyphenation-point"
18   * LFUN_LIGATURE_BREAK_INSERT: removed. "ligature-break-insert" 
19     has been replaced by "specialchar-insert ligature-break"
20   * LFUN_DOTS_INSERT: removed. "dots-insert" 
21     has been replaced by "specialchar-insert dots"
22   * LFUN_END_OF_SENTENCE_PERIOD_INSERT: removed. "end-of-sentence-period-insert" 
23     has been replaced by "specialchar-insert end-of-sentence"
24   * LFUN_MENU_SEPARATOR_INSERT: removed. "menu-separator-insert" 
25     has been replaced by "specialchar-insert menu-separator"
26
27 - new function LFUN_LINE_BREAK, "line-break"
28 - new function LFUN_PAGEBREAK_INSERT, "pagebreak-insert"
29 - function LFUN_BREAK_LINE, "break-line" has been renamed to LFUN_NEW_LINE, "new-line"
30 - function LFUN_PAGEBREAK_INSERT, "pagebreak-insert" has been renamed to LFUN_NEWPAGE_INSERT, "newpage-insert"
31
32
33 Known issues in version 1.5.2
34 ------------------------------------
35
36 - LyX might crash if you switch the encoding of a document while the
37   View->Source pane is opened.
38   http://bugzilla.lyx.org/show_bug.cgi?id=3561
39
40 - LyX might suddenly slow down when you have copied something in another
41   instance of LyX or in another application. Known workaround: Ctrl+C of
42   some text inside the active window bring the speed back.
43   http://bugzilla.lyx.org/show_bug.cgi?id=4045
44
45 - Cursor restoration problems with Multiple-View:
46   When using multiple Windows to edit different parts of the
47   same document, the cursor position is sometimes not correctly restored
48   when you switch from one view to the other.
49
50 - RTL and keymaps:
51   Currently there is a bug where you can't use two non-RTL language keymaps if
52   the RTL preference is set (which is now the default). If you need to use two
53   non-RTL keymaps, for now you should just turn off the RTL preference (Tools -> 
54   Preferences... -> Language settings -> Language, uncheck "Right-to-left
55   language support").
56   We hope to offer more comprehensive support for multiple keymaps in the future,
57   which will solve this bug, as well as allow more than just two keymaps. If you 
58   have any input on this issue, please chime in on the developers mailing list,
59   or add your comments to http://bugzilla.lyx.org/show_bug.cgi?id=4051.
60
61
62 Caveats when upgrading from earlier versions to 1.5.x
63 -------------------------------------------------------
64
65 Due to the change to Unicode, there are some general things you'll have to take care
66 about when upgrading from an older version to LyX 1.5.0 or newer. Please refer to the
67 file UPGRADING for details.
68
69
70 Note: There may later be an updated list of known issues online at
71         http://wiki.lyx.org/LyX/ReleaseNotes
72