X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c6dcec634113ed83a21cfa73c13626b5c25fce8f;hb=2296f138e7a772d5209d7cb70f2e444e2c5a74b3;hp=b73c5e0f1d212a684efe5e4cdff2943af14c3bc4;hpb=c4b2613c6b791a087affa244ef3bcf965246a347;p=lyx.git diff --git a/ChangeLog b/ChangeLog index b73c5e0f1d..c6dcec6341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +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: + * configure.in: add VERSION_INFO to config.h + (from a first proposal by Rob Lahaye) + +2001-09-08 Rob Lahaye + + * lyx.man: add -version commandline flag + +2001-08-19 John Levon + + * configure.in: output new qt2 makefiles + +2001-07-31 John Levon + + * configure.in: don't use -lbz2 if we don't need it + +2001-07-30 John Levon + + * COPYING: use standard spiel for xforms + +2001-07-30 John Levon + + * configure.in: add --without-aiksaurus, always + subst AIKSAURUS_LIBS + +2001-07-26 John Levon + + * NEWS: + * INSTALL: + * configure.in: add libAikSaurus + +2001-07-25 Jean-Marc Lasgouttes + + * NEWS: update again. + + * configure.in: move --enable-assertions a bit higher. + move the setup of libtool a bit later. + +2001-07-23 John Levon + + * INSTALL: document --disable-optimization + +2001-07-25 Lars Gullik Bjønnes + + * Makefile.am (EXTRA_DIST): add sourcedoc + (doxydoc): renamed from sourcedoc to avoid conflicts. + +2001-07-23 Jean-Marc Lasgouttes + + * NEWS: updated for 1.2.0 + 2001-07-19 Jean-Marc Lasgouttes * configure.in: remove extra action for AC_OUTPUT (not needed