X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=3592af24066b23cdd6717cec80bb41d89becae5e;hb=cb86c2c1d0f48de65de4ce23efb8e67b0941868a;hp=51aec6e64e21136f8e1041c93d78c5424b752ddd;hpb=922ed31d7aff55d7ea764ec89aa1d9fd77c53261;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 51aec6e64e..3592af2406 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,182 @@ +2001-11-15 Lars Gullik Bjønnes + + * text.C: change the order of the includes. + (workWidth): initialize it at once. + (workWidth): make maxw unsigned + (setHeightOfRow): remove unused variable (inset) + (selectSelectedWord): remove unused variable (inset) + (paintRowText): fix drawing of hfill characters, and clean up a bit. + +2001-11-14 Jean-Marc Lasgouttes + + * lyxserver.C (emergencyCleanup): do not try to close pipes if + server is not running. + (openConnection): + (closeConnection): add debug info when server is disabled. + + * ColorHandler.C (getGCForeground): send debug message to GUI + channel. + + * lyxrc.C: do not include lyxserver.h and tex-strings.h. + + * kbmap.C (bind): modify because return conventions of + kb_sequence::parse have changed. + + * kbsequence.C (parse): only ignore spaces and not any stupid + control character. This avoids tests like s[i] <= ' ', which are + guaranteed to fail with 8bit characters and signed chars. + Change return code to string::npos when there have been no error + (0 was a bad idea when error is at first character) + +2001-11-13 Jean-Marc Lasgouttes + + * text.C (selectNextWordToSpellcheck): do not test explicitely for + insets which are part of a word. Paragraph::isLetter takes care of + that now. Use Paragraph::isInset to identify insets. + (selectSelectedWord): do not test for hyphenation break. + + * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so + that protected spaces are considered as spaces. + + * paragraph.C (isLetter): cleanup the code for ispell extras; use + Inset::isLetter. + +2001-11-12 John Levon + + * lyxserver.h: + * lyxserver.C: fix it. and small cleanup. + +2001-11-07 John Levon + + * BufferView_pimpl.C: use inline helpers + + * LaTeXFeatures.h: + * LaTeXFeatures.C: fix typos + + * Spacing.h: + * Spacing.C: move spacing_string into class + + * ToolbarDefaults.C: move stuff into namespace anon + + * layout.h: update enum + + * lyxfunc.C: use better debug + + * minibuffer.h: fix typo + + * debug.h: + * debug.C: + * WorkArea.C: add and use Debug::WORKAREA + + * lyxtext.h: + * text.C: + * text2.C: code re-organisation, inline helpers + +2001-11-09 Michael A. Koziarski + + * Layout.C: replaced a few cases of std::vector.size() == 0 with + std::vector.empty(). + +2001-11-09 Allan Rae + + * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about + '\n's after tables. Tabular and ERT inset work now makes this no + longer necessary. + +2001-11-07 John Levon + + * minibuffer.h: + * minibuffer.C: fix crash, improve drop-down completion + +2001-11-06 John Levon + + * lyxserver.h: + * lyxserver.C: invalidate fd's when doing endPipe() + +2001-11-08 José Matos + + * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break. + (simpleDocBookOnePar): removed code made obsolete by the new inset code. + + * paragraph.h: + * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar. + +2001-11-07 José Matos + + * buffer.h: + * buffer.C (sgmlError): linuxDocError renamed, and made public, added + const qualifier. + + * buffer.C (sgmlOpenTag): + * buffer.C (sgmlCloseTag): removed debug info. + + * buffer.h (sgmlOpenTag): + * buffer.h (sgmlCloseTag): made public. + +2001-11-07 Jean-Marc Lasgouttes + + * buffer.C (saveParamsAsDefaults): + * lyx_cb.C (MenuLayoutSave): remove + + * LyXAction.C (init): + * commandtags.h: + * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT. + +2001-11-06 Jean-Marc Lasgouttes + + * buffer.C (setPaperStuff): removed from here... + + * bufferparams.C (setPaperStuff): ... and moved there. + +2001-11-03 John Levon + + * minibuffer.h: + * minibuffer.C: + * XFormsView.C: add support for drop-down completion + +2001-11-03 Dekel Tsur + + * paragraph.C (TeXOnePar): Correct placement of \selectlanguage + commands. + +2001-10-31 Jean-Marc Lasgouttes + + * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is + disabled. + +2001-10-30 John Levon + + * lyx_main.C: change ref to known bugs + +2001-10-30 Kayvan A. Sylvan + + * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead + to work around older babel problems. + +2001-10-28 Kayvan A. Sylvan + + * LaTeXFeatures.[hC]: Now uses skak.sty for chess material. + +2001-10-24 Juergen Vigna + + * tabular-old.C (ReadOld): below variable changes reflected. + + * tabular.[Ch]: added ltType struct for longtable header/footer + defines and changed all instances where they are used. Added + future support for double top/bottom rows. + +2001-10-24 José Matos + + * buffer.h (docbookHandleCaption): + * buffer.C (docbookHandleCaption): removed unused function. + (makeDocBookFile): moved docbook supported version to v4.1. + +2001-10-24 José Matos + + * tabular.h: + * tabular.C (docbookRow): new function to export docbook code of a row. + (DocBook): now honors the longtable flags. + 2001-10-23 José Matos * LaTeXFeatures.h: