]> git.lyx.org Git - lyx.git/blobdiff - status
gtk_patch_2003_10_30
[lyx.git] / status
diff --git a/status b/status
index fd5e3feb34dd97204a57fb7d0b8bf35b2dd05731..4bf2e30683215f849c2d53f5fb659286f264161b 100644 (file)
--- a/status
+++ b/status
@@ -1,13 +1,56 @@
 This file lists interface changes that might affect users in
 1.4.0, and also some bug fixes.
 
+Interface changes
+-----------------
+
+Some of the LyX functions have changed names :
+
+tab-insert -> cell-split
+tab-backward -> cell-backward
+tab-forward -> cell-forward
+
+Additionally, tab-forward (bound to the "Tab" key normally) no
+longer has any effect in normal text.
+
+bibkey-insert -> bibitem-insert
+
+bibtex-insert -> dialog-show-new-inset bibtex
+citation-insert -> dialog-show-new-inset citation
+external-insert -> dialog-show-new-inset external
+graphics-insert -> dialog-show-new-inset graphics
+buffer-child-insert -> dialog-show-new-inset include
+reference-insert -> dialog-show-new-inset ref
+
+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.
 
-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
@@ -20,7 +63,7 @@ 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.
+Add Hfill and Newline insets.
 
 Clean-up the use of Alert to make the dialogs far more descriptive.
 
@@ -36,38 +79,3 @@ 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
------------------
-
-Some of the LyX functions have changed names :
-
-tab-insert -> cell-split
-tab-backward -> cell-backward
-tab-forward -> cell-forward
-
-Additionally, tab-forward (bound to the "Tab" key normally) no
-longer has any effect in normal text.
-
-bibkey-insert -> bibitem-insert
-
-bibtex-insert -> dialog-show-new-inset bibtex
-citation-insert -> dialog-show-new-inset citation
-external-insert -> dialog-show-new-inset external
-graphics-insert -> dialog-show-new-inset graphics
-buffer-child-insert -> dialog-show-new-inset include
-reference-insert -> dialog-show-new-inset ref
-
-Add support for optional submenus (OptSubMenu) in ui files.
-
-It is now possible to run LyX without a Toolbar if so desired.
-
-Bug fixes
----------
-
-lyx2lyx now handles development version files.