X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c6dcec634113ed83a21cfa73c13626b5c25fce8f;hb=fcb37cc69357d839ede582145c0538886d040e70;hp=94a3ad03192d59d5ed805decaafeaa1b035d089c;hpb=a4eb2c3040079891005a3da6841d514415221890;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 94a3ad0319..c6dcec6341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2001-11-29 Ben Stanley + + * src/LaTeX.C + * src/LaTeX.h Fixed bug in LaTeX class where it would not + re-run latex if no depfiles were changed, but the .dvi was removed. + +2001-11-28 John Levon + + * README: fix ghostscript comment + +2001-11-12 Jean-Marc Lasgouttes + + * INSTALL: document change in --prefix behaviour. + + * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in + autoconf 2.5[012]. + +2001-10-31 Jean-Marc Lasgouttes + + * configure.in: check also for locale.h, so that things work out + correctly with --disable-nls + +2001-10-30 John Levon + + * README: + * lyx.man: change ref to known bugs + +2001-10-03 Jean-Marc Lasgouttes + + * configure.in: set version here and not in version.h. + Generate version.C instead of version_info.h + +2001-09-25 Jean-Marc Lasgouttes + + * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE + for VERSION_INFO + +2001-09-12 Jean-Marc Lasgouttes + + * configure.in: do not set FRONTENDS to "xforms" when frontend is + xforms; fix the use of "cat < * lyxinclude.m4: