X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=status;h=a84652ab56b63c894edcd8b71e54d34bd2e11180;hb=e5dbc0793137b413f616add8f39da3dd627eee10;hp=406d8d8485eaf1bee01c4eba867adcc62bf33219;hpb=d4f25068218aba2da6282fb3ceb2a8b615eb1ea3;p=lyx.git diff --git a/status b/status index 406d8d8485..a84652ab56 100644 --- a/status +++ b/status @@ -1,45 +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. - -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(). 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. - -(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 ----------------- @@ -61,37 +22,62 @@ 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. -ReLyX changes -------------- +These LyX functions have been removed entirely : -Add support for 'm' column descriptors. +apropos +server-get-tip +math-greek +math-greek-toggle -Pass almost all math through reLyX unchanged. +File format changes +------------------- -Add support for natbib citations. +Add \end_header. -Add support for minipages. +The UI (menu and toolbar) file has changed its Toolbar handling. +The default.ui shipped file describes what the new format looks +like. -When reLyX creates a LyX file, the header now records this. +Bug fixes +--------- -Add support for generic LaTeX lengths. +lyx2lyx now handles development version files. +Internal changes +---------------- -Layouts -------- +Add change tracking. -Add classes mwart, mwbk, mwrep conforming to polish typographical conventions. +Load graphics images in a more asynchronous manner. -Add elsart class. +Load graphics images in a serial fashion rather than (possibly) swamping the +machine with multiple conversion processes executing in parallel. -Update KOME classes. +Remove much of the hard-coding of bibitem insets from the paragraph code. -Bug fixes ---------- +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. -Fix detection of fax programs. +Add a real Label dialog rather than that nasty Alert thingy. -Fix the tgif converters. +Add Hfill and Newline insets. -lyx2lyx now handles development version files. +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(). 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. + +Add a basic Word Count feature.