]> git.lyx.org Git - features.git/blob - status
Attempt to fill out the new status file a little.
[features.git] / status
1 This file lists interface changes that might affect users in
2 1.4.0, and also some bug fixes.
3
4 Internal changes
5 ----------------
6
7 Add change tracking.
8
9 Replace the home-grown RowList code with std::list<Row>.
10
11 Load graphics images in a more asynchronous manner.
12
13 Load graphics images in a serial fashion rather than (possibly) swamping the
14 machine with multiple conversion processes executing in parallel.
15
16 Remove much of the hard-coding of bibitem insets from the paragraph code.
17
18 Add a localDispatch method to many more inset classes and use it. An important
19 step in the clean-up of the current inset code and towards inset-unification.
20
21 Add a real Label dialog rather than that nasty Alert thingy.
22
23 Add a Hfill inset.
24
25 Clean-up the use of Alert to make the dialogs far more descriptive.
26
27 Rewrite entirely the interface between LyX and its dialogs. Multiple showXYZ()
28 methods replaced with a single show(<name>). Attempt to create new LFUNs
29 so that the frontend dialogs do not actually change anything in the LyX core.
30 Instead they dispatch these LFUNs back to the core for consideration by it.
31
32 As a side effect of the above, redesign the implementation of the Model-
33 Controller-View implementation of the dialogs to make it transparent.
34
35 (xforms): replace the Combox code with a native xforms widget, for eventual
36 inclusion in the xforms library itself.
37
38 File format changes
39 -------------------
40
41 Add \end_header.
42
43 Interface changes
44 -----------------
45
46 Some of the LyX functions have changed names :
47
48 tab-insert -> cell-split
49 tab-backward -> cell-backward
50 tab-forward -> cell-forward
51
52 Additionally, tab-forward (bound to the "Tab" key normally) no
53 longer has any effect in normal text.
54
55 bibkey-insert -> bibitem-insert
56
57 bibtex-insert -> dialog-show-new-inset bibtex
58 citation-insert -> dialog-show-new-inset citation
59 external-insert -> dialog-show-new-inset external
60 graphics-insert -> dialog-show-new-inset graphics
61 buffer-child-insert -> dialog-show-new-inset include
62 reference-insert -> dialog-show-new-inset ref
63
64 It is now possible to run LyX without a Toolbar if so desired.
65
66 ReLyX changes
67 -------------
68
69 Add support for 'm' column descriptors.
70
71 Pass almost all math through reLyX unchanged.
72
73 Add support for natbib citations.
74
75 Add support for minipages.
76
77 When reLyX creates a LyX file, the header now records this.
78
79 Add support for generic LaTeX lengths.
80
81 Layouts
82 -------
83
84 Add classes mwart, mwbk, mwrep conforming to polish typographical conventions.
85
86 Add elsart class.
87
88 Update KOME classes.
89
90 Bug fixes
91 ---------
92
93 Fix detection of fax programs.
94
95 Fix the tgif converters.
96
97 lyx2lyx now handles development version files.