mention some more stuff in status

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6777 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-11 19:17:09 +00:00
parent 08b29513b3
commit 04917cac28

90
status
View File

@ -1,47 +1,6 @@
This file lists interface changes that might affect users in
1.4.0, and also some bug fixes.
Internal changes
----------------
Add change tracking.
Replace the home-grown RowList code with std::list<Row>.
Load graphics images in a more asynchronous manner.
Load graphics images in a serial fashion rather than (possibly) swamping the
machine with multiple conversion processes executing in parallel.
Remove much of the hard-coding of bibitem insets from the paragraph code.
Add a localDispatch method to many more inset classes and use it. An important
step in the clean-up of the current inset code and towards inset-unification.
Add a real Label dialog rather than that nasty Alert thingy.
Add a Hfill inset.
Clean-up the use of Alert to make the dialogs far more descriptive.
Rewrite entirely the interface between LyX and its dialogs. Multiple showXYZ()
methods replaced with a single show(<name>). Attempt to create new LFUNs
so that the frontend dialogs do not actually change anything in the LyX core.
Instead they dispatch these LFUNs back to the core for consideration by it.
As a side effect of the above, redesign the implementation of the Model-
Controller-View implementation of the dialogs to make it transparent.
Move as much code as possible from the Menu frontends to the Backend.
(xforms): replace the Combox code with a native xforms widget, for eventual
inclusion in the xforms library itself.
File format changes
-------------------
Add \end_header.
Interface changes
-----------------
@ -67,7 +26,56 @@ Add support for optional submenus (OptSubMenu) in ui files.
It is now possible to run LyX without a Toolbar if so desired.
These LyX functions have been removed entirely :
apropos
server-get-tip
math-greek
math-greek-toggle
File format changes
-------------------
Add \end_header.
The UI (menu and toolbar) file has changed its Toolbar handling.
The default.ui shipped file describes what the new format looks
like.
Bug fixes
---------
lyx2lyx now handles development version files.
Internal changes
----------------
Add change tracking.
Load graphics images in a more asynchronous manner.
Load graphics images in a serial fashion rather than (possibly) swamping the
machine with multiple conversion processes executing in parallel.
Remove much of the hard-coding of bibitem insets from the paragraph code.
Add a localDispatch method to many more inset classes and use it. An important
step in the clean-up of the current inset code and towards inset-unification.
Add a real Label dialog rather than that nasty Alert thingy.
Add Hfill and Newline insets.
Clean-up the use of Alert to make the dialogs far more descriptive.
Rewrite entirely the interface between LyX and its dialogs. Multiple showXYZ()
methods replaced with a single show(<name>). Attempt to create new LFUNs
so that the frontend dialogs do not actually change anything in the LyX core.
Instead they dispatch these LFUNs back to the core for consideration by it.
As a side effect of the above, redesign the implementation of the Model-
Controller-View implementation of the dialogs to make it transparent.
Move as much code as possible from the Menu frontends to the Backend.
(xforms): replace the Combox code with a native xforms widget, for eventual
inclusion in the xforms library itself.