X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3811fb341c9371329b451682b62b463231bd164f;hb=f75f152e5bfdf27df90f7ac39ea24fc87156e3bd;hp=b1a1d0c59aaf7a044f128aa8d51379433d2c9bad;hpb=7eb5643f4fa7e2a911dc2f03e9d946f2308d097e;p=lyx.git diff --git a/ChangeLog b/ChangeLog index b1a1d0c59a..3811fb341c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +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