2001-02-19 Angus Leeming * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx. 2001-02-17 Dekel Tsur * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding whether to run bibtex. 2001-02-16 Dekel Tsur * Makefile.am (lyx_SOURCES): Remove BackStack.h 2001-02-16 Lars Gullik Bjønnes * Makefile.am (lyx_SOURCES): removed bibforms.h * vspace.h: doxygen * text.C (GetVisibleRow): make several local vars const * tabular.C: small cleanup. * lyxserver.C (callback): use compare instead of strncmp * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass inlines to after class or to paragraph.C * lyxfont.h: remove friend operator!= * converter.h: move friend bool operator< to non friend and after class def. * combox.h: small cleanup * buffer.h: doxygen, remove unused constructor, move inclas inlies to inlines after class def. * buffer.C (pop_tag): use string operations instead of strcmp * bmtable.c: doxygen, small cleanup * LaTeX.h: remove friend operator== 2001-02-14 Lars Gullik Bjønnes * screen.C: * lyxrc.[Ch]: * lyxfunc.C: * lyxfont.[Ch]: * lyx_cb.C: * intl.[Ch]: * commandtags.h: * buffer.C: * WorkArea.[Ch]: * LyXAction.C: * BufferView_pimpl.C: * BufferView.[Ch]: remove cruft 2001-02-14 Juergen Vigna * lyxfunc.C: removed #if 0 unused code * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText. * BufferView_pimpl.C (update): set updatestatus of inset if needed. * text2.C (SetSelection): added a BufferView * parameter 2001-02-13 Juergen Vigna * lyxfunc.C (Dispatch): fixed protected blank problem. * BufferView2.C (protectedBlank): added LyxText * parameter. * tabular.C (AppendRow): forgot to set row_info of newly added row. (AppendColumn): same as above for column_info. * lyxfunc.C (Dispatch): supported some more functions in InsetText. (moveCursorUpdate): use a LyXText param for support of InsetText. * BufferView_pimpl.C (doubleClick): added support for InsetText. (tripleClick): ditto * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer. * BufferView_pimpl.C (update): added LyXText param to honor insets. * bufferview_funcs.C (ToggleAndShow): fixed for text in insets. * text2.C (SetSelection): set correct update status if inset_owner (ToggleFree): ditto 2001-02-12 Lars Gullik Bjønnes * tabular.C: remove some commented code. 2001-02-12 John Levon * BufferView_pimpl.C: call hideSplash() * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE * include_form.h: * bibforms.h: remove * lyxfunc.C: * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT, add LFUN_CHILD_CREATE * counters.h: fix tiny typo * lyx_cb.C: * lyx.h: * lyx_gui.C: * lyx.C: move splash to frontends/xforms/ * lyx_gui_misc.C: move Include and Bibform to frontends * lyxvc.h: clarify comment * vspace.C: tiny housekeeping 2001-02-10 Dekel Tsur * text.C (PrepareToPrint): RTL Fix. * paragraph.C (GetUChar): New method. (String): Use GetUChar. * buffer.C (asciiParagraph): Use GetUChar. 2001-02-09 Dekel Tsur * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables. 2001-02-09 John Levon * buffer.h: * buffer.C: rename to getLogName(), handle build log / latex log nicely 2001-02-09 Jean-Marc Lasgouttes * MenuBackend.C: * MenuBackend.h: remove support for reference menuitem type. 2001-02-07 John Levon * BufferView_pimpl.C: housekeeping * BufferView_pimpl.h: * LyXView.h: * Makefile.am: * Timeout.C: * Timeout.h: * minibuffer.h: move Timeout GUI-I 2001-02-07 Dekel Tsur * lyxrc.C (read): Update converters data-structures. 2001-02-07 Lars Gullik Bjønnes * LaTeX.h (operator!=): add operator != for Aux_Info 2001-02-06 John Levon * Makefile.am: remove LaTeXLog.C, log_form.[Ch] * LaTeXLog.C: deleted, useful code moved to Buffer * buffer.h: * buffer.C: new function getLatexLogName() * lyx_gui_misc.C: * lyx_gui.C: * lyxvc.C: * lyxvc.h: * lyxfunc.C: use frontends for LaTeX and VC logs 2001-02-06 Jean-Marc Lasgouttes * LaTeX.h: yet another std:: that Allan forgot. * Variables.C (set): renamed from isset(), because this clashes with some HP-UX macros (grr). 2001-02-06 Allan Rae * LaTeX.h: Another bug fix. Missing std:: this time. 2001-02-04 Allan Rae * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in floats problem. I've left it commented out because it's not quite correct. It should also test that the current object is a table or figure inset. But I haven't gotten around to figuring out how to do that. I *think* it'll be something like: "table" == inset.type() * LaTeX.h (operator==): Aux_Info should have a friend that returns a bool. 2001-02-02 Dekel Tsur * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns all the citation/databases/styles in the auxilary file. (run): Rerun latex if there was a babel language error. 2001-02-01 Dekel Tsur * text.C (Backspace): Preserve the font when changing newline char with a space. (BreakParagraph): If the cursor is before a space, delete the space. * lyx_cb.C (QuitLyX): Do not save files when running with no gui. 2001-01-31 Dekel Tsur * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a new argument (code). (ChangeCitationsIfUnique): New method. * paragraph.C (GetPositionOfInset): Handle bibkey. 2001-01-29 Jean-Marc Lasgouttes * BufferView_pimpl.h: change type of Position::par_pos to LyXParagraph::size_type. 2001-01-29 Dekel Tsur * BufferView_pimpl.C (savePosition, restorePosition): Write messages to minibuffer. 2001-01-28 José Matos * buffer.C (makeDocBookFile): adds support for document language. A silly restriction on the name of LatexCommand types where removed. Added support for CDATA sections, allows to chars unescaped, used among others in code, to avoid escape < and >. 2001-01-27 Dekel Tsur * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of saved positions instrad of a stack. Furthermore, a position is stored using paragraph id/paragraph position. * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO. Remove LFUN_REF_BACK. 2001-01-27 Dekel Tsur * converter.C (dvipdfm_options): New method. 2001-01-26 Dekel Tsur * vspace.C (isValidLength): Fix for empty input string. 2001-01-26 Jean-Marc Lasgouttes * LyXAction.C (init): change description of LFUN_FIGURE to "Insert Graphics" 2001-01-25 Jean-Marc Lasgouttes * LaTeX.C: add using directive 2001-01-24 Dekel Tsur * MenuBackend.C (expand): Fix the sorting of the formats. 2001-01-24 John Levon * lyx_main.C: tiny error message fix 2001-01-24 Jean-Marc Lasgouttes * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after calling fl_initialize(). This fixes the problem with ',' as decimal separator in text files. 2001-01-24 Dekel Tsur * trans.C (process): Fix the keymap bug. 2001-01-23 Dekel Tsur * LaTeX.C (scanAuxFiles): New method. Provides support for multiple bibliographies (when using the bibtopic/bibunits pacakges). (scanLogFile) Scan for "run BibTeX" messages. * buffer.C (makeLaTeXFile): Do not load the ae package when using OT1 font encoding. Also, load the aecompl package if the ae package is loaded. * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl). 2001-01-22 Jean-Marc Lasgouttes * texrow.C (increasePos): turn two error messages into debug messages. 2001-01-20 Dekel Tsur * LaTeX.C (scanAux): Handle the \@input macro. (runBibTeX): Use scanAux(). * language.C (latex_options_): New field. * LaTeXFeatures.C (getMacros): Add language macros. * buffer.C (makeLaTeXFile): Small fix. 2001-01-19 Jean-Marc Lasgouttes * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT * text2.C: add a using directive. 2000-01-17 John Levon * BufferView2.C: * lyx_gui_misc.h: * lyxfr1.C: * lyxfunc.C: kill LyXBell. 2001-01-17 Dekel Tsur * text.C (IsBoundary): Remove the error message * WorkArea.C (work_area_handler): Decrease keyboard purge threshold. * lyxrc.C (setDefaults): Correct initialization value for font_norm_type. 2001-01-15 Dekel Tsur * BufferView2.C (gotoInset): New method. Replaces gotoNote() and gotoError(). * text2.C (GotoNextInset): New method. Replaces GotoNextError() and GotoNextNote(). * src/LyXAction.C: Added reference-next. * text.C (InsertChar): Use contains instead of strchr. * lyx_cb.C (MenuInsertLabel): Enable default value code. 2001-01-13 Dekel Tsur * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph alignment commands (when needed). * text.C (InsertChar): Add ':' to number separator chars.