Forgotten Changelog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2001-10-19 15:42:23 +00:00
parent b08d44b58f
commit 4542287e42

View File

@ -1,3 +1,9 @@
2001-10-19 Juergen Vigna <jug@sad.it>
* inset.h: added method allowSpellcheck() so that insets who do
not have anything to spellcheck can tell and so they are over-jumped.
Implemented for InsetText and co.
2001-10-18 Juergen Vigna <jug@sad.it>
* inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).