2001-03-01 15:57:10 +00:00
|
|
|
|
2001-02-23 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
|
|
|
|
|
|
|
|
|
|
* stl_string_fwd.h: add comment
|
|
|
|
|
|
|
|
|
|
* lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
|
|
|
|
|
|
|
|
|
|
* tabular.h:
|
|
|
|
|
* tabular.C: remove unused DocBook methods
|
|
|
|
|
|
|
|
|
|
* intl.C:
|
|
|
|
|
* language.C:
|
|
|
|
|
* paragraph.C:
|
|
|
|
|
* buffer.C:
|
|
|
|
|
killed DO_USE_DEFAULT_LANGUAGE
|
|
|
|
|
|
2001-03-01 15:03:52 +00:00
|
|
|
|
2001-03-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
2001-03-01 15:57:10 +00:00
|
|
|
|
* lyx_gui.C: do not include language.h.
|
|
|
|
|
|
2001-03-01 15:03:52 +00:00
|
|
|
|
* bufferview_funcs.C (ToggleAndShow): do not provide optional
|
|
|
|
|
arguments in function implementation.
|
|
|
|
|
|
2001-02-28 11:56:36 +00:00
|
|
|
|
2001-02-28 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.C: add <ctime>
|
|
|
|
|
|
2001-02-27 11:26:18 +00:00
|
|
|
|
2001-02-27 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.C: add using std::find_if
|
|
|
|
|
|
2001-02-27 08:05:40 +00:00
|
|
|
|
2001-02-27 Jos<6F> Matos <jamatos@fep.up.pt>
|
|
|
|
|
|
|
|
|
|
* LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
|
|
|
|
|
by OnlyPath.
|
|
|
|
|
|
|
|
|
|
2001-02-11 Jos<6F> Matos <jamatos@fep.up.pt>
|
|
|
|
|
|
|
|
|
|
* buffer.C (makeDocBookFile): command styles now have a parameter as
|
|
|
|
|
"title" by default.
|
|
|
|
|
|
2001-02-26 15:17:19 +00:00
|
|
|
|
2001-02-23 Edwin Leuven <leuven@fee.uva.nl>
|
|
|
|
|
|
|
|
|
|
* layout_forms.[Ch]: removed
|
|
|
|
|
* lyx_cb.[Ch]: out character
|
|
|
|
|
* lyx_gui.C: out character
|
|
|
|
|
* lyx_gui_misc.C: out character
|
|
|
|
|
* bufferview_funcs.C: : out character,
|
|
|
|
|
added toggleall as parameter in ToggleAndShow
|
|
|
|
|
|
2001-02-26 10:50:03 +00:00
|
|
|
|
2001-02-26 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-02-26 11:18:42 +00:00
|
|
|
|
* lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
|
|
|
|
|
|
2001-02-26 10:50:03 +00:00
|
|
|
|
* text2.C (SetCurrentFont): Disable number property at boundary.
|
|
|
|
|
|
2001-02-26 10:32:45 +00:00
|
|
|
|
2001-02-26 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* lyxfunc.C (getStatus): added a string argument override function so
|
|
|
|
|
that this is correctly called from LyXFunc::Dispatch if it contains a
|
|
|
|
|
do_not_use_argument which is used!
|
|
|
|
|
(Dispatch): added check for "custom" export and call appropriate func.
|
|
|
|
|
|
2001-02-25 10:22:54 +00:00
|
|
|
|
2001-02-23 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* lyxrc.C: Add language_command_local, language_use_babel and
|
|
|
|
|
language_global_options.
|
|
|
|
|
|
|
|
|
|
* lyxfont.C (latexWriteStartChanges): Use language_command_local.
|
|
|
|
|
|
|
|
|
|
* buffer.C (makeLaTeXFile): Use language_use_babel and
|
|
|
|
|
language_global_options.
|
|
|
|
|
|
2001-02-23 16:10:03 +00:00
|
|
|
|
2001-02-23 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* lyxfunc.C (Dispatch): removed the whole part of the switch statement
|
|
|
|
|
which works with LyXText and putted it inside BufferView. Here now we
|
|
|
|
|
only call for that part the BufferView::Dispatch() function.
|
|
|
|
|
|
|
|
|
|
* BufferView.C (Dispatch): added.
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
|
|
|
|
|
functions which needs to use a LyXText over from LyXFunc.
|
|
|
|
|
(MenuInsertLyXFile): added
|
|
|
|
|
(getInsetByCode): added
|
|
|
|
|
(moveCursorUpdate): added
|
|
|
|
|
(static TEXT): added
|
|
|
|
|
|
2001-02-22 14:33:08 +00:00
|
|
|
|
2001-02-22 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.C (update): call a status update to see if LyXText
|
|
|
|
|
needs it.
|
|
|
|
|
|
2001-02-26 13:19:12 +00:00
|
|
|
|
2001-02-20 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
|
|
|
|
* vc-backend.C (revert): implement for CVS
|
|
|
|
|
(getLog): implement for CVS
|
|
|
|
|
|
2001-02-22 14:09:20 +00:00
|
|
|
|
2001-02-20 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* text2.C (ClearSelection): added BufferView param for inset_owner call
|
|
|
|
|
|
|
|
|
|
* lyxfunc.C (TEXT): added this function and use it instead of
|
|
|
|
|
directly owner->view()-text of getLyXText().
|
|
|
|
|
|
2001-02-20 13:34:05 +00:00
|
|
|
|
2001-02-20 Edwin Leuven <leuven@fee.uva.nl>
|
|
|
|
|
|
|
|
|
|
* src/layout_forms.C: out preamble
|
|
|
|
|
* src/layout_forms.h: out preamble
|
|
|
|
|
* src/lyx_cb.C: out preamble
|
|
|
|
|
* src/lyx_cb.h: out preamble
|
|
|
|
|
* src/lyx_gui.C: out preamble
|
|
|
|
|
* src/lyx_gui_misc.C: out preamble
|
|
|
|
|
* src/lyxfunc.C: connect with guii preamble
|
|
|
|
|
|
2001-02-19 16:01:31 +00:00
|
|
|
|
2001-02-19 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
|
|
|
|
|
|
2001-02-16 22:37:02 +00:00
|
|
|
|
2001-02-17 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
|
|
|
|
|
whether to run bibtex.
|
|
|
|
|
|
|
|
|
|
2001-02-16 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (lyx_SOURCES): Remove BackStack.h
|
|
|
|
|
|
2001-02-16 09:25:43 +00:00
|
|
|
|
2001-02-16 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
2001-02-16 09:26:52 +00:00
|
|
|
|
* Makefile.am (lyx_SOURCES): removed bibforms.h
|
|
|
|
|
|
2001-02-16 09:25:43 +00:00
|
|
|
|
* 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 19:22:41 +00:00
|
|
|
|
2001-02-14 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* 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 10:11:22 +00:00
|
|
|
|
2001-02-14 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
2001-02-14 13:22:33 +00:00
|
|
|
|
* lyxfunc.C: removed #if 0 unused code
|
|
|
|
|
|
2001-02-14 10:11:22 +00:00
|
|
|
|
* 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-14 08:38:21 +00:00
|
|
|
|
2001-02-13 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* 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 16:41:27 +00:00
|
|
|
|
2001-02-12 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* tabular.C: remove some commented code.
|
|
|
|
|
|
2001-02-12 14:09:09 +00:00
|
|
|
|
2001-02-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* 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-11 09:58:20 +00:00
|
|
|
|
2001-02-10 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* text.C (PrepareToPrint): RTL Fix.
|
|
|
|
|
|
|
|
|
|
* paragraph.C (GetUChar): New method.
|
|
|
|
|
(String): Use GetUChar.
|
|
|
|
|
|
|
|
|
|
* buffer.C (asciiParagraph): Use GetUChar.
|
|
|
|
|
|
2001-02-09 20:45:31 +00:00
|
|
|
|
2001-02-09 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
|
|
|
|
|
|
2001-02-09 15:54:30 +00:00
|
|
|
|
2001-02-09 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* buffer.h:
|
|
|
|
|
* buffer.C: rename to getLogName(), handle
|
|
|
|
|
build log / latex log nicely
|
|
|
|
|
|
|
|
|
|
2001-02-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* MenuBackend.C:
|
|
|
|
|
* MenuBackend.h: remove support for reference menuitem type.
|
|
|
|
|
|
2001-02-07 16:44:49 +00:00
|
|
|
|
2001-02-07 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.C: housekeeping
|
|
|
|
|
* BufferView_pimpl.h:
|
|
|
|
|
* LyXView.h:
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* Timeout.C:
|
|
|
|
|
* Timeout.h:
|
|
|
|
|
* minibuffer.h: move Timeout GUI-I
|
|
|
|
|
|
2001-02-07 15:26:33 +00:00
|
|
|
|
2001-02-07 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* lyxrc.C (read): Update converters data-structures.
|
|
|
|
|
|
2001-02-07 14:01:31 +00:00
|
|
|
|
2001-02-07 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* LaTeX.h (operator!=): add operator != for Aux_Info
|
|
|
|
|
|
2001-02-06 17:41:42 +00:00
|
|
|
|
2001-02-06 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* 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 15:17:11 +00:00
|
|
|
|
2001-02-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* 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 05:11:50 +00:00
|
|
|
|
2001-02-06 Allan Rae <rae@lyx.org>
|
|
|
|
|
|
|
|
|
|
* LaTeX.h: Another bug fix. Missing std:: this time.
|
|
|
|
|
|
2001-02-04 07:01:49 +00:00
|
|
|
|
2001-02-04 Allan Rae <rae@lyx.org>
|
|
|
|
|
|
|
|
|
|
* 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-03 12:27:21 +00:00
|
|
|
|
2001-02-02 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* 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 17:37:09 +00:00
|
|
|
|
2001-02-01 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-02-01 21:32:14 +00:00
|
|
|
|
* text.C (Backspace): Preserve the font when changing newline char
|
|
|
|
|
with a space.
|
|
|
|
|
(BreakParagraph): If the cursor is before a space, delete the space.
|
|
|
|
|
|
2001-02-01 17:37:09 +00:00
|
|
|
|
* lyx_cb.C (QuitLyX): Do not save files when running with no gui.
|
|
|
|
|
|
2001-01-31 11:46:13 +00:00
|
|
|
|
2001-01-31 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-31 20:39:53 +00:00
|
|
|
|
* BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
|
|
|
|
|
new argument (code).
|
|
|
|
|
(ChangeCitationsIfUnique): New method.
|
|
|
|
|
|
2001-01-31 11:46:13 +00:00
|
|
|
|
* paragraph.C (GetPositionOfInset): Handle bibkey.
|
|
|
|
|
|
2001-01-29 17:45:29 +00:00
|
|
|
|
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.h: change type of Position::par_pos to
|
|
|
|
|
LyXParagraph::size_type.
|
|
|
|
|
|
2001-01-29 10:24:16 +00:00
|
|
|
|
2001-01-29 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* BufferView_pimpl.C (savePosition, restorePosition): Write
|
|
|
|
|
messages to minibuffer.
|
|
|
|
|
|
2001-01-28 21:54:15 +00:00
|
|
|
|
2001-01-28 Jos<6F> Matos <jamatos@fep.up.pt>
|
|
|
|
|
|
|
|
|
|
* buffer.C (makeDocBookFile): adds support for document language.
|
|
|
|
|
A silly restriction on the name of LatexCommand types where removed.
|
2001-01-29 17:45:29 +00:00
|
|
|
|
Added support for CDATA sections, allows to chars unescaped, used
|
2001-01-28 21:54:15 +00:00
|
|
|
|
among others in code, to avoid escape < and >.
|
|
|
|
|
|
2001-01-28 18:31:36 +00:00
|
|
|
|
2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* 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-28 16:52:27 +00:00
|
|
|
|
2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* converter.C (dvipdfm_options): New method.
|
|
|
|
|
|
2001-01-26 17:24:09 +00:00
|
|
|
|
2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* vspace.C (isValidLength): Fix for empty input string.
|
|
|
|
|
|
2001-01-26 11:14:58 +00:00
|
|
|
|
2001-01-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* LyXAction.C (init): change description of LFUN_FIGURE to
|
|
|
|
|
"Insert Graphics"
|
|
|
|
|
|
2001-01-25 15:52:33 +00:00
|
|
|
|
2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* LaTeX.C: add using directive
|
|
|
|
|
|
2001-01-24 15:33:06 +00:00
|
|
|
|
2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* MenuBackend.C (expand): Fix the sorting of the formats.
|
|
|
|
|
|
2001-01-24 13:52:04 +00:00
|
|
|
|
2001-01-24 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* lyx_main.C: tiny error message fix
|
|
|
|
|
|
2001-01-24 11:08:32 +00:00
|
|
|
|
2001-01-24 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* 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-23 23:20:27 +00:00
|
|
|
|
2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* trans.C (process): Fix the keymap bug.
|
|
|
|
|
|
2001-01-23 12:53:05 +00:00
|
|
|
|
2001-01-23 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-23 22:27:08 +00:00
|
|
|
|
* LaTeX.C (scanAuxFiles): New method. Provides support for
|
|
|
|
|
multiple bibliographies (when using the bibtopic/bibunits pacakges).
|
|
|
|
|
(scanLogFile) Scan for "run BibTeX" messages.
|
|
|
|
|
|
2001-01-23 12:53:05 +00:00
|
|
|
|
* 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 16:10:19 +00:00
|
|
|
|
2001-01-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* texrow.C (increasePos): turn two error messages into debug
|
|
|
|
|
messages.
|
|
|
|
|
|
2001-01-20 14:16:01 +00:00
|
|
|
|
2001-01-20 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-20 17:31:07 +00:00
|
|
|
|
* LaTeX.C (scanAux): Handle the \@input macro.
|
|
|
|
|
(runBibTeX): Use scanAux().
|
|
|
|
|
|
2001-01-20 14:16:01 +00:00
|
|
|
|
* language.C (latex_options_): New field.
|
|
|
|
|
|
|
|
|
|
* LaTeXFeatures.C (getMacros): Add language macros.
|
|
|
|
|
|
|
|
|
|
* buffer.C (makeLaTeXFile): Small fix.
|
|
|
|
|
|
2001-01-19 15:31:40 +00:00
|
|
|
|
2001-01-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
|
|
|
|
|
|
|
|
|
|
* text2.C: add a using directive.
|
|
|
|
|
|
2001-01-17 17:33:22 +00:00
|
|
|
|
2000-01-17 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* BufferView2.C:
|
|
|
|
|
* lyx_gui_misc.h:
|
|
|
|
|
* lyxfr1.C:
|
|
|
|
|
* lyxfunc.C: kill LyXBell.
|
|
|
|
|
|
2001-01-17 14:42:33 +00:00
|
|
|
|
2001-01-17 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-17 19:00:12 +00:00
|
|
|
|
* text.C (IsBoundary): Remove the error message
|
|
|
|
|
|
|
|
|
|
* WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
|
2001-01-17 16:23:43 +00:00
|
|
|
|
|
2001-01-17 14:42:33 +00:00
|
|
|
|
* lyxrc.C (setDefaults): Correct initialization value for
|
|
|
|
|
font_norm_type.
|
|
|
|
|
|
2001-01-15 13:31:25 +00:00
|
|
|
|
2001-01-15 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-15 18:54:31 +00:00
|
|
|
|
* BufferView2.C (gotoInset): New method. Replaces gotoNote() and
|
|
|
|
|
gotoError().
|
|
|
|
|
|
|
|
|
|
* text2.C (GotoNextInset): New method. Replaces GotoNextError()
|
|
|
|
|
and GotoNextNote().
|
|
|
|
|
|
|
|
|
|
* src/LyXAction.C: Added reference-next.
|
|
|
|
|
|
2001-01-15 14:05:45 +00:00
|
|
|
|
* text.C (InsertChar): Use contains instead of strchr.
|
|
|
|
|
|
2001-01-15 13:31:25 +00:00
|
|
|
|
* lyx_cb.C (MenuInsertLabel): Enable default value code.
|
|
|
|
|
|
2001-01-13 20:24:02 +00:00
|
|
|
|
2001-01-13 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-13 20:32:10 +00:00
|
|
|
|
* paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
|
|
|
|
|
alignment commands (when needed).
|
|
|
|
|
|
2001-01-13 20:24:02 +00:00
|
|
|
|
* text.C (InsertChar): Add ':' to number separator chars.
|