X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=ca9396091193106562f3bf88fcab13557d722685;hb=1df42757ed513228f5d5b2026c9f76697b0654b8;hp=435f1e7af2f1358c58a45f25ec8a66825339b3fc;hpb=4e61c013f4155f9f477b9ceca6df65eef5de624e;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 435f1e7af2..ca93960911 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,121 @@ +2001-04-18 Juergen Vigna + + * vspace.C (asLatexString): fixed the 100% problem. + +2001-04-18 Jean-Marc Lasgouttes + + * lyxfunc.C (Dispatch): + * minibuffer.C: + * minibuffer.h: add a few std:: qualifiers + +2001-04-17 Lars Gullik Bjønnes + + * minibuffer.[Ch]: reimplement so that commands is initiated and + run from lyxfunc, simplified som handling, and made the completion + and history code for complete. wip. + + * lyxfunc.C (processKeySym): call message + (miniDispatch): new temporary method + (LFUN_EXEC_COMMAND): reimplement for new minibuffer + (LFUN_MESSAGE): implement + (LFUN_MESSAGE_PUSH): implement + (LFUN_MESSAGE_POP): implement + (initMiniBuffer): the initial/defualt minibuffer message. + + * lyxfont.[Ch]: inline some more getters + + * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE + + * lyx_gui_misc.[Ch] (WriteStatus): remove method + + * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE + (AutoSave): use LFUN_MESSAGE + (Reconfigure): ditto + + * importer.C (Import): constify som local vars, use LFUN_MESSAGE + + * figureForm.C: use LFUN_MESSAGE + + * converter.C (runLaTeX): use LFUN_MESSAGE + + * bufferview_funcs.C: use LFUN_MESSAGE + (Melt): ditto + (changeDepth): ditto + + * bufferparams.h: use boost:: + + * bufferlist.h: inherit privately from noncopyable + + * bufferlist.C (loadLyXFile): remove some commented code. + + * buffer.C (runChktex): use LFUN_MESSAGE + + * ShareContainer.h: inherit privately from noncopyable + + * ParagraphParameters.[hC] (depth): inline it. + + * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc + methods. + (message): new method + (messagePush): ditto + (messagePop): ditto + (show): init minibuffer + (showState): direct call + + * LaTeX.[Ch]: inherit privately from noncopyable + (run): change second arg to LyXFunc*, use LFUN_MESSAGE + instead of WriteStatus. + + * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP + + * BufferView_pimpl.C (buffer): don't init minibuffer + (workAreaButtonPress): use LFUN_MESSAGE + (workAreaButtonRelease): ditto + (savePosition): ditto + (restorePosition): ditto + (MenuInsertLyXFile): ditto + (workAreaExpose): don't init minibuffer + (update): remove commented code, simplify + + * BufferView2.C (openStuff): use LFUN_MESSAGE + (toggleFloat): ditto + (menuUndo): ditto + (menuRedo): ditto + (copyEnvironment): ditto + (pasteEnvironment): ditto + (copy): ditto + (cut): ditto + (paste): ditto + (gotoInset): ditto + (updateInset): remove some commented code + + * lastfiles.h: inherit privately from noncopyable + * layout.h: ditto + * lyx_gui.h: ditto + * lyx_main.h: ditto + * lyxlex.h: ditto + * lyxlex_pimpl.h: ditto + + * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT, + LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE, + LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP + + * LyXAction.h: inherit privately from noncopyable, add methods + func_begin, func_end, returning iterators to the func map. + + * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT, + add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP + (func_begin): new method + (func_end): new method + + * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS + and not) + (copySelection): ditto + (pasteSelection): ditto + + * BufferView.C: whitespace change + * BufferView.h: inherit privately from noncopyable + 2001-04-16 Allan Rae * tabular-old.C (l_getline):