ws chanes only

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6313 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2003-03-02 12:16:00 +00:00
parent dd5454171d
commit 1583baeb34
8 changed files with 82 additions and 72 deletions

View File

@ -1,3 +1,13 @@
2003-03-02 Lars Gullik Bjønnes <larsbj@gullik.net>
* buffer.C: ws changes
* BufferView_pimpl.C: ditto
* author.C: ditto
* buffer.h: ditto
* bufferlist.h: ditto
* changes.h: ditto
* lyxfunc.C: ditto
2003-02-28 Alfredo Braunstein <abraunst@libero.it>
* converter.[Ch]: split into itself +

View File

@ -57,7 +57,7 @@ int AuthorList::record(Author const & a)
for (; it != itend; ++it) {
if (it->second == a)
return it->first;
}
}
lyxerr[Debug::CHANGES] << "Adding author " << a << endl;

View File

@ -1370,7 +1370,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
data = InsetERTMailer::params2string(name,
InsetERT::Open);
}
owner->getDialogs().show(name, data, 0);
owner->getDialogs().show(name, data, 0);
}
break;
@ -1423,7 +1423,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
break;
case LFUN_DIALOG_DISCONNECT_INSET:
owner->getDialogs().disconnect(argument);
owner->getDialogs().disconnect(argument);
break;
case LFUN_CHILDOPEN: