X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d8fd6eaafdebe609e968ee518d2a99f24ad26130;hb=fad0e4343a492b4f5a86ce71664a97e119ca2b0b;hp=55ac0df4918aba4751d02d1ab2d9a5eb1b10ee12;hpb=8dcf6d7871fe8ac3ef2a202cbb727865ba391efc;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 55ac0df491..d8fd6eaafd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,229 @@ +2003-01-14 Lars Gullik Bjønnes + + * Makefile.am (rpmdist): use rpmbuild + +2002-12-26 Jean-Marc Lasgouttes + + * lyx.man: update to mention Qt frontend, remove old information + about OS/2 and other tweaks + + * NEWS: clarify statement about TeX fonts + +2002-12-23 Jean-Marc Lasgouttes + + * autogen.sh (autoversion): add autoconf 2.54 to supported versions + +2002-12-20 John Levon + + * NEWS: small updates + +2002-12-19 John Levon + + * config/qt.m4: fix so lib is placed correctly. IRIX + whines at us + +2002-12-19 Jean-Marc Lasgouttes + + * NEWS: update + +2002-12-18 Lars Gullik Bjønnes + + * Makefile.am: sourcdoc as firstclass citizen + + * sourcedoc/Makefile.am: new file + +2002-11-25 Jean-Marc Lasgouttes + + * autogen.sh: add support for EXTRA_ACINCLUDE_FILES. + +2001-09-08 Rob Lahaye + + * autogen.sh: set autotool commands at top of the file; + improve GNU m4 test; be more verbose on autotools version. + +2002-10-09 Jean-Marc Lasgouttes + + * autogen.sh: fix test that says whether m4 has been found + +2002-09-30 Angus Leeming + + * INSTALL: update notes on compilation with Compaq cxx. + +2002-09-12 John Levon + + * autogen.sh: new Qt configure script + +2002-09-10 Jean-Marc Lasgouttes + + * autogen.sh: accept autoconf 2.52 too; remove unneeded files + depending on autoconf version + +2002-08-08 Lars Gullik Bjønnes + + * .cvsignore: change acconfig.m4 to acconfig.h + + * autogen.sh (AUTOCONF): remove warning args on autoheader and + autoconf + +2002-08-08 Lars Gullik Bjønnes + + * autogen.sh (autoversion): add handling of different autoconf + versions. + + * .cvsignore: add acconfig.m4, autom4te-2.53.cache, configure.in + and configure.ac + + * acconfig.m4: move from here... + * config/acconfig.m4 ...to here + + * configure.in: more from here... + * config/configure.in: ...to here + +2002-07-30 André Poenitz + + * INSTALL: fix location of GNU gettext package + +2002-07-23 Jean-Marc Lasgouttes + + * UPGRADING: update to mention math lfuns changes + +2002-07-20 Jean-Marc Lasgouttes + + * configure.in: yet another try at the same thing + +2002-07-18 Jean-Marc Lasgouttes + + * configure.in: try (again) to fix EOF handling in VERSION_INFO + +2002-07-17 Jean-Marc Lasgouttes + + * acconfig.h: do not include broken_headers.h; remove descriptions + of HAVE_LIBSM and XPM_H_LOCATION + + * INSTALL: remove documentation for --with-broken-headers and + --with-liberty + + * configure.in: do not invoke LYX_SCO, LYX_HPUX, LYX_SUNOS4, + AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_RDEV; + remove --with-broken-headers option; do not test for strerror and + atexit + (VERSION_INFO): add EOF at the end + +2002-07-14 John Levon + + * configure.in: remove xforms from qt + +2002-07-04 Kayvan A. Sylvan + + * configure.in (LYX_USE_FRONTEND): The order of libraries is + now dependant on the $host variable. + +2002-07-06 Adrien Rebollo + + * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal + and autoheader to test if they are present. + +2002-07-03 Jean-Marc Lasgouttes + + * INSTALL: document --enable-debug + +2002-07-01 Kayvan A. Sylvan + + * configure.in (LYX_USE_FRONTEND): Change order of libraries for + Cygwin. + +2002-07-01 Jean-Marc Lasgouttes + + * configure.in (VERSION_INFO): use $host instead of $host_alias + for the host type. + +2002-06-17 Angus Leeming + + * INSTALL: how to compile with Compaq cxx on Tru64 Unix. + +2002-06-12 Angus Leeming + + * configure.in: add xforms/forms/*.lo to the xforms version of + FRONTEND_GUILIB. + +2002-06-12 Angus Leeming + + * configure.in: remove LYX_STL_STRING_FWD. + +2002-06-11 John Levon + + * INSTALL: + * configure.in: remove attempt to link against libiberty. It + is morally wrong, and potentially dangerous. + +2002-06-07 Jean-Marc Lasgouttes + + * configure.in: move the test for xpm/xforms out of the frontends + case, to avoid code duplication + +2002-06-06 Jean-Marc Lasgouttes + + * acconfig.h: remove FORMS_IMAGE_H_LOCATION and FORMS_H_LOCATION + +2002-06-03 Lars Gullik Bjønnes + + * configure.in: remove LYX_REGEX call + +2002-06-02 John Levon + + * acconfig.h: add FORMS_IMAGE_H_LOCATION + + * autogen.sh: add xforms.m4 + + * configure.in: use XFORMS_IMAGE_LIB + +2002-05-30 Jean-Marc Lasgouttes + + * lyx.man: lyx honors variable LYX_DIR_13x + +2002-05-29 Lars Gullik Bjønnes + + * Switch from SigC to boost::signals, SigC is now not used in any + files anymore. + +2002-05-29 John Levon + + * INSTALL: document that --program-* and frontends + don't work (yet ...) + +2002-05-29 Jean-Marc Lasgouttes + + * NEWS: add info about the 1.1.6 series + +2002-05-29 John Levon + + * configure.in: move Aiksaurus configure to catch + extra-lib/inc (bug 383) + +2002-05-27 Lars Gullik Bjønnes + + * autogen.sh (ACINCLUDE_FILES): add pkg.m4 + +2002-05-26 Lars Gullik Bjønnes + + * configure.in: add the boost::signals makefiles. + +2002-05-26 Michael Koziarski + + * configure.in: gtkconfig.patch + +2002-05-03 Lars Gullik Bjønnes + + * configure.in (VERSION): back to cvs + +2002-05-03 Lars Gullik Bjønnes + + * configure.in (VERSION): pre5 + 2002-05-01 John Levon * UPGRADING: more details on upgrading - + 2002-04-26 Lars Gullik Bjønnes * Makefile.am (DISTCLEANFILES): don't use -r