X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=37feb4dc7058077214a278e5a591abbc6a27e7c4;hb=7fa7d437404b2bb93bacedd41319e18955bc8d39;hp=25f0f8482353fcae826ccd24a17d7180a6863f0a;hpb=f510d0f9955467b5c84bcee1ea37f2f06abf01cd;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 25f0f84823..37feb4dc70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,290 @@ +2001-01-08 Jean-Marc Lasgouttes + + * src/frontends/xforms/Toolbar_pimpl.C (BubbleTimerCB): translate + the tooltip. + (set): ditto. + + * src/spellchecker.C (sigchldhandler): add an #ifndef USE_PSPELL + around some ispell code. + + * src/lyxcursor.[Ch]: add proper constructor, to avoid tons of + Unitialized Memory Read in purify. + + * lib/examples/nl_splash.lyx: update from Tino Meinen. + +2001-01-04 Dekel Tsur + + * src/frontends/xforms/FormDocument.C (FormDocument::build): + Disable class_->choice_doc_class and language_->choice_language to + allow using the class/language combox with keyboard. + +2001-01-08 Lars Gullik Bjønnes + + * src/support/snprintf.c (va_copy): only define va_copy if undefined + +2001-01-06 Lars Gullik Bjønnes + + * src/lyxvc.C (showLog): give the tempfile a mask + + * src/lyx_cb.C (AutoSave): five tempfile a mask, enter the failed + branch on !rename + + * src/support/filetools.C (IsDirWriteable): give the tempfile a + mask and unlink the tempfile after use. + +2001-01-04 Juergen Vigna + + * src/insets/insettabular.C (resetPos): an extra scroll, but we + really should redo all this scrolling code! + (TabularFeatures): unlock the_locking_inset before add/del rows/colums. + + * src/text.C (GetVisibleRow): check that y/h values are good otherwise + change them. + + * src/insets/insettabular.C (LocalDispatch): fixes to PASTESELECTION. + (pasteSelection): pay attention to multicolumn cells. + (calculate_dimensions_of_cells): forgot to reset maxAsc/Desc. + +2001-01-03 Jean-Marc Lasgouttes + + * src/mathed/math_panel.C (deco_cb): check the decoration index is + valid. + + * src/frontends/xforms/FormPreferences.C (feedback): apply + formatting to the translated string, not to the original one. + (printWarning): ditto. + + * src/gettext.C (_): translate empty string with empty string. + + * src/frontends/xforms/FormCopyright.C (build): use _() instead of + N_(). + + * NEWS: small update + + * UPGRADING: mention that tabular format has been changed. + +2001-01-03 Juergen Vigna + + * src/insets/insettabular.C (InsetButtonPress): look for button==2 + and do Clipboard Paste! + + * src/insets/insettext.C (SetText): added function. + + * src/insets/insettabular.C (LocalDispatch): Fixed LFUN_PASTE and + new LFUN_PASTESELECTION. + + * src/insets/insettext.C (draw): don't clear if top_x changes. + + * src/insets/insettabular.C (draw): clear only if the inset didn't + change in the draw routine. + + * src/insets/insettext.C (width): make the width dependant on the + textWidth too. + + * src/text.C (draw): comment out the UpdateInset call. + + * src/screen.C (DrawOneRow): + (DrawFromTo): check for bv->text->status not text->status. + + * src/insets/insettabular.C (calculate_dimensions_of_cells): calculate + dimensions of ascent-descent for the whole row. + + * src/insets/insettext.C (draw): check also for need_update == INIT. + +2001-01-03 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): add autogen.sh + +2001-01-03 Miyata Shigeru + + * development/OS2/quick_fix.patch: + * lib/configure.cmd: update OS/2 support files. + +2001-01-02 Juergen Vigna + + * src/insets/insettabular.C (pasteSelection): rewritten correctly. + + * src/tabular.C (TeXTopHLine): + (TeXBottomHLine): fixed Lars new code. + + * src/insets/insettext.C (LocalDispatch): added support for math_greek. + + * src/mathed/math_symbols.C (math_insert_greek): removed current_view + from this function and added a BufferView * parameter. + + * src/mathed/math_symbols.C (math_insert_symbol): ditto + +2000-12-31 Lars Gullik Bjønnes + + * src/version.h: set to pre3 + +2000-12-31 Lars Gullik Bjønnes + + * src/Makefile.am (lyx_SOURCES): added Floating.C + + * src/Floating.h: moved all the inlines to Floating.C + + * src/Floating.C: new file + +2000-12-29 Jean-Marc Lasgouttes + + * src/frontends/xforms/FormPreferences.C (feedback): fix + description of RC_PRINTCOPIESFLAG and RC_PRINTCOLLCOPIESFLAG. + +2000-12-29 Lars Gullik Bjønnes + + * src/support/FileInfo.h: move unistd.h to after sys/types.h and + sys/stat.h. + + * src/support/FileInfo.C: don't include sys/types. and sys/stat.h + + * src/mathed/math_inset.h: move LString.h to be included first + + * src/insets/insetfloat.C: adjust for change in private variable names + + * src/frontends/xforms/xform_helpers.h : don't include config.h + + * src/frontends/xforms/xform_helpers.C: adjust the order of + includes, some whitespace changes. + + * src/trans.C (Load): constify filename and res + + * src/text2.C (SetCounter): call Floating::name() + + * src/screen.C: change to not use owner from WorkArea, but from + text instead. + + * src/lyxfunc.C: adjust because of changes in Intl. + + * src/intl.h: make trans a object instead of pointer, inlucd + trans_mgr.h in this file. + (getTrans): return a reference to TransManager + + * src/intl.C: don't include trans_mgr.h here + modify calls to trans to work on object instead of on pointer + + * src/WorkArea.h: add using for Signal1 + comment out forward decl of BufferView. + add signal scrollCB + remove class variable owner_ and getter method for this. + + * src/WorkArea.C: don't include BufferView.h + (WorkArea): change to not take a BufferView.h, use signals + instead. + (scroll_cb): emit signal + + * src/LaTeXFeatures.C: include Floatlist.h + (getPackages): only load float.sty when needed + (getMacros): prepare for outputting the correct code to preamble. + + * src/Floating.h: make all variables private + rename to var_. + (Floating): default ctor + (Floating): complex ctor to set a complete Floating + (type): getter + (placement): getter + (name): getter + (builtin): getter + + * src/FloatList.C (FloatList): use Floating's constructor + (begin): new method + (end): ditto + (newFloat): call type() + (defaultPlacement): call placement() + (operator): new operator + + * src/BufferView_pimpl.C (Pimpl): modify call to WorkArea + (scrollUp): call pimpl's scrollCB + (scrollDown): ditto + (pasteClipboard): constify clip + + * src/BufferView2.C (insertLyXFile): constify fname, fi and c. + (insertErrors): constify desctext, errortext, msgtxt and errorrow + (open_new_inset): delete some commented code. + + * src/BufferView.[Ch] (enterView): comment out + (leaveView): ditto + (scrollCB): ditto + (workAreaMotionNotify): ditto + (workAreaButtonPress): ditto + (doubleClick): ditto + (tripleClick): ditto + (workAreaButtonRelease): ditto + (workAreaExpose): ditto + + * config/lyxinclude.m4 (cross_compiling): small stuff to be able + to compile with cvs gcc (2.97). + +2000-12-28 Dekel Tsur + + * lib/ui/default.ui: menu structure cleanup. + + * lib/languages: add description of entries. + +2000-12-27 Jean-Marc Lasgouttes + + * src/insets/ExternalTemplate.C (readTemplates): change debug + messages a bit. + (readTemplate): use lyxlex.printError to report read errors. + (readFormat): ditto. + + * src/insets/insetexternal.C (Read): suppress debug message when + not needed. + +2000-12-21 Dekel Tsur + + * src/insets/insetinclude.C (Ascii): New method. Currently + supports only verbatim input. + +2000-12-27 Jean-Marc Lasgouttes + + * lib/bind/fi_menus.bind: update from Pauli Virtanen. + +2000-12-22 Juergen Vigna + + * src/insets/insettabular.C (InsetButtonPress): do nothing if we + have a selection and button == 3. + (UpdateLocal): if what == INIT clear selection if existent! + (InsetButtonPress): don't activate the cell inset on button==3 + (Edit): ditto + (LocalDispatch): move curor up/down if exiting an inset which this + keys. + +2000-12-20 Juergen Vigna + + * src/mathed/formula.C (LocalDispatch): return UNDISPATCHED when + calling for the math-panel (do not unlock the math-inset if locked)! + + * src/text.C (GetVisibleRow): fixed drawing of depth lines inside + text-insets (with x-offset). + + * src/tabular.C (TeXCellPreamble): fixed wrong output of special + alignment of multicolumn-cells. + +2000-12-19 Juergen Vigna + + * src/lyxfunc.C (Dispatch): + * src/bufferview_funcs.C (changeDepth): implemented DEPTH functions + for insettext. + +2000-12-19 Lars Gullik Bjønnes + + * src/WorkArea.C (work_area_handler): simplify the key/keysym + handling for XForms 0.89, this might have rendered some cases + unusable. I have at least deadkeys, accent-xxx and KP_x working. + Please report proplems. + + * src/lyxfunc.C (processKeySym): make the self-insert handling + work as it should + +2000-12-18 Baruch Even + + * src/LaTeX.C (deplog): fix spelling errors + * src/text2.C (CutSelection): ditto + * src/lyxfunc.C (Dispatch): ditto + 2000-12-18 Lars Gullik Bjønnes + * lib/layouts/stdlayouts.inc: only allow align Center for Caption * src/mathed/math_inset.C (MathMatrixInset): initialize v_align and h_align in default init.