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.