This is patch-1.1.4fix2, which is the second maintenance patch against
LyX 1.1.4.  Note that you should apply patch-1.1.4fix1 before
1.1.4fix2.

The purpose of these maintenance releases is to backport the small
bugs found during development in the latest stable release. All of the
fixes provided here have already been applied to our main cvs tree.
Do not let the size of this patch fool you: all the changes are
simple/trivial
fixes. The size of the patch cames from the configure script, which
has been
re-generated.

Since the changes in the configure script trigger some automake magic,
do the following to apply the patch

cd lyx-1.1.4pre1
make distclean
zcat patch-1.1.4fix2.gz | patch -p1
touch Makefile.in */Makefile.in src/config.h.in

Then rebuild LyX as usual.

For all questions related to this patch, mail to
[EMAIL PROTECTED]

This patch fixes the following problems in LyX 1.1.4fix1 (these are in
fact bugs of LyX 1.1.4 which were not fixed by the 1.1.4fix1 patch):

 - fix build problems on some architectures ('fl_gc' symbol not found)
 - fix warnings about missing return type in X headers for some
   gcc/egcs versions.
 - fix parsing of LaTeX log files, where some errors got unnoticed.
 - add support for textclasses with more than 128 layouts (yes some
   people do that!)
 - fix bug with filenames containing more that one "." (for example,
   a.b.lyx was exported to a.ps).
 - fix partly bug with bibtex files located in the directory of the
   document (now using an absolute path works).
 - fix bug in math editor, where greek letters (and some other
   symbols) had too much spacing around them.
 - remove function buffer-previous from binding files, since it is not
   implemented.


Thanks to Jean-Marc for providing this.

the patch can be found at 

ftp://ftp.lyx.org/pub/lyx/patch-1.1.4fix2.gz
ftp://ftp.devel.lyx.org/pub/lyx/patch-1.1.4fix2.gz

        Lgb

Reply via email to