]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
geometry fix
[lyx.git] / ChangeLog
index b935d3a85f97a2c121ff9dceae4062de8484c544..d26d264447bb1b36febf151795997180ab143ef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2001-09-08  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * autogen.sh: fix test that says whether m4 has been found
+
+2002-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * INSTALL: update notes on compilation with Compaq cxx.
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * autogen.sh: new Qt configure script
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * autogen.sh: accept autoconf 2.52 too; remove unneeded files
+       depending on autoconf version
+
+2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * .cvsignore: change acconfig.m4 to acconfig.h
+
+       * autogen.sh (AUTOCONF): remove warning args on autoheader and
+       autoconf
+
+2002-08-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * 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 <poenitz@gmx.de>
+
+       * INSTALL: fix location of GNU gettext package
+
+2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * UPGRADING: update to mention math lfuns changes
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * configure.in: yet another try at the same thing
+
+2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * configure.in: try (again) to fix EOF handling in VERSION_INFO
+
+2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * configure.in: remove xforms from qt
+
+2002-07-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * configure.in (LYX_USE_FRONTEND): The order of libraries is
+       now dependant on the $host variable.
+
+2002-07-06  Adrien Rebollo  <adrien.rebollo@gmx.fr>
+
+       * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
+       and autoheader to test if they are present.
+
+2002-07-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * INSTALL: document --enable-debug
+
+2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * configure.in (LYX_USE_FRONTEND): Change order of libraries for
+       Cygwin.
+
+2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * configure.in (VERSION_INFO): use $host instead of $host_alias
+       for the host type.
+
 2002-06-17  Angus Leeming  <leeming@lyx.org>
 
        * INSTALL: how to compile with Compaq cxx on Tru64 Unix.
        * INSTALL:
        * configure.in: remove attempt to link against libiberty. It
        is morally wrong, and potentially dangerous.
+
 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * configure.in: move the test for xpm/xforms out of the frontends