]> git.lyx.org Git - lyx.git/blob - status
* lyx_cb.C (insertPlaintextFile): delete selection before insertion
[lyx.git] / status
1 This file lists interface changes that might affect users in
2 1.4.0, and also some bug fixes.
3
4 Interface changes
5 -----------------
6
7 Some of the LyX functions have changed names :
8
9 tab-insert -> cell-split
10 tab-backward -> cell-backward
11 tab-forward -> cell-forward
12
13 Additionally, tab-forward (bound to the "Tab" key normally) no
14 longer has any effect in normal text.
15
16 bibkey-insert -> bibitem-insert
17
18 bibtex-insert -> dialog-show-new-inset bibtex
19 citation-insert -> dialog-show-new-inset citation
20 external-insert -> dialog-show-new-inset external
21 graphics-insert -> dialog-show-new-inset graphics
22 buffer-child-insert -> dialog-show-new-inset include
23 reference-insert -> dialog-show-new-inset ref
24
25 Add support for optional submenus (OptSubMenu) in ui files.
26
27 It is now possible to run LyX without a Toolbar if so desired.
28
29 These LyX functions have been removed entirely :
30
31 apropos
32 server-get-tip
33 math-greek
34 math-greek-toggle
35
36 File format changes
37 -------------------
38
39 Add \end_header.
40
41 The UI (menu and toolbar) file has changed its Toolbar handling.
42 The default.ui shipped file describes what the new format looks
43 like.
44
45 Bug fixes
46 ---------
47
48 lyx2lyx now handles development version files.
49 Internal changes
50 ----------------
51
52 Add change tracking.
53
54 Load graphics images in a more asynchronous manner.
55
56 Load graphics images in a serial fashion rather than (possibly) swamping the
57 machine with multiple conversion processes executing in parallel.
58
59 Remove much of the hard-coding of bibitem insets from the paragraph code.
60
61 Add a localDispatch method to many more inset classes and use it. An important
62 step in the clean-up of the current inset code and towards inset-unification.
63
64 Add a real Label dialog rather than that nasty Alert thingy.
65
66 Add Hfill and Newline insets.
67
68 Clean-up the use of Alert to make the dialogs far more descriptive.
69
70 Rewrite entirely the interface between LyX and its dialogs. Multiple showXYZ()
71 methods replaced with a single show(<name>). Attempt to create new LFUNs
72 so that the frontend dialogs do not actually change anything in the LyX core.
73 Instead they dispatch these LFUNs back to the core for consideration by it.
74
75 As a side effect of the above, redesign the implementation of the Model-
76 Controller-View implementation of the dialogs to make it transparent.
77
78 Move as much code as possible from the Menu frontends to the Backend.
79
80 (xforms): replace the Combox code with a native xforms widget, for eventual
81 inclusion in the xforms library itself.
82
83 Add a basic Word Count feature.