some fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-12-20 03:23:18 +00:00
parent cf591f40ca
commit a481b6eb9b
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2002-12-20 John Levon <levon@movementarian.org>
* NEWS: small updates
2002-12-19 John Levon <levon@movementarian.org> 2002-12-19 John Levon <levon@movementarian.org>
* config/qt.m4: fix so lib is placed correctly. IRIX * config/qt.m4: fix so lib is placed correctly. IRIX

17
NEWS
View File

@ -11,13 +11,9 @@ announce that version 1.3.0 shows the first results of this.
** Qt frontend ** Qt frontend
This is of course the most visible new feature. This frontend supports This is of course the most visible new feature. This frontend supports
either Qt 2.x or 3.0.x and is mostly feature complete. The dialogs are either Qt 2.x or 3.0.x and is mostly feature complete. Note that some
not copies of those of xforms, but that some different design choices of the dialogs are slightly different in design, but are generally
have been made. functionally equivalent.
There are a few caveats though:
- John???
** Xforms frontend ** Xforms frontend
@ -45,7 +41,7 @@ feedback makes it easy to see why LyX won't allow you to Apply your changes.
Unfortunately, the development of the Gnome frontend has mostly Unfortunately, the development of the Gnome frontend has mostly
stopped recently and we have therefore chosen to disable it. We stopped recently and we have therefore chosen to disable it. We
strongly invite anyone willing to revive this port to volunteer on the strongly invite anyone willing to revive this port to volunteer on the
developpers list. developer's list.
** Instant preview ** Instant preview
@ -102,6 +98,11 @@ to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
of wrapping a text around an image which was present in 1.1.6 and of wrapping a text around an image which was present in 1.1.6 and
removed in 1.2.0 removed in 1.2.0
- If you configure with --with-pspell (which uses the PSpell library for
spellchecking), you will be able to automatically spell-check
multi-language documents, assuming you have the right dictionaries
installed.
What's new in version 1.2.2? What's new in version 1.2.2?
---------------------------- ----------------------------